﻿@import url(Vendors/swiper/swiper.min.css);
.space-b-default {
  margin-bottom: 3.5rem; }
  @media only screen and (max-width: 576px) {
    .space-b-default {
      margin-bottom: 1.75rem; } }

.space-t-default {
  margin-top: 3.5rem; }
  @media only screen and (max-width: 576px) {
    .space-t-default {
      margin-top: 1.75rem; } }

.space-b-small {
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 576px) {
    .space-b-small {
      margin-bottom: 1.25rem; } }

.space-t-small {
  margin-top: 2.5rem; }
  @media only screen and (max-width: 576px) {
    .space-t-small {
      margin-top: 1.25rem; } }

.space-b-large {
  margin-bottom: 6rem; }
  @media only screen and (max-width: 576px) {
    .space-b-large {
      margin-bottom: 3rem; } }

.space-t-large {
  margin-top: 6rem; }
  @media only screen and (max-width: 576px) {
    .space-t-large {
      margin-top: 3rem; } }

.space-b-xl {
  margin-bottom: 10rem; }
  @media only screen and (max-width: 576px) {
    .space-b-xl {
      margin-bottom: 5rem; } }

.space-t-xl {
  margin-top: 10rem; }
  @media only screen and (max-width: 576px) {
    .space-t-xl {
      margin-top: 5rem; } }

.space-b-section {
  margin-bottom: 16rem; }
  @media only screen and (max-width: 576px) {
    .space-b-section {
      margin-bottom: 8rem; } }

