@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap");
/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

html, body {
  height: 100%;
  font-family: 'Nunito', 'Mandali', 'Numans', sans-serif;
  font-size: 15px;
  color: #333;
  margin: 0;
  padding: 0; }
  html *, body * {
    box-sizing: border-box; }

body {
  margin-top: 60px; }
  @media screen and (min-width: 1024px) {
    body {
      margin-top: 140px; } }

a:hover, a:visited, a:link, a:active {
  text-decoration: none; }

.btn {
  cursor: pointer;
  outline: none;
  border: none;
  color: #FEFEFE;
  border-radius: 50px;
  background-color: #082451;
  min-width: 100px;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  padding: 10px 30px; }
  @media screen and (min-width: 1200px) {
    .btn:hover {
      background-color: #061a3a; } }

.btn--large {
  cursor: pointer;
  outline: none;
  border: none;
  color: #FEFEFE;
  border-radius: 50px;
  background-color: #082451;
  min-width: 100px;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  padding: 10px 30px;
  font-size: 200%; }
  @media screen and (min-width: 1200px) {
    .btn--large:hover {
      background-color: #061a3a; } }

.btn--secondary {
  cursor: pointer;
  outline: none;
  border: none;
  color: #FEFEFE;
  border-radius: 50px;
  background-color: #5B1472;
  min-width: 100px;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  padding: 10px 30px; }
  @media screen and (min-width: 1200px) {
    .btn--secondary:hover {
      background-color: #4a105c; } }

.callout--general {
  height: auto;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #eff4fd; }
  @media screen and (min-width: 768px) {
    .callout--general {
      min-height: 80px;
      text-align: left;
      display: flex;
      align-items: center; } }
  .callout--general a {
    text-decoration: underline; }
  .callout--general p {
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .callout--general p {
        width: calc(100% - 50px); } }
  .callout--general:before {
    content: iconize(\e98c);
    font-family: 'icomoon';
    font-size: 25px;
    display: block;
    width: 100%;
    color: #63a0e9; }
    @media screen and (min-width: 768px) {
      .callout--general:before {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: auto;
        margin: 0 10px; } }

.callout--warning {
  height: auto;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #fdf8f3; }
  @media screen and (min-width: 768px) {
    .callout--warning {
      min-height: 80px;
      text-align: left;
      display: flex;
      align-items: center; } }
  .callout--warning a {
    text-decoration: underline; }
  .callout--warning p {
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .callout--warning p {
        width: calc(100% - 50px); } }
  .callout--warning:before {
    content: iconize(\e98c);
    font-family: 'icomoon';
    font-size: 25px;
    display: block;
    width: 100%;
    color: #FF8600; }
    @media screen and (min-width: 768px) {
      .callout--warning:before {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: auto;
        margin: 0 10px; } }

.callout--error {
  height: auto;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #fbf4f4; }
  @media screen and (min-width: 768px) {
    .callout--error {
      min-height: 80px;
      text-align: left;
      display: flex;
      align-items: center; } }
  .callout--error a {
    text-decoration: underline; }
  .callout--error p {
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .callout--error p {
        width: calc(100% - 50px); } }
  .callout--error:before {
    content: iconize(\e98c);
    font-family: 'icomoon';
    font-size: 25px;
    display: block;
    width: 100%;
    color: #f5776a; }
    @media screen and (min-width: 768px) {
      .callout--error:before {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: auto;
        margin: 0 10px; } }

.callout--success {
  height: auto;
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  background: #f4fcf7; }
  @media screen and (min-width: 768px) {
    .callout--success {
      min-height: 80px;
      text-align: left;
      display: flex;
      align-items: center; } }
  .callout--success a {
    text-decoration: underline; }
  .callout--success p {
    width: 100%;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .callout--success p {
        width: calc(100% - 50px); } }
  .callout--success:before {
    content: iconize(\e98c);
    font-family: 'icomoon';
    font-size: 25px;
    display: block;
    width: 100%;
    color: #00b90e; }
    @media screen and (min-width: 768px) {
      .callout--success:before {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        width: auto;
        margin: 0 10px; } }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.carousel {
  height: calc(100vh + 120px);
  width: 100%; }
  @media screen and (min-width: 568px) {
    .carousel {
      height: calc(100vh + 250px); } }
  @media screen and (min-width: 768px) {
    .carousel {
      height: 350px;
      background: #fff; } }
  @media screen and (min-width: 1200px) {
    .carousel {
      height: 500px; } }
  .carousel__slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 1200px) {
      .carousel__slide {
        height: 500px; } }
    .carousel__slide .content {
      height: 100%; }
      .carousel__slide .content__title {
        color: #5B1472;
        font-weight: 300;
        font-size: 20px;
        text-align: center;
        margin: 20px 0; }
        @media screen and (min-width: 1200px) {
          .carousel__slide .content__title {
            font-size: 35px;
            margin: 40px 0; } }
      .carousel__slide .content__cards {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        max-width: 1200px;
        margin: auto; }
        .carousel__slide .content__cards .carousel-card {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: column wrap;
          flex-wrap: nowrap;
          justify-content: center;
          border-radius: 15px;
          width: 90%;
          height: 175px;
          margin: auto;
          margin-bottom: 1rem;
          position: relative; }
          @media screen and (min-width: 768px) {
            .carousel__slide .content__cards .carousel-card {
              width: 225px;
              height: 225px; } }
          @media screen and (min-width: 1024px) {
            .carousel__slide .content__cards .carousel-card {
              width: 33.33333%;
              width: calc(33.33333% - 20px * 2);
              margin: 0 calc(20px - 1px); } }
          @media screen and (min-width: 1200px) {
            .carousel__slide .content__cards .carousel-card {
              min-height: 300px; } }
          .carousel__slide .content__cards .carousel-card:after {
            content: '';
            position: absolute;
            bottom: -30px;
            width: 100%;
            height: 10px;
            background: linear-gradient(0deg, #082451 0%, #5b1472 100%);
            border-radius: 50%;
            opacity: .1; }
          .carousel__slide .content__cards .carousel-card__title {
            font-weight: 600;
            text-align: center;
            padding: 0 10px;
            margin-bottom: 1rem; }
            @media screen and (min-width: 1024px) {
              .carousel__slide .content__cards .carousel-card__title {
                font-size: 18px;
                padding: 0 20px; } }
          .carousel__slide .content__cards .carousel-card__icon {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center; }
            .carousel__slide .content__cards .carousel-card__icon .icon-wrapper {
              background: #fff;
              width: 75px;
              height: 75px;
              border-radius: 50%; }
              @media screen and (min-width: 768px) {
                .carousel__slide .content__cards .carousel-card__icon .icon-wrapper {
                  width: 100px;
                  height: 100px; } }
              @media screen and (min-width: 1200px) {
                .carousel__slide .content__cards .carousel-card__icon .icon-wrapper {
                  width: 175px;
                  height: 175px; } }
              .carousel__slide .content__cards .carousel-card__icon .icon-wrapper__img {
                background-position: center center;
                background-repeat: no-repeat;
                height: 100%; }
                .carousel__slide .content__cards .carousel-card__icon .icon-wrapper__img#img-1304 {
                  background-size: 90%; }
                .carousel__slide .content__cards .carousel-card__icon .icon-wrapper__img#img-1308 {
                  background-size: 85%;
                  background-position-x: 28px;
                  background-position-y: bottom; }
  .carousel__subtitle {
    font-size: 1.25rem;
    max-width: 600px;
    margin-top: 1rem; }
  @media screen and (min-width: 1200px) {
    .carousel__video {
      height: 100%; } }
  @media screen and (min-width: 1200px) {
    .carousel__video {
      width: 100%; } }

.btn--c {
  margin: 2rem auto;
  padding: 15px 45px;
  font-size: 1rem;
  background: #5B1472; }
  .btn--c i {
    margin-left: 10px; }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.nav {
  width: 100%;
  position: fixed;
  top: 0;
  height: 65px;
  background: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  border-bottom: 1px solid #d8d8d8;
  z-index: 99; }
  @media screen and (min-width: 1024px) {
    .nav {
      border: none;
      background: #082451; 
	background: url(../../images/page-graphics/page-graphic-group-1-white.svg) top left no-repeat, url(../../images/page-graphics/page-graphic-group-4-white.svg) bottom right no-repeat, #082451;
	} }
  @media screen and (min-width: 1200px) {
    .nav {
      height: 120px;
	} }
  .nav__primary {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    height: 60px; }
    @media screen and (min-width: 1024px) {
      .nav__primary {
        padding-left: 1rem;
        justify-content: flex-end; } }
    @media screen and (min-width: 1200px) {
      .nav__primary {
        padding: 0;
        max-width: 1200px;
        margin: auto;
        height: 60px; } }
    .nav__primary .menu-toggle {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column wrap;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      width: 65px;
      height: 65px;
      top: 0;
      z-index: 10; }
      @media screen and (min-width: 1024px) {
        .nav__primary .menu-toggle {
          display: none; } }
      .nav__primary .menu-toggle.display-close .menu-toggle__line--1, .nav__primary .menu-toggle.display-close .menu-toggle__line--2 {
        -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .nav__primary .menu-toggle.display-close .menu-toggle__line--1 {
        transform: rotate(45deg) translateY(5px) translateX(5px); }
      .nav__primary .menu-toggle.display-close .menu-toggle__line--2 {
        transform: scale(0); }
      .nav__primary .menu-toggle.display-close .menu-toggle__line--3 {
        transform: rotate(-45deg) translateY(-5px) translateX(5px); }
      .nav__primary .menu-toggle__line {
        border-radius: 50px;
        width: 20px;
        height: 3px;
        margin-bottom: 4px;
        background: #082451;
        -webkit-transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
      .nav__primary .menu-toggle__label {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #082451; }
    .nav__primary .actions {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end; }
      .nav__primary .actions__contact {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        align-items: center; }
        .nav__primary .actions__contact .label {
          width: 100%;
          font-size: 12px;
          text-transform: uppercase;
          text-align: right;
          color: #5B1472; }
          @media screen and (min-width: 1024px) {
            .nav__primary .actions__contact .label {
              margin-right: 10px;
              width: auto;
              color: #FFBA08; } }
        .nav__primary .actions__contact .number {
          width: 100%;
          font-size: 16px;
          text-align: right;
          color: #5B1472;
          outline: none; }
          @media screen and (min-width: 1024px) {
            .nav__primary .actions__contact .number {
              width: auto;
              font-size: 20px;
              color: #FFBA08; } }
          @media screen and (min-width: 1200px) {
            .nav__primary .actions__contact .number {
              font-size: 25px;
              font-weight: 600; } }
      .nav__primary .actions__login {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        width: 85px; 

	  }
        @media screen and (min-width: 1200px) {
          .nav__primary .actions__login {
            width: 120px;
            justify-content: flex-end; } }
        .nav__primary .actions__login a {
          font-weight: bold;
          color: #5B1472;
          text-decoration: none;
          outline: none;
				  	padding: 5px 10px;
		border-radius: 50px;
		border: 1px solid #fff;
          transition: all .33s ease-in-out; }
          @media screen and (min-width: 1024px) {
            .nav__primary .actions__login a {
              color: #FFF; } }
          .nav__primary .actions__login a:hover {
            color: #FFBA08; 
			 border-color: #FFBA08;
		  }
  .nav__secondary {
    position: fixed;
    left: 0;
    top: 65px;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    background: #082451;
    background: linear-gradient(180deg, #082451 0%, #5b1472 100%);
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    overflow-y: auto; }
    @media screen and (min-width: 1024px) {
      .nav__secondary {
        width: 100%;
        background: #fff;
        position: static;
        transform: translate(0px);
        height: 65px;
        margin: 0;
        padding: 0 1rem;
        border-bottom: 1px solid #ededed; } }
    @media screen and (min-width: 1200px) {
      .nav__secondary {
        height: 80px; } }
    .nav__secondary.open {
      transform: translate(0px);
      max-width: unset; }
    .nav__secondary .wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column wrap;
      flex-wrap: nowrap;
      justify-content: space-between;
      height: 100%;
      max-width: 1200px;
      margin: auto; }
      @media screen and (min-width: 1024px) {
        .nav__secondary .wrapper {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap; } }
      .nav__secondary .wrapper .logo {
        order: 1;
        height: 100%;
        width: 100px;
        margin: auto;
        background: url("/images/logos/logo-white.svg") no-repeat center center;
        background-size: contain;
        transition: all .25s ease-in-out; }
        @media screen and (min-width: 768px) {
          .nav__secondary .wrapper .logo {
            width: 300px; } }
        @media screen and (min-width: 1024px) {
          .nav__secondary .wrapper .logo {
            width: 100px;
            margin: 0;
            order: 0;
            background: url("/images/logos/logo-new.svg") no-repeat center center; } }
        .nav__secondary .wrapper .logo a {
          width: 100%;
          height: 100%;
          display: block;
          max-width: 200px; }
      .nav__secondary .wrapper .navigation-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column wrap;
        flex-wrap: nowrap;
        align-items: center;
        list-style-type: none;
        order: 0;
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 1024px) {
          .nav__secondary .wrapper .navigation-items {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-end;
            height: 100%;
            order: 1; } }
        .nav__secondary .wrapper .navigation-items__item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          justify-content: center;
          min-height: 70px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
          @media screen and (min-width: 1024px) {
            .nav__secondary .wrapper .navigation-items__item {
              border: none;
              min-height: unset;
              height: 100%;
              margin-left: 40px; } }
          .nav__secondary .wrapper .navigation-items__item a,
          .nav__secondary .wrapper .navigation-items__item a:visited {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            text-align: left;
            text-decoration: none;
            padding: 0;
            position: relative;
            transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }
            @media screen and (min-width: 1024px) {
              .nav__secondary .wrapper .navigation-items__item a,
              .nav__secondary .wrapper .navigation-items__item a:visited {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-flow: row wrap;
                color: #082451;
                width: 100%;
                font-size: 1rem;
				padding: 10px;
				 border-radius: 50px;
			  	border: 1px solid transparent;
			  }
  }
            @media screen and (min-width: 1200px) {
              .nav__secondary .wrapper .navigation-items__item a:hover,
              .nav__secondary .wrapper .navigation-items__item a:visited:hover {
                transition: all .25s ease-in-out;
                border-color: #082451; } }
          .nav__secondary .wrapper .navigation-items__item a.active {
            border-color: #082451; }


/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.news-article .flickity-prev-next-button {
  background: #FFBA08; }
  .news-article .flickity-prev-next-button:hover {
    background: #eeab00; }

.news-article__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  background-position: center;
  width: 85%;
  height: 400px;
  max-width: 800px;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 1rem;
  border-radius: 15px;
  opacity: .33; }
  @media screen and (min-width: 768px) {
    .news-article__item {
      padding: 2rem; } }
  @media screen and (min-width: 1200px) {
    .news-article__item {
      width: 90%;
      height: auto;
      min-height: 450px;
      padding: 3rem; } }
  .news-article__item:not(.is-selected) a {
    pointer-events: none; }
  .news-article__item.is-selected {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
    opacity: 1; }
    .news-article__item.is-selected .news-article__date-time {
      top: 1rem; }
  .news-article__item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 36, 81, 0.8);
    border-radius: 1rem; }
  .news-article__item .date-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 10px;
    left: calc(50% - 150px);
    background-color: rgba(254, 254, 254, 0.85);
    -webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 10; }
    @media screen and (min-width: 768px) {
      .news-article__item .date-time {
        width: 100px;
        height: 100px; } }
    @media screen and (min-width: 1200px) {
      .news-article__item .date-time {
        width: 150px;
        height: 150px; } }
    .news-article__item .date-time__day {
      color: #5B1472; }
      @media screen and (min-width: 1200px) {
        .news-article__item .date-time__day {
          font-size: 18px; } }
    .news-article__item .date-time__month {
      font-size: 20px;
      text-transform: uppercase;
      color: #082451; }
      @media screen and (min-width: 1200px) {
        .news-article__item .date-time__month {
          font-size: 25px; } }
    .news-article__item .date-time__year {
      color: #5B1472; }
      @media screen and (min-width: 1200px) {
        .news-article__item .date-time__year {
          font-size: 18px; } }
  .news-article__item .news-content {
    color: #FFF;
    z-index: 10;
    width: calc(100% - 80px);
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .news-article__item .news-content {
        width: calc(100% - 100px); } }
    @media screen and (min-width: 1200px) {
      .news-article__item .news-content {
        width: calc(100% - 150px); } }
    .news-article__item .news-content__title {
      width: 100%;
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        .news-article__item .news-content__title {
          font-size: 30px; } }
    .news-article__item .news-content__snippet {
      width: 100%;
      padding-bottom: 1rem; }
    .news-article__item .news-content a {
      color: #aedde2;
      text-decoration: underline; }
      .news-article__item .news-content a.read-action {
        cursor: pointer;
        outline: none;
        border: none;
        color: #fff;
        border-radius: 50px;
        border: 1.5px solid #fff;
        background: transparent;
        min-width: 100px;
        text-decoration: none;
        display: block;
        text-align: center;
        line-height: 1.5;
        transition: all .25s ease-in-out;
        padding: 10px 30px;
        text-decoration: none;
        width: 150px; }
        @media screen and (min-width: 1200px) {
          .news-article__item .news-content a.read-action:hover {
            border-color: #f2f2f2; } }

.article {
  background: url("../../images/page-graphics/page-graphic-group-1.svg") no-repeat -100px top, url("../../images/page-graphics/page-graphic-group-3.svg") no-repeat 110% 125%;
  background-size: 500px;
  padding-bottom: 4rem;
  margin-top: 65px; }
  .article__header {
    position: relative;
    padding: 1rem;
    height: 600px; }
    .article__header .article__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(8, 36, 81, 0.8); }
      .article__header .article__overlay .article__title {
        max-width: 900px;
        margin: auto;
        padding-top: 100px;
        font-size: 25px;
        color: #fff;
        text-align: center;
        font-weight: 200;
        border-bottom: 1px solid #fff; }
        @media screen and (min-width: 1024px) {
          .article__header .article__overlay .article__title {
            text-align: left;
            font-size: 40px; } }
      .article__header .article__overlay .article__image {
        bottom: -200px;
        position: absolute; }
  .article__body {
    max-width: 900px;
    min-height: 800px;
    margin: auto;
    background-color: #FFF;
    color: #696969;
    padding: 2rem;
    line-height: 2em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin: auto;
    margin-top: -360px;
    transform: translateZ(1px); }
  .article__date {
    color: #664e99; }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.footer-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #082451;
  background-size: 250px;
  min-height: 420px; }
  @media screen and (min-width: 1200px) {
    .footer-wrapper {
      background-size: 100%; } }
  .footer-wrapper .footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto;
    color: #fefefe;
    padding: 1rem; }
    .footer-wrapper .footer__section {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .footer-wrapper .footer__section {
          width: 33.33333%; } }
      .footer-wrapper .footer__section .section__body .footer-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .footer-wrapper .footer__section .section__body .footer-items__item {
          width: 50%;
          width: calc(50% - 10px * 2);
          margin: 0 calc(10px - 1px);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap;
          align-items: center;
          min-height: 40px;
          border-bottom: 1px solid rgba(254, 254, 254, 0.15); }
          .footer-wrapper .footer__section .section__body .footer-items__item a {
            text-decoration: none;
            color: #FEFEFE;
            transition: all .2s ease-in-out; }
            .footer-wrapper .footer__section .section__body .footer-items__item a i {
              margin-right: 10px; }
            .footer-wrapper .footer__section .section__body .footer-items__item a:hover {
              color: #FFBA08; }
      .footer-wrapper .footer__section .section__body .footer-contacts {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap; }
        .footer-wrapper .footer__section .section__body .footer-contacts__item {
          width: 100%;
          margin-bottom: 10px;
          /*              &--icon {

                a {
                  i {
                    margin: 0;
                  }
                }
              }*/ }
          .footer-wrapper .footer__section .section__body .footer-contacts__item a {
            color: #FEFEFE;
            text-decoration: none;
            transition: all .2s ease-in-out; }
            .footer-wrapper .footer__section .section__body .footer-contacts__item a i {
              margin-left: 10px; }
            .footer-wrapper .footer__section .section__body .footer-contacts__item a:hover {
              color: #FFBA08; }
      @media screen and (min-width: 1024px) {
        .footer-wrapper .footer__section--contact .section__title {
          text-align: right; } }
      @media screen and (min-width: 1024px) {
        .footer-wrapper .footer__section--contact .section__body {
          text-align: right; } }
  .footer-wrapper .banner {
    background: #181c38; }
    .footer-wrapper .banner__content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      max-width: 1200px;
      margin: auto;
      color: #fefefe;
      padding: 10px; }
      .footer-wrapper .banner__content .section {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        font-size: 12px; }
        @media screen and (min-width: 1024px) {
          .footer-wrapper .banner__content .section {
            width: 33.33333%;
            justify-content: flex-start; } }
        .footer-wrapper .banner__content .section--copyright img {
          max-width: 150px;
          margin-bottom: 10px; }
          @media screen and (min-width: 1024px) {
            .footer-wrapper .banner__content .section--copyright img {
              margin: 0; } }
        .footer-wrapper .banner__content .section--pccb {
          justify-content: center;
          background: #fff;
          border-radius: 50px;
          max-width: 400px;
          margin: 10px auto; }
          .footer-wrapper .banner__content .section--pccb img {
            margin: 0 10px; }
            .footer-wrapper .banner__content .section--pccb img.img-copso {
              width: 60px; }
            .footer-wrapper .banner__content .section--pccb img.img-po {
              width: 90px; }
            .footer-wrapper .banner__content .section--pccb img.img-sc {
              width: 50px;
              background: #FFF;
              padding: 3px; }
        .footer-wrapper .banner__content .section__reg, .footer-wrapper .banner__content .section__vat {
          width: 100%;
          font-size: 12px;
          text-align: center; }
          @media screen and (min-width: 1024px) {
            .footer-wrapper .banner__content .section__reg, .footer-wrapper .banner__content .section__vat {
              text-align: right; } }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.error-page {
  background: #F5F9FC;
  height: 100%;
  width: 100%;
  padding: 1rem; }
  @media screen and (min-width: 1200px) {
    .error-page {
      padding: 5rem; } }
  .error-page__header {
    max-width: 900px;
    margin: auto;
    text-align: center; }
    .error-page__header .heading {
      color: #082451;
      margin: 0; }
      .error-page__header .heading--title {
        font-size: 18px; }
      .error-page__header .heading--status-code {
        font-size: 160px; }
  .error-page__alert {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    min-height: 160px;
    max-width: 700px;
    margin: auto;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); }
    .error-page__alert .error-img {
      width: 100%;
      max-width: 200px;
      order: 2;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .error-page__alert .error-img {
          order: 1;
          width: 150px; } }
    .error-page__alert .error-message {
      width: 100%;
      order: 1;
      font-weight: bold;
      color: #949494;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .error-page__alert .error-message {
          width: calc(100% - 150px);
          padding-left: 30px;
          order: 2; } }
      .error-page__alert .error-message .button {
        cursor: pointer;
        outline: none;
        border: none;
        color: #FEFEFE;
        border-radius: 50px;
        background-color: #00b90e;
        min-width: 100px;
        text-decoration: none;
        display: block;
        text-align: center;
        line-height: 1.5;
        transition: all .25s ease-in-out;
        padding: 10px 30px;
        max-width: 250px;
        margin: auto; }
        @media screen and (min-width: 1200px) {
          .error-page__alert .error-message .button:hover {
            background-color: #00a00c; } }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.complaints {
  margin-top: 60px; }
  .complaints__header {
    background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #082451;
    background-size: 100%;
    min-height: 200px;
    display: flex;
    align-items: center; }
    .complaints__header .title {
      margin: auto;
      color: #fff;
      text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.75); }
  .complaints__body {
    margin: auto;
    max-width: 1200px;
    padding: 1rem; }
    .complaints__body .callout--general {
      max-width: 900px;
      margin: 2rem auto;
      border-radius: 10px;
      border-left: 5px solid #5B1472; }
    .complaints__body h3 {
      max-width: 900px;
      margin: 0 auto;
      margin-bottom: 20px;
      color: #082451; }
    .complaints__body .complaint-items {
      padding: 0;
      list-style-type: none;
      max-width: 900px;
      margin: 0 auto; }
      .complaints__body .complaint-items__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        padding: 1rem 0;
        border-bottom: 1.5px solid #ECECEC; }
        .complaints__body .complaint-items__item .ordinal {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: column wrap;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          font-size: 20px;
          font-weight: 700;
          background: #5B1472;
          color: #fff; }
        .complaints__body .complaint-items__item .label {
          width: calc(100% - 40px);
          padding-left: 1rem; }
    .complaints__body .complaint-notice {
      background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #272d37;
      background-size: 100%;
      color: #FEFEFE;
      padding: 35px;
      text-align: center;
      max-width: 900px;
      margin: 2rem auto;
      border-radius: 5px; }
      .complaints__body .complaint-notice a {
        color: #00d3c5;
        text-decoration: none;
        transition: all .2s ease-in-out; }
        .complaints__body .complaint-notice a:hover {
          color: #00baad; }
      .complaints__body .complaint-notice p {
        margin-bottom: 0; }
    .complaints__body .complaint-address {
      max-width: 900px;
      margin: auto;
      margin-bottom: 3rem; }
      .complaints__body .complaint-address p {
        margin-top: 0; }
      .complaints__body .complaint-address .details {
        background: #F4F5F9;
        border-radius: 5px;
        text-align: center;
        padding: 2rem 0; }
        .complaints__body .complaint-address .details__tel {
          margin-top: 10px;
          font-size: 20px; }
        .complaints__body .complaint-address .details__email {
          font-size: 20px; }
          .complaints__body .complaint-address .details__email a {
            color: #00d3c5;
            text-decoration: none;
            transition: all .2s ease-in-out; }
            .complaints__body .complaint-address .details__email a:hover {
              color: #00baad; }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.contact__header {
  width: 100%;
  min-height: 200px;
  position: relative; }
  .contact__header .hero-overlay {
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #145c72 0%, #082451 95%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9; }

.contact__body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  max-width: 1200px;
  margin: auto;
  padding: 1rem;
  margin-top: -7rem;
  margin-bottom: 7rem;
  min-height: 700px; }
  .contact__body .form-container,
  .contact__body .info-container {
    width: 100%;
    border-radius: 1rem;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    z-index: 2; }
    @media screen and (min-width: 1200px) {
      .contact__body .form-container,
      .contact__body .info-container {
        width: 66.66667%;
        width: calc(66.66667% - 20px * 2);
        margin: 0 calc(20px - 1px); } }
    .contact__body .form-container p,
    .contact__body .info-container p {
      max-width: 450px;
      margin: auto;
      margin-bottom: 1rem; }
    .contact__body .form-container__body .alert--success h2,
    .contact__body .info-container__body .alert--success h2 {
      color: #00b90e; }
      .contact__body .form-container__body .alert--success h2 i,
      .contact__body .info-container__body .alert--success h2 i {
        margin-right: 10px; }
  .contact__body .info-container {
    margin-top: 3rem; }
    @media screen and (min-width: 1200px) {
      .contact__body .info-container {
        width: 33.33333%;
        width: calc(33.33333% - 20px * 2);
        margin: 0 calc(20px - 1px); } }
    .contact__body .info-container .contact-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      min-height: 90px;
      text-align: left;
      border: 1px solid #e2e2e2;
      border-left: 5px solid #e2e2e2;
      margin-bottom: 10px; }
      .contact__body .info-container .contact-item--email {
        border-left-color: #E8456C; }
        .contact__body .info-container .contact-item--email .contact-item__icon i {
          color: #E8456C; }
      .contact__body .info-container .contact-item--telephone {
        border-left-color: #1C56A3; }
        .contact__body .info-container .contact-item--telephone .contact-item__icon i {
          color: #1C56A3; }
      .contact__body .info-container .contact-item--social {
        border-left-color: #32AC84; }
        .contact__body .info-container .contact-item--social .contact-item__icon i {
          color: #32AC84; }
      .contact__body .info-container .contact-item--address {
        border-left-color: #F2880C; }
        .contact__body .info-container .contact-item--address .contact-item__icon i {
          color: #F2880C; }
      .contact__body .info-container .contact-item__icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        width: 70px; }
        .contact__body .info-container .contact-item__icon i {
          font-size: 30px; }
      .contact__body .info-container .contact-item__body {
        width: calc(100% - 70px);
        padding: 0 1rem; }
        .contact__body .info-container .contact-item__body .contact-header {
          margin: 0; }
        .contact__body .info-container .contact-item__body .contact-value {
          font-weight: 700;
          color: #bbb; }
          .contact__body .info-container .contact-item__body .contact-value a {
            text-decoration: none;
            color: #bbb;
            transition: all .33s ease-in-out; }
            .contact__body .info-container .contact-item__body .contact-value a:hover {
              color: #FFBA08; }
        .contact__body .info-container .contact-item__body ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .contact__body .info-container .contact-item__body ul a {
            font-size: 18px;
            text-decoration: none;
            color: #7f8084;
            transition: all .33s ease-in-out; }
            .contact__body .info-container .contact-item__body ul a:hover {
              color: #FFBA08; }

.contact .contact-form {
  margin: auto;
  max-width: 800px;
  position: relative; }
  .contact .contact-form
{
    max-width: 450px;
    margin: auto; }
    .contact .contact-form
label {
      position: relative;
      display: block;
      margin-bottom: 2.5rem; }
      .contact .contact-form
label input {
        display: block;
        padding: .5rem;
        border: 1.5px solid transparent;
        outline: none;
        box-shadow: none;
        margin: 0;
        background-color: #f3f3f3;
        font-weight: bold;
        font-size: 1rem;
        font-family: inherit;
        height: 50px;
        color: #333;
        width: 100%;
        transition: all 0.2s ease-in-out;
        border-radius: .5rem; }
        .contact .contact-form__field label input::placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field label input::-webkit-input-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field label input::-moz-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field label input::-ms-input-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field label input:-moz-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field label input:focus, .contact .contact-form__field label input.populated {
          box-shadow: none;
          border: none;
          transition: all 0.2s ease-in-out;
          padding-top: 28px;
          padding-bottom: 12px;
          border: 1.5px solid #45A4E3; }
          .contact .contact-form__field label input:focus::placeholder, .contact .contact-form__field label input.populated::placeholder {
            color: transparent; }
          .contact .contact-form__field label input:focus::-webkit-input-placeholder, .contact .contact-form__field label input.populated::-webkit-input-placeholder {
            color: transparent; }
          .contact .contact-form__field label input:focus::-moz-placeholder, .contact .contact-form__field label input.populated::-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field label input:focus::-ms-input-placeholder, .contact .contact-form__field label input.populated::-ms-input-placeholder {
            color: transparent; }
          .contact .contact-form__field label input:focus:-moz-placeholder, .contact .contact-form__field label input.populated:-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field label input:focus + .value, .contact .contact-form__field label input.populated + .value {
            opacity: 1;
            top: 10px; }
        .contact .contact-form__field label input.has-focus {
          border: 1.5px solid #45A4E3;
          transition: all 0.2s ease-in-out;
          padding-top: 28px;
          padding-bottom: 12px; }
          .contact .contact-form__field label input.has-focus::placeholder {
            color: transparent; }
          .contact .contact-form__field label input.has-focus::-webkit-input-placeholder {
            color: transparent; }
          .contact .contact-form__field label input.has-focus::-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field label input.has-focus::-ms-input-placeholder {
            color: transparent; }
          .contact .contact-form__field label input.has-focus:-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field label input.has-focus + .value {
            opacity: 1;
            top: 10px;
            color: #45A4E3; }
      .contact .contact-form__field label:focus-within .value {
        color: #45A4E3; }
      .contact .contact-form__field label .value {
        font-size: .8rem;
        color: #A9A9A9;
        position: absolute;
        top: 4px !important;
        left: 7px;
        opacity: 0;
        transition: all 0.2s ease-in-out; }
    .contact .contact-form__field.textarea-field label {
      position: relative;
      display: block; }
      .contact .contact-form__field.textarea-field label textarea {
        display: block;
        padding: .5rem;
        border: 1.5px solid transparent;
        outline: none;
        box-shadow: none;
        margin: 0;
        background-color: #f3f3f3;
        font-weight: bold;
        font-size: 1rem;
        font-family: inherit;
        color: #333;
        transition: all 0.2s ease-in-out;
        margin-bottom: 2rem;
        border-radius: .5rem;
        max-width: 450px;
        min-width: 100%;
        min-height: 250px; }
        @media screen and (min-width: 1200px) {
          .contact .contact-form__field.textarea-field label textarea {
            max-width: 100%;
            min-width: 100%; } }
        .contact .contact-form__field.textarea-field label textarea::placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field.textarea-field label textarea::-webkit-input-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field.textarea-field label textarea::-moz-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field.textarea-field label textarea::-ms-input-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field.textarea-field label textarea:-moz-placeholder {
          color: #b1b1b1;
          font-weight: bold;
          transition: all 0.2s ease-in-out; }
        .contact .contact-form__field.textarea-field label textarea:focus, .contact .contact-form__field.textarea-field label textarea.populated {
          box-shadow: none;
          border: none;
          transition: all 0.2s ease-in-out;
          padding-top: 28px;
          padding-bottom: 12px;
          border: 1.5px solid #45A4E3; }
          .contact .contact-form__field.textarea-field label textarea:focus::placeholder, .contact .contact-form__field.textarea-field label textarea.populated::placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea:focus::-webkit-input-placeholder, .contact .contact-form__field.textarea-field label textarea.populated::-webkit-input-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea:focus::-moz-placeholder, .contact .contact-form__field.textarea-field label textarea.populated::-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea:focus::-ms-input-placeholder, .contact .contact-form__field.textarea-field label textarea.populated::-ms-input-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea:focus:-moz-placeholder, .contact .contact-form__field.textarea-field label textarea.populated:-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea:focus + .value, .contact .contact-form__field.textarea-field label textarea.populated + .value {
            opacity: 1;
            top: 10px; }
        .contact .contact-form__field.textarea-field label textarea.has-focus {
          border: 1.5px solid #45A4E3;
          transition: all 0.2s ease-in-out;
          padding-top: 28px;
          padding-bottom: 12px; }
          .contact .contact-form__field.textarea-field label textarea.has-focus::placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea.has-focus::-webkit-input-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea.has-focus::-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea.has-focus::-ms-input-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea.has-focus:-moz-placeholder {
            color: transparent; }
          .contact .contact-form__field.textarea-field label textarea.has-focus + .value {
            opacity: 1;
            top: 10px;
            color: #45A4E3; }
      .contact .contact-form__field.textarea-field label:focus-within .value {
        color: #45A4E3; }
      .contact .contact-form__field.textarea-field label .value {
        font-size: .8rem;
        color: #A9A9A9;
        position: absolute;
        top: 4px !important;
        left: 7px;
        opacity: 0;
        transition: all 0.2s ease-in-out; }
  .contact .contact-form .send {
    cursor: pointer;
    outline: none;
    border: none;
    color: #FEFEFE;
    border-radius: 50px;
    background-color: #5B1472;
    min-width: 100px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    padding: 10px 30px;
    margin: auto;
    font-size: 1.1rem; }
    @media screen and (min-width: 1200px) {
      .contact .contact-form .send:hover {
        background-color: #4a105c; } }
  .contact .contact-form .validator {
    position: absolute;
    bottom: -1.5rem;
    color: #EC5146;
    font-weight: bold;
    opacity: .5; }

.alert__success {
  padding: 1rem;
  background-color: #34BB80;
  color: #fff;
  text-align: center;
  border-radius: 1rem;
  position: relative; }
  .alert__success:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #34BB80 url("/images/icons/message-sent.svg") no-repeat center center;
    background-size: 40px;
    right: -1rem;
    top: -1rem; }
  .alert__success h2, .alert__success p {
    margin: auto; }
  .alert__success h2 {
    margin-bottom: 1rem; }
  .alert__success p {
    max-width: 450px; }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.home__section .section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap; }
  .home__section .section__header {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: 200;
    font-size: 25px;
    padding: 0 1rem; }
    @media screen and (min-width: 1200px) {
      .home__section .section__header {
        font-size: 40px; } }
    .home__section .section__header .header-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      width: 34px;
      height: 34px;
      margin-right: 20px; }
      @media screen and (min-width: 1200px) {
        .home__section .section__header .header-icon {
          width: 54px;
          height: 54px; } }
  .home__section .section__body {
    width: 100%; }

.home__section--upsells {
  min-height: 600px;
  position: relative;
  background: url("../../images/page-graphics/page-graphic-group-1.svg") no-repeat -100px top, url("../../images/page-graphics/page-graphic-group-3.svg") no-repeat 110% 125%;
  background-size: 340px;
  margin-bottom: 80px; }
  .home__section--upsells .landing-clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 85%);
    background: rgba(238, 239, 239, 0.5);
    z-index: -1; }
  .home__section--upsells .title {
    max-width: 1400px;
    margin: auto;
    padding: 1rem; }
    @media screen and (min-width: 768px) {
      .home__section--upsells .title {
        padding: 50px; } }
    .home__section--upsells .title h1 {
      margin: 0;
      font-size: 20px;
      color: #082451;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .home__section--upsells .title h1 {
          font-size: 30px; } }
  .home__section--upsells .upsell-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto;
    padding: 1rem; }
    @media screen and (min-width: 1200px) {
      .home__section--upsells .upsell-items {
        padding: 0; } }
    .home__section--upsells .upsell-items__item {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      position: relative;
      min-height: 170px; }
      @media screen and (min-width: 1024px) {
        .home__section--upsells .upsell-items__item {
          width: 50%;
          width: calc(50% - 50px * 2);
          margin: 0 calc(50px - 1px); } }
      .home__section--upsells .upsell-items__item:first-child .upsell-icon {
        border-color: #6898A5; }
      .home__section--upsells .upsell-items__item:nth-child(2) .upsell-icon {
        border-color: #9b42b7; }
      .home__section--upsells .upsell-items__item:nth-child(3) .upsell-icon {
        border-color: #9b42b7; }
      .home__section--upsells .upsell-items__item:nth-child(4) .upsell-icon {
        border-color: #6898A5; }
      .home__section--upsells .upsell-items__item:nth-child(5) .upsell-icon {
        border-color: #6898A5; }
      .home__section--upsells .upsell-items__item:nth-child(6) .upsell-icon {
        border-color: #9b42b7; }
      .home__section--upsells .upsell-items__item:nth-child(7) .upsell-icon {
        border-color: #9b42b7; }
      .home__section--upsells .upsell-items__item:nth-child(8) .upsell-icon {
        border-color: #6898A5; }
      .home__section--upsells .upsell-items__item .upsell-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        border: 2.5px solid; }
        @media screen and (min-width: 768px) {
          .home__section--upsells .upsell-items__item .upsell-icon {
            width: 110px;
            height: 110px; } }
      .home__section--upsells .upsell-items__item .upsell-body {
        width: calc(100% - 70px);
        padding: 0 1rem; }
        @media screen and (min-width: 768px) {
          .home__section--upsells .upsell-items__item .upsell-body {
            width: calc(100% - 110px); } }
        .home__section--upsells .upsell-items__item .upsell-body__title {
          color: #082451;
          font-weight: 600;
          font-size: 18px;
          margin-bottom: 10px; }
          @media screen and (min-width: 768px) {
            .home__section--upsells .upsell-items__item .upsell-body__title {
              font-size: 22px; } }
        .home__section--upsells .upsell-items__item .upsell-body__description {
          min-height: 70px;
          font-weight: 600;
          color: #8a8484; }
        .home__section--upsells .upsell-items__item .upsell-body__link {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: row wrap;
          justify-content: flex-end;
          width: 100%;
          cursor: pointer;
          font-size: 13px;
          color: #4B7A9E;
          text-align: right;
          transition: all .33s ease-in-out; }
          .home__section--upsells .upsell-items__item .upsell-body__link:hover {
            color: #FFBA08; }

.home__section--goal {
  min-height: 200px;
  background-color: #082451;
  background-color: linear-gradient(0deg, #082451 0%, #5b1472 100%);
  background: #5B1472; }
  @media screen and (min-width: 768px) {
    .home__section--goal {
      background: url("../../images/page-graphics/page-graphic-group-2-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #5B1472;
      background-size: 100%; } }
  @media screen and (min-width: 1024px) {
    .home__section--goal {
      min-height: 200px; } }
  @media screen and (min-width: 1200px) {
    .home__section--goal {
      min-height: 300px; } }
  .home__section--goal .section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 200px;
    padding: 1rem;
    max-width: 1200px;
    margin: auto; }
    @media screen and (min-width: 1024px) {
      .home__section--goal .section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        height: 200px; } }
    @media screen and (min-width: 1200px) {
      .home__section--goal .section {
        height: 300px; } }
    .home__section--goal .section__header {
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .home__section--goal .section__header {
          width: auto;
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        .home__section--goal .section__header {
          padding: 0px; } }
      .home__section--goal .section__header .header-icon {
        background: url("../../images/icons/web-icon-yellow-flag.svg") no-repeat center center; }
    .home__section--goal .section__body {
      text-align: center;
      max-width: 530px; }
      @media screen and (min-width: 1024px) {
        .home__section--goal .section__body {
          width: auto;
          text-align: right; } }
      .home__section--goal .section__body h1 {
        font-size: 18px;
        font-weight: 200;
        color: #fff; }
        @media screen and (min-width: 1200px) {
          .home__section--goal .section__body h1 {
            font-size: 32px; } }

.home__section--products {
  margin: 3rem 0;
  padding-bottom: 6rem; }
  .home__section--products .section__header {
    max-width: 1200px;
    margin: 2rem auto; }
    @media screen and (min-width: 1024px) {
      .home__section--products .section__header {
        justify-content: flex-end; } }
    .home__section--products .section__header .header-icon {
      background: url("../../images/icons/web-icon-yellow-monitor.svg") no-repeat center center; }
  .home__section--products .section__body .products-wrapper .product {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1500px;
    margin: auto;
    padding: 1rem;
    /*&.selected {
                @include flex-container();
              }*/ }
    .home__section--products .section__body .products-wrapper .product#product-f6c1fbea-bd42-4bea-a2fa-4d714c8031bd .product__item .product-bubble__body .description-list:nth-last-child(2), .home__section--products .section__body .products-wrapper .product#product-b37d4274-2c6e-42a9-b4c6-d3c75f485b41 .product__item .product-bubble__body .description-list:nth-last-child(2) {
      margin-top: 20px;
      font-weight: 700; }
      .home__section--products .section__body .products-wrapper .product#product-f6c1fbea-bd42-4bea-a2fa-4d714c8031bd .product__item .product-bubble__body .description-list:nth-last-child(2) .description-list__icon, .home__section--products .section__body .products-wrapper .product#product-b37d4274-2c6e-42a9-b4c6-d3c75f485b41 .product__item .product-bubble__body .description-list:nth-last-child(2) .description-list__icon {
        background: #2f9b5e; }
      .home__section--products .section__body .products-wrapper .product#product-f6c1fbea-bd42-4bea-a2fa-4d714c8031bd .product__item .product-bubble__body .description-list:nth-last-child(2) .description-list__value, .home__section--products .section__body .products-wrapper .product#product-b37d4274-2c6e-42a9-b4c6-d3c75f485b41 .product__item .product-bubble__body .description-list:nth-last-child(2) .description-list__value {
        color: #2f9b5e; }
    .home__section--products .section__body .products-wrapper .product__ui-container {
      width: 100%;
      order: 2;
      border-radius: 30px;
      border: 1px solid #eee;
      height: 200px;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px) {
        .home__section--products .section__body .products-wrapper .product__ui-container {
          height: 300px; } }
      @media screen and (min-width: 1024px) {
        .home__section--products .section__body .products-wrapper .product__ui-container {
          width: 58.33333%;
          order: 1; } }
      @media screen and (min-width: 1200px) {
        .home__section--products .section__body .products-wrapper .product__ui-container {
          height: 600px; } }
      .home__section--products .section__body .products-wrapper .product__ui-container .ui-header {
        height: 30px;
        background: url("../../images/ui/purple-toolbar.png") no-repeat center top;
        background-size: contain; }
        @media screen and (min-width: 768px) {
          .home__section--products .section__body .products-wrapper .product__ui-container .ui-header {
            height: 80px; } }
      .home__section--products .section__body .products-wrapper .product__ui-container .ui-body {
        position: relative;
        height: calc(100% - 30px);
        /*.img-wrapper-2 {
                    width: 200px;
                    height: 100%;
                    position: absolute;
                    left: -80px;
                    bottom: -7px;
                    background: url('../../images/ui/web-ui-graphic__shopping_man.svg') no-repeat bottom center;

                    @include respond-from(tablet-portrait) {
                      left: -50px;
                    }
                  }*/ }
        @media screen and (min-width: 768px) {
          .home__section--products .section__body .products-wrapper .product__ui-container .ui-body {
            height: calc(100% - 80px);
            background-size: contain; } }
        @media screen and (min-width: 1200px) {
          .home__section--products .section__body .products-wrapper .product__ui-container .ui-body {
            background-size: cover; } }
        .home__section--products .section__body .products-wrapper .product__ui-container .ui-body .img-wrapper {
          height: 100%;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: top center;
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px; }
    .home__section--products .section__body .products-wrapper .product__item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      width: 100%;
      order: 1; }
      @media screen and (min-width: 1024px) {
        .home__section--products .section__body .products-wrapper .product__item {
          width: 41.66667%;
          order: 2; } }
      @media screen and (min-width: 1200px) {
        .home__section--products .section__body .products-wrapper .product__item {
          padding-top: 5rem; } }
      .home__section--products .section__body .products-wrapper .product__item .product-bubble {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 460px;
        background: #fbfbfb;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #ced0dc;
        padding: 20px;
        margin-bottom: 2rem; }
        @media screen and (min-width: 1024px) {
          .home__section--products .section__body .products-wrapper .product__item .product-bubble {
            margin-left: 3rem;
            padding: 30px;
            min-height: unset; } }
        .home__section--products .section__body .products-wrapper .product__item .product-bubble:after {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 20px 25px 20px 0;
          border-color: transparent #fbfbfb;
          display: block;
          width: 0;
          z-index: 1;
          transform: rotate(-90deg);
          left: calc(50% - 15px);
          bottom: -32px; }
          @media screen and (min-width: 1024px) {
            .home__section--products .section__body .products-wrapper .product__item .product-bubble:after {
              transform: rotate(0);
              bottom: unset;
              left: -24px;
              top: 40px; } }
        .home__section--products .section__body .products-wrapper .product__item .product-bubble:before {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 20px 25px 20px 0;
          border-color: transparent #ced0dc;
          display: block;
          width: 0;
          z-index: 0;
          transform: rotate(-90deg);
          left: calc(50% - 15px);
          bottom: -33px; }
          @media screen and (min-width: 1024px) {
            .home__section--products .section__body .products-wrapper .product__item .product-bubble:before {
              transform: rotate(0);
              bottom: unset;
              left: -26px;
              top: 40px; } }
        .home__section--products .section__body .products-wrapper .product__item .product-bubble__body {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: column wrap;
          flex-wrap: nowrap;
          height: 100%;
          padding-bottom: 30px;
          position: relative; }
          .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .name {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #3d1c5c;
            border-bottom: 1px solid #3d1c5c; }
          .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .description {
            font-weight: 300;
            margin-bottom: 1rem; }
          .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .description-list {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            min-height: 45px; }
            .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .description-list__icon {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              flex-flow: row wrap;
              align-items: center;
              justify-content: center;
              width: 30px;
              height: 30px;
              background: #5B1472;
              color: #fff; }
            .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .description-list__value {
              padding-left: 10px;
              width: calc(100% - 30px);
              font-weight: 600; }
          .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link {
            position: absolute;
            bottom: 0;
            right: 0; }
            .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link a,
            .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link a:visited {
              cursor: pointer;
              outline: none;
              border: none;
              color: #9019c1;
              border-radius: 50px;
              border: 1.5px solid #9019c1;
              background: transparent;
              min-width: 100px;
              text-decoration: none;
              display: block;
              text-align: center;
              line-height: 1.5;
              transition: all .25s ease-in-out;
              padding: 10px 30px;
              transition: all .33s ease-in-out; }
              @media screen and (min-width: 1200px) {
                .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link a:hover,
                .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link a:visited:hover {
                  border-color: #7f16aa; } }
            .home__section--products .section__body .products-wrapper .product__item .product-bubble__body .link a:hover {
              border-color: #7f16aa;
              color: #7f16aa; }
  .home__section--products .section__body .products-wrapper .btn {
    min-width: 160px;
    margin: 1rem auto; }

.home__section--news {
  margin: 3rem 0;
  padding-bottom: 6rem; }
  .home__section--news .section__header {
    max-width: 1200px;
    margin: 2rem auto; }
    @media screen and (min-width: 1024px) {
      .home__section--news .section__header {
        justify-content: flex-end; } }
    .home__section--news .section__header .header-icon {
      background: url("../../images/icons/web-icon-yellow-alerts.svg") no-repeat center center; }

.home__section--testimonials {
  margin-top: 3rem;
  padding-bottom: 3rem;
  background: #F5F8FC; }
  .home__section--testimonials .section__header {
    max-width: 1200px;
    margin: 2rem auto; }
    @media screen and (min-width: 1024px) {
      .home__section--testimonials .section__header {
        justify-content: flex-start; } }
    .home__section--testimonials .section__header .header-icon {
      background: url("../../images/icons/web-icon-yelllow-quotations.svg") no-repeat center center; }

.home__section--areas {
  margin-top: 3rem;
  padding-bottom: 3rem;
  background: #EEEFEF;
  background-size: 200px; }
  .home__section--areas .section__header {
    max-width: 1200px;
    margin: 2rem auto; }
    @media screen and (min-width: 1024px) {
      .home__section--areas .section__header {
        justify-content: flex-start; } }
    .home__section--areas .section__header .header-icon {
      background: url("../../images/icons/web-icon-yellow-cards.svg") no-repeat center center; }
  .home__section--areas .section__body .cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto;
    padding: 1rem; }
    .home__section--areas .section__body .cards__item {
      width: 100%;
      position: relative;
      cursor: pointer;
      background: #fff;
      border-radius: 15px;
      transition: all 0.2s ease-out;
      margin-bottom: 30px;
      overflow: hidden;
      height: 150px;
      border: 1px solid #ededed; }
      @media screen and (min-width: 768px) {
        .home__section--areas .section__body .cards__item {
          width: 33.33333%;
          width: calc(33.33333% - 20px * 2);
          margin: 0 calc(20px - 1px);
          height: 200px; } }
      @media screen and (min-width: 1024px) {
        .home__section--areas .section__body .cards__item {
          height: 250px; } }
      @media screen and (min-width: 1200px) {
        .home__section--areas .section__body .cards__item {
          width: 33.33333%;
          width: calc(33.33333% - 40px * 2);
          margin: 0 calc(40px - 1px);
          height: 300px; } }
      .home__section--areas .section__body .cards__item .card-clip {
        width: 100%;
        height: 40px;
        transition: all .33s ease-in-out;
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%); }
        @media screen and (min-width: 768px) {
          .home__section--areas .section__body .cards__item .card-clip {
            height: 100px; } }
        @media screen and (min-width: 1024px) {
          .home__section--areas .section__body .cards__item .card-clip {
            height: 150px; } }
        @media screen and (min-width: 1200px) {
          .home__section--areas .section__body .cards__item .card-clip {
            height: 180px; } }
      .home__section--areas .section__body .cards__item .icon-wrapper {
        display: none; }
        @media screen and (min-width: 768px) {
          .home__section--areas .section__body .cards__item .icon-wrapper {
            display: block;
            position: absolute;
            top: 10px;
            left: calc(50% - 30px);
            width: 60px;
            height: 60px;
            border-radius: 50%; } }
        @media screen and (min-width: 1024px) {
          .home__section--areas .section__body .cards__item .icon-wrapper {
            left: calc(50% - 50px);
            width: 100px;
            height: 100px; } }
        @media screen and (min-width: 1200px) {
          .home__section--areas .section__body .cards__item .icon-wrapper {
            top: 25px; } }
      .home__section--areas .section__body .cards__item .card-content {
        width: 100%;
        padding: 1rem;
        position: absolute;
        bottom: 0;
        x-index: 2; }
        .home__section--areas .section__body .cards__item .card-content__label {
          color: #082451;
          text-decoration: none;
          font-weight: 600;
          text-transform: uppercase;
          transition: all .33s ease-in-out;
          margin-bottom: 10px; }
        .home__section--areas .section__body .cards__item .card-content__img {
          min-height: 50px;
          width: 100%; }
      .home__section--areas .section__body .cards__item--law {
        border-color: #5B1472; }
        .home__section--areas .section__body .cards__item--law .card-clip {
          background: #5B1472; }
        .home__section--areas .section__body .cards__item--law .icon-wrapper {
          background: #fff url("../../images/icons/web-icon-law.svg") no-repeat center center; }
        .home__section--areas .section__body .cards__item--law .card-content__img {
          background: url("../../images/logos/LB-Law.svg") no-repeat left center;
          background-size: contain; }
      .home__section--areas .section__body .cards__item--property {
        border-color: #31A05F; }
        .home__section--areas .section__body .cards__item--property .card-clip {
          background: #31A05F; }
        .home__section--areas .section__body .cards__item--property .icon-wrapper {
          background: #fff url("../../images/icons/web-icon-sold-sign.svg") no-repeat center center; }
        .home__section--areas .section__body .cards__item--property .card-content__img {
          background: url("../../images/logos/LB-Property.svg") no-repeat left center;
          background-size: contain;
          max-width: 200px; }
          @media screen and (min-width: 1200px) {
            .home__section--areas .section__body .cards__item--property .card-content__img {
              background-size: 220px;
              max-width: unset; } }
      .home__section--areas .section__body .cards__item--connect {
        border-color: #082451; }
        .home__section--areas .section__body .cards__item--connect .card-clip {
          background: #082451; }
        .home__section--areas .section__body .cards__item--connect .icon-wrapper {
          background: #fff url("../../images/icons/web-icon-puzzle-house.svg") no-repeat center center;
          background-size: 75%; }
        .home__section--areas .section__body .cards__item--connect .card-content__img {
          background: url("../../images/logos/LB-Connect.svg") no-repeat left center;
          background-size: contain; }
      .home__section--areas .section__body .cards__item:hover {
        box-shadow: 0px 4px 20px rgba(38, 38, 38, 0.2); }
        .home__section--areas .section__body .cards__item:hover .card-clip {
          height: 100%;
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
        .home__section--areas .section__body .cards__item:hover .card-content__label {
          color: #fff; }
        .home__section--areas .section__body .cards__item:hover.cards__item--law .card-content__img {
          background: url("../../images/logos/LB-Law_white.svg") no-repeat left center;
          background-size: contain; }
        .home__section--areas .section__body .cards__item:hover.cards__item--property .card-content__img {
          background: url("../../images/logos/LB-Property_white.svg") no-repeat left center;
          background-size: contain; }
          @media screen and (min-width: 1200px) {
            .home__section--areas .section__body .cards__item:hover.cards__item--property .card-content__img {
              max-width: 220px; } }
        .home__section--areas .section__body .cards__item:hover.cards__item--connect .card-content__img {
          background: url("../../images/logos/LB-Connect_white.svg") no-repeat left center;
          background-size: contain; }

/* Home page Banner */
.hp-banner {
  height: 300px;
  background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #082451;
  background-size: 160%; }
  @media screen and (min-width: 768px) {
    .hp-banner {
      height: 240px;
      background-size: 100%; } }
  @media screen and (min-width: 1024px) {
    .hp-banner {
      height: 300px; } }
  .hp-banner__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%; }
    .hp-banner__item .content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      max-width: 1200px;
      margin: auto;
      padding: 1rem;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .hp-banner__item .content {
          padding: 55px 1rem 1rem 1rem; } }
      @media screen and (min-width: 1024px) {
        .hp-banner__item .content {
          padding: 85px 1rem 1rem 1rem; } }
      @media screen and (min-width: 1200px) {
        .hp-banner__item .content {
          padding: 65px 1rem 1rem 1rem; } }
      .hp-banner__item .content .typewriter-label {
        width: 100%;
        font-size: 20px;
        display: none;
        color: #FFBA08; }
        @media screen and (min-width: 768px) {
          .hp-banner__item .content .typewriter-label {
            width: 190px; } }
        @media screen and (min-width: 1200px) {
          .hp-banner__item .content .typewriter-label {
            font-size: 30px; } }
      .hp-banner__item .content__header {
        width: 320px;
        color: #fff;
        font-weight: 300;
        font-size: 20px;
        position: relative;
        padding-top: 6px;
        min-height: 170px; }
        @media screen and (min-width: 768px) {
          .hp-banner__item .content__header {
            width: calc(700px - 190px);
            min-height: 130px; } }
        @media screen and (min-width: 1024px) {
          .hp-banner__item .content__header {
            width: calc(900px - 190px); } }
        @media screen and (min-width: 1200px) {
          .hp-banner__item .content__header {
            font-size: 30px;
            width: calc(1170px - 190px); } }
        .hp-banner__item .content__header.cursor:after {
          content: '';
          display: inline-block;
          position: absolute;
          width: 3px;
          height: 20px;
          margin-top: 4px;
          margin-left: 12px;
          background-color: #FFBA08;
          animation-name: blink;
          animation-duration: 0.5s;
          animation-iteration-count: infinite; }
          @media screen and (min-width: 1200px) {
            .hp-banner__item .content__header.cursor:after {
              height: 30px;
              margin-top: 8px; } }

@keyframes blink {
  0% {
    opacity: 1; }
  49% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.lb-area__header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem; }
  @media screen and (min-width: 1200px) {
    .lb-area__header {
      padding: 0; } }
  .lb-area__header .header-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center; }
    .lb-area__header .header-image img {
      max-width: 230px;
      padding-top: 1rem; }
      @media screen and (min-width: 768px) {
        .lb-area__header .header-image img {
          padding-top: 2rem; } }
      @media screen and (min-width: 768px) {
        .lb-area__header .header-image img#img-1336 {
          max-width: 400px; } }
      @media screen and (min-width: 768px) {
        .lb-area__header .header-image img#img-1376 {
          max-width: 350px; } }
    .lb-area__header .header-image .lbc-tagline {
      width: 100%;
      text-align: center;
      color: #31a05f; }
      @media screen and (min-width: 1024px) {
        .lb-area__header .header-image .lbc-tagline {
          width: auto;
          text-align: left; } }
  .lb-area__header .header-clip {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 85%);
    background: #f7f7f7;
    z-index: -1; }
    @media screen and (min-width: 1024px) {
      .lb-area__header .header-clip {
        top: 120px; } }
    @media screen and (min-width: 1200px) {
      .lb-area__header .header-clip {
        top: 120px; } }
  .lb-area__header .header-text {
    font-size: 18px;
    min-height: 150px; }
    @media screen and (min-width: 768px) {
      .lb-area__header .header-text {
        padding-top: 55px; } }

.lb-area__body .lb-section--house {
  background: url("../../images/page-graphics/page-graphic-group-1.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-3.svg") bottom right no-repeat, transparent;
  background-size: 250px; }
  .lb-area__body .lb-section--house .house-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1500px;
    margin: auto;
    height: 730px;
    margin-bottom: 50px;
    position: relative; }
    @media screen and (min-width: 1024px) {
      .lb-area__body .lb-section--house .house-wrapper {
        height: 550px; } }
    .lb-area__body .lb-section--house .house-wrapper__graphic {
      margin: 0 auto;
      width: calc(100% - 20px);
      max-width: 600px;
      height: 500px; }
      @media screen and (min-width: 768px) {
        .lb-area__body .lb-section--house .house-wrapper__graphic {
          width: 100%; } }
      .lb-area__body .lb-section--house .house-wrapper__graphic svg {
        height: 100%;
        width: 100%;
        transform: rotate(-0.55deg); }
      .lb-area__body .lb-section--house .house-wrapper__graphic span {
        display: block;
        text-align: center;
        font-size: 12px;
        font-style: italic; }
    .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section {
      display: none;
      position: absolute;
      background: #F4F6F6;
      padding: 1rem; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section.reveal {
        display: block; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section__title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 8px; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section__description {
        font-weight: 700;
        color: #707070; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding {
        border-left: 4px solid #32AC84;
        bottom: 40px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding {
            bottom: unset;
            top: 100px;
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding:before {
              content: '';
              position: absolute;
              top: 25px;
              right: -80px;
              height: 0px;
              width: 80px;
              background: #ecefef;
              opacity: 0;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding:before {
        right: -180px;
        width: 180px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding:after {
              content: '';
              position: absolute;
              top: 16.5px;
              right: -80px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding:after {
        right: -180px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding.reveal {
          animation: slide-out-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--bespoke-branding .puzzle-section__title {
          color: #32AC84; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging {
        border-left: 4px solid #F2B500;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging {
            width: 270px;
            bottom: unset;
            top: 10px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:before {
              content: '';
              position: absolute;
              top: 50px;
              right: -220px;
              height: 0px;
              width: 220px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:before {
        right: -300px;
        width: 300px; } }
    @media screen and (min-width: 1024px) and (min-width: 1600px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:before {
        right: -350px;
        width: 350px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:after {
              content: '';
              position: absolute;
              top: 42px;
              right: -220px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:after {
        right: -300px; } }
    @media screen and (min-width: 1024px) and (min-width: 1600px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging:after {
        right: -360px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging.reveal {
          animation: slide-out-top-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--secure-messaging .puzzle-section__title {
          color: #F2B500; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms {
        border-right: 4px solid #0764AF;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms {
            left: unset;
            bottom: unset;
            top: 100px;
            right: 5px;
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:before {
              content: '';
              position: absolute;
              top: 25px;
              left: -100px;
              height: 0px;
              width: 100px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:before {
        left: -120px;
        width: 120px; } }
    @media screen and (min-width: 1024px) and (min-width: 1600px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:before {
        left: -170px;
        width: 170px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:after {
              content: '';
              position: absolute;
              top: 18px;
              left: -100px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:after {
        left: -120px; } }
    @media screen and (min-width: 1024px) and (min-width: 1600px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms:after {
        left: -170px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms.reveal {
          animation: slide-out-right 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--protocol-forms .puzzle-section__title {
          color: #0764AF; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect {
        border-left: 4px solid #F2880C;
        bottom: 140px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect {
            bottom: 50%;
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect:before {
              content: '';
              position: absolute;
              top: 50%;
              right: -240px;
              height: 3px;
              width: 240px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect:before {
        right: -350px;
        width: 350px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect:after {
              content: '';
              position: absolute;
              top: calc(50% - 8px);
              right: -245px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect:after {
        right: -355px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect.reveal {
          animation: slide-out-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--lb-connect .puzzle-section__title {
          color: #F2880C; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures {
        border-left: 4px solid #37904A;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures {
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures:before {
              content: '';
              position: absolute;
              top: 60%;
              right: -75px;
              height: 0px;
              width: 75px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures:before {
        top: 50%;
        right: -150px;
        width: 150px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures:after {
              content: '';
              position: absolute;
              top: calc(60% - 8px);
              right: -80px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures:after {
        top: calc(50% - 8px);
        right: -155px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures.reveal {
          animation: slide-out-bottom-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--e-signatures .puzzle-section__title {
          color: #37904A; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification {
        border-left: 4px solid #BF417B;
        bottom: 0px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification {
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification:before {
              content: '';
              position: absolute;
              top: 50%;
              right: -230px;
              height: 3px;
              width: 230px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification:before {
        right: -300px;
        width: 300px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification:after {
              content: '';
              position: absolute;
              top: calc(50% - 8px);
              right: -235px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification:after {
        right: -305px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification.reveal {
          animation: slide-out-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--income-verification .puzzle-section__title {
          color: #BF417B; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification {
        border-right: 4px solid #203088;
        bottom: -50px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification {
            left: unset;
            bottom: 0px;
            right: 5px;
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification:before {
              content: '';
              position: absolute;
              bottom: 70px;
              left: -50px;
              height: 0px;
              width: 50px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification:before {
        bottom: 70px;
        left: -150px;
        width: 150px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification:after {
              content: '';
              position: absolute;
              bottom: 62px;
              left: -55px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification:after {
        bottom: 62px;
        left: -155px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification.reveal {
          animation: slide-out-right 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--id-verification .puzzle-section__title {
          color: #203088; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates {
        border-right: 4px solid #f05e7f;
        bottom: 50px;
        left: 0;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates {
            left: unset;
            bottom: calc(50% - 90px);
            right: 5px;
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates:before {
              content: '';
              position: absolute;
              top: 25px;
              left: -50px;
              height: 0px;
              width: 50px;
              background: #ecefef;
              opacity: 0;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates:before {
        top: 50px;
        left: -140px;
        width: 140px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates:after {
              content: '';
              position: absolute;
              top: 16.5px;
              left: -55px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates:after {
        top: 42px;
        left: -145px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates.reveal {
          animation: slide-out-right 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--key-updates .puzzle-section__title {
          color: #f05e7f; }
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms {
        border-left: 4px solid #3f68b1;
        bottom: 80px;
        left: 5px;
        width: calc(100% - 10px);
        opacity: 0; }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms {
            bottom: calc(50% - 100px);
            width: 270px; }
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms:before {
              content: '';
              position: absolute;
              top: 80px;
              right: -50px;
              height: 0px;
              width: 50px;
              background: #ecefef;
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1);
              opacity: 0; } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms:before {
        top: 25px;
        right: -150px;
        width: 150px; } }
        @media screen and (min-width: 1024px) {
            .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms:after {
              content: '';
              position: absolute;
              top: 72px;
              right: -55px;
              width: 20px;
              height: 20px;
              background: #fff;
              border-radius: 50%;
              opacity: 0;
              box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.3);
              transition: all 600ms cubic-bezier(0.22, 1, 0.36, 1); } }
    @media screen and (min-width: 1024px) and (min-width: 1200px) {
      .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms:after {
        top: 17px;
        right: -155px; } }
        @media screen and (min-width: 1200px) {
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms {
            width: 400px; } }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms.reveal {
          animation: slide-out-left 1000ms cubic-bezier(0.22, 1, 0.36, 1) forwards; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms.reveal:after {
            opacity: 1; }
          .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms.reveal:before {
            opacity: 1;
            height: 3px; }
        .lb-area__body .lb-section--house .house-wrapper__sections .puzzle-section#puzzle-section--client-forms .puzzle-section__title {
          color: #3f68b1; }

.lb-area__body .section {
  min-height: 300px;
  padding: 1rem; }
  @media screen and (min-width: 768px) {
    .lb-area__body .section {
      padding: 3rem; } }
  .lb-area__body .section#sect-b64915cf-e1e6-427f-ab3c-048559f70856, .lb-area__body .section#sect-f782d8bd-682d-438a-8d66-49ea8b3af026 {
    background: linear-gradient(0deg, #082451 0%, #5b1472 100%) !important; }
  .lb-area__body .section#sect-8f7e2c96-bd3b-4d2a-9b46-ceb28bb1275e, .lb-area__body .section#sect-171934e1-1afc-4cb0-aee5-0da6d6760b7d, .lb-area__body .section#sect-d3f1261f-f511-4435-b0fe-b45265afabd4 {
    padding: 0 1rem; }
  .lb-area__body .section#sect-8f7e2c96-bd3b-4d2a-9b46-ceb28bb1275e {
    background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #31a05f !important; }
  .lb-area__body .section#sect-171934e1-1afc-4cb0-aee5-0da6d6760b7d, .lb-area__body .section#sect-d3f1261f-f511-4435-b0fe-b45265afabd4 {
    background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #082451 !important; }
  .lb-area__body .section:nth-child(even) .section__title {
    text-align: right;
    padding-right: 35px; }
    .lb-area__body .section:nth-child(even) .section__title span {
      right: 0; }
  .lb-area__body .section:nth-child(even) .list-item,
  .lb-area__body .section:nth-child(even) .text-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row-reverse wrap; }
  .lb-area__body .section:nth-child(odd) .section__title {
    padding-left: 35px; }
    .lb-area__body .section:nth-child(odd) .section__title span {
      left: 0; }
  .lb-area__body .section:nth-child(odd) .list-item,
  .lb-area__body .section:nth-child(odd) .text-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap; }
  .lb-area__body .section__title {
    max-width: 1200px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1200px) {
      .lb-area__body .section__title {
        font-size: 20px; } }
    .lb-area__body .section__title span {
      opacity: .5;
      position: absolute;
      top: calc(50% - 5px);
      width: 25px;
      height: 7px;
      border-radius: 50px; }
  .lb-area__body .section__body {
    max-width: 1200px;
    margin: auto; }
  .lb-area__body .section .list-item {
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .section .list-item__img {
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      min-height: 180px; }
      @media screen and (min-width: 1024px) {
        .lb-area__body .section .list-item__img {
          width: 50%;
          min-height: 350px; } }
    .lb-area__body .section .list-item__items {
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .lb-area__body .section .list-item__items {
          width: 50%;
          padding: 0 2rem; } }
      .lb-area__body .section .list-item__items .feature-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 10px; }
        .lb-area__body .section .list-item__items .feature-item__check {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-flow: column wrap;
          flex-wrap: nowrap;
          align-items: center;
          justify-content: center;
          border-radius: 5px;
          border: 2px solid #082451;
          height: 30px;
          width: 30px;
          background: #fff; }
          .lb-area__body .section .list-item__items .feature-item__check i {
            color: #082451; }
        .lb-area__body .section .list-item__items .feature-item__value {
          font-weight: 800;
          width: calc(100% - 30px);
          padding-left: 15px; }
  .lb-area__body .section .product-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .section .product-items .product-item {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      min-height: 130px;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .lb-area__body .section .product-items .product-item {
          width: 50%;
          width: calc(50% - 20px * 2);
          margin: 0 calc(20px - 1px);
          margin-bottom: 1rem; } }
      .lb-area__body .section .product-items .product-item__img {
        width: 100px;
        height: 100px; }
        @media screen and (min-width: 1200px) {
          .lb-area__body .section .product-items .product-item__img {
            width: 130px;
            height: 130px; } }
      .lb-area__body .section .product-items .product-item__body {
        width: calc(100% - 100px);
        padding: 0 1rem; }
        @media screen and (min-width: 1200px) {
          .lb-area__body .section .product-items .product-item__body {
            width: calc(100% - 130px); } }
        .lb-area__body .section .product-items .product-item__body .name {
          font-weight: 700;
          text-transform: uppercase; }
  .lb-area__body .section .text-items {
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .section .text-items .text-item__img {
      width: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center bottom;
      min-height: 350px;
      order: 2; }
      @media screen and (min-width: 1024px) {
        .lb-area__body .section .text-items .text-item__img {
          width: 50%;
          order: 1; } }
    .lb-area__body .section .text-items .text-item__body {
      width: 100%;
      max-width: 500px;
      margin: auto; }
      @media screen and (min-width: 1024px) {
        .lb-area__body .section .text-items .text-item__body {
          width: 50%;
          padding: 20px; } }
      .lb-area__body .section .text-items .text-item__body .text-heading {
        color: #fff;
        font-size: 30px; }
      .lb-area__body .section .text-items .text-item__body .text-body {
        color: #fff; }

.lb-area__body .lb-law-products {
  padding: 80px 1rem 1rem 1rem; }
  .lb-area__body .lb-law-products__title {
    max-width: 900px;
    margin: auto;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px; }
  .lb-area__body .lb-law-products__subtitle {
    max-width: 900px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px; }
  .lb-area__body .lb-law-products__items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 900px;
    margin: auto; }
    .lb-area__body .lb-law-products__items .product-item {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      min-height: 80px;
      background: #F5F6F6;
      padding: 0 1rem;
      margin-bottom: 1rem; }
      @media screen and (min-width: 768px) {
        .lb-area__body .lb-law-products__items .product-item {
          width: 50%;
          width: calc(50% - 20px * 2);
          margin: 0 calc(20px - 1px);
          margin-bottom: 1rem; } }
      .lb-area__body .lb-law-products__items .product-item:nth-child(odd) .product-item__icon {
        color: #5B1472; }
      .lb-area__body .lb-law-products__items .product-item:nth-child(even) .product-item__icon {
        color: #4a83a5; }
      .lb-area__body .lb-law-products__items .product-item__icon {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        height: 60px;
        width: 60px;
        background: #d9d9d9;
        border-radius: 50%; }
      .lb-area__body .lb-law-products__items .product-item__name {
        width: calc(100% - 60px);
        padding: 0 1rem;
        font-weight: 700; }

.lb-area__body .products-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 70px 0; }
  .lb-area__body .products-link__label {
    width: 100%;
    text-align: center; }
  .lb-area__body .products-link__link {
    width: 100%;
    cursor: pointer;
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #9019c1;
    transition: all .33s ease-in-out; }
    .lb-area__body .products-link__link:hover {
      color: #7f16aa; }

.lb-area__body .lb-property-section {
  background: #328e3b;
  background: linear-gradient(180deg, #328e3b 0%, #7eb180 100%);
  min-height: 620px;
  color: #fff;
  padding-top: 60px; }
  .lb-area__body .lb-property-section__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 2rem;
    color: #5B1472; }
    .lb-area__body .lb-property-section__header span {
      width: 25px;
      height: 7px;
      border-radius: 50px;
      background: #5B1472;
      margin-right: 10px; }
  .lb-area__body .lb-property-section__title {
    max-width: 1000px;
    margin: auto; }
    .lb-area__body .lb-property-section__title p {
      text-align: center;
      font-size: 17px; }
      .lb-area__body .lb-property-section__title p span {
        color: #5B1472; }
  .lb-area__body .lb-property-section__feature {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .lb-property-section__feature .feature-image {
      width: 100%;
      background: url("../../images/graphics/referrer-portal-ui-graphic.png") no-repeat center bottom;
      background-size: contain;
      min-height: 200px;
      order: 2; }
      @media screen and (min-width: 768px) {
        .lb-area__body .lb-property-section__feature .feature-image {
          min-height: 300px; } }
      @media screen and (min-width: 1024px) {
        .lb-area__body .lb-property-section__feature .feature-image {
          width: 50%;
          min-height: 300px;
          order: 1; } }
      @media screen and (min-width: 1200px) {
        .lb-area__body .lb-property-section__feature .feature-image {
          min-height: 500px; } }
    .lb-area__body .lb-property-section__feature .feature-items {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: column wrap;
      flex-wrap: nowrap;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none;
      padding: 1rem;
      order: 1; }
      @media screen and (min-width: 1024px) {
        .lb-area__body .lb-property-section__feature .feature-items {
          width: 50%;
          padding: 2rem;
          order: 2; } }
      .lb-area__body .lb-property-section__feature .feature-items__item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 1rem; }
        .lb-area__body .lb-property-section__feature .feature-items__item .pointer {
          display: block;
          background: rgba(255, 255, 255, 0.5);
          width: 15px;
          height: 15px;
          transform: rotate(45deg); }
        .lb-area__body .lb-property-section__feature .feature-items__item .label {
          display: block;
          width: calc(100% - 15px);
          padding: 0 1rem;
          font-weight: 700; }

.lb-area__body .lb-connect-section__aims {
  padding: 1rem; }
  .lb-area__body .lb-connect-section__aims .lbc-header h1 {
    font-size: 22px;
    font-weight: 200;
    color: #082451;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .lb-area__body .lb-connect-section__aims .lbc-header h1 {
        font-size: 30px; } }
  .lb-area__body .lb-connect-section__aims .lbc-cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .lb-connect-section__aims .lbc-cards__item {
      width: 100%;
      height: 220px;
      background: #FAFAFA;
      border-top: 5px solid #ececec;
      padding: 20px;
      margin-bottom: 30px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .lb-area__body .lb-connect-section__aims .lbc-cards__item {
          width: 50%;
          width: calc(50% - 20px * 2);
          margin: 0 calc(20px - 1px);
          margin-bottom: 30px; } }
      @media screen and (min-width: 1024px) {
        .lb-area__body .lb-connect-section__aims .lbc-cards__item {
          width: 33.33333%;
          width: calc(33.33333% - 20px * 2);
          margin: 0 calc(20px - 1px);
          margin-bottom: 30px; } }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--1 {
        border-color: #31A05F; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--1 i {
          color: #31A05F; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--2 {
        border-color: #082451; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--2 i {
          color: #082451; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--3 {
        border-color: #45D3D3; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--3 i {
          color: #45D3D3; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--4 {
        border-color: #7DB5F4; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--4 i {
          color: #7DB5F4; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--5 {
        border-color: #F2880C; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--5 i {
          color: #F2880C; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item--6 {
        border-color: #a07bc7; }
        .lb-area__body .lb-connect-section__aims .lbc-cards__item--6 i {
          color: #a07bc7; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item .card-header {
        color: #082451;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item .card-body {
        color: #636567;
        font-weight: 700; }
      .lb-area__body .lb-connect-section__aims .lbc-cards__item i {
        position: absolute;
        font-size: 40px;
        bottom: 15px;
        right: 15px; }

.lb-area__body .lb-connect-section__ui {
  padding: 1rem;
  margin-bottom: 200px; }
  .lb-area__body .lb-connect-section__ui .lbc-header h1 {
    font-weight: 200;
    font-size: 22px;
    color: #082451;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .lb-area__body .lb-connect-section__ui .lbc-header h1 {
        font-size: 30px; } }
  .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: auto; }
    .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view {
      border-radius: 5px;
      border: 1px solid #ccc;
      box-shadow: 3px 5px 30px rgba(0, 0, 0, 0.1); }
      @media screen and (min-width: 768px) {
        .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view {
          border-radius: 15px; } }
      .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--desktop {
        min-width: 340px;
        min-height: 180px;
        background: url("../../images/ui/scr-web-desktop-home.png") no-repeat center center;
        background-size: contain; }
        @media screen and (min-width: 768px) {
          .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--desktop {
            min-width: 600px;
            min-height: 350px; } }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--desktop {
            min-width: 700px;
            min-height: 400px; } }
      .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--tablet {
        min-width: 120px;
        min-height: 160px;
        background: url("../../images/ui/scr-web-ipad-case-activity.png") no-repeat center center;
        background-size: contain;
        transform: translateX(-50px); }
        @media screen and (min-width: 768px) {
          .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--tablet {
            min-width: 160px;
            min-height: 210px; } }
        @media screen and (min-width: 1024px) {
          .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--tablet {
            min-width: 200px;
            min-height: 260px; } }
      .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--mobile {
        min-width: 55px;
        min-height: 100px;
        background: url("../../images/ui/scr-web-phone-messaging.png") no-repeat center center;
        background-size: contain;
        transform: translateX(-75px); }
        @media screen and (min-width: 768px) {
          .lb-area__body .lb-connect-section__ui .lbc-ui-wrapper__view--mobile {
            min-width: 85px;
            min-height: 170px; } }

/* LB Connect SVG */
.puzzle-piece__item {
  cursor: pointer;
  transition: all .3s ease-in-out; }
  .puzzle-piece__item.active {
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5)); }
  .puzzle-piece__item:hover {
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5)); }
  .puzzle-piece__item--cls-1 {
    fill: #f29c1f; }
    .puzzle-piece__item--cls-1.active {
      fill: #d2810c; }
  .puzzle-piece__item--cls-1, .puzzle-piece__item--cls-2, .puzzle-piece__item--cls-3 {
    isolation: isolate; }
  .puzzle-piece__item--cls-2 {
    fill: #efc31a; }
  .puzzle-piece__item--cls-3 {
    fill: #29b997; }
  .puzzle-piece__item--cls-4 {
    fill: #3376bc; }
  .puzzle-piece__item--cls-5 {
    fill: #3f68b1; }
  .puzzle-piece__item--cls-6 {
    fill: #f05e7f; }
  .puzzle-piece__item--cls-7 {
    fill: #30a05f; }
    .puzzle-piece__item--cls-7.active {
      fill: #247948; }
  .puzzle-piece__item--cls-8 {
    fill: #413f99; }
  .puzzle-piece__item--cls-9 {
    fill: #d0588d; }
    .puzzle-piece__item--cls-9.active {
      fill: #bf3672; }

.puzzle-piece__label#t1 {
  text-anchor: middle;
  transform: translate(50%, calc(50% + 10px)); }

.puzzle-piece__label#t2 {
  text-anchor: middle;
  transform: translate(50%, 65px);
  font-size: 12px; }

.puzzle-piece__label#t3 {
  text-anchor: middle;
  transform: translate(48px, 100px);
  font-size: 10px; }

.puzzle-piece__label#t4 {
  text-anchor: middle;
  transform: translate(calc(100% - 48px), 100px);
  font-size: 10px; }

.puzzle-piece__label#t5 {
  text-anchor: middle;
  transform: translate(35px, calc(50% + 10px));
  font-size: 10px; }

.puzzle-piece__label#t6 {
  text-anchor: middle;
  transform: translate(calc(100% - 35px), calc(50% + 10px));
  font-size: 10px; }

.puzzle-piece__label#t7 {
  text-anchor: middle;
  transform: translate(45px, calc(100% - 70px));
  font-size: 14px; }

.puzzle-piece__label#t8 {
  text-anchor: middle;
  transform: translate(calc(100% - 50px), calc(100% - 70px));
  font-size: 13px; }

.puzzle-piece__label#t9 {
  font-size: 12px;
  text-anchor: middle;
  transform: translate(50%, calc(100% - 45px)); }

.puzzle-piece__label .label {
  fill: #fff;
  user-select: none;
  pointer-events: none; }

/* Anims */
@keyframes slide-out-right {
  0% {
    opacity: 0;
    transform: translate(-200px, 0px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes slide-out-left {
  0% {
    opacity: 0;
    transform: translate(500px, 0px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes slide-out-bottom {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide-out-bottom-lower {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translateY(70px); } }

@keyframes slide-out-bottom-left {
  0% {
    opacity: 0;
    transform: translate(500px, -200px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes slide-out-bottom-right {
  0% {
    opacity: 0;
    transform: translate(-500px, -200px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes slide-out-top-left {
  0% {
    opacity: 0;
    transform: translate(500px, 200px); }
  30% {
    opacity: 0; }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.privacy {
  margin-top: 60px; }
  .privacy__header {
    background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #635671;
    background-size: 100%;
    min-height: 200px;
    display: flex;
    align-items: center; }
    .privacy__header .title {
      margin: auto;
      color: #fff;
      text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.75); }
  .privacy__body {
    margin: auto;
    margin-top: 2rem;
    max-width: 900px; }
    .privacy__body .privacy-item {
      margin: 1.5rem; }
      .privacy__body .privacy-item:last-child {
        margin-bottom: 10rem; }
      .privacy__body .privacy-item h3 {
        font-size: 25px;
        margin: 0;
        color: #5B1472; }
      .privacy__body .privacy-item p {
        margin: 0;
        color: #26293a;
        margin-bottom: 1rem; }
      .privacy__body .privacy-item__section {
        border-bottom: 1px solid #5B1472;
        padding: 1rem 0; }
      .privacy__body .privacy-item__notice {
        background: #F4f5f9;
        padding: 1rem;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-left: 2px solid #3C3C5A; }
      .privacy__body .privacy-item ul {
        list-style-type: square;
        color: #26293a; }
        .privacy__body .privacy-item ul li {
          padding: 1rem 0;
          border-bottom: 1px solid #D1D1D1; }
    .privacy__body .privacy-separator {
      margin: 3rem auto;
      max-width: 175px;
      height: 4px;
      border-radius: 50px;
      background-color: #F4F5F9; }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.products-services__header {
  border-bottom: 1px solid #082451;
  padding: 1rem; }
  .products-services__header h1 {
    color: #082451;
    max-width: 1200px;
    margin: auto;
    font-weight: 500; }

.products-services__body {
  padding: 1rem; }
  .products-services__body .introduction {
    color: #082451;
    max-width: 1200px;
    margin: auto;
    font-size: 18px; }
  .products-services__body .product-category {
    max-width: 1200px;
    margin: 2rem auto;
    margin-top: 100px;
    min-height: 400px; }
    .products-services__body .product-category:nth-child(odd) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row-reverse wrap; }
    .products-services__body .product-category:nth-child(even) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap; }
    .products-services__body .product-category__image {
      width: 100%;
      height: 100%; }
      @media screen and (min-width: 768px) {
        .products-services__body .product-category__image {
          width: calc(30% - 25px); } }
      @media screen and (min-width: 1200px) {
        .products-services__body .product-category__image {
          width: calc(50% - 25px); } }
      .products-services__body .product-category__image .title {
        color: #082451;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        margin-bottom: 20px; }
      .products-services__body .product-category__image .img-wrapper {
        width: 100%;
        height: 100%;
        min-height: 200px;
        max-height: 350px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        @media screen and (min-width: 768px) {
          .products-services__body .product-category__image .img-wrapper {
            min-height: 350px; } }
      .products-services__body .product-category__image .additional {
        max-width: 900px;
        margin: auto;
        margin-top: 50px;
        padding: 2rem;
        border-radius: 10px;
        background: #fff;
        -webkit-box-shadow: 1px 9px 30px 0px rgba(0, 0, 0, 0.13);
        box-shadow: 1px 9px 30px 0px rgba(0, 0, 0, 0.13);
        border-left: 5px solid #b2bae6;
        color: #8a8a8a; }
    .products-services__body .product-category__divider {
      display: none; }
      @media screen and (min-width: 768px) {
        .products-services__body .product-category__divider {
          display: block;
          width: 50px;
          position: relative; } }
      .products-services__body .product-category__divider:after {
        content: '';
        background: #ededed;
        border-radius: 50px;
        height: 100%;
        width: 3px;
        position: absolute;
        top: 0;
        left: calc(50% - 1.5px); }
    .products-services__body .product-category__items {
      width: 100%;
      margin-top: 100px; }
      @media screen and (min-width: 768px) {
        .products-services__body .product-category__items {
          width: calc(70% - 25px);
          margin: 0; } }
      @media screen and (min-width: 1200px) {
        .products-services__body .product-category__items {
          width: calc(50% - 25px); } }
  .products-services__body .lb-product-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    cursor: pointer;
    min-height: 60px;
    max-height: 60px;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .products-services__body .lb-product-item:hover {
      background: #f4f5f9; }
    .products-services__body .lb-product-item__name {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      color: #082451;
      min-height: 60px; }
      .products-services__body .lb-product-item__name i {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        width: 50px;
        font-size: 30px; }
      .products-services__body .lb-product-item__name .product-name {
        width: calc(100% - 50px); }
    .products-services__body .lb-product-item__description {
      height: 0;
      overflow: hidden;
      font-weight: 400;
      color: #afafaf;
      padding: 0 50px;
      transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .products-services__body .lb-product-item.is-active {
      background: #F9FAFB;
      min-height: 400px; }
      @media screen and (min-width: 768px) {
        .products-services__body .lb-product-item.is-active {
          min-height: 230px; } }
      .products-services__body .lb-product-item.is-active .lb-product-item__name i {
        transform: rotate(180deg);
        transform-origin: center; }
      .products-services__body .lb-product-item.is-active .lb-product-item__description {
        min-height: 400px;
        overflow: visible; }
        @media screen and (min-width: 768px) {
          .products-services__body .lb-product-item.is-active .lb-product-item__description {
            min-height: 230px; } }
  .products-services__body .contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    max-width: 900px;
    margin: auto;
    font-size: 18px; }
    .products-services__body .contact__message {
      text-align: center; }
      .products-services__body .contact__message span {
        font-size: 20px;
        font-weight: 700;
        padding-left: 8px;
        color: #5B1472; }
      .products-services__body .contact__message a, .products-services__body .contact__message a:visited {
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        color: #19C1AA;
        transition: all .33s ease-in-out; }
        .products-services__body .contact__message a:hover, .products-services__body .contact__message a:visited:hover {
          color: #16aa96; }

.page-content__product-promotions {
  padding: 1rem; }
  .page-content__product-promotions .promotion-content {
    max-width: 1200px;
    margin: auto;
    overflow-x: hidden; }
    .page-content__product-promotions .promotion-content__item {
      display: flex;
      flex-direction: row;
      margin: 4rem 0; }
      @media screen and (min-width: 1200px) {
        .page-content__product-promotions .promotion-content__item {
          display: block; } }
    .page-content__product-promotions .promotion-content__graphic--post-completion {
      width: 40%;
      background: url("/images/graphics/SDLT-graphic.svg") no-repeat 0;
      background-size: contain;
      position: relative;
      height: 400px; }
      @media screen and (min-width: 1200px) {
        .page-content__product-promotions .promotion-content__graphic--post-completion {
          width: 100%; } }
    .page-content__product-promotions .promotion-content__graphic--price-transparency {
      width: 40%;
      background: url("/images/graphics/price-transparency.svg") no-repeat center center;
      background-size: contain;
      position: relative;
      height: 350px; }
      @media screen and (min-width: 1200px) {
        .page-content__product-promotions .promotion-content__graphic--price-transparency {
          width: 100%;
          background-size: 270px; } }
    .page-content__product-promotions .promotion-content__detail {
      width: 60%; }
      .page-content__product-promotions .promotion-content__detail:nth-child(even) {
        text-align: right; }
      .page-content__product-promotions .promotion-content__detail:nth-child(odd) {
        text-align: left; }
      @media screen and (min-width: 1200px) {
        .page-content__product-promotions .promotion-content__detail:nth-child(even), .page-content__product-promotions .promotion-content__detail:nth-child(odd) {
          text-align: center; } }
      @media screen and (min-width: 1200px) {
        .page-content__product-promotions .promotion-content__detail {
          width: 100%; } }
      .page-content__product-promotions .promotion-content__detail ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .page-content__product-promotions .promotion-content__detail ul li {
          padding: .5rem 0;
          color: #26293a;
          display: flex;
          flex-direction: row; }
          @media screen and (min-width: 1200px) {
            .page-content__product-promotions .promotion-content__detail ul li {
              border-bottom: 1.5px solid #F7F7F7; } }
          .page-content__product-promotions .promotion-content__detail ul li .promotion-label {
            width: 90%;
            padding-top: .33rem; }
            @media screen and (min-width: 1200px) {
              .page-content__product-promotions .promotion-content__detail ul li .promotion-label {
                width: 100%; } }
          .page-content__product-promotions .promotion-content__detail ul li .promotion-icon {
            width: 10%;
            max-width: 33px;
            height: 33px;
            margin: auto;
            background-size: contain; }
            @media screen and (min-width: 1200px) {
              .page-content__product-promotions .promotion-content__detail ul li .promotion-icon {
                display: none; } }
            .page-content__product-promotions .promotion-content__detail ul li .promotion-icon.set-one {
              background: url("/images/icons/check-purple.svg") no-repeat; }
            .page-content__product-promotions .promotion-content__detail ul li .promotion-icon.set-two {
              background: url("/images/icons/check-blue.svg") no-repeat; }

.service-page {
  margin-top: 60px;
  background: url("/images/graphics/page-graphic.svg") no-repeat bottom; }
  .service-page__hero {
    min-height: 200px; }
    @media screen and (min-width: 1200px) {
      .service-page__hero {
        padding: .5rem;
        width: 100%; } }
    .service-page__hero .hero-content {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      max-width: 1200px;
      height: 200px;
      margin: auto; }
      .service-page__hero .hero-content__title {
        width: 50%;
        color: #439090; }
        @media screen and (min-width: 1200px) {
          .service-page__hero .hero-content__title {
            padding: .5rem;
            width: 100%; } }
  .service-page__body {
    max-width: 900px;
    margin: auto;
    padding-top: 3rem; }
    @media screen and (min-width: 1200px) {
      .service-page__body {
        padding: 1rem; } }
    .service-page__body .subheader {
      text-align: center; }
      .service-page__body .subheader h2 {
        font-size: 1.25rem; }
    .service-page__body .promotional {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
      .service-page__body .promotional__item {
        background: #644a8a;
        border-radius: .5rem;
        color: #fefefe;
        padding: 2rem;
        font-size: 1.35rem;
        position: relative;
        margin-bottom: 2rem;
        width: calc(50% - 2rem);
        margin-left: 1rem; }
        @media screen and (min-width: 1200px) {
          .service-page__body .promotional__item {
            width: 100%;
            margin: 0;
            margin-bottom: 2rem; } }
        .service-page__body .promotional__item:before {
          content: '';
          position: absolute;
          bottom: 1rem;
          left: 1rem;
          width: 0;
          height: 0;
          border: 30px solid transparent;
          border-top-color: #644a8a;
          border-bottom: 0;
          border-left: 0;
          margin-left: -15px;
          margin-bottom: -30px; }
        .service-page__body .promotional__item:nth-child(2n + 1) {
          background: #4283b4;
          margin-left: 0;
          margin-right: 1rem; }
          .service-page__body .promotional__item:nth-child(2n + 1):before {
            border-top-color: #4283b4; }
    .service-page__body .body-text {
      text-align: center;
      color: #26293a;
      font-size: 1.2rem; }
    .service-page__body .body-text-decoration {
      width: 100%;
      height: .1rem;
      border-radius: 50px;
      background: #d5d7de; }
  .service-page__promotional {
    max-width: 900px;
    margin: auto;
    padding: 3rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .service-page__promotional p {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .service-page__promotional p {
          text-align: center; } }
    .service-page__promotional .service-items {
      margin: 0;
      padding: 0;
      list-style-type: none;
      width: 50%; }
      @media screen and (min-width: 1200px) {
        .service-page__promotional .service-items {
          width: 100%; } }
      @media screen and (min-width: 1200px) {
        .service-page__promotional .service-items {
          padding: 1rem; } }
      .service-page__promotional .service-items .service-item {
        color: #26293a;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: .5rem 0; }
        @media screen and (min-width: 1200px) {
          .service-page__promotional .service-items .service-item {
            border-bottom: 1.5px solid rgba(67, 144, 144, 0.15); } }
        .service-page__promotional .service-items .service-item__icon {
          width: 10%;
          max-width: 33px;
          height: 33px;
          margin: auto;
          background: url("/images/icons/check-green.svg") no-repeat center center; }
          @media screen and (min-width: 1200px) {
            .service-page__promotional .service-items .service-item__icon {
              display: none; } }
        .service-page__promotional .service-items .service-item__text {
          width: 90%;
          padding-top: .33rem; }
          @media screen and (min-width: 1200px) {
            .service-page__promotional .service-items .service-item__text {
              width: 100%;
              text-align: center; } }
    .service-page__promotional .service-page-image {
      width: 50%; }
      @media screen and (min-width: 1200px) {
        .service-page__promotional .service-page-image {
          width: 100%; } }
    .service-page__promotional .service-page-image-full {
      width: 100%; }
      .service-page__promotional .service-page-image-full img {
        width: 50%;
        display: block;
        margin: auto; }

.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.terms-and-conditions__header {
  background: url("../../images/page-graphics/page-graphic-group-1-white.svg") top left no-repeat, url("../../images/page-graphics/page-graphic-group-4-white.svg") bottom right no-repeat, #5B1472;
  background-size: 100%;
  min-height: 200px;
  display: flex;
  align-items: center; }
  .terms-and-conditions__header .title {
    margin: auto;
    color: #fff;
    text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.75); }

.terms-and-conditions__body {
  margin: auto;
  max-width: 1200px;
  padding: 1rem 1rem 5rem 1rem; }
  .terms-and-conditions__body .terms-searches {
    max-width: 1000px;
    margin: auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f8f8f8;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.075);
    padding: 1rem;
    border-left: 4px solid #5c83cd; }
    .terms-and-conditions__body .terms-searches h2 {
      margin: 0; }

.terms-and-conditions .accordian {
  max-width: 1000px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 100;
  letter-spacing: 0.035em;
  margin: 0 auto; }
  .terms-and-conditions .accordian ul {
    padding: 0; }
  .terms-and-conditions .accordian ul > li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
    .terms-and-conditions .accordian ul > li:first-child h3 {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .terms-and-conditions .accordian h3 {
    color: #26293a;
    cursor: pointer;
    background-color: #f7f9f9;
    padding: 1.2rem 1rem 1rem 1.2rem;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: block;
    font-weight: 100;
    letter-spacing: 0.035em;
    position: relative;
    font-size: 18px;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    min-height: 55px; }
    .terms-and-conditions .accordian h3:hover, .terms-and-conditions .accordian h3.closed {
      color: var(--dark-gray);
      background-color: #fff; }
    .terms-and-conditions .accordian h3:hover .arrow {
      border-top: 2px solid #12131b;
      border-right: 2px solid #12131b; }
  .terms-and-conditions .accordian ul ul {
    display: none;
    height: 100%;
    margin-bottom: -7px;
    padding: 0; }
    .terms-and-conditions .accordian ul ul li {
      background-color: #fff;
      padding: 1rem 1.8rem;
      color: #26293a;
      box-shadow: none;
      border-left: 1px solid #dfdfdf;
      border-right: 1px solid #dfdfdf;
      border-bottom: 1px solid #dfdfdf; }
      .terms-and-conditions .accordian ul ul li p {
        opacity: 0;
        transition: all 0.5s;
        transform: translatey(-20px); }
    .terms-and-conditions .accordian ul ul.open p {
      opacity: 1;
      transform: translatey(0px); }
  .terms-and-conditions .accordian .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #26293a;
    border-right: 2px solid #26293a;
    transform: rotate(135deg);
    transform-origin: center;
    float: right;
    margin-right: 8px;
    margin-top: 5px;
    transition: transform 600ms cubic-bezier(0.175, 0.885, 0.32, 1); }
    .terms-and-conditions .accordian .arrow.closed {
      margin-top: 4px;
      transform: rotate(-45deg);
      border-top: 2px solid #d0d0d0;
      border-right: 2px solid #d0d0d0; }

/* --------------------- Flexbox --------------------- */
/* --------------------- CSS Grid --------------------- */
.flickity-page-dots {
  top: unset;
  bottom: -50px; }
  .flickity-page-dots .dot {
    background-color: #3d1c5c; }
    .flickity-page-dots .dot.is-selected {
      border-radius: 2px;
      transform: rotate(135deg) scale(1.5);
      transition: all .33s ease-in-out; }

@keyframes fade-in-out {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.testimonial .flickity-viewport {
  min-height: 300px; }

.testimonial .flickity-prev-next-button {
  background: #5B1472; }

.testimonial__item {
  width: 90%;
  height: 100%;
  border-radius: 1rem;
  margin: 0 1rem;
  padding: 2rem;
  position: relative; }
  .testimonial__item .testimonial-message {
    max-width: 900px;
    min-height: 180px;
    margin: auto;
    text-align: center;
    padding: 10px 0;
    color: #5B1472; }
    @media screen and (min-width: 1024px) {
      .testimonial__item .testimonial-message {
        padding: 2rem 0;
        font-size: 20px; } }
  .testimonial__item .testimonial-name {
    text-align: center;
    margin: 0;
    font-style: italic; }
    @media screen and (min-width: 1024px) {
      .testimonial__item .testimonial-name {
        font-size: 20px; } }
  .testimonial__item .testimonial-company {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin: 0; }

/* Form Overrides*/ 

.mktoForm {
	width: 100% !important;
	max-width: 500px;
	margin: 0 auto;
}

.mktoForm .mktoFieldDescriptor {
	width: 100%;
}

.mktoForm .mktoFieldDescriptor .mktoFieldWrap {
	width: 100%;
}

.mktoForm .mktoFormRow label {
	width: 100% !important;
	font-weight: bold;
	font-family: 'Nunito', sans-serif;
	position: relative;
}

.mktoForm .mktoFormRow .mktoField {
        display: block;
        padding: .5rem;
        border: 1.5px solid transparent;
        outline: none;
        box-shadow: none;
        margin: 0;
        background-color: #f3f3f3;
        font-weight: bold;
        font-size: 1rem;
        font-family: inherit;
        height: 50px !important;
        color: #333;
        width: 100% !important;
        transition: all 0.2s ease-in-out;
}

.mktoForm .mktoFormRow textarea.mktoField {
        display: block;
        padding: .5rem;
        border: 1.5px solid transparent;
        outline: none;
        box-shadow: none;
        margin: 0;
        background-color: #f3f3f3;
        font-weight: bold;
        font-size: 1rem;
        font-family: inherit;
        height: 150px !important;
        color: #333;
        width: 100% !important;
        transition: all 0.2s ease-in-out;
}

.mktoButtonRow {
	width: 100%;
}

.mktoForm .mktoButtonWrap {
	width: 100%;	
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    cursor: pointer;
    outline: none;
    border: none;
    color: #FEFEFE;
	border: none !important;
    border-radius: 50px;
    background-color: #5B1472 !important;
	background-image: none !important;
    min-width: 100px;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1.5;
    transition: all .25s ease-in-out;
    padding: 10px 30px;
    margin: auto;
    font-size: 1.1rem;
}

.lb-web-page {
}

.lb-web-page__header {
	 border-bottom: 1px solid #082451;
    padding: 1rem;
}

.lb-web-page__header h1 {
 	color: #082451;
    max-width: 1200px;
    margin: auto;
    font-weight: 500;
}

.lb-web-page__body {    
	max-width: 1200px;
    margin: auto;
}

.lb-web-page__body .header {
	font-size: 36px;
	color: #5B1472;
}

.lb-web-page__body .sub-header {
	font-size: 23px;
}

.lb-web-page__body p {
	font-size: 17px;	
}

.lb-web-page__body .section {

}

.lb-web-page__body .section .section__content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 400px;
	max-width: 1000px;
	margin: auto;
	user-select: none;
}

.lb-web-page__body .section .section__content .section-text {
	padding: 1rem;
}

.lb-web-page__body .section .section__content .section-text .section-text__heading{
	font-weight: 300;
	font-size: 30px;
}

.lb-web-page__body .section .section__content .section-text .section-text__subtext{
	font-weight: 300;
	font-size: 22px;
}

.lb-web-page__body .section .section__content .section-image {
	max-width: 300px;
}

.lb-web-page__body .section .section__content .section-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.lb-web-page__body .section:nth-child(odd) .section__content {
	flex-direction: row-reverse;
}

.lb-web-page__body .section:nth-child(odd) .section__content .section-text .section-text__heading,
.lb-web-page__body .section:nth-child(odd) .section__content .section-text .section-text__subtext {
	text-align: right;
}

.lb-web-page .lb-web-page-footer {
	display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    border: 1px dotted #3c3b3b;
    border-radius: 10px;
    margin: 5rem 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
	user-select: none;
}

.lb-web-page .lb-web-page-footer h3 {
	color: #5B1472;
	text-align: center;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    padding: 1rem 3rem 0 3rem;
}

.lb-web-page .lb-web-page-footer p {
	text-align: center;
	color: #082451;
}

@media screen and (max-width: 1024px) {
	.lb-web-page {
		padding: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.lb-web-page__body .section .section__content .section-text,
	.lb-web-page__body .section .section__content .section-img {
		width: 100%;
	}
	
}




    