.space-t-section {
  margin-top: 16rem; }
  @media only screen and (max-width: 576px) {
    .space-t-section {
      margin-top: 8rem; } }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../Fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/Roboto-Regular.woff") format("woff"), url("../Fonts/Roboto-Regular.ttf") format("truetype"), url("../Fonts/Roboto-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../Fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/Roboto-Bold.woff") format("woff"), url("../Fonts/Roboto-Bold.ttf") format("truetype"), url("../Fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../Fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/Roboto-Medium.woff") format("woff"), url("../Fonts/Roboto-Medium.ttf") format("truetype"), url("../Fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TTNorms-Bold';
  src: url("../Fonts/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/TTNorms-Bold.woff") format("woff"), url("../Fonts/TTNorms-Bold.ttf") format("truetype"), url("../Fonts/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TTNorms-Bold';
  src: url("../Fonts/TTNorms-Bold.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'TTNorms-Medium';
  src: url("../Fonts/TTNorms-Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/TTNorms-Medium.woff") format("woff"), url("../Fonts/TTNorms-Medium.ttf") format("truetype"), url("../Fonts/TTNorms-Medium.svg#TTNorms-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNext-Regular';
  src: url("../Fonts/AvenirNext-Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/AvenirNext-Regular.woff") format("woff"), url("../Fonts/AvenirNext-Regular.ttf") format("truetype"), url("../Fonts/AvenirNext-Regular.svg#AvenirNext-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNext-Medium';
  src: url("../Fonts/AvenirNext-Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/AvenirNext-Medium.woff") format("woff"), url("../Fonts/AvenirNext-Medium.ttf") format("truetype"), url("../Fonts/AvenirNext-Medium.svg#AvenirNext-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNext-Bold';
  src: url("../Fonts/AvenirNext-Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/AvenirNext-Bold.woff") format("woff"), url("../Fonts/AvenirNext-Bold.ttf") format("truetype"), url("../Fonts/AvenirNext-Bold.svg#AvenirNext-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'AvenirNext-DemiBold';
  src: url("AvenirNext-DemiBold.eot?#iefix") format("embedded-opentype"), url("AvenirNext-DemiBold.woff") format("woff"), url("AvenirNext-DemiBold.ttf") format("truetype"), url("AvenirNext-DemiBold.svg#AvenirNext-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*=flex--] {
  display: flex; }

.flex {
  display: flex; }
  .flex--start {
    justify-content: start; }
  .flex--end {
    justify-content: flex-end; }
  .flex--center {
    justify-content: center; }
  .flex--start {
    justify-content: flex-start; }
  .flex--stretch {
    justify-content: space-between; }
  .flex--space-around {
    justify-content: space-around; }
  .flex--space-between {
    justify-content: space-between; }
  .flex--center-center {
    justify-content: center;
    align-items: center; }
  .flex--vertical-stretch {
    align-items: stretch; }
  .flex--vertical-direction {
    flex-direction: column; }
  .flex--bottom {
    align-items: flex-end; }
  .flex--vertical-center {
    align-items: center; }
  .flex--center-left {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column; }

@media only screen and (max-width: 576px) {
  .full-width--xs {
    width: 100%;
    max-width: 100%; }
  .flex--start--xs {
    justify-content: flex-start; } }

.spacing {
  padding-top: 5rem;
  padding-bottom: 7.5rem; }

.center-content {
  margin: 0 auto; }

@media only screen and (max-width: 576px) {
  .mobile-reverse {
    flex-wrap: wrap-reverse; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  font-size: 62.5%; }

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  padding-top: 105px;
  background: #F5F7FF; }

.reset-ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  max-width: 100%; }

@media (inverted-colors) {
  img,
  video,
  picture {
    filter: invert(100); } }

@media only screen and (max-width: 992px) {
  body {
    padding-top: 50px; } }

h1, .h1,
h2,
h3,
h4,
.h1,
.h2,
.h4 {
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #181F3A; }

h1, .h1,
.h1 {
  font-size: 7rem;
  letter-spacing: 0.146rem; }
  @media (max-width: 576px) {
    h1, .h1,
    .h1 {
      font-size: 3.5rem; } }

h2,
.h2 {
  font-size: 4.5rem;
  letter-spacing: 0.094rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 576px) {
    h2,
    .h2 {
      font-size: 2.8rem; } }

h3,
.h3 {
  font-size: 1.9rem;
  letter-spacing: 0.042rem; }

h4,
.h4 {
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.081rem; }

p,
span,
.p {
  font-size: 1.4rem;
  letter-spacing: 0.066rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-style: normal; }
  p ul li,
  span ul li,
  .p ul li {
    font-size: 1.4rem;
    letter-spacing: 0.066rem;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #181F3A; }

a {
  letter-spacing: 0.07rem; }

ul li {
  font-size: 1.4rem;
  letter-spacing: 0.066rem;
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-style: normal; }

/*ul {
	li {
		list-style: none;
		font-size: 1.4rem;
	}
}*/
.p-light {
  color: rgba(24, 31, 58, 0.65); }

.h3-light {
  color: rgba(24, 31, 58, 0.65);
  margin-bottom: 0.25rem;
  font-size: 1.8rem;
  margin-top: 3rem; }

.p-subtext--hero {
  font-size: 1.9rem; }

.teaser-text {
  font-size: 1.8rem;
  color: rgba(24, 31, 58, 0.65);
  margin-bottom: 3rem; }
  .teaser-text p {
    font-size: 1.8rem;
    color: rgba(24, 31, 58, 0.65);
    margin-bottom: 3rem; }
  .teaser-text span {
    font-size: 1.8rem;
    color: rgba(24, 31, 58, 0.65);
    margin-bottom: 3rem; }

label {
  font-family: "Roboto-Regular", sans-serif;
  font-weight: 400;
  font-style: normal; }

.h2 {
  font-size: 4.5rem;
  letter-spacing: 0.094rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 576px) {
    .h2 {
      font-size: 2.8rem; } }

@media only screen and (max-width: 992px) {
  h2, .h2 {
    font-size: 2.35rem;
    text-align: left; }
  h3, .h3 {
    font-size: 1.6rem; }
  p {
    text-align: left;
    font-size: 1.2rem; }
  label {
    width: 100%;
    text-align: left; }
  h2, .h2 {
    font-size: 2.35rem;
    text-align: left; } }

.white-linear {
  background: linear-gradient(180deg, #F5F7FF 0%, #F5F7FF 48.93%, #FFFFFF 100%);
  /*padding-top: 75px;*/ }

.bg--white {
  background-color: #fff; }

.btn {
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #181F3A;
  background-color: white;
  font-size: 1.4rem;
  border-radius: 25px;
  padding: 15px 30px;
  overflow: hidden;
  position: relative;
  border: none;
  z-index: 1;
  height: 50px;
  box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1); }
  .btn::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 100%;
    right: 100%;
    width: 15%;
    height: 1.5em;
    border-radius: 50%;
    background-color: #0999E8;
    transform-origin: center;
    transform: translate(50%, 50%) scale(0);
    transition: transform 0.45s ease-in-out; }
  .btn:hover {
    text-decoration: none;
    color: #fff; }
    .btn:hover::before {
      transform: translate(50%, 50%) scale(15); }
  .btn--tory {
    color: #fcfeff;
    background-color: #15409D;
    box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
    .btn--tory::before {
      background-color: #052766; }
    .btn--tory:hover {
      color: #fff; }
  .btn--spray {
    color: #fcfeff;
    background-color: #5fd4f1; }
    .btn--spray::before {
      background-color: rgba(255, 255, 255, 0.1); }
    .btn--spray:hover {
      color: #fff; }
  .btn--cerulean {
    color: #fcfeff;
    background-color: #0999E8;
    box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
    .btn--cerulean::before {
      background-color: #052766; }
    .btn--cerulean:hover {
      color: #fff; }

.link {
  font-family: "AvenirNext-Medium", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3rem;
  color: #181F3A;
  position: relative; }
  .link::after {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background-color: #181F3A;
    transition: all .3s ease-in-out; }
  .link:hover {
    text-decoration: none;
    color: #181F3A; }
    .link:hover::after {
      width: 100%;
      left: 0;
      right: unset; }
  .link--white {
    color: #fff; }
    .link--white::after {
      background-color: #fff; }
    .link--white:hover {
      color: #fff; }
  .link--cerulean {
    color: #0999E8; }
    .link--cerulean::after {
      background-color: #0999E8; }
    .link--cerulean:hover {
      color: #0999E8; }

.go-back {
  display: inline-flex; }
  .go-back__link {
    opacity: .6;
    color: #181F3A; }
    .go-back__link svg {
      width: 18px;
      height: 15px;
      margin-right: 0.9rem;
      fill: #181F3A; }
    .go-back__link:hover {
      text-decoration: none; }
      .go-back__link:hover svg {
        fill: #0999E8; }

@media (max-width: 576px) {
  .btn {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    padding: 15px 20px; } }

label {
  position: relative;
  margin-top: 25px;
  width: 100%; }
  label .label {
    position: absolute;
    color: rgba(24, 31, 58, 0.5);
    transition: all .2s ease-in-out;
    font-size: 1.3rem;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
    left: 10px;
    top: 10px;
    user-select: none;
    pointer-events: none;
    width: 100%; }
    label .label.active {
      top: -20px;
      left: 0;
      padding-left: 0;
      color: rgba(24, 31, 58, 0.8);
      transition: all .3s ease-in-out; }
  label label {
    display: none !important;
    color: red; }
  label .error-message {
    opacity: 0;
    color: #BF1A2F;
    position: absolute;
    font-size: 1.2rem;
    bottom: -10px; }
  label textarea ~ .error-message {
    bottom: 10px; }

input {
  transition: all .2s ease-in-out; }
  input.error {
    border-color: #BF1A2F !important; }
  input.error ~ .error-message {
    opacity: 1; }

textarea {
  transition: all .2s ease-in-out; }
  textarea.error {
    border-color: #BF1A2F !important; }
  textarea.error ~ .error-message {
    opacity: 1; }

.newsletter, .form {
  background-color: #fff;
  margin: 5rem 8rem;
  padding: 8rem 5rem;
  box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1);
  border-radius: 8px;
  margin-top: 2rem; }
  .newsletter label, .form label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
  .newsletter input, .form input {
    background-color: white;
    border: 1px solid #E5E8F2;
    height: 40px;
    color: #181F3A;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    padding: 0px 10px;
    font-size: 1.3rem;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
    .newsletter input::placeholder, .form input::placeholder {
      color: rgba(24, 31, 58, 0.5); }
  .newsletter .btn, .form .btn {
    margin-top: 25px;
    box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
  .newsletter-rte {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
    .newsletter-rte h2 {
      margin-top: 2rem; }
    .newsletter-rte p {
      font-size: 1.8rem;
      color: rgba(24, 31, 58, 0.65);
      margin-bottom: 3rem; }
    .newsletter-rte span {
      font-size: 1.8rem;
      color: rgba(24, 31, 58, 0.65);
      margin-bottom: 3rem; }

.teaser-text p {
  font-size: 1.4rem !important; }
  .teaser-text p span {
    font-size: 1.4rem !important; }

.form {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 5rem;
  padding: 4rem 4rem;
  overflow: hidden;
  position: relative; }
  .form p {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.9rem;
    margin-bottom: 1.5rem; }
  .form .inner {
    width: 100%;
    position: relative;
    left: -120%;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .form .custom-form-success,
  .form .custom-form-error {
    left: -65%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease-in-out;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 50%;
    width: calc(100% - 40px); }
    .form .custom-form-success h3,
    .form .custom-form-error h3 {
      text-align: center;
      font-size: 1.8rem; }
    .form .custom-form-success p,
    .form .custom-form-error p {
      text-align: center;
      font-size: 1.4rem; }
    .form .custom-form-success.active,
    .form .custom-form-error.active {
      left: 50%;
      transition-delay: .3s; }
    .form .custom-form-success .btn,
    .form .custom-form-error .btn {
      margin-top: 0; }
  .form .custom-form-error h3 {
    color: red; }
  .form .custom-form-error p {
    color: rgba(255, 0, 0, 0.6); }
  .form input {
    width: 100%;
    height: 40px; }
  .form textarea {
    width: 100%;
    height: 100px;
    background-color: white;
    border: 1px solid #E5E8F2;
    color: #181F3A;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 25px; }
    .form textarea::placeholder {
      color: rgba(24, 31, 58, 0.5); }
  .form .btn {
    box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
  .form--signup {
    margin-left: 0;
    margin-right: auto; }
  .form.active .inner {
    position: relative;
    left: 0;
    transition-delay: .3s; }

.contact {
  margin-bottom: 5rem; }
  .contact-info {
    padding-left: 0; }
    .contact-info p {
      opacity: .65;
      margin-bottom: 0.25rem; }
    .contact-info__teaser {
      font-size: 1.8rem;
      margin-top: 3rem;
      margin-bottom: 3rem;
      padding-bottom: 5rem; }

.__lpform_name_icon {
  display: none; }

@media (max-width: 992px) {
  .newsletter, .form {
    margin: 0;
    padding: 2rem; }
    .newsletter-rte {
      align-items: flex-start;
      padding-left: 0;
      padding-right: 0px; }
      .newsletter-rte h2 {
        margin-bottom: 2rem; }
      .newsletter-rte p {
        margin-bottom: 3rem; }
  .newsletter-form .btn {
    font-size: 1.2rem;
    padding: 10px 15px;
    height: 40px; }
  form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .contact-info {
    margin-bottom: 5rem; }
    .contact-info p {
      text-align: left; }
  .contact .form {
    padding: 2rem; } }

@media only screen and (max-width: 576px) {
  .form--signup {
    margin-top: 3rem; }
  .article-signup {
    padding: 0 !important; } }

.bubbles {
  position: absolute;
  top: 165px;
  right: 0;
  width: 340px;
  height: 320px;
  overflow: hidden; }
  .bubbles .big, .bubbles .small {
    position: absolute;
    border-radius: 50%;
    top: 10px;
    width: 300px;
    height: 290px; }
  .bubbles .big {
    right: 0px;
    transform: translateX(30px); }
    .bubbles .big .bubbles__content {
      top: 53%;
      left: 56%;
      width: 70%; }
  .bubbles .small {
    top: 0;
    left: 0;
    width: 142px;
    height: 138px; }

#bubble-container-0, #bubble-container-1, #bubble-container-2, #bubble-container-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0; }

#bubble-container-4, #bubble-container-5, #bubble-container-6, #bubble-container-7 {
  position: absolute;
  top: 550px;
  left: 0;
  width: 100%;
  right: 0; }

.bubble {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(24, 31, 58, 0.1);
  opacity: 0.7;
  z-index: 0; }
  .bubble--white {
    background-color: rgba(255, 255, 255, 0.1); }

.midnight-green .bubble {
  opacity: 0.2; }

.bubble__xs {
  width: 5px;
  height: 5px; }
  .bubble__xs.b1 {
    top: 100px;
    left: 75%; }
  .bubble__xs.b2 {
    top: 290px;
    left: 59%; }
  .bubble__xs.b3 {
    top: 460px;
    left: 41%; }
  .bubble__xs.b4 {
    top: 520px;
    left: 84%; }

.bubble__sm {
  width: 10px;
  height: 10px; }
  .bubble__sm.b1 {
    top: 180px;
    left: 70%; }
  .bubble__sm.b2 {
    top: 520px;
    left: 47%; }
  .bubble__sm.b3 {
    top: 280px;
    left: 40%; }
  .bubble__sm.b4 {
    top: 470px;
    left: 99%; }
  .bubble__sm.b5 {
    top: 350px;
    left: 10%; }
  .bubble__sm.b6 {
    top: 490px;
    left: 60%; }

.bubble__md {
  width: 15px;
  height: 15px; }
  .bubble__md.b1 {
    top: 150px;
    left: 47%; }
  .bubble__md.b2 {
    top: 360px;
    left: 70%; }

.bubble__lg {
  width: 20px;
  height: 20px; }
  .bubble__lg.b1 {
    top: 50px;
    left: 34%; }
  .bubble__lg.b2 {
    top: 360px;
    left: 50%; }
  .bubble__lg.b3 {
    top: 390px;
    left: 27%; }
  .bubble__lg.b4 {
    top: 470px;
    left: 99%; }

.bubble__xl {
  width: 25px;
  height: 25px; }
  .bubble__xl.b1 {
    top: 160px;
    left: 27%; }

.bubble-wrapper div {
  position: absolute;
  left: 0;
  width: 100%; }

.content-list {
  padding: 0; }
  .content-list__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    padding-bottom: 3.5rem; }
    .content-list__item .img {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      height: 60px;
      width: 60px;
      margin-left: 0px;
      top: 0px; }
      .content-list__item .img img {
        position: absolute; }
      .content-list__item .img span {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(95, 212, 241, 0.3); }
    .content-list__item h3 {
      margin-bottom: 5px; }
    .content-list__item p {
      opacity: .65; }
    .content-list__item div {
      margin-left: 20px; }

@media only screen and (max-width: 1200px) {
  .content-list__item {
    padding-bottom: 2rem; } }

@media only screen and (max-width: 1025px) {
  .mobile-reverse {
    flex-wrap: wrap-reverse; }
    .mobile-reverse .grid-list {
      flex: 0 0 100%;
      max-width: 100%; } }

@media only screen and (max-width: 992px) {
  .grid-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 3rem; }
    .grid-list__content {
      padding-left: 0;
      padding-right: 0; }
    .grid-list article h2 {
      padding-left: 0;
      padding-right: 0; }
    .grid-list article p {
      padding-left: 0;
      padding-right: 0; }
  .content-list {
    padding-left: 0px;
    padding-right: 0px; }
    .content-list__item {
      align-items: flex-start; }
      .content-list__item .img {
        width: 40px;
        margin-right: 25px; }
      .content-list__item div {
        margin-left: 5px; }
    .content-list h3 {
      text-align: left; }
    .content-list p {
      text-align: left; }
  .cta {
    text-align: left; } }

.prices {
  padding-top: 75px;
  padding-bottom: 75px; }
  .prices-header {
    padding-left: 0;
    padding-right: 0; }
    .prices-header p {
      font-size: 1.4rem; }
  .prices-items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    .prices-items__item {
      width: 460px;
      background-color: #fff;
      height: 530px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      box-sizing: border-box;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1); }
      .prices-items__item .header {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        text-align: center;
        width: 100%;
        font-family: "AvenirNext-Medium", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.4rem;
        background-color: #e5e8f2;
        color: rgba(24, 31, 58, 0.5); }
      .prices-items__item:nth-of-type(1) .content {
        padding-left: 2rem;
        padding-right: 4.2rem; }
      .prices-items__item:nth-of-type(3) .content {
        padding-left: 4.2rem;
        padding-right: 2rem; }
      .prices-items__item:nth-of-type(2) {
        transform: scale(1.1);
        background-color: #15409D;
        box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
        .prices-items__item:nth-of-type(2) .header {
          color: #f5f7ff;
          background-color: #052766; }
        .prices-items__item:nth-of-type(2) .content {
          color: #f5f7ff;
          padding-left: 2rem;
          padding-right: 2rem; }
        .prices-items__item:nth-of-type(2) .btn {
          background-color: #0999E8; }
        .prices-items__item:nth-of-type(2) .link {
          color: #fff; }
          .prices-items__item:nth-of-type(2) .link::after {
            background-color: #fff; }
        .prices-items__item:nth-of-type(2) .content-price {
          font-size: 6rem; }

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2rem;
  padding-right: 4.2rem; }
  .content-price {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6rem;
    margin-bottom: 0; }
  .content-text {
    padding-bottom: 20px; }
  .content .btn {
    box-shadow: 0 3px 13px 3px rgba(21, 64, 157, 0.2); }
  .content .link {
    padding-top: 20px; }

@media only screen and (max-width: 350px) {
  .prices-items__item .content {
    padding-top: 0;
    padding-bottom: 0; } }

@media only screen and (max-width: 860px) {
  .prices {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 0px; }
    .prices-items {
      flex-direction: column;
      padding-right: 0;
      padding-left: 0; }
      .prices-items__item {
        width: 100%;
        height: 400px;
        border-radius: 0;
        margin-bottom: 2rem; }
        .prices-items__item .header {
          margin-bottom: 0; }
        .prices-items__item:nth-of-type(2) {
          transform: unset; }
  .content {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center !important; }
    .content-text {
      margin-bottom: 1rem;
      text-align: center !important; }
    .content .btn {
      margin-bottom: 0; } }

@media only screen and (max-width: 1200px) {
  .content-price {
    font-size: 4.5rem; }
  .prices-items__item .content-price {
    font-size: 4.5rem; }
  .prices-items__item:nth-of-type(2) {
    transform: unset; }
    .prices-items__item:nth-of-type(2) .content-price {
      font-size: 4.5rem; } }

.testimonial {
  position: relative;
  padding-bottom: 75px;
  padding-top: 75px;
  width: 100%; }
  .testimonial .slick-wrapper {
    min-height: 450px;
    position: relative;
    width: calc(100% + 13px) !important; }
    .testimonial .slick-wrapper .slick-slide {
      padding: 1.3rem; }
    .testimonial .slick-wrapper .slick-list {
      margin-left: -1.3rem; }
  .testimonial__slide {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 440px;
    background-color: #fff;
    box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1);
    padding: 3.5rem;
    padding-top: 2rem;
    border-radius: .8rem;
    margin-bottom: 1.5rem;
    cursor: default;
    position: relative; }
    .testimonial__slide img {
      height: 120px;
      width: auto;
      margin-bottom: 1.5rem;
      object-fit: contain; }
    .testimonial__slide h3 {
      font-family: "AvenirNext-Medium", sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2rem;
      margin-top: 2rem;
      line-height: 2.6rem; }
    .testimonial__slide p {
      text-align: left; }
  .testimonial__content {
    height: calc(100% - 140px); }
  .testimonial__content-contact p {
    margin-bottom: 0; }
  .testimonial__content-contact b {
    color: #181F3A;
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .testimonial__link {
    opacity: 0;
    position: absolute;
    right: 3.5rem;
    bottom: 4rem;
    padding-right: 2.85rem; }
    .testimonial__link:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      content: '';
      background-repeat: no-repeat;
      background-size: 100%;
      background-image: url("/Content/icons/next-arrow.svg");
      height: 17px;
      width: 20px; }
  .testimonial .slick-active:hover .testimonial__slide,
  .testimonial .slick-active:focus .testimonial__slide {
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.45); }
  .testimonial .slick-active:hover .testimonial__link,
  .testimonial .slick-active:focus .testimonial__link {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.navigation-wrapper {
  position: relative; }

.slick-arrow {
  top: unset;
  bottom: -6rem;
  z-index: 1;
  background: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  color: transparent;
  position: absolute; }
  .slick-arrow:hover {
    cursor: pointer; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow::after {
    left: 0;
    top: 0;
    content: '';
    background-repeat: no-repeat;
    background-size: 100%;
    height: 35px;
    width: 35px;
    position: absolute; }

.slick-next {
  left: 60px; }
  .slick-next::after {
    background-image: url("/Content/icons/next-arrow.svg"); }

.slick-prev {
  right: unset;
  left: 0;
  position: absolute; }
  .slick-prev::after {
    background-image: url("/Content/icons/prev-arrow.svg"); }

@media only screen and (max-width: 992px) {
  .testimonial__link {
    opacity: 1; } }

@media only screen and (max-width: 576px) {
  .testimonial {
    padding-top: 0; } }

.content-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 50px;
  padding-bottom: 15%; }
  .content-text .icon {
    width: 35px;
    margin-bottom: 2rem; }
  .content-text h2 {
    margin-bottom: 1rem; }
  .content-text p {
    margin-bottom: 3.5rem;
    width: 80%;
    color: rgba(24, 31, 58, 0.65); }

@media (max-width: 992px) {
  .content-text {
    align-items: flex-start;
    padding-left: 0px;
    padding-bottom: 0px; }
    .content-text p {
      width: 99%;
      margin-bottom: 1.5rem; }
    .content-text .icon {
      width: 25px;
      margin-bottom: 1rem; }
    .content-text .btn {
      margin-left: 0; }
  .grid-text-element {
    padding-top: 2rem;
    padding-bottom: 2.5rem; } }

.download {
  margin: 0 auto;
  padding-left: 7%;
  padding-right: 7%; }
  .download .download-item {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #e5e8f2;
    height: 70px;
    color: #181F3A;
    text-decoration: none; }
    .download .download-item__text {
      margin-bottom: 0; }
    .download .download-item__icon {
      width: 35px;
      height: 35px;
      padding: 0;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      border-radius: 50%; }
      .download .download-item__icon svg {
        width: 16px;
        height: 16px;
        position: absolute;
        transform: translateY(-10px);
        transition: all 0.2s cubic-bezier(0.65, 0.14, 0, 0.64);
        left: 10px; }
        .download .download-item__icon svg:nth-of-type(1) {
          top: -14px; }
        .download .download-item__icon svg:nth-of-type(2) {
          top: 18px;
          opacity: 1; }
      .download .download-item__icon:after {
        content: '';
        display: block;
        background-color: rgba(95, 212, 241, 0.5);
        position: absolute;
        width: 35px;
        height: 35px;
        border-radius: 50%; }
    .download .download-item:nth-of-type(1) {
      margin-top: 2rem;
      border-top: 1px solid #e5e8f2; }
    .download .download-item:nth-last-of-type(1) {
      margin-bottom: 8rem; }
    .download .download-item:hover {
      color: #181F3A;
      text-decoration: none; }
      .download .download-item:hover .download-item__icon svg {
        transform: translateY(22px); }
        .download .download-item:hover .download-item__icon svg:nth-of-type(2) {
          opacity: 0; }

@media only screen and (max-width: 992px) {
  .download {
    padding-left: 0;
    padding-right: 0; }
    .download h2 {
      padding-left: 0;
      padding-right: 0; }
    .download p {
      padding-left: 0;
      padding-right: 0; }
    .download .download-item {
      padding-left: 0; } }

.features {
  margin: 0 auto;
  margin-bottom: 7rem; }
  .features caption {
    padding-left: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 0;
    caption-side: top;
    color: #181F3A;
    font-size: 1.9rem;
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #f5f7ff; }
  .features th {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    margin: 0 auto;
    text-align: center;
    padding-left: 1.5rem; }
    .features th:nth-of-type(1) {
      text-align: left;
      padding-left: 2rem; }
  .features td {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    padding-left: 2rem;
    margin: 0 auto;
    text-align: center; }
    .features td:nth-of-type(1) {
      width: 30%;
      text-align: left; }
  .features tr {
    height: 60px;
    background-color: #fcfeff; }
    .features tr:nth-child(odd) {
      background-color: #f5f7ff; }

td span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  td span svg {
    width: 9px;
    height: 9px; }
  td span::after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    border-radius: 50%; }
  td span.blue::after {
    background-color: rgba(95, 212, 241, 0.5); }
  td span.red::after {
    background-color: rgba(191, 26, 47, 0.2); }

@media (max-width: 576px) {
  .features {
    margin-bottom: 4rem; }
    .features caption {
      padding-left: 1rem; }
    .features th {
      padding-left: 1rem; }
    .features td {
      padding-left: 1rem; }
    .features tr {
      height: 50px; } }

.usp-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  position: relative; }
  .usp-item span {
    position: absolute;
    width: 65px;
    top: 25px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .usp-item span img {
      width: 22px;
      height: 22px; }
    .usp-item span::after {
      content: '';
      width: 60px;
      height: 60px;
      border-radius: 50%;
      position: absolute;
      background-color: rgba(95, 212, 241, 0.25); }
  .usp-item h3 {
    font-size: 2rem;
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-style: normal; }
  .usp-item div {
    margin-left: 80px; }

@media (max-width: 576px) {
  .usp-item h3 {
    text-align: left; }
  .usp-item p {
    text-align: left; }
  .usp-item span {
    align-items: flex-start; }
    .usp-item span img {
      position: relative;
      top: 16px; }
    .usp-item span::after {
      width: 50px;
      height: 50px; } }

/*ul {
	padding-left: 0;
}*/
.rte-checkmark-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  position: relative;
  color: rgba(24, 31, 58, 0.65); }
  .rte-checkmark-dots::before {
    content: url("../icons/correctSign.svg");
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: -1px;
    z-index: 1; }
  .rte-checkmark-dots::after {
    z-index: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(95, 212, 241, 0.4);
    border-radius: 50%;
    top: 1px;
    left: 0; }

.partner {
  margin: 0px auto 0px 0px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1);
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 3.5rem;
  margin-top: 4rem;
  width: 100%; }

@media only screen and (max-width: 992px) {
  .partner-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media only screen and (max-width: 576px) {
  .partner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    .partner-logo {
      max-width: 40%; }
    .partner-text {
      text-align: left; }
    .partner-cta {
      margin: unset; } }

.ie-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: transparent;
  transition-delay: 1s;
  transition: all .5s ease-in-out;
  z-index: 10; }

.ie-modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 750px;
  height: 400px;
  background-color: white;
  position: absolute;
  transition-delay: 2s;
  transition: all .5s ease-in-out;
  transform: translateY(50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -50%;
  z-index: 10; }

.ie-modal.ie-modal-active {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.8); }

.ie-modal.ie-modal-active .modal-content {
  left: 50%;
  bottom: 40%; }

.modal-content .downloads {
  display: flex;
  width: 300px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px; }

.downloads a img {
  display: block;
  width: 55px;
  height: 55px;
  padding: 10px;
  transition: all .3s ease-in-out; }

.downloads a:nth-last-of-type(1) img {
  width: 50px;
  height: 50px; }

.downloads .btn {
  margin-bottom: 1rem; }

.downloads a img:hover {
  transform: rotate(30deg); }

.modal-content .watermark {
  display: block;
  position: absolute;
  opacity: .2;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.modal-content h1, .modal-content .h1 {
  font-size: 3rem;
  margin-bottom: 15px; }

.modal-content p {
  text-align: center;
  width: 70%;
  margin-bottom: 20px; }

.modal-content hr {
  width: 85%;
  margin: 2rem 0px; }

.modal-content .close:hover::after {
  height: 30px;
  bottom: 0;
  top: unset; }

.simple-box {
  box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.2);
  width: 100%;
  height: 16rem;
  padding: 2rem 4rem;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .simple-box__icon {
    height: 100%;
    object-fit: contain; }
  .simple-box:hover {
    transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.45); }

.references {
  padding-bottom: 21.5rem; }
  .references__content {
    padding-bottom: 4.3rem;
    margin-bottom: 2.8rem;
    border-bottom: 1px solid #9CA1A9; }
    .references__content p {
      opacity: .65;
      line-height: 3rem; }
  .references__content-contact p {
    margin-bottom: 0; }
  .references__content-contact b {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal; }
  .references__services h3 {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0.048rem; }
  .references__services-links {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #181F3A;
    display: inline-flex;
    margin-right: 3.5rem; }
    .references__services-links:hover {
      color: #181F3A;
      text-decoration: none; }
    .references__services-links .service-link {
      position: relative; }
    .references__services-links .service-link:hover::after {
      width: 100%;
      left: 0;
      right: unset; }
    .references__services-links .service-link::after {
      position: absolute;
      content: '';
      width: 0;
      right: 0;
      bottom: -2px;
      height: 1px;
      background-color: #181F3A;
      transition: all .3s ease-in-out; }
    .references__services-links img {
      margin-right: 0.9rem; }

@media only screen and (max-width: 992px) {
  .references {
    overflow: hidden; }
    .references .go-back {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    .references img {
      width: 30%; }
    .references__content {
      margin-top: 3rem; } }

@media only screen and (max-width: 576px) {
  .references {
    margin-top: 3rem;
    padding-bottom: 5rem; }
    .references .go-back {
      margin-top: 3rem;
      margin-bottom: 3rem; }
    .references img {
      width: 100%; }
    .references__content {
      margin-top: 3rem; } }

footer {
  background-color: #181F3A;
  color: #f5f7ff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden; }
  footer section {
    max-width: 1540px;
    width: 100%; }
    footer section hr {
      margin-top: 7.5rem;
      margin-bottom: 6rem;
      opacity: .1;
      border-top: 1px solid #fcfeff; }
  footer .cta-footer {
    padding-bottom: 7.5rem;
    border-bottom: 1px solid rgba(252, 254, 255, 0.1);
    margin-bottom: 6rem; }
    footer .cta-footer__content {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 100%; }
      footer .cta-footer__content .h2 {
        color: #f5f7ff;
        margin-bottom: 2.5rem;
        font-size: 4.5rem;
        letter-spacing: 0.094rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem; }
        @media (max-width: 576px) {
          footer .cta-footer__content .h2 {
            font-size: 2.8rem; } }
      footer .cta-footer__content p {
        font-size: 1.4rem;
        padding-bottom: 3.5rem; }

.footer-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row; }
  .footer-text__headline {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    margin-bottom: 1rem; }
  .footer-text__text {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.8rem;
    font-size: 1.3rem; }
  .footer-text img {
    max-height: 7rem;
    margin-bottom: 2rem;
    padding-left: 0; }

.footer-list {
  padding-left: 0; }
  .footer-list h3 {
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    color: white; }
  .footer-list li {
    list-style: none;
    font-size: 1.3rem;
    font-family: "AvenirNext-Medium", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.083rem;
    line-height: 2.8rem; }
    .footer-list li .link {
      letter-spacing: 0.083rem;
      font-family: "Roboto-Regular", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.3rem;
      color: #f5f7ff;
      line-height: 2.8rem; }
      .footer-list li .link::after {
        background-color: #f5f7ff;
        left: 0;
        right: unset; }
      .footer-list li .link:hover::after {
        width: 15px;
        left: 0;
        right: unset; }

@media only screen and (max-width: 992px) {
  footer {
    padding-left: 15px;
    padding-right: 15px; }
    footer .cta-footer {
      padding-bottom: 4rem;
      margin-bottom: 3rem; }
      footer .cta-footer__content {
        align-items: flex-start; }
        footer .cta-footer__content p {
          text-align: left; }
        footer .cta-footer__content .btn {
          margin: unset; }
  .link-list-footer {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .footer-text {
    padding-left: 0;
    padding-right: 0; }
    .footer-text__headline {
      text-align: left; }
    .footer-text__text {
      text-align: left; }
  .mobile-border-bottom {
    border-bottom: 1px solid rgba(252, 254, 255, 0.1);
    margin-bottom: 3.5rem; }
  .footer-list {
    text-align: left;
    padding: 0;
    margin-bottom: 2rem; }
    .footer-list li:nth-of-type(1) {
      margin-top: 1.5rem; }
  .cta-footer {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

.navigation-wrapper {
  height: 102px;
  background-color: #f5f7ff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 3px solid #f5f7ff;
  transition: all .3s ease-in-out; }
  .navigation-wrapper.active {
    background-color: #fff; }
    .navigation-wrapper.active [data-submenu-trigger].active .sub-menu {
      transition-delay: 0s !important; }

.navigation {
  height: 102px;
  box-sizing: border-box;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  max-width: 1540px !important;
  z-index: 2;
  padding-left: 30px !important;
  padding-right: 30px !important; }
  .navigation-content {
    height: 100%; }
    .navigation-content__logo {
      text-align: left;
      display: flex;
      z-index: 2; }
      .navigation-content__logo img {
        width: 215px;
        height: auto;
        transition: all 0.3s cubic-bezier(0.57, 0.37, 0.27, 0.79); }
      .navigation-content__logo.active img {
        width: 175px; }
    .navigation-content__links {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row; }
    .navigation-content__functionality {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row;
      z-index: 2; }
      .navigation-content__functionality .link {
        margin-right: 15px; }

[data-submenu-trigger] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  [data-submenu-trigger]::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 0px;
    transform-origin: top;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    background-color: #fcfeff;
    transition: all .0s ease-in; }
  [data-submenu-trigger] a {
    z-index: 2;
    margin: 0 15px;
    color: #181F3A;
    font-size: 1.3rem;
    letter-spacing: .083rem;
    line-height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: .7;
    transition: all .3s ease-in-out;
    margin-bottom: 5px; }
    [data-submenu-trigger] a svg {
      width: 8px;
      height: 8px;
      margin-left: 5px;
      transform: rotate(0deg);
      transition: all .3s ease-in-out; }
  [data-submenu-trigger] .link {
    height: 80px; }
    [data-submenu-trigger] .link::after {
      bottom: 30px; }
    [data-submenu-trigger] .link.active {
      opacity: 1; }
  [data-submenu-trigger] .sub-menu {
    z-index: 3;
    position: fixed;
    height: 170px;
    top: 100px;
    left: 0;
    width: 100vw;
    background-color: transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    max-height: 0;
    background-color: #fcfeff; }
    [data-submenu-trigger] .sub-menu .wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap; }
    [data-submenu-trigger] .sub-menu__item {
      margin: 0;
      padding: 0;
      background-color: #fcfeff;
      opacity: 0;
      padding-top: 20px;
      padding-left: 50px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      text-align: left;
      position: relative;
      padding-bottom: 10px; }
      [data-submenu-trigger] .sub-menu__item .sub-img {
        width: 20px;
        height: 20px;
        margin-bottom: 10px; }
      [data-submenu-trigger] .sub-menu__item .sub-header {
        font-family: "AvenirNext-Medium", sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #181F3A;
        font-size: 1.3rem;
        line-height: 1.5rem;
        letter-spacing: 0.083rem; }
      [data-submenu-trigger] .sub-menu__item .sub-text {
        color: rgba(24, 31, 58, 0.5);
        font-size: 1.2rem;
        line-height: 1.5rem;
        letter-spacing: 0.083rem;
        width: 70%; }
      [data-submenu-trigger] .sub-menu__item::after {
        position: absolute;
        content: '';
        bottom: 15px;
        width: 0px;
        left: 50px;
        height: 2px;
        background-color: #181F3A;
        transition: all .3s ease-in-out; }
      [data-submenu-trigger] .sub-menu__item:hover {
        text-decoration: none; }
        [data-submenu-trigger] .sub-menu__item:hover::after {
          width: 15px; }
      [data-submenu-trigger] .sub-menu__item--auto {
        width: 20%;
        padding-left: 1rem;
        padding-right: 1rem; }
        [data-submenu-trigger] .sub-menu__item--auto:after {
          left: auto; }
  [data-submenu-trigger].active::after {
    height: 105px;
    transition: all .1s ease-in; }
  [data-submenu-trigger].active a {
    opacity: 1; }
    [data-submenu-trigger].active a svg {
      transform: rotate(180deg); }
  [data-submenu-trigger].active .sub-menu {
    max-height: 175px;
    transition: all .2s ease-in-out;
    transition-delay: .1s; }

.sub-nav {
  height: 70px; }
  .sub-nav__item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #181F3A;
    overflow: hidden; }
    .sub-nav__item::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 0%;
      transform-origin: right center;
      height: 3px;
      background-color: #5fd4f1;
      left: 50%;
      transition: all 0.3s cubic-bezier(0.65, 0.14, 0, 0.64); }
    .sub-nav__item:hover {
      text-decoration: none;
      color: #181F3A; }
      .sub-nav__item:hover::after {
        max-width: 1540px !important;
        width: 100%;
        left: 0; }
    .sub-nav__item img {
      width: 18px;
      margin-right: 1rem; }
    .sub-nav__item span {
      font-size: 1.3rem; }
    .sub-nav__item.active {
      opacity: 1; }
      .sub-nav__item.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        transform: translateX(0);
        background-color: #5fd4f1;
        left: 0; }

.mobile-navigation {
  display: none;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0 30px; }
  .mobile-navigation__logo {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .mobile-navigation__logo a {
      width: 100%;
      height: 100%; }
      .mobile-navigation__logo a img {
        max-width: 100%; }
  .mobile-navigation__hamburger {
    width: 75px;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .mobile-navigation__hamburger .hamburger-icon {
      width: 25px;
      height: 25px;
      position: relative;
      overflow: hidden; }
      .mobile-navigation__hamburger .hamburger-icon span {
        background-color: #181F3A;
        width: 100%;
        border-radius: 25px;
        height: 2px;
        position: absolute;
        transition: all .3s ease-in-out; }
        .mobile-navigation__hamburger .hamburger-icon span:nth-of-type(1) {
          top: 4px;
          left: 0;
          transform: rotate(0deg); }
        .mobile-navigation__hamburger .hamburger-icon span:nth-of-type(2) {
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          opacity: 1; }
        .mobile-navigation__hamburger .hamburger-icon span:nth-of-type(3) {
          left: 0;
          bottom: 4px;
          transform: rotate(0deg); }
      .mobile-navigation__hamburger .hamburger-icon.active span:nth-of-type(1) {
        top: 12px;
        left: 0;
        transform: rotate(45deg); }
      .mobile-navigation__hamburger .hamburger-icon.active span:nth-of-type(2) {
        top: 50%;
        left: -30px;
        transform: translateY(-50%);
        opacity: 0; }
      .mobile-navigation__hamburger .hamburger-icon.active span:nth-of-type(3) {
        left: 0;
        bottom: 11px;
        transform: rotate(-45deg); }
  .mobile-navigation nav {
    position: absolute;
    right: -100vw;
    top: 50px;
    width: 100%;
    height: 100vh;
    transition: all 0.6s cubic-bezier(0.5, 0, 0.2, 1);
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: #f5f7ff;
    z-index: 999;
    padding: 3rem 0rem;
    overflow: hidden;
    overflow-y: auto; }
    .mobile-navigation nav .mobile-navigation-cta {
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: row;
      margin-top: 5rem; }
      .mobile-navigation nav .mobile-navigation-cta .btn {
        padding: 15px 0px; }
    .mobile-navigation nav.active {
      right: 0; }
    .mobile-navigation nav .header-icon {
      width: 100px;
      position: absolute;
      bottom: 50px;
      transition: all 0.3s cubic-bezier(0.5, 0, 0.2, 1);
      opacity: 1;
      transition-delay: .5s; }
      .mobile-navigation nav .header-icon.active {
        transition: all .2s ease-in-out;
        opacity: 0;
        transition-delay: 0s; }

.mobile-navigation_link {
  max-height: 60px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.5, 0, 0.2, 1);
  transition-delay: 0s;
  z-index: 1000; }
  .mobile-navigation_link .nav__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: 60px;
    width: 100%;
    text-align: left;
    padding: 0px 30px; }
    .mobile-navigation_link .nav__link [data-accordion] {
      visibility: visible;
      width: 15px;
      height: 15px;
      margin: 15px 5px 15px 20px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
      .mobile-navigation_link .nav__link [data-accordion] span {
        width: 15px;
        height: 1px;
        background-color: #181F3A;
        position: absolute;
        transform-origin: center;
        transition: all .3s ease-in-out;
        transition-delay: .2s; }
        .mobile-navigation_link .nav__link [data-accordion] span:nth-of-type(1) {
          transform: rotate(90deg); }
    .mobile-navigation_link .nav__link a {
      font-size: 1.5rem;
      font-family: "AvenirNext-Medium", sans-serif;
      font-weight: 700;
      font-style: normal;
      color: #181F3A;
      line-height: 3; }
      .mobile-navigation_link .nav__link a:hover {
        text-decoration: none;
        color: #fff; }
    .mobile-navigation_link .nav__link.no-submenu [data-accordion] {
      display: none; }
  .mobile-navigation_link .mobile-sub-nav__wrapper {
    position: relative;
    visibility: hidden;
    z-index: 999;
    transition: all .3s ease-in-out;
    transition-delay: .5s; }
    .mobile-navigation_link .mobile-sub-nav__wrapper::before {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 5px;
      transform: rotate(45deg);
      background-color: #15409D;
      transition: all .3s ease-in-out; }
  .mobile-navigation_link.active {
    max-height: 100%;
    transition: all 0.6s cubic-bezier(0.5, 0, 0.2, 1); }
    .mobile-navigation_link.active [data-accordion] span {
      transition-delay: 0s; }
      .mobile-navigation_link.active [data-accordion] span:nth-of-type(1) {
        width: 0; }
    .mobile-navigation_link.active .mobile-sub-nav__wrapper {
      visibility: visible;
      transition-delay: 0s; }
      .mobile-navigation_link.active .mobile-sub-nav__wrapper::before {
        top: -5px; }

.mobile-sub-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(24, 31, 58, 0.2);
  background-color: #15409D;
  padding: 15px 30px; }
  .mobile-sub-nav:hover {
    text-decoration: none;
    color: #181F3A; }
  .mobile-sub-nav .header {
    text-align: left;
    color: #fff;
    margin-bottom: 0; }

.desktop-navigation {
  display: block; }

@media only screen and (max-width: 992px) {
  .navigation-wrapper {
    height: 50px; }
    .navigation-wrapper.active {
      background-color: #f5f7ff; }
  .mobile-navigation {
    display: flex !important; }
    .mobile-navigation__logo {
      width: 185px;
      transition: all 0.3s cubic-bezier(0.57, 0.37, 0.27, 0.79); }
      .mobile-navigation__logo.active {
        width: 150px; }
  .desktop-navigation {
    display: none; }
  .sub-nav {
    display: none; }
  .mobile-navigation-cta .btn {
    width: 240px; } }

@media only screen and (max-width: 576px) {
  .mobile-navigation-cta .btn {
    width: 165px; } }

.hero {
  padding-bottom: 5rem;
  padding-top: 10rem;
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, #F5F7FF 0%, #F5F7FF 48.93%, #FFFFFF 100%); }
  .hero-content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
    z-index: 1; }
    .hero-content h1, .hero-content .h1 {
      margin-bottom: 25px; }
    .hero-content p {
      font-size: 1.8rem;
      color: rgba(24, 31, 58, 0.65);
      margin-bottom: 3rem; }
  .hero--simple {
    padding-top: 5rem; }
    .hero--simple .hero-content {
      align-items: center; }
  .hero--simple {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 auto; }
    .hero--simple h1, .hero--simple .h1 {
      margin: 0 auto; }
  .hero-headline {
    margin-top: 7rem;
    padding-left: 0; }
  .hero .btn {
    box-shadow: 0 3px 13px 3px rgba(156, 161, 169, 0.1);
    margin-bottom: 15px;
    margin-right: 15px;
    background-color: #15409D;
    color: #fff;
    transition: color .3s ease-in-out; }
    .hero .btn:nth-of-type(2) {
      background-color: #fff;
      color: rgba(24, 31, 58, 0.65); }
      .hero .btn:nth-of-type(2)::before {
        background-color: #0999E8; }
      .hero .btn:nth-of-type(2):hover {
        color: #fff; }

.hero-simple {
  padding-bottom: 8rem;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 50px; }
  .hero-simple .text {
    font-size: 1.8rem; }
  .hero-simple .hero-content {
    align-items: center !important; }

@media only screen and (max-width: 1025px) {
  .hero {
    text-align: left;
    padding-top: 4rem; }
    .hero-content {
      padding-left: 0;
      padding-right: 0;
      flex: 0 0 100%;
      max-width: 100%; }
      .hero-content p {
        font-size: 1.5rem;
        text-align: left;
        margin-bottom: 1rem; }
      .hero-content div {
        display: flex; }
        .hero-content div .btn {
          width: 250px;
          font-size: 1.3rem;
          padding: 15px 20px;
          height: 50px;
          display: flex;
          justify-content: center;
          align-items: center; }
    .hero-image {
      flex: 0 0 100%;
      max-width: 100%; }
    .hero-headline {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 3rem; }
    .hero--simple {
      padding-bottom: 0rem; }
      .hero--simple .hero-content {
        align-items: flex-start; }
        .hero--simple .hero-content h1, .hero--simple .hero-content .h1 {
          width: 100%;
          margin: 0;
          text-align: left;
          font-size: 3rem; }
        .hero--simple .hero-content p {
          width: 100%;
          text-align: left; }
    .hero .btn {
      margin-bottom: 1.5rem; }
      .hero .btn:nth-of-type(1) {
        margin-left: 0rem; } }

@media only screen and (max-width: 992px) {
  .hero--simple {
    align-items: flex-start; }
  .hero .row {
    margin-left: 15px;
    margin-right: 15px; }
  .hero-simple {
    margin-left: 0px;
    margin-right: 0px; } }

@media only screen and (max-width: 576px) {
  .hero-content h1, .hero-content .h1 {
    word-break: break-word; }
  .hero .row {
    margin-left: -15px;
    margin-right: -15px; }
  .hero-simple {
    margin-left: -15px;
    margin-right: -15px; }
  .hero-content div .btn {
    width: 150px;
    font-size: 1rem;
    padding: 10px 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .hero-simple {
    padding-bottom: 25px; } }

.container {
  max-width: 1540px;
  width: 100%; }

@media (max-width: 1920px) {
  .container {
    padding-left: 120px;
    padding-right: 120px; } }

@media (max-width: 1536px) {
  .container {
    padding-left: 80px;
    padding-right: 80px; } }

@media (max-width: 1440px) {
  .container {
    padding-left: 50px;
    padding-right: 50px; } }

@media only screen and (max-width: 992px) {
  .container {
    padding-left: 30px;
    padding-right: 30px; }
    .container .row {
      margin-left: 0px;
      margin-right: 0px; } }

@media (min-width: 768px) {
  .col-md-6.column {
    max-width: 45%;
    margin-right: 5%; } }

.slick-slider .slick-slide:focus, .slick-slider .slick-slide:active {
  outline: none; }

.umb-row {
  width: 100%;
  padding: 0;
  margin: 0; }

.umb-grid-column {
  padding: 0;
  margin: 0; }
