t.full-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

:focus-visible {
    outline: #2F1646 auto 1px;
}

@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
html,
* {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
.reveal-on-enter {
  opacity: 0;
}
button {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  font: inherit;
  cursor: pointer;
  overflow: visible;
  border: none;
  border-radius: 0;
}
button,
button:hover,
button:active,
button:focus {
  text-decoration: none;
  border: none;
}
button:focus,
button:active {
  background-color: inherit;
  color: inherit;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
fieldset {
  margin-bottom: 10px;
}
label {
  font-family: "Orbikular Regular";
  display: block;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}
select {
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  transition: background 0.22s ease-out, border 0.22s ease-out,
    color 0.22s ease-out;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 20px;
  height: 55px;
  border: 1px solid #2F1646;
  width: 100%;
  color: #2F1646;
  box-sizing: border-box;
  font-family: "Orbikular Regular";
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #2F1646;
  color: #2F1646;
  outline: 0;
}
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
input[type="file"].error,
textarea.error,
select.error {
  border: 1px solid #2F1646;
  color: #2F1646;
}
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
input[type="file"]:disabled,
textarea:disabled,
select:disabled {
  border: 1px solid #ccc;
  color: #ccc;
  pointer-events: none;
}
input[type="text"]:disabled:focus,
input[type="password"]:disabled:focus,
input[type="datetime"]:disabled:focus,
input[type="datetime-local"]:disabled:focus,
input[type="date"]:disabled:focus,
input[type="month"]:disabled:focus,
input[type="time"]:disabled:focus,
input[type="week"]:disabled:focus,
input[type="number"]:disabled:focus,
input[type="email"]:disabled:focus,
input[type="url"]:disabled:focus,
input[type="search"]:disabled:focus,
input[type="tel"]:disabled:focus,
input[type="color"]:disabled:focus,
input[type="file"]:disabled:focus,
textarea:disabled:focus,
select:disabled:focus {
  border: 1px solid #ccc;
  color: #ccc;
}
textarea{
  width: 100%;
  padding: 15px;
  min-height: 150px;
  line-height: 1.64;
  overflow: auto;
  font-size: 20px;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #2F1646;
}
html {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #2F1646;
  font-family: "Orbikular Regular";
  font-weight: 400;
  line-height: 1.64;
  background-color: #FAF3F0;
  font-size: 16px;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  body {
    font-size:20px;
  }
}
body.sticky-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
body.sticky-footer main {
  flex-grow: 1;
}
.page-container {
  overflow-x: hidden;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
a {
  transition: color 0.22s ease-out;
  text-decoration: none;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons/icons.eot?9ae033c65b465611c095b05b9a2abab2?#iefix")
      format("embedded-opentype"),
    url("../fonts/icons/icons.woff2?9ae033c65b465611c095b05b9a2abab2")
      format("woff2"),
    url("../fonts/icons/icons.woff?9ae033c65b465611c095b05b9a2abab2")
      format("woff"),
    url("../fonts/icons/icons.ttf?9ae033c65b465611c095b05b9a2abab2")
      format("truetype"),
    url("../fonts/icons/icons.svg?9ae033c65b465611c095b05b9a2abab2#icons")
      format("svg");
}
@font-face {
    font-family: "Orbikular Regular";
    src: url("../fonts/0a35369632660fbd41b57bcc32f1d229.woff");
    src: url("https://db.onlinewebfonts.com/t/0a35369632660fbd41b57bcc32f1d229.eot?#iefix")format("embedded-opentype"),
    url("../fonts/0a35369632660fbd41b57bcc32f1d229.woff2")format("woff2"),
    url("../fonts/0a35369632660fbd41b57bcc32f1d229.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0a35369632660fbd41b57bcc32f1d229.svg#Orbikular Regular")format("svg");
}

i[class^="icon-"],
i[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-admin:before {
  content: "\f101";
}
.icon-arrow-back:before {
  content: "\f102";
}
.icon-arrow-down:before {
  content: "\f103";
}

@media (min-width:1023px){
header .icon-arrow-down{
  display: none;
}
}

.icon-arrow-left:before {
  content: "\f104";
}
.icon-arrow-right:before {
  content: "\f105";
}
.icon-blog:before {
  content: "\f106";
}
.icon-briefcase:before {
  content: "\f107";
}
.icon-business:before {
  content: "\f108";
}
.icon-case-study:before {
  content: "\f109";
}
.icon-chevron-left:before {
  content: "\f10a";
}
.icon-chevron-right:before {
  content: "\f10b";
}
.icon-close:before {
  content: "\f10c";
}
.icon-dots:before {
  content: "\f10d";
}
.icon-download:before {
  content: "\f10e";
}
.icon-event:before {
  content: "\f10f";
}
.icon-facebook:before {
  content: "\f110";
}
.icon-finance:before {
  content: "\f111";
}
.icon-instagram:before {
  content: "\f112";
}
.icon-it:before {
  content: "\f113";
}
.icon-linkedin:before {
  content: "\f114";
}
.icon-mail:before {
  content: "\f115";
}
.icon-mouse:before {
  content: "\f116";
}
.icon-pin:before {
  content: "\f117";
}
.icon-play:before {
  content: "\f118";
}
.icon-press:before {
  content: "\f119";
}
.icon-quote:before {
  content: "\f11a";
}
.icon-quotes-fill:before,
.standard-inner__inner blockquote:before {
  content: "\f11b";
}
.icon-search:before {
  content: "\f11c";
}
.icon-tick:before,
.standard-inner__inner div ul li:before {
  content: "\f11d";
}
.icon-twitter:before {
  content: "\f11e";
}
.icon-webinar:before {
  content: "\f11f";
}
.icon-white-paper:before {
  content: "\f120";
}
.icon-youtube:before {
  content: "\f121";
}
.h1,
.standard-inner__inner h1,
.inner h1,
.standard-content__inner h1,
.h2,
.standard-inner__inner h2,
.inner h2,
.standard-content__inner h2,
.h3,
.standard-inner__inner h3,
.inner h3,
.standard-content__inner h3,
.h4,
.standard-inner__inner h4,
.inner h4,
.standard-content__inner h4,
.h5,
.standard-inner__inner h5,
.inner h5,
.standard-content__inner h5,
.h6,
.standard-inner__inner h6,
.inner h6,
.standard-content__inner h6 {
  margin-top: 0;
  line-height: 1.15;
  font-family: "Orbikular Regular";
  margin-bottom: 20px;
  font-weight:normal;
  color: #2F1646;
  letter-spacing: 0;
}
.h1,
.standard-inner__inner h1,
.inner h1,
.standard-content__inner h1 {
  font-size: 34px;
}
@media only screen and (min-width: 768px) {
  .h1,
  .standard-inner__inner h1,
  .inner h1,
  .standard-content__inner h1 {
    font-size: 64px;
    line-height: 74px;
  }
}
.h2,
.standard-inner__inner h2,
.inner h2,
.standard-content__inner h2 {
  font-size: 28px;
}
@media only screen and (min-width: 1024px) {
  .h2,
  .standard-inner__inner h2,
  .inner h2,
  .standard-content__inner h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
.h3,
.standard-inner__inner h3,
.inner h3,
.standard-content__inner h3 {
  font-size: 24px;
}
@media only screen and (min-width: 1024px) {
  .h3,
  .standard-inner__inner,
  .inner h3,
  .standard-content__inner h3 {
    font-size: 40px;
    line-height: 48xpx;
  }
}
.interruption-strip__subheading{
  text-transform: uppercase;
}
.h4,
.standard-inner__inner h4,
.inner h4,
.standard-content__inner h4 {
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .h4,
  .standard-inner__inner h4,
  .inner h4,
  .standard-content__inner h4 {
    font-size: 20px;
    line-height: 25px;

  }
}
.h5,
.standard-inner__inner h5,
.inner h5,
.standard-content__inner h5 {
  font-size:26px;
  line-height: 38px;
}
.h6,
.standard-inner__inner h6,
.inner h6,
.standard-content__inner h6 {
  font-size: 14px;
  line-height: 24px;
}
.p,
.standard-inner__inner p,
.inner p,
.standard-content__inner p,
.ul,
.standard-inner__inner ul,
.inner ul,
.standard-content__inner ul,
.ol,
.standard-inner__inner ol,
.inner ol,
.standard-content__inner ol,
.pre,
.inner pre,
.blockquote,
.inner blockquote {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
}
.hr,
.inner hr {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.strong,
.standard-inner__inner strong,
.inner strong,
.standard-content__inner strong {
  font-weight: 700;
}
.em,
.standard-inner__inner em,
.inner em,
.standard-content__inner em {
  font-style: italic;
}
.p,
.standard-inner__inner p,
.inner p,
.standard-content__inner p {
  font-family: "Orbikular Regular";
  line-height: 1.64;
}
.p--large {
  font-size: 24px;
  line-height: 45px;
}
.caption,
.inner caption {
  font-size: 0.8rem;
}
.skin {
  background: #f7f7f7;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.skin__link {
  color: #000;
}
.skin__colour {
  background-clip: content-box;
  width: 100px;
  height: 100px;
  display: block;
  border: 1px solid #000;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.skin__background {
  display: inline-flex;
  padding: 5px;
}
.skin__background--dark {
  background: #000;
}
.fifty-fifty {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty {
    display: flex;
    margin: 0 -20px;
    width: calc(100% + 40px);
    align-items: flex-start;
    justify-content: center;
  }
  .fifty-fifty--vertically-centered {
    align-items: center;
  }
  .fifty-fifty--stretched {
    align-items: stretch;
  }
  .fifty-fifty--flex-start {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty--with-paddings {
    padding: 100px 20px 85px;
  }
}
@media only screen and (min-width: 1440px) {
  .fifty-fifty--with-paddings {
    padding: 100px 0 85px 0;
  }
}
.fifty-fifty__child {
  min-width: 0;
  width: 100%;
  margin: 0 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child {
    width: 50%;
    margin: 20px;
  }
  .fifty-fifty__child:last-of-type {
    margin: 20px;
  }
}
.fifty-fifty__child--flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifty-fifty__child--flex-end-desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--flex-end-desktop {
    justify-content: end;
  }
}
@media only screen and (min-width: 1200px) {
  .fifty-fifty__child--flex-end-desktop {
    padding-right: 100px;
  }
}
.fifty-fifty__child--flex-start {
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.fifty-fifty__child--full-height {
  height: 100%;
}
.fifty-fifty__child--no-margin {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .fifty-fifty__child--no-margin {
    margin: 0;
  }
  .fifty-fifty__child--no-margin:last-of-type {
    margin: 0;
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.footer {
  display: block;
  overflow: hidden;
  background: #2F1646;
}
.footer--grey {
  background: #FAF3F0;
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .footer__wrapper {
    max-width: 1380px;
    margin: 0 auto;
    flex-direction: row;
  }
}
.footer__wrapper--padding {
  padding: 25px 0;
}
@media only screen and (min-width: 1024px) {
  .footer__wrapper--padding {
    padding: 38px 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer__wrapper--padding {
    padding: 38px 0;
  }
}
.footer__wrapper--center {
  align-items: center;
}
.footer__col {
  padding: 30px 15px;
}
@media only screen and (min-width: 1024px) {
  .footer__col {
    padding: 70px 15px;
    position: relative;
  }
}


@media only screen and (min-width: 1024px) {
  .footer__info {
    text-align: left;
    align-items: flex-start;
    width: 190px;
  }
}

.footer__info:last-of-type {
  margin-bottom: 0;
}
.footer__main-icon {
  display: inline-flex;
  margin-bottom: 12px;
}
.footer__main-icon-source {
  width: 35px;
  height: 24px;
}
.footer__title,
.footer__description {
  font-size: 12px;
  line-height: 24px;
   color:#FAF3F0;
}

.footer__title {
  font-weight: 600;
}
.footer__row {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__row:last-of-type {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__row--full-width {
    width: 100%;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
.footer__column:last-of-type {
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__column--full-width {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    flex: 0 0 50%;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__inner {
    flex: 0 0 auto;
    width: auto;
    padding-right: 35px;
  }
  .footer__inner:last-of-type {
    padding-right: 0;
  }
}


.footer__heading-link {
  font-weight: 600;
  color: #FAF3F0;
  font-size: 12px;
}
.footer__list {
  padding-bottom: 11px;
} 
.footer__list-item {
  color: #FAF3F0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 24px;
}
.footer__list-link {
  color: currentColor;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .footer__list-link:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 100%;
    content: "";
  }
  .footer__list-link:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2F1646;
    transform: scaleX(0);
    transition: transform 1s;
    transform-origin: left;
  }
  .footer__list-link:hover:after,
  .footer__list-link:focus:after {
    transform: scaleX(1);
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__contact {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__contact--column-end {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__contact--justify {
    width: 100%;
    justify-content: space-between;
    margin: 0 40px;
  }
}
.footer__contact--center {
  align-items: center;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__contact--center {
    padding-left: 45px;
  }
}
.footer__contact--end {
  align-items: center;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .footer__contact--end {
    align-items: flex-end;
    padding-left: 45px;
  }
}
.footer__contact-item {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .footer__contact-item {
    margin-bottom: 0;
    margin-right: 26px;
  }
}
.footer__contact-item--dark {
  color: #2F1646;
}
.footer__contact-icon {
  width: 18px;
  height: 14px;
  margin-right: 10px;
}
.footer__contact-link {
  color: currentColor;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #FE8383;
}
.footer__bottom--left-aligned-mobile {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .footer__bottom--left-aligned-mobile {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    max-width: 1380px;
    margin: 0 auto;
    flex-direction: row;
    text-align: left;
  }
}
.footer__bottom-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 15px;
}

.footer__bottom-col:last-child{
  margin-left:auto;
}

.footer__bottom-col--hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-col--hidden-mobile {
    display: flex;
  }
}
.footer__bottom-col--flex-start-mobile {
  align-items: flex-start;
  padding-left: 37px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom-col--flex-start-mobile {
    align-items: center;
    padding: 12px 15px;
  }
}
@media only screen and (min-width: 1024px) {

}
.footer__bottom-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-list {
    flex-direction: row;
    flex: 1;
    padding-right: 20px;
  }
}
.footer__bottom-item {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-item {
    margin-bottom: 0;
    margin-right: 50px;
  }
  .footer__bottom-item:last-of-type {
    margin-right: 0;
  }
}
.footer__bottom-link {
  color: currentColor;
}
@media only screen and (min-width: 1024px) {
  .footer__bottom-link:hover,
  .footer__bottom-link:focus {
    text-decoration: underline;
  }
}

.footer__copyright{
  color:#FAF3F0;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
  color:#fe8383 !important;
}

@media only screen and (min-width: 1024px) {
  .footer__copyright {
    width: 190px;
  }
}
.footer__credit {
  color: #557276;
}
.footer__logo { 
  max-width: 174px;
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    max-width: 100%;
  }
}
.footer__logo svg {
  width: 100%;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.header {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  color: #000;
  z-index: 3;
}


.header--on-top-mobile {
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .header--dark {
    position: relative;
  }
}

.header--dark .header__search-icon,
.header--float .header__search-icon {
  color: #2F1646;
}
.header__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .header__wrapper {
    flex-wrap: nowrap;
  }
}
.header__wrapper--no-margin {
  margin-left: 0 !important;
}

@media only screen and (min-width: 1024px) {
  .header--float .header__link {
    color: #2F1646;
  }
}
.header__logo,
.header__search,
.header__list,
.header__ctas,
.header__link {
  display: inline-flex;
  align-items: center;
}
.font-20{
  font-size: 20px;
}
.main_mnu{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.main_mnu .header_txt{
  color:#2F1646;
}
@media only screen and (max-width: 1024px) {
  .main_mnu .header_txt {
   display: none;
  }
.header__ctas{
  display:none;
}

.header__link{
  font-size: 20px;
}

.header__item.active .header__dropdown{
  display:block;
}
.header__ctas_mobile .button--square-mobile{
        border-radius: 0;
        padding: 8px 28px;
        font-size: 20px;
        width: calc(100% + 40px);
        display: block;
        margin: 0 -20px;
}
.header__ctas_mobile{
     
}

.header__link {
    font-size: 30px!important;
    padding-bottom: 10px!important;
    padding-top: 0px!important;
}

}
.header__ctas{
      margin: 0 24px 0 30px;
}
@media only screen and (min-width: 1024px) {
  .header__ctas {
    width: auto;
    flex: 0 0 auto;
  }
   .header__ctas_mobile{
  display:none;
 }
}
.header__cta {
  width: 100%;
  position: relative;
  z-index: 1;
}
.header__logo {
  max-width: 170px;
  padding: 13px 0;
  height: 62px;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    padding: 20px 0;
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    max-width: 100%;
  }
}
.header__logo-link {
  display: inline-flex;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__logo-link {
    height: 56px;
  }
}
.header__logo-link svg {
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .header__logo--relative {
    position: relative;
    overflow: visible;
  }
}
.header__graphic {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__graphic {
    display: block;
    position: absolute;
    z-index: -1;
    right: -82px;
    width: 1136px;
    top: 0;
  }
}
.header__graphic-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.header__nav {
  display: none;
  position: fixed;
  flex-direction: column;
  left: 0;
  top: 95px;
  bottom: 0;
  background: #FAF3F0;
  width: 100%;
  padding-right: 15px;
  height: calc(100% - 80px);
}
.header__nav--open {
  display: block;
}

.header__list {
  display: block;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .header__list {
    padding-left:20%;
    width: auto;
    display: flex;
    width: 800px;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
}
.header__item {
  width: 100%;
  overflow: hidden;

  width: 100%;
}
.header__item:hover .header__link{
    color: #FE8383;
}
.header__item:last-of-type {
  border: none;
}
@media only screen and (min-width: 1024px) {
  .header__item {
    padding: 2px 0;
    border: none;
    overflow: visible;
  }
}

.header__item:last-of-type {
  margin-right: 0;
}
.header__item--expanded .header__link {
  text-decoration: underline;
}
.header__item--expanded .header__icon {
  transform: rotate(180deg);
}
.header__item--expanded .header__dropdown {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .header__item--expanded .header__link {
    text-decoration: none;
  }
  .header__item--expanded .header__icon {
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header__item:hover .header__dropdown,
  .header__item:focus .header__dropdown,
  .header__item[focus-within] .header__dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 4;
  }
  .header__item:hover .header__dropdown,
  .header__item:focus .header__dropdown,
  .header__item:focus-within .header__dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 4;
  }
  .header__item:hover .header__icon,
  .header__item:focus .header__icon,
  .header__item[focus-within] .header__icon {
    transform: rotate(-180deg);
  }
  .header__item:hover .header__icon,
  .header__item:focus .header__icon,
  .header__item:focus-within .header__icon {
    transform: rotate(-180deg);
  }
  .header__item:hover .header__dropdown-message,
  .header__item:focus .header__dropdown-message,
  .header__item[focus-within] .header__dropdown-message {
    opacity: 1;
    pointer-events: auto;
  }
  .header__item:hover .header__dropdown-message,
  .header__item:focus .header__dropdown-message,
  .header__item:focus-within .header__dropdown-message {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__link {
  font-size: 48px;
  color: #2F1646;
  position: relative;
  justify-content: space-between;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media only screen and (min-width: 1024px) {
  .header__link {
    padding-bottom: 0;
    padding-top: 0;
    justify-content: flex-start;
  }
  .header__link:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    width: 100%;
    content: "";
    display: none;
  }
  .header__link:after {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2F1646;
    transform: scaleX(0);
    transition: transform 1s;
    transform-origin: left;
     display: none;
  }
  .header__link:hover:after,
  .header__link:focus:after {
    transform: scaleX(1);
  }
}
.header__icon {
  font-size: 5px;
  margin-left: 4px;
  transition: 0.22s ease-out;
  transition-property: transform;
/*  position: absolute;*/
    right: 0;
      display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .header__icon {
    position: static;
  }
}
.header__icon--color {
  color: #2F1646;
}
.header__triggers {
  display: flex;
  align-items: center;
}
.header__search-trigger {
  display: inline-flex;
  width: 30px;
  height: 30px;
}
.header__search-button {
  background: transparent;
  font-size: 18px;
  padding: 0;
  width: 100%;
}
.header__search-icon {
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .header__search-icon {
    color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .header__search-icon--dark {
    color: #2F1646;
  }
}
.header__dropdown,
.header__sub-dropdown {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown,
  .header__sub-dropdown {
    display: flex;
    max-height: none;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: 0.3s ease;
    transition-property: opacity;
    background: #FAF3F0;
     top:0;
    height:calc(100vh - 80px);
    min-width: 222px;
    overflow: visible;
    left: 100%;
    align-items: center;
       
  }
}
.header__dropdown-message{
  display: none!important;
}
@media only screen and (min-width: 1024px) and (min-width: 1440px) {
  .header__dropdown,
  .header__sub-dropdown {
      min-width: 330px;
  }
}


.header__dropdown-item:last-of-type,
.header__sub-dropdown-item:last-of-type {
  border-bottom: none;
}
.header__dropdown-item--expanded .header__sub-dropdown,
.header__sub-dropdown-item--expanded .header__sub-dropdown {
  display: block;
}
.header__dropdown-item--expanded .header__dropdown-link,
.header__sub-dropdown-item--expanded .header__dropdown-link {
  text-decoration: underline;
}
.header__dropdown-item--expanded
  .header__dropdown-link
  .header__dropdown-expand:before,
.header__sub-dropdown-item--expanded
  .header__dropdown-link
  .header__dropdown-expand:before {
  content: "-";
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-item--expanded .header__dropdown-link,
  .header__sub-dropdown-item--expanded .header__dropdown-link {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-item,
  .header__sub-dropdown-item {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }
}
.header__dropdown-item:last-of-type,
.header__sub-dropdown-item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-item:hover .header__sub-dropdown,
  .header__dropdown-item:focus .header__sub-dropdown,
  .header__dropdown-item[focus-within] .header__sub-dropdown,
  .header__sub-dropdown-item:hover .header__sub-dropdown,
  .header__sub-dropdown-item:focus .header__sub-dropdown,
  .header__sub-dropdown-item[focus-within] .header__sub-dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .header__dropdown-item:hover .header__sub-dropdown,
  .header__dropdown-item:focus .header__sub-dropdown,
  .header__dropdown-item:focus-within .header__sub-dropdown,
  .header__sub-dropdown-item:hover .header__sub-dropdown,
  .header__sub-dropdown-item:focus .header__sub-dropdown,
  .header__sub-dropdown-item:focus-within .header__sub-dropdown {
    opacity: 1;
    pointer-events: auto;
  }
  .header__dropdown-item:hover .header__dropdown-icon,
  .header__dropdown-item:focus .header__dropdown-icon,
  .header__dropdown-item[focus-within] .header__dropdown-icon,
  .header__sub-dropdown-item:hover .header__dropdown-icon,
  .header__sub-dropdown-item:focus .header__dropdown-icon,
  .header__sub-dropdown-item[focus-within] .header__dropdown-icon {
    color: #2F1646;
  }
  .header__dropdown-item:hover .header__dropdown-icon,
  .header__dropdown-item:focus .header__dropdown-icon,
  .header__dropdown-item:focus-within .header__dropdown-icon,
  .header__sub-dropdown-item:hover .header__dropdown-icon,
  .header__sub-dropdown-item:focus .header__dropdown-icon,
  .header__sub-dropdown-item:focus-within .header__dropdown-icon {
    color: #2F1646;
  }
  .header__dropdown-item:hover .header__dropdown-icon:after,
  .header__dropdown-item:focus .header__dropdown-icon:after,
  .header__dropdown-item[focus-within] .header__dropdown-icon:after,
  .header__sub-dropdown-item:hover .header__dropdown-icon:after,
  .header__sub-dropdown-item:focus .header__dropdown-icon:after,
  .header__sub-dropdown-item[focus-within] .header__dropdown-icon:after {
    transform: scaleX(1);
    background: #2F1646;
  }
  .header__dropdown-item:hover .header__dropdown-icon:after,
  .header__dropdown-item:focus .header__dropdown-icon:after,
  .header__dropdown-item:focus-within .header__dropdown-icon:after,
  .header__sub-dropdown-item:hover .header__dropdown-icon:after,
  .header__sub-dropdown-item:focus .header__dropdown-icon:after,
  .header__sub-dropdown-item:focus-within .header__dropdown-icon:after {
    transform: scaleX(1);
    background: #2F1646;
  }
}
.header__dropdown-link,
.header__sub-dropdown-link {
  color: #2F1646;
  position: relative;
  padding-top: 10px;
  display: block;
  font-size: 24px;
  padding-bottom: 10px;
}

@media(max-width:1024px){
  .header__item a{
    font-size: 24px;
  }
}
.header__dropdown-link--has-child .header__dropdown-icon,
.header__sub-dropdown-link--has-child .header__dropdown-icon {
  display: none;
}

.header__dropdown-link--has-child .header__dropdown-expand,
.header__sub-dropdown-link--has-child .header__dropdown-expand {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-link--has-child .header__dropdown-expand,
  .header__sub-dropdown-link--has-child .header__dropdown-expand {
    display: none;
  }
}
.header__dropdown-link--has-child .header__dropdown-expand:before,
.header__sub-dropdown-link--has-child .header__dropdown-expand:before {
  content: "+";
  position: absolute;
  left: -29px;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-link,
  .header__sub-dropdown-link {
    padding: 6px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 24px;
    color: #2F1646;
    line-height: 26px;
    font-weight: 400;
    transition: 0.3s ease;
    transition-property: color;
    min-width: 333px;
  }
  .header__dropdown-link:hover,
  .header__sub-dropdown-link:hover {
    color: #FE8383;
  }
}
.header__dropdown-icon,
.header__sub-dropdown-icon {
  font-size: 11px;
  position: relative;
}
.header__dropdown-icon:after,
.header__sub-dropdown-icon:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: 0.3s ease;
  transition-property: background, transform;
}
.header__sub-dropdown {
  left: 100%;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .header__sub-dropdown {
    min-height: 100%;
    transition: none;
  }
}
.header__sub-dropdown-link {
  padding-bottom: 12px;
  padding-top: 0;
}
/*@media only screen and (min-width: 1024px) {
  .header__sub-dropdown-link {
    margin-bottom: 12px;
  }
}*/
.header__sub-dropdown-link:hover {
  color: #FE8383;
}
.header__sub-dropdown-item {
  border: none;
  padding-top: 0;
}
.header__menu {
  display: block;
  background: rgba(255, 255, 255, 0);
  padding: 8px;
  width: 46px;
  height: 44px;
  cursor: pointer;
}
/*@media only screen and (min-width: 1024px) {
  .header__menu {
    display: none;
  }
}*/
.header__menu-button {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 5px;
  overflow: visible;
}
.header__menu-button:focus {
  outline: none;
}
.header__dropdown-message {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-message {
    display: flex;
    align-items: center;
    height: 100%;
    max-height: none;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.1);
    background: #2F1646;
    padding: 20px 21px 17px 28px;
    top: 0;
    bottom: 0;
    left: 0;
    transform: translateX(100%);
    min-width: 222px;
    overflow: visible;
    z-index: -1;
  }
}
@media only screen and (min-width: 1440px) {
  .header__dropdown-message {
    min-width: 260px;
    padding: 30px 21px 30px 28px;
  }
}
.header__dropdown-text {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__dropdown-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
  }
}
@media only screen and (min-width: 1440px) {
  .header__dropdown-text {
    font-size: 19px;
  }
}
.header__icon {
  width: 20px;
  height: 20px;
}
@media only screen and (min-width: 1024px) {
  .header__icon {
   display: none !important;
  }
 
}
.page-strip {
  width: 100%;
  position: relative;
  padding: 40px 0;
  z-index: 0;
}
.padd-0{
  padding:0px;
}
.page-strip--reduced-top-padding {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-strip--reduced-top-padding {
    padding-top: 40px;
  }
}
.page-strip--reduced-bottom-padding {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-strip--reduced-bottom-padding {
    padding-bottom: 40px;
  }
}
.page-strip--reduced-padding {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .page-strip--reduced-padding {
    padding: 40px 0;
  }
}
.page-strip--reduced-padding-top-tablet {
  padding-top: 40px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--reduced-padding-top-tablet {
    padding: 80px 0;
  }
}
.page-strip--reduced-padding-bottom-tablet {
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--reduced-padding-bottom-tablet {
    padding: 80px 0;
  }
}
.page-strip--extended-top-padding {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .page-strip--extended-top-padding {
    padding-top: 110px;
  }
}
.page-strip--extended-bottom-padding {
  padding-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .page-strip--extended-bottom-padding {
    padding-bottom: 110px;
  }
}
.page-strip--bottom-padding-huge {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) {
  .page-strip--bottom-padding-huge {
    padding-bottom: 110px;
  }
}
.page-strip--no-bottom-padding {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip--no-bottom-padding {
    padding-bottom: 0;
  }
}
.page-strip--no-top-padding {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .page-strip--no-top-padding {
    padding-top: 0;
  }
}
.page-strip--no-padding {
  padding: 0;
}
.page-strip--has-section-divide {
  margin-top: 80px;
}
.page-strip--primary {
  background-color: #FE8383;
}
.page-strip--secondary {
  background-color: #FE8383;
}
.page-strip--tertiary {
  background-color: #FE8383;
  color: #fff;
}
.page-strip--grey {
  background-color: #fafafa;
}
.page-strip--on-top {
  z-index: 2;
}
@media only screen and (min-width: 1024px) {
  .page-strip--graphic-background {
    padding-top: 111px;
  }
}
.page-strip--graphic-background .page-strip__graphics {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-strip--graphic-background .page-strip__graphics {
    height: auto;
  }
}
.page-strip--graphic-background .page-strip__graphics--right {
  width: auto;
  right: 0;
  top: 124px;
  height: 365px;
}
@media only screen and (min-width: 1024px) {
  .page-strip--graphic-background .page-strip__graphics--right {
    width: 494px;
  }
}
.page-strip--graphic-background .page-strip__graphics--hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .page-strip--graphic-background .page-strip__graphics--hidden-mobile {
    display: block;
  }
}
.page-strip--graphic-background .page-strip__picture {
  position: absolute;
  width: 100%;
  left: 0;
}
.page-strip--graphic-background .page-strip__graphic {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .page-strip--reduced-padding-desktop {
    padding: 40px 0;
  }
}
.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1220px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .wrapper {
    padding: 0 15px;
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    padding: 0 30px;
  }
}
.wrapper--full-width {
  max-width: none;
  padding: 0;
}
.wrapper--extra-large {
  max-width: 1550px;
}
.wrapper--flex {
  display: flex;
  justify-content: center;
}
.paging-info {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  max-width: 192px;
  z-index: 1;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.paging-info--has-arrows {
  display: flex;
}
.paging-info:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  text-align: center;
  right: 0;
  height: 20px;
  width: 1px;
  background-color: rgba(142, 142, 149, 0.1);
  margin: 0 auto;
  top: 14px;
  z-index: 2;
}
.paging-info__current-slide,
.paging-info__total-slides {
  background: #fff;
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: 48px;
  font-size: 1rem;
}
.paging-info__current-slide {
  color: #2F1646;
  letter-spacing: 0;
}
.paging-info__total-slides {
  color: #2F1646;
  letter-spacing: 0;
}
.paging-info__arrow {
  position: relative;
  bottom: 0;
}
.card-slider {
  position: relative;
}
.card-slider .slick-track {
  padding-bottom: 45px;
}
.card-slider .slick-slide {
  margin: 0 5px;
}
@media only screen and (min-width: 768px) {
  .card-slider .slick-slide {
    margin: 0 10px;
  }
}
.card-slider__title {
  font-size:36px;
  text-align: center;
  margin-bottom: 34px;
}
@media only screen and (min-width: 1024px) {
  .card-slider__title {
    margin-bottom:60px;
    font-size:64px;
    line-height: 74px;
  }
}
.card-slider__slide {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .card-slider__slide {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 768px) {
  .card-slider__wrapper-inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-slider__wrapper-inner {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
    padding: 0;
  }
}
.card-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.image-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
  overflow: auto;
  transition: opacity 0.22s ease-out;
}
.image-modal__background {
  width: 100%;
  height: 100%;
}
.image-modal__dialog {
  max-width: 90%;
  max-height: 90%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: opacity 0.22s ease-out;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 768px) {
  .image-modal__dialog {
    width: auto;
    top: 85px;
  }
}
.image-modal__content {
  width: 100%;
  position: relative;
  overflow: visible;
  height: auto;
}
.image-modal__content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.image-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.image-modal.is-open .image-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .image-modal.is-open .image-modal__dialog {
    transform: translateX(-50%);
  }
}
.image-modal__close {
  display: flex;
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #2F1646 !important;
  top: -40px;
  transition: background 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .image-modal__close {
    top: -60px;
    width: 38px;
    height: 38px;
    border-radius: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .image-modal__close {
    top: -47px;
    right: -28px;
  }
  .image-modal__close:focus {
    outline: none;
  }
  .image-modal__close:hover {
    background: #2F1646 !important;
  }
}
.image-modal__close-icon {
  font-size: 12px;
  color: #fff;
  transition: 0.22s ease-out;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
  transition: 0.22s ease-out;
  transition-property: opacity;
}
.video-modal__background {
  width: 100%;
  height: 100%;
}
.video-modal__dialog {
  width: 100%;
  max-width: 90%;
  position: absolute;
  top: 39%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: 0.22s ease-out;
  transition-property: opacity, transform;
  transition-delay: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .video-modal__dialog {
    width: 965px;
  }
}
.video-modal__content {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-modal__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.video-modal.is-open .video-modal__dialog {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.video-modal__close {
  display: flex;
  position: absolute;
  right: -12px;
  top: -14px;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2F1646;
  z-index: 1;
  transition: 0.22s ease-out;
  transition-property: background, color;
}
@media only screen and (min-width: 1024px) {
  .video-modal__close {
    right: -18px;
  }
}
.video-modal__close:hover,
.video-modal__close:focus {
  background: #fff;
  color: #2F1646;
}
.video-modal__extra {
  position: absolute;
  bottom: -163px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .video-modal__extra {
    bottom: -177px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-modal__extra {
    min-width: 800px;
  }
}
.video-modal__extra-text {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .video-modal__extra-text {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-modal__extra-text {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.button {
  transition: background 0.22s ease-out, color 0.22s ease-out,
    border 0.22s ease-out;
  padding:10px 20px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  border-radius: 6px;
  letter-spacing: 0.25px;
  outline: none;
/*  border: 1px solid #ff8383;*/
}
.button__icon {
  font-size: 12px;
}
.button__icon--large {
  font-size: 24px;
}
.button__inner {
  overflow: hidden;
  position: relative;
  transition: 0.22s ease-out;
}
.button__row:last-child {
  position: absolute;
}
.button__char {
  transition: 0.22s ease-out;
  display: inline-flex;
}
.button--primary {
  background-color: #FE8383;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .button--primary:hover,
  .button--primary:focus {
    background: #2F1646;
    color: #fff;
  }
}
.button--secondary {
  background: #2F1646;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .button--secondary:hover,
  .button--secondary:focus {
    background: #FE8383;
    color: #2F1646;
  }
}
.button--tertiary {
  background: #FE8383;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .button--tertiary:hover,
  .button--tertiary:focus {
    background: #fff;
    color: #2F1646;
    border: 1px solid #2F1646;
  }
}
.button--quaternary {
  background: #fff;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .button--quaternary:hover,
  .button--quaternary:focus {
    background: #FE8383;
    color: #2F1646;
  }
}
.button--disabled {
  background: #fafafa;
  color: #8e8e95;
  cursor: default;
}
@media only screen and (min-width: 1024px) {
  .button--disabled:hover .button__inner {
    transform: translateY(1px);
  }
  .button--disabled:hover .button__char {
    transform: none;
  }
}
.button--square-mobile {
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .button--square-mobile {
    border-radius: 6px;
  }
}
.button--square {
  background: #2F1646;
  color: #fff;
  width: 110px;
  height: 110px;
  font-size: 24px;
}
.button--square:hover {
  background: #a4624c;
}


@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.arrow {
  background: transparent;
  color: #2F1646;
  font-size: 16px;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: transform 0.22s ease-out;
}
.arrow--previous {
  margin-right: 10px;
}
.arrow--previous:hover {
  transform: translateX(-2px);
}
.arrow--next {
  margin-left: 10px;
}
.arrow--next:hover {
  transform: translateX(2px);
}
.arrow:focus {
  outline: none;
}
.cookie-policy {
  opacity: 1;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #2F1646;
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 470px;
  width: calc(100% - 20px);
  margin: 10px;
  padding: 20px 20px;
  text-align: left;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .cookie-policy {
    left: auto;
    margin: 20px;
    padding: 25px 30px;
  }
}
.cookie-policy.hidden {
  opacity: 0;
  transform: translateY(60px);
  pointer-events: none;
}
.cookie-policy__button {
  margin-right: 10px;
  font-size: 16px;
  padding: 0 10px;
  min-width: 140px;
  height: 46px;
}
@media only screen and (min-width: 768px) {
  .cookie-policy__button {
    margin-right: 15px;
    font-size: 18px;
    padding: 0 20px;
    min-width: 178px;
    height: 55px;
  }
}
.cookie-policy__icon {
  margin-left: 4px;
  font-size: 8px;
}
.cookie-policy__link {
  color: #fff;
}
.cookie-policy__link:hover,
.cookie-policy__link:focus {
  color: #2F1646;
}
.cookie-policy__description {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cookie-policy__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.dots ul {
  display: flex;
}
.dots li {
  display: inline-flex;
  margin-right: 6px;
  margin-left: 6px;
}
.dots li button {
  text-indent: -9999px;
  background: transparent;
  border: 1px solid #2F1646;
  padding: 0;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}
.dots li.slick-active button {
  background: #2F1646;
  border-color: #2F1646;
}
.hero-banner {
  width: 100%;
  position: relative;
  min-height: calc(100vh - 117px);
}
.hero-banner--mobile-height {
  min-height: 55vh;
}
@media only screen and (min-width: 768px) {
  .hero-banner {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner {
    min-height: 700px;
  }
}
.hero-banner__top {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
}
.hero-banner__wrapper {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column;
}
.hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__text-container {
    min-height: 180px;
  }
}
.hero-banner__subheading {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #2F1646;
  letter-spacing: 2.25px;
  margin-bottom: 7px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .hero-banner__subheading {
    margin-bottom: 0;
  }
}
.hero-banner__subheading--bold {
  font-weight: 700;
}
.hero-banner__subheading--dark {
  color: #2F1646;
}
.hero-banner__subtext {
  font-size: 18px;
  color: #2F1646;
  letter-spacing: 2.25px;
  margin-bottom: 20px;
}
.hero-banner__title {
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .hero-banner__title {
    font-size: 34px;
  }
}
.hero-banner__cta {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-banner__cta {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner__cta {
    margin-right: 32px;
  }
}
.hero-banner__cta--margin-bottom {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .hero-banner__cta--margin-bottom {
    margin-bottom: 0;
  }
}
.hero-banner__btn-icon {
  font-size: 28px;
  margin-left: 14px;
}
.hero-banner__visual {
  height: 273px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  position: relative;
  order: 1;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual {
    height: 409px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual {
    order: 2;
    margin-bottom: 0;
    position: absolute;
    left: 340px;
    height: 675px;
    transform: none;
    width: 1075px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner__visual {
    left: calc(53vw - 300px);
  }
}
@media only screen and (min-width: 1440px) {
  .hero-banner__visual {
    left: 516px;
    width: calc(100vw - (((100vw - 1180px) / 2) + 300px));
  }
}
.hero-banner__visual-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 616px;
  height: 100%;
  -webkit-mask: url("../img/graphics/hero-mask-mobile.svg");
  mask: url("../img/graphics/hero-mask-mobile.svg");
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual-inner {
    width: 532px;
    -webkit-mask: url("../img/graphics/hero-mask-tablet.svg");
    mask: url("../img/graphics/hero-mask-tablet.svg");
    transform: none;
    right: 0;
    left: auto;
    top: -1px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual-inner {
    left: 0;
    right: auto;
    width: 100%;
    -webkit-mask: url("../img/graphics/hero-mask-alt.svg");
    mask: url("../img/graphics/hero-mask-alt.svg");
  }
}
@media only screen and (min-width: 1440px) {
  .hero-banner__visual-inner {
    width: 100%;
    -webkit-mask: url("../img/graphics/hero-mask-xlarge.svg");
    mask: url("../img/graphics/hero-mask-xlarge.svg");
  }
}
.hero-banner__visual-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  content: "";
}
.hero-banner__visual-image {
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .hero-banner__visual-image {
    height: 440px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual-image {
    height: 675px;
  }
}
.hero-banner__visual-source {
  display: inline-flex;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:50% 20%";
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__visual-source {
    position: relative;
    left: 0;
    transform-origin: top left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
  }
}
.hero-banner__visual-source.align-left {
  -o-object-position: left;
  object-position: left;
}
.hero-banner__visual-source.align-left.align-top {
  -o-object-position: left top;
  object-position: left top;
}
.hero-banner__visual-source.align-left.align-middle {
  -o-object-position: left 50%;
  object-position: left 50%;
}
.hero-banner__visual-source.align-left.align-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.hero-banner__visual-source.align-center {
  -o-object-position: center;
  object-position: center;
}
.hero-banner__visual-source.align-center.align-top {
  -o-object-position: 50% top;
  object-position: 50% top;
}
.hero-banner__visual-source.align-center.align-middle {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.hero-banner__visual-source.align-center.align-bottom {
  -o-object-position: 50% bottom;
  object-position: 50% bottom;
}
.hero-banner__visual-source.align-right {
  -o-object-position: right;
  object-position: right;
}
.hero-banner__visual-source.align-right.align-top {
  -o-object-position: right top;
  object-position: right top;
}
.hero-banner__visual-source.align-right.align-middle {
  -o-object-position: right 50%;
  object-position: right 50%;
}
.hero-banner__visual-source.align-right.align-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.hero-banner__graphic {
  position: absolute;
  top: 170px;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 310px;
  left: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic {
    top: 285px;
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic {
    top: 470px;
    width: 1200px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner__graphic {
    width: 100%;
  }
}
.hero-banner__graphic-inner {
  position: absolute;
  width: 1024px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic-inner {
    width: 1200px;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic-inner {
    width: 4000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.hero-banner__graphic-source {
  width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic-source--mobile {
    display: none;
  }
}
.hero-banner__graphic-source--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__graphic-source--desktop {
    display: block;
  }
}
.hero-banner__logo {
  position: absolute;
  width: 525px;
  top: 310px;
  right: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-banner__logo-source {
  width: 100%;
  position: relative;
  right: -30px;
}
@media only screen and (min-width: 1024px) {
  .hero-banner__logo-source {
    left: -140px;
    right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner__logo {
    top: 445px;
    right: auto;
    left: -302px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner__logo {
    top: 640px;
    left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner__logo {
    width: 638px;
  }
}
.hero-banner--mobile-margin {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .hero-banner--mobile-margin {
    margin-bottom: 0;
  }
}
_:-ms-fullscreen,
:root .hero-banner__visual {
  left: 751px;
  height: 494px;
  border-radius: 0 0 0 30px;
}
.hero-text {
  position: relative;
  width: 100%;
  order: 2;
  z-index: 1;
  margin: 0 auto;
}
.hero-text__slider {
  margin-bottom: 45px;
}
.hero-text__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hero-text__controls {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .hero-text {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-text {
    top: 280px;
    max-width: 420px;
    margin: 0;
    order: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-text {
    width: 40vw;
    max-width: 630px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-text--margin-bottom {
    margin-bottom: 120px;
  }
}
.hero-text--padding-top {
  padding-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .hero-text--padding-top {
    padding-top: 0;
  }
}
.hero-text--top-auto {
  top: auto;
  padding-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .hero-text--top-auto {
    padding-top: 55px;
  }
}
.hero-text__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}
.banner-full-width{
  padding-top:30px;
}
.hero-text__subheading {
  font-size: 18px;
  text-transform: uppercase;
  color: #2F1646;
  letter-spacing: 2.25px;
  margin-bottom: 7px;
  padding-top:40px;
}
@media only screen and (min-width: 1024px) {
  .hero-text__subheading {
    margin-bottom: 0;
  }
}
.hero-text__subheading--bold {
  font-weight: 700;
}
.hero-text__subheading--alt {
  color: #fff;
}
.hero-text__title {
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .hero-text__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-text__title {
    font-weight:normal;
    font-size: 64px;
    line-height: 74px;
  }
}
.hero-text__title--large {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .hero-text__title--large {
    font-size: 34px;
  }
}
.hero-text__title--alt {
  color: #fff;
}
.hero-text__subtext {
  font-size: 24px;
  color: #2F1646;
  margin-bottom: 20px;
}
.hero-text__subtext--alt {
  color: #fff;
}
.hero-text__subtext--short {
  max-width: 440px;
}
.hero-text__information {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-text__description {
  position: relative;
  padding: 0 7px;
  margin-bottom: 0;
  color: #868686;
}
@media only screen and (min-width: 768px) {
  .hero-text__description {
    padding: 0 20px;
  }
}
.hero-text__description:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-text__description--blog {
  padding: 0 0 0 16px;
  margin-right: 7px;
  margin-bottom: 0;
  font-weight: 600;
  color: #2F1646;
}
@media only screen and (min-width: 768px) {
  .hero-text__description--blog {
    padding: 0 0 0 20px;
    margin-right: 20px;
  }
}
.hero-text__description--blog:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2F1646;
}
.hero-text__description--alt {
  color: #fff;
}
.hero-text__details {
  display: flex;
  margin-bottom: 20px;
}
.hero-text__author {
  margin-right: 17px;
  color: #868686;
}
.hero-text__author--alt {
  color: #fff;
}
.hero-text__label {
  color: #2F1646;
  margin-bottom: 0;
}
.hero-text__label--alt {
  color: #fff;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.hover-card__title {
  text-align: center;
  color: #2F1646;
  margin-bottom: 40px;
}

.service_tabs ul{
  display: flex;
  gap:10px;
  justify-content: center;
}

.service_tabs li{
  cursor: pointer;
  transition:all .3s;
  padding:6px 20px;
  border-radius: 5px;
}

.tab-contents .tab-content{
  visibility:hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding:0;
  transition: opacity .2s;
  text-align: center;
}

.tab-contents .tab-content img{
 
  margin:0 auto 40px;
  width:100px;
}

.tab-contents .tab-content p{
      font-size: 53px;
    margin-bottom: 40px;
    line-height: 60px;
}

.tab-contents .tab-content.active{
   visibility:visible;
  opacity: 1;
  padding:100px 0;
  max-height: 1000px;
}

.service_tabs ul li:hover, .service_tabs ul li.active {
    background-color: #fe8383;
    color: #2F1646;
}
.hover-card__title--medium {
  font-size: 32px;
  line-height: 1.375;
}
.hover-card__title--secondary {
  text-align: center;
  color: #2F1646;
  margin-bottom: 0;
}
.hover-card__title--primary {
  color: #2F1646;
}
.hover-card__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .hover-card__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-card__container {
    width: calc(100% + 30px);
    margin: 0 -15px 0 -15px;
  }
}
.hover-card__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
  border-radius: 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.hover-card__block:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .hover-card__block {
    justify-content: flex-start;
    width: calc(50% - 15px);
    margin: 0 7.5px 58px;
  }
  .hover-card__block:last-of-type {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-card__block {
    width: calc(25% - 15px);
    margin: 0 7.5px;
  }
  .hover-card__block:last-of-type {
    margin-bottom: 0;
  }
  .hover-card__block:hover {
    transform: translateY(-4px);
    transition: transform 0.22s ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .hover-card__block--alt {
    justify-content: flex-start;
    width: calc(50% - 20px);
    margin: 0 10px 58px;
  }
  .hover-card__block--alt:last-of-type {
    margin-bottom: 58px;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-card__block--alt {
    width: calc(33.33% - 20px);
    margin: 0 10px 102px;
  }
  .hover-card__block--alt:last-of-type {
    margin-bottom: 102px;
  }
  .hover-card__block--alt:hover {
    transform: translateY(-4px);
    transition: transform 0.22s ease-out;
  }
}
.hover-card__inner {
  padding: 62px 25px 28px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background, box-shadow;
}
@media only screen and (min-width: 768px) {
  .hover-card__inner {
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-card__inner {
    padding: 94px 34px 28px;
    background: transparent;
    box-shadow: none;
    min-height: 353px;
    max-width: 283px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
  }
}
.hover-card__inner:hover .hover-card__shape,
.hover-card__inner:focus .hover-card__shape,
.hover-card__inner[focus-within] .hover-card__shape {
  background: #2F1646;
}
.hover-card__inner:hover .hover-card__shape,
.hover-card__inner:focus .hover-card__shape,
.hover-card__inner:focus-within .hover-card__shape {
  background: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .hover-card__inner .hover-card__content {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .hover-card__inner--new {
    padding: 94px 21px 28px;
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
.hover-card__shape {
  width: 96px;
  height: 96px;
  background: #2F1646;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: 0.3s ease;
  transition-property: background;
}
@media only screen and (min-width: 1024px) {
  .hover-card__shape {
    width: 164px;
    height: 164px;
    top: -83px;
  }
}
.hover-card__image {
  max-width: 38px;
  width: 38px;
  height: 38px;
}
@media only screen and (min-width: 1024px) {
  .hover-card__image {
    max-width: 100%;
    width: 64px;
    height: 64px;
  }
}
.hover-card__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.hover-card__content {
  flex: 1 0 auto;
}
@media only screen and (min-width: 1024px) {
  .hover-card__content {
    opacity: 0;
    transition: 0.3s ease;
    transition-property: opacity;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.hover-card__label {
  color: #2F1646;
  padding-top: 10px;
}
.hover-card__description {
  color: #2F1646;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .hover-card__description {
    max-width: 215px;
  }
}
.hover-card__description--no-width {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .hover-card__description--no-width {
    max-width: 307px;
  }
}
.hover-card__link {
  color: #2F1646;
  position: relative;
  justify-self: flex-end;
  margin-top: auto;
}
.hover-card__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
.hover-card__link:after {
  transform: translateY(2px);
}
@media only screen and (min-width: 1024px) {
  .logo-strip {
    margin-bottom: -50px;
  }
}
.logo-strip__wrapper {
  display: flex;
  flex-direction: column;
}
.logo-strip__title {
  font-size: 14px;
  letter-spacing: 2.14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
.logo-strip__title:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 1px;
  background: #2F1646;
  bottom: -12px;
  left: 5px;
}
@media only screen and (min-width: 1024px) {
  .logo-strip__title:after {
    bottom: auto;
    left: auto;
    margin-left: 40px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.logo-strip__title:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #2F1646;
  bottom: -14px;
}
@media only screen and (min-width: 1024px) {
  .logo-strip__title:before {
    bottom: auto;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .logo-strip__title {
    font-size: 20px;
    letter-spacing: 3.05px;
    margin: 0 140px 80px auto;
  }
}
.logo-strip__container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .logo-strip__container {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 50px;
    justify-content: center;
  }
}
.logo-strip__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .logo-strip__block {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .logo-strip__block {
    width: calc(20% - 20px);
    margin: 0 10px 50px;
  }
}
.hamburger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 22px;
  background: transparent;
}
.hamburger__bar,
.hamburger__bar:before,
.hamburger__bar:after {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #2F1646;
  pointer-events: none;
}
.hamburger__bar {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.hamburger__bar:before,
.hamburger__bar:after {
  display: block;
  content: "";
}
.hamburger__bar:before {
  top: -10px;
}
.hamburger__bar:after {
  bottom: -10px;
}
.hamburger--expanded .hamburger__bar,
.hamburger--search-expanded .hamburger__bar {
  transform: rotate(45deg);
}
.hamburger--expanded .hamburger__bar:before,
.hamburger--search-expanded .hamburger__bar:before {
  top: 0;
  opacity: 0;
}
.hamburger--expanded .hamburger__bar:after,
.hamburger--search-expanded .hamburger__bar:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.interruption-strip__content {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}
.interruption-strip__subheading {
  color: #2F1646;
  line-height: 1.2;
  margin-bottom: 5px;
}
.interruption-strip__text {
  color: #2F1646;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__text {
    margin-bottom: 25px;
  }
}
.interruption-strip__container {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__container {
    flex-direction: row;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.interruption-strip__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 50%;
}
@media only screen and (min-width: 1024px) {
  .interruption-strip__block {
    width: calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    margin: 0 10px;
    padding: 15px 42px;
    align-items: center;
  }
}

.text-center{
  text-align: center;
}
.interruption-strip__stat-text {
  margin-bottom: 5px;
  font-weight: normal;
}
.interruption-strip__description {
  line-height: 1.5;
  text-align: center;
}

.interruption-strip__stat-text{
    font-size: 60px;
    display: flex;
    line-height: 60px;
  }


.interruption-strip__stat-text i{
  color: #FE8383;
  font-size: 60px;
  font-style: normal;
}
@media only screen and (min-width: 1024px) {

    .interruption-strip__wrapper{
    max-width: 90%;
  }


  .interruption-strip__stat-text{
    font-size: 120px;
    line-height: 120px;
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}


.cta-strip {
  position: relative;
}
.cta-strip__background {
  width: 100%;
  position: relative;
}
.cta-strip__picture {
  width: 100%;
  height: 389px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cta-strip__picture {
    height: 362px;
  }
}
@media only screen and (min-width: 1024px) {
  .cta-strip__picture {
    height: auto;
  }
}
.cta-strip__picture-source {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .cta-strip__picture-source {
    max-height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .cta-strip__picture-source {
    max-height: 850px;
  }
}

.new_cta_strip{
  padding:100px 0 200px;
  position: relative;
}
.new_cta_strip h2{
  color:#2F1646;
  font-size:88px;
  line-height: 98px;
}

.new_cta_strip img{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
}

.new_cta_strip .button{
  margin-top:40px;
}

.new_cta_strip  .cta-strip__content{
  max-width: 58%;
  position: relative;
  z-index: 1;
}


@media screen and (max-width:1024px){
.new_cta_strip h2{
    font-size:48px;
    line-height: 48px;
  }

}
@media screen and (max-width:600px){
  .new_cta_strip{
  padding:50px 0 160px;
  }

  .new_cta_strip img{
    width:60%;
  }

  .new_cta_strip .cta-strip__content{
    max-width:100%;
  }
  
}


.cta-strip__heading {
  color: inherit;
  margin-bottom: 0;
}
.cta-strip__graphics {
  position: relative;
  width: 100%;
}
.cta-strip__graphic {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.cta-strip__graphic--left {
  left: 0;
  z-index: 0;
}
.cta-strip__graphic--right {
  right: 0;
}
_:-ms-fullscreen,
:root .cta-strip__graphic {
  width: auto;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.card {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 340px;
  border-radius: 5px;
  box-shadow: 0px 9.18px 17.22px 0px #00000026;
  transition: 0.3s ease;
  transition-property: transform, box-shadow;
}

.card .text-right{
  display: flex;
  margin-top: auto;
  width: 100%;
  justify-content: end;
}
a.card{
  cursor:pointer;
}
.badge{
  background:#CC98FF;
  position: absolute;
  top:15px;
  color:#2F1646;
  font-size: 12px;
  border-radius:5px;
  padding:5px 8px;
  text-transform: uppercase;
  left:15px;
}

.card_arrow{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #2F1646;
  text-align: center;
  line-height: 34px;
}
@media only screen and (min-width: 1024px) {
  .card {
    flex-grow: 1;
    margin: 0 10px 20px;
  }
  .card:hover,
  .card:focus {
    transform: translateY(-4px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .card:hover .card__title,
  .card:focus .card__title {
    text-decoration: underline;
  }
}
.card__image {
  width: 100%;
  height: 170px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.card__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  background: #ffffff;
}
.card__inner {
  padding: 17px 20px 26px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  border-radius: 0 0 5px 5px;
}
.card__title {
  transition: 0.3s ease;
  transition-property: -webkit-text-decoration;
  transition-property: text-decoration;
  transition-property: text-decoration, -webkit-text-decoration;
  font-size: 22px;
  line-height: 30px;
}
.card__title + .card__subheading {
  margin-top: -20px;
  color:#FE8383;
}

.card__description{
  margin:0;
}
@media only screen and (min-width: 1024px) {
  .card__title {
    max-width: 240px;
  }
}
.card__subheading {
  color: #2F1646;
  font-weight: 700;
}
.card__description {
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .card__description {
    max-width: 235px;
  }
}
.card__link {
  margin-top: auto;
  color: #2F1646;
  position: relative;
}
.card__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
@media only screen and (min-width: 1024px) {
  .card__link:hover:after,
  .card__link:focus:after {
    transform: translateY(2px);
  }
}

.image-text-duo__icon {
  height: 100%;
}
.dual-strip {
  padding-top: 53px;
  position: relative;
}
.dual-strip--alt:before {
  content: none;
}
.dual-strip__inner {
  max-width: 1390px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.dual-strip__rounded {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  background: #2F1646;
  width: calc(100% - 30px);
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__rounded {
    border-radius: 40px;
  }
}
.dual-strip__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height:auto;
}

.dual-strip__image-source{
  display: block;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__image {
    width: 360px;
    height: 100%;
    max-height: 410px;
  }
}
.dual-strip__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:100% 50%";
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}
.dual-strip__image-source.align-left {
  -o-object-position: left;
  object-position: left;
}
.dual-strip__image-source.align-left.align-top {
  -o-object-position: left top;
  object-position: left top;
}
.dual-strip__image-source.align-left.align-middle {
  -o-object-position: left 50%;
  object-position: left 50%;
}
.dual-strip__image-source.align-left.align-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.dual-strip__image-source.align-center {
  -o-object-position: center;
  object-position: center;
}
.dual-strip__image-source.align-center.align-top {
  -o-object-position: 50% top;
  object-position: 50% top;
}
.dual-strip__image-source.align-center.align-middle {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.dual-strip__image-source.align-center.align-bottom {
  -o-object-position: 50% bottom;
  object-position: 50% bottom;
}
.dual-strip__image-source.align-right {
  -o-object-position: right;
  object-position: right;
}
.dual-strip__image-source.align-right.align-top {
  -o-object-position: right top;
  object-position: right top;
}
.dual-strip__image-source.align-right.align-middle {
  -o-object-position: right 50%;
  object-position: right 50%;
}
.dual-strip__image-source.align-right.align-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.dual-strip__image:first-of-type {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__image:first-of-type {
    display: block;
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.dual-strip__graphic {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.dual-strip__graphic--inverted {
  bottom: auto;
  top: 0;
}
.dual-strip__graphic:first-of-type {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__graphic:first-of-type {
    display: block;
  }
}
.dual-strip__middle {
  background: #2F1646;
  width: 100%;
  height: 100%;
}
.dual-strip__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 67px 15px 81px;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__content {
    padding: 100px 15px 70px;
    border-radius: 40px;
  }
}
.dual-strip__content-inner {
  max-width: 460px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .dual-strip__content-inner {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1200px) {
  .dual-strip__content-inner {
    max-width: 700px;
  }
}
.dual-strip__content-center {
  position: relative;
}
.dual-strip__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 195px;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .dual-strip__logo {
    width: 390px;
  }
}
.dual-strip__heading {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 35px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .dual-strip__heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .dual-strip__heading {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
.form-row {
  min-height: 1040px;
  position: relative;
  padding: 100px 0 70px;
}
.form-row--alt {
  min-height: auto;
  padding: 40px 0;
}
.form-row__wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .form-row__wrapper {
    flex-direction: row;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }
}

.form-row__wrapper--max-width {
  max-width: 870px;
}
.form-row__col {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .form-row__col {
    flex: 0 0 50%;
    width: auto;
  }
}
.form-row__col--max-width {
  max-width: 492px;
}
@media only screen and (min-width: 1024px) {
  .form-row__col--max-width {
    padding-top: 43px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-row__col--max-width {
    padding-top: 0;
  }
}
.form-row__col--full-width {
  flex: auto;
}
.form-row__col--flex-center {
  align-self: center;
}
@media only screen and (min-width: 1024px) {
  .form-row__col--decreased-top {
    margin-top: 0;
  }
}
.form-row__title {
  font-size: 28px;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  .form-row__title {
    font-size: 40px;
    line-height: 1.3;
  }
}
.form-row__title--alt {
  color: #2F1646;
}

@media only screen and (min-width: 1024px) {
  .form-row__heading {
    font-size: 40px;
    line-height: 1.3;
  }
}
.form-row__description {
  margin-bottom: 30px;
}
.form-row__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2F1646;
  padding:30px;
  border-radius: 5px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.form-row__title {
  margin-bottom: 15px;
}
.form-row__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.form-row__background-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.form-row__background:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(46, 54, 69, 0.7);
}
.form-row__background--no-overlay:after {
  content: none;
}
.form-row__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-50deg, #2F1646 0%, #2F1646 100%);
  opacity: 0.5;
}
.form-row__graphic {
  position: absolute;
  padding: 27px;
  border-radius: 10px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
@media only screen and (min-width: 1024px) {
  .form-row__graphic {
    display: block;
  }
}
.form-row__graphic--top {
  right: -20px;
  top: 63px;
  background: #e9c4b1;
}
@media only screen and (min-width: 1200px) {
  .form-row__graphic--top {
    right: -33px;
  }
}
.form-row__graphic--left {
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  background: #2F1646;
}
.form-row__graphic--bottom {
  bottom: 130px;
  background: #fff;
  right: -25px;
}
@media only screen and (min-width: 1200px) {
  .form-row__graphic--bottom {
    right: -67px;
  }
}
.form-row__image-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  display: none;
  perspective: 800px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .form-row__image-container {
    display: block;
    z-index: -1;
  }
}
.form-row__image {
  position: absolute;
  display: block;
}
.form-row__image--background {
  width: 2100px;
  height: 750px;
  top: -97px;
  animation: moveCloudsAdvanced1 60s linear infinite;
}
.form-row__image--foreground {
  width: 1400px;
  height: 500px;
  top: 22%;
  animation: moveClouds 25s linear infinite;
}
.form-row__image--middle-ground {
  width: 2100px;
  height: 750px;
  bottom: 0;
  opacity: 0.5;
  transform: translateX(32%);
  animation: moveCloudsAdvanced2 45s linear infinite;
}
.form {
  width: 100%;
}
.form__row {
  display: flex;
  flex-direction: column;
}
.form_cta{
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form__submit {
  -webkit-appearance: none;
  font-size: 20px;
  margin-left:auto;
}
.form__submit:focus,.form__submit:hover {
  background-color: #ffffff;
  color: #2F1646;
}

.footer_bg img {
    position: absolute;
    left: 0;
    width:30%;
    bottom: 0;
    min-width: 500px;
    transform: scale(-1, 1);
}
@media only screen and (min-width: 768px) {
  .form__submit {
    width: auto;
  }
}
.form__group {
  border: none;
  margin-bottom: 18px;
}
.form__fields {
  margin-bottom: 12px;
  border-radius: 2px;
  border: 1px solid #2F1646;
}
.form__fields--no-border {
  border: none;
}
.form__fields.error {
  border-color: #d20000;
}
.form__fields.error .form__tooltip {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #d20000;
  border-radius: 50%;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__fields.error .form__tooltip i {
  font-size: 8px;
}
.form__fields.error .form__message {
  display: block;
}
.form__fields.error .form__select {
  border-color: #d20000;
}
.form__input[type="text"],
.form [type="email"],
.form [type="tel"],select,textarea {
  padding: 15px;
  background: #ffffff;
  border: none;
}
.form__text-area {
 font-family: "Orbikular Regular";
  color: #2F1646;
}
.form__textarea-label {
  display: none;
}
.form__tooltip {
  display: none;
}
.form__message {
  display: none;
  position: absolute;
  color: red;
  bottom: -24px;
  font-size: 14px;
  padding-left: 22px;
}
.form__message--relative {
  position: relative;
  bottom: auto;
  padding-left: 15px;
  padding-top: 3px;
}
.form__extra {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 20px 30px 48px;
  margin-bottom: 8px;
  background: rgba(117, 173, 161, 0.25);
  border-radius: 5px;
}
.form__extra--alt {
  background: #fae5e5;
  margin-bottom: 42px;
}
.form__extra-shape {
  position: absolute;
  left: 18px;
  background: #2F1646;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.form__extra-shape--alt {
  background: #d20000;
}
.form__extra-icon {
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form__extra-message {
  color: #2F1646;
}
.form__select-container {
  position: relative;
}


.form__select-icon {
  position: absolute;
  right: 23px;
  top: 25px;
  color: #2F1646;
  z-index: 1;
  font-size: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .form__select-icon {
    right: 24px;
  }
}
.placeholder-label {
  position: relative;
}
.placeholder-label__input:focus + .placeholder-label__label,
.placeholder-label__input.populated + .placeholder-label__label {
  top: -4px;
  transform: translate(0, 17%);
  font-size: 12px;
}
.placeholder-label__label {
  color: #2F1646;
  transition: top 0.22s ease-out, transform 0.22s ease-out;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 15px;
  transform-origin: 0 0;
  transform: translate(0, -50%);
}
.placeholder-label__label--hidden {
  display: none;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.custom-radio {
  position: relative;
}
.custom-radio__container {
  display: flex;
}
.custom-radio__group {
  display: flex;
  align-items: center;
}
.custom-radio__input {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.custom-radio__label {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  padding-left: 22px;
}
.custom-radio__label:before {
  content: "";
  height: 15px;
  width: 15px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.custom-radio__label:after {
  height: 10px;
  width: 10px;
  border-radius: 2px;
  content: "";
  display: block;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.22s ease-out;
  transition-property: opacity;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(3px, -50%);
  cursor: pointer;
}
.custom-radio__link {
  color: #ffffff;
  position: relative;
}
.custom-radio__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
@media only screen and (min-width: 1024px) {
  .custom-radio__link:hover:after,
  .custom-radio__link:focus:after {
    transform: translateY(2px);
  }
}
.custom-radio__input:checked ~ .custom-radio__label::after {
  opacity: 1;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.box__content {
  text-align: center;
  margin: 0 auto 30px auto;
  max-width: 632px;
}
@media only screen and (min-width: 1024px) {
  .box__content {
    margin: 0 auto 54px auto;
  }
}
.box__text {
  color: #2F1646;
}
.box__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .box__container {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
.box__block {
  display: flex;
  flex-direction: column;
  position: relative;
  flex-wrap: wrap;
  padding: 30px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.3s ease;
  transition-property: transform, box-shadow;
}
@media only screen and (min-width: 768px) {
  .box__block {
    width: calc(33.3333% - 20px);
    flex: 1 0 calc(33.3333% - 20px);
    margin: 0 10px 20px;
    max-width: 320px;
  }
  .box__block:hover,
  .box__block:focus {
    transform: translateY(-16px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .box__block:hover .box__title,
  .box__block:focus .box__title {
    text-decoration: underline;
  }
}
.box__image {
  max-width: 100%;
  margin-bottom: 15px;
  display: none;
}
.box__title {
  color: #2F1646;
  margin-bottom: 12px;
  font-weight:900;
}
.box__description {
  color: #2F1646;
  margin-bottom: 24px;
}
.box__link {
  position: relative;
  margin-top: auto;
  color: #2F1646;
}
.box__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
@media only screen and (min-width: 1024px) {
  .box__link:hover:after,
  .box__link:focus:after {
    transform: translateY(2px);
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.text-image-duo__wrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__wrapper {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-duo__wrapper {
    padding: 0;
  }
}
.text-image-duo__wrapper--column {
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__wrapper--column {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__wrapper--row-reverse-desktop {
    flex-direction: row-reverse;
  }
}
.text-image-duo__col {
  flex: 0 0 59%;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__col--left {
    padding: 70px 64px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-duo__col--left {
    padding: 70px 98px 0 0;
  }
}
.text-image-duo__col--right {
  flex: 0 0 41%;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__col--right {
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__col--mirrored {
    padding: 70px 0 0 64px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-image-duo__col--mirrored {
    padding: 70px 0 0 98px;
  }
}
.text-image-duo__title {
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__title {
    line-height: 50px;
  }
}
.text-image-duo__link {
  color: #2F1646;
  position: relative;
}
.text-image-duo__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__link:hover:after,
  .text-image-duo__link:focus:after {
    transform: translateY(2px);
  }
}
.text-image-duo__image {
  height: 259px;
  border-radius: 10px;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .text-image-duo__image {
    height: 420px;
  }
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__image {
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.text-image-duo__image .simpleParallax {
  height: 100%;
}
.text-image-duo__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.text-image-duo__graphic {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__graphic {
    position: absolute;
    display: flex;
    padding: 27px;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  }
}
.text-image-duo__graphic--top {
  background: #e9c4b1;
  top: 32px;
  left: -47px;
}
.text-image-duo__graphic--middle {
  background: #fff;
  right: -61px;
  bottom: 118px;
}
.text-image-duo__graphic--bottom {
  background: #2F1646;
  bottom: -59px;
  left: 32px;
}
.text-image-duo__cta {
  margin-bottom: 15px!important;
  margin-right: 20px;
}
@media only screen and (min-width: 1024px) {
  .text-image-duo__cta:first-of-type {
    margin-right: 22px;
    margin-bottom: 0;
    background-color: #FE8383;
    color: #2F1646;
  }
  .text-image-duo__cta:nth-child(3) {
 margin-right: 22px;
}
}

.video-block {
  background: #FAF3F0;
  width: 100%;
  height: 200px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .video-block {
    height: 434px;
  }
}
.video-block--white {
  background-color: #fff;
}
.video-block--alt {
  height: auto;
  background: none;
  margin-bottom: 45px;
  padding-top: 20px;
}
.video-block__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.video-block__thumbnail {
  position: relative;
  height: 292px;
  top: 44px;
}
@media only screen and (min-width: 768px) {
  .video-block__thumbnail {
    top: 83px;
    height: 502px;
  }
}
@media only screen and (min-width: 1024px) {
  .video-block__thumbnail {
    width: 100%;
  }
}
.video-block__thumbnail--centre {
  height: 327px;
  top: auto;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media only screen and (min-width: 768px) {
  .video-block__thumbnail--centre {
    height: 502px;
    width: 100%;
    margin-left: auto;
  }
}
.video-block__thumbnail-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.video-block__thumbnail:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
.video-block__extra {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .video-block__extra {
    min-width: 720px;
  }
}
.video-block__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .video-block__title {
    font-size: 36px;
    line-height: 51px;
    max-width: 700px;
  }
}
.hero-banner-alt {
  width: 100%;
  position: relative;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-banner-alt {
    min-height: 600px;
  }
}
/*@media only screen and (min-width: 1024px) {
  .hero-banner-alt {
    min-height: 790px;
  }
}*/
.hero-banner-alt__top {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
}
.hero-banner-alt__wrapper {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-alt__wrapper {
    flex-direction: column;
  }
}



@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.bricks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 560px;
  position: relative;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
}
.bricks:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #2F1646;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .bricks:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .bricks:after {
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  .bricks:after {
    content: none;
  }
}
.bricks:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2F1646;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .bricks:before {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .bricks:before {
    content: "";
  }
}
@media only screen and (min-width: 1200px) {
  .bricks:before {
    content: none;
  }
}
@media only screen and (min-width: 768px) {
  .bricks {
    flex-wrap: nowrap;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .bricks {
    margin: 0;
    max-width: 560px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1200px) {
  .bricks {
    flex-wrap: nowrap;
    padding-top: 200px;
    max-width: 654px;
  }
}
@media only screen and (min-width: 1024px) {
  .bricks--alt {
    max-width: 100%;
    padding-top: 0;
  }
}
.bricks__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 9px 10px;
  text-align: center;
  flex: 0 0 50%;
  position: relative;
  border-radius: 10px;
  transition: 0.3s ease;
  transition-property: transform, box-shadow;
}
@media only screen and (min-width: 768px) {
  .bricks__item {
    min-width: 183px;
    flex: auto;
    padding: 14px 22px 20px;
  }
  .bricks__item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 96px;
    background: #2F1646;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
  }
  .bricks__item:last-of-type:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) {
  .bricks__item {
    flex: 0 0 50%;
  }
  .bricks__item:after {
    content: none;
  }
}
@media only screen and (min-width: 1200px) {
  .bricks__item {
    min-width: 183px;
    flex: auto;
  }
  .bricks__item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 96px;
    background: #2F1646;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
  }
  .bricks__item:last-of-type:after {
    content: none;
  }
  .bricks__item:hover,
  .bricks__item:focus {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  .bricks__item:hover .bricks__title,
  .bricks__item:focus .bricks__title {
    text-decoration: underline;
  }
  .bricks__item:hover:after,
  .bricks__item:focus:after {
    content: none;
  }
}
.bricks__image {
  position: relative;
  margin-bottom: 10px;
}
.bricks__title {
  max-width: 140px;
}
.listings-text {
  position: relative;
}
.listings-text__wrapper {
  text-align: center;
  max-width: 670px;
}
.listings-text__title {
  margin-bottom: 20px;
}
.listings-text__description {
  line-height: 1.5;
  color: #2F1646;
}
.listings-text__description--no-margin-bottom {
  margin-bottom: 0;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.block__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block__wrapper {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.block__col {
  display: flex;
  margin-bottom: 22px;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .block__col {
    flex: 0 0 calc(50% - 18px);
    margin: 0 9px 22px 9px;
  }
}
@media only screen and (min-width: 1024px) {
  .block__col {
    margin: 0 9px 36px 9px;
    width: calc(33.3333% - 18px);
    flex: 0 0 calc(33.3333% - 18px);
  }
}
.block__col--hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .block__col--hidden-mobile {
    display: flex;
  }
}
.block__image {
  width: 100%;
  position: relative;
  height: 230px;
}
.block__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.block__inner {
  padding: 16px 27px 32px;
  flex: 1;
      padding: 16px 27px 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
}
@media only screen and (min-width: 1024px) {
  .block__inner {
    min-height: 192px;
  }
}
.block__thumbnail {
  min-height: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2F1646;
}
.block__details {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block__label {
  color: #2F1646;
  font-size: 12px;
  letter-spacing: 1.71px;
  line-height: 1.3;
  margin-left: 7px;
  text-transform: uppercase;
}
.block__icon {
  color: #2F1646;
}
.block__icon--large {
  color: #fff;
  font-size: 75px;
}

.block__title {
  color: #2F1646;
  font-size: 22px;
}
.block__link {
  position: relative;
  margin-top: auto;
  background: none;
  color: #2F1646;
}

button.block__link {
  padding: 0;
}
.block__link:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #2F1646;
  transform: none;
  transition: 0.3s ease;
  transition-property: transform;
}
@media only screen and (min-width: 1024px) {
  .block__link:hover:after,
  .block__link:focus:after {
    transform: translateY(2px);
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.card-trio {
  position: relative;
}
.card-trio__wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.card-trio__card {
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  transition-property: transform, box-shadow;
}
@media only screen and (min-width: 768px) {
  .card-trio__card {
    width: calc(33.3333% - 18px);
    flex: 0 0 calc(33.3333% - 18px);
    margin: 0 9px 32px 9px;
  }
}
@media only screen and (min-width: 1024px) {
  .card-trio__card:hover,
  .card-trio__card:focus {
    transform: translateY(-12px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .card-trio__card:hover .card-trio__heading,
  .card-trio__card:focus .card-trio__heading {
    text-decoration: underline;
  }
  .card-trio__card:hover .card-trio__subheading:after,
  .card-trio__card:focus .card-trio__subheading:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
    background: #2F1646;
  }
}
.card-trio__card--hidden-mobile {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .card-trio__card--hidden-mobile {
    display: flex;
  }
}
.card-trio__image {
  width: 100%;
  height: 310px;
}
.card-trio__image-source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.card-trio__inner {
  padding: 20px 27px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.card-trio__heading {
  margin-bottom: 5px;
}
.card-trio__subheading {
  font-size: 24px;
  line-height: 35px;
  color: #2F1646;
  position: relative;
}
.card-trio__subheading:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .card-trio__subheading:after {
    content: none;
  }
}
.card-trio__description {
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .card-trio__description {
    max-width: 315px;
  }
}
.card-trio__graphic {
  position: absolute;
  top: -26px;
  right: 20px;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.pagination {
  margin: 0 auto;
  position: relative;
  border-radius: 100px;
  padding: 12px 26px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 768px) {
  .pagination {
    max-width: 400px;
    padding: 12px 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .pagination {
    padding: 12px 50px;
    max-width: 772px;
  }
}
.pagination.hidden {
  display: none;
}
.pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination__item {
  margin: 0 20px;
}
@media only screen and (min-width: 1024px) {
  .pagination__item:first-of-type {
    margin-right: 72px;
  }
  .pagination__item:last-of-type {
    margin-left: 72px;
  }
}
.pagination__item--desktop {
  display: none;
}
.pagination__item--desktop:first-of-type {
  margin-right: auto;
  margin-left: 0;
}
.pagination__item--desktop:last-of-type {
  margin-right: 0;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .pagination__item--desktop {
    display: block;
  }
}
.pagination__link {
  background: transparent;
  transition: 0.22s ease-out;
  transition-property: color, content, opacity;
}
.pagination__link[disabled] {
  opacity: 0.3;
  cursor: default;
}
.pagination__link--inner {
  font-size: 19px;
  color: #2F1646;
  position: relative;
  z-index: 1;
  text-align: center;
}
.pagination__link--inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2F1646;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.22s ease-out;
}
.pagination__link--inner:hover {
  color: #fff;
}
.pagination__link--inner:hover:after {
  opacity: 1;
}
.pagination__link--active {
  color: #fff;
}
.pagination__link--active:after {
  opacity: 1;
}
.pagination__link-prev,
.pagination__link-next {
  display: flex;
  align-items: center;
}
.pagination__link-icon {
  font-size: 17px;
}
.pagination__link-icon--prev,
.pagination__link-icon--next {
  display: inline-block;
  color: #2F1646;
}
.pagination__link-icon--next {
  transform: rotate(180deg);
}
.pagination__extra {
  margin-left: 12px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #2F1646;
}
.pagination__extra--next {
  margin-left: auto;
  margin-right: 12px;
}
.careers {
  position: relative;
}
.careers__wrapper {
  max-width: 806px;
}
.careers__col {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 64px;
}
.careers__col:after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #2F1646;
}
@media only screen and (min-width: 768px) {
  .careers__col:after {
    bottom: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  .careers__col:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #2F1646;
  }
  .careers__col:after {
    left: -17px;
  }
}
.careers__col--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .careers__col--desktop {
    display: flex;
  }
}
.careers__block {
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .careers__block {
    flex-direction: row;
    align-items: center;
  }
}
.careers__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .careers__inner {
    padding: 0 32px;
    margin-bottom: 0;
  }
}
.careers__inner--no-padding-left {
  padding-left: 0;
}
.careers__inner--wide {
  flex: 2;
}
.careers__heading {
  margin-bottom: 0;
}
.careers__subheading {
  font-size: 14px;
  color: #2F1646;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .careers__subheading {
    margin-bottom: 0;
  }
}
.careers__cta {
  min-width: 117px;
  align-self: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .careers__cta {
    width: auto;
    margin-left: 32px;
  }
}
.careers__details {
  display: flex;
  flex-direction: row;
  min-width: 205px;
  margin-bottom: 20px;
}
.careers__details:last-of-type {
  margin-bottom: 0;
}
.careers__icon {
  margin-right: 12px;
  color: #2F1646;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.search-results__wrapper {
  max-width: 770px;
}
.search-results__content {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .search-results__content {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .search-results__content {
    text-align: left;
  }
}
.search-results__link {
  border-radius: 10px;
  transition: 0.22s ease-out;
  position: relative;
  margin-bottom: 20px;
}
.search-results__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #2F1646;
  border-radius: 0 0 10px 10px;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .search-results__link {
    padding: 34px 40px 50px;
    margin-bottom: 0;
  }
  .search-results__link:hover,
  .search-results__link:focus {
    background: #2F1646;
  }
  .search-results__link:hover:after,
  .search-results__link:focus:after {
    opacity: 1;
  }
  .search-results__link:hover .search-results__title,
  .search-results__link:hover .search-results__description,
  .search-results__link:focus .search-results__title,
  .search-results__link:focus .search-results__description {
    color: #fff;
  }
  .search-results__link:hover .search-results__title,
  .search-results__link:focus .search-results__title {
    text-decoration: underline;
  }
}
.search-results__description {
  color: #2F1646;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .search-results__description:last-of-type {
    margin-bottom: 0;
  }
}
.listings-checkbox {
  margin-bottom: 20px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .listings-checkbox {
    display: flex;
  }
}
.listings-checkbox__wrapper {
  max-width: 1040px;
}
.listings-checkbox__description {
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.custom-checkbox {
  position: relative;
}
.custom-checkbox__container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}
.custom-checkbox__group {
  height: 116px;
  width: 116px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.custom-checkbox__input {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.custom-checkbox__label {
  position: relative;
  color: #2F1646;
  margin-bottom: 128px;
}
.custom-checkbox__label:before {
  content: "";
  height: 116px;
  width: 116px;
  background-color: #e5e5e5;
  border-radius: 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: pointer;
}
.custom-checkbox__label:after {
  height: 116px;
  width: 116px;
  border-radius: 10px;
  content: "";
  display: block;
  background-color: #2F1646;
  opacity: 0;
  transition: 0.22s ease-out;
  transition-property: opacity;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.custom-checkbox__label:hover:before {
  border: 2px solid #2F1646;
}
.custom-checkbox__icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 42px);
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  z-index: 1;
}
.custom-checkbox__input:checked:focus ~ .custom-checkbox__label::before,
.custom-checkbox__input:not(:checked):focus ~ .custom-checkbox__label::before {
  border: 2px solid #2F1646;
}
.custom-checkbox__input:checked ~ .custom-checkbox__label::after {
  opacity: 1;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.custom-toggle {
  margin-bottom: 23px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .custom-toggle {
    display: block;
  }
}
.custom-toggle__wrapper {
  margin: 0 auto;
  text-align: center;
}
.custom-toggle__label {
  font-size: 14px;
  color: #000;
}
.custom-toggle__toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 44px;
  height: 24px;
  margin-left: 8px;
}
.custom-toggle__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-toggle__switch {
  position: absolute;
  cursor: pointer;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  transition: 0.4s ease;
}
.custom-toggle__switch:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s ease;
  border-radius: 50%;
}
.custom-toggle__input:checked + .custom-toggle__switch {
  background-color: #2F1646;
}
.custom-toggle__input:focus + .custom-toggle__switch {
  box-shadow: 0 0 1px #2F1646;
}
.custom-toggle__input:checked + .custom-toggle__switch:before {
  transform: translateX(16px);
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
@media only screen and (min-width: 1024px) {
  .accordion--mobile {
    display: none;
  }
}
.accordion__trigger {
  background: none;
  padding: 0;
}
.accordion__trigger--expanded .accordion__icon {
  transform: rotate(-180deg);
}
.accordion__content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease-out;
}
.accordion__icon {
  color: #fff;
  font-size: 10px;
  transition: transform 0.22s ease-out;
  text-shadow: none;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.checkbox-dropdown {
  background: #2F1646;
  display: flex;
  flex-direction: column;
  padding: 25px;
  position: relative;
}
.checkbox-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1024px) {
  .checkbox-dropdown {
    display: none;
  }
}
.checkbox-dropdown__list {
  padding-top: 60px;
}
.checkbox-dropdown__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkbox-dropdown__link {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.24px;
}
.checkbox-dropdown__result {
  margin-right: auto;
  margin-left: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.24px;
}
.checkbox-dropdown__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.checkbox-dropdown__item-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkbox-dropdown__icon {
  color: #fff;
  font-size: 27px;
  min-width: 32px;
  margin-right: 43px;
}
.checkbox-dropdown__icon--small {
  font-size: 6px;
}
.checkbox-dropdown__text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.24px;
  padding-bottom: 4px;
}
.checkbox-dropdown__input {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.checkbox-dropdown__label {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.24px;
  font-weight: 600;
  color: #fff;
}
.checkbox-dropdown__label:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.checkbox-dropdown__label:after {
  height: 8px;
  width: 8px;
  border-radius: 2px;
  content: "";
  display: block;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.22s ease-out;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translate(4px, -50%);
  cursor: pointer;
}
.checkbox-dropdown__input:checked ~ .checkbox-dropdown__label::after {
  opacity: 1;
}
.standard-inner {
  position: relative;
}
.standard-inner__wrapper {
  max-width: 830px;
}
.standard-inner__wrapper--extended {
  max-width: 965px;
}
.standard-inner__inner h1 {
  max-width: 491px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner h1 {
    font-size: 39px;
    font-weight: 600;
  }
}
.standard-inner__inner h3 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner h3 {
    margin-bottom: 15px;
  }
}
.standard-inner__inner h4 {
  margin-bottom: 25px;
}
.standard-inner__inner blockquote {
  position: relative;
  padding: 30px 10px 0 17px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner blockquote {
    padding: 30px 0 0;
  }
}
.standard-inner__inner blockquote:before {
  position: absolute;
  color: rgba(214, 179, 174, 0.4);
  font-family: "icons";
  width: 88px;
  height: 73px;
  font-size: 65px;
  z-index: -1;
  top: -24px;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner blockquote:before {
    font-size: 72px;
    left: -60px;
  }
}
.standard-inner__inner blockquote h4 {
  margin-bottom: 20px;
  font-size: 28px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner blockquote h4 {
    margin-bottom: 10px;
  }
}
.standard-inner__inner blockquote i {
  transform: rotate(180deg);
  font-size: 65px;
  color: rgba(214, 179, 174, 0.4);
  position: absolute;
  z-index: -1;
  bottom: -38px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner blockquote i {
    right: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner blockquote i {
    right: 50px;
  }
}
.standard-inner__inner blockquote p {
  margin-bottom: 3px;
  font-weight: 700;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner blockquote p:last-of-type {
    margin-bottom: 0;
  }
}
.standard-inner__inner blockquote span {
  color: #2F1646;
}
.standard-inner__inner h5 {
  margin-bottom: 8px;
}
.standard-inner__inner h6 {
  margin-bottom: 25px;
}
.standard-inner__inner div figure {
  display: flex;
  position: relative;
  flex-direction: column;
  width: calc(100% + 30px);
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner div figure {
    display: inline-flex;
    width: calc(50% - 13px);
    margin: 0 9px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner div figure:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner div figure:last-child {
    margin-right: 0;
  }
}
.standard-inner__inner div figure div {
  height: 340px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner div figure div {
    height: 500px;
  }
}
.standard-inner__inner div figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.standard-inner__inner div figure figcaption {
  color: #b5b5b5;
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner div figure figcaption {
    margin: 0;
  }
}
.standard-inner__inner p {
  line-height: 1.5;
  color: #2F1646;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner p {
    margin-bottom: 20px;
  }
  .standard-inner__inner p:last-of-type {
    margin-bottom: 20px;
  }
}
.standard-inner__inner p.standard-inner__intro {
  font-size: 22px;
  line-height: 1.875;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner p.standard-inner__intro {
    font-size: 24px;
  }
}
.standard-inner__inner p a {
  position: relative;
  font-weight: 600;
  color: #000;
}
.standard-inner__inner p a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2F1646;
}
.standard-inner__inner figure {
  margin: auto -15px 35px;
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner figure {
    max-width: 100%;
    margin: auto auto 50px;
  }
}
.standard-inner__inner figure div {
  margin-bottom: 14px;
}
.standard-inner__inner figure img {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner figure img {
    max-width: 100%;
  }
}
.standard-inner__inner figure figcaption {
  margin: 0 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner figure figcaption {
    margin: auto;
  }
}
.standard-inner__inner a.button {
  margin-bottom: 16px;
}
.standard-inner__inner a.button:last-of-type {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .standard-inner__inner a.button {
    margin-right: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner a.button {
    margin-bottom: 45px;
  }
}
.standard-inner__inner ul {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner ul {
    margin-bottom: 45px;
  }
}
.standard-inner__inner ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner ul li {
    margin-bottom: 22px;
  }
}
.standard-inner__inner ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
  background: #2F1646;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.standard-inner__inner ul li ul {
  margin-top: 10px;
  margin-bottom: 6px;
}
.standard-inner__inner ul li ul li {
  margin-bottom: 12px;
}
.standard-inner__inner ol {
  list-style: none;
  counter-reset: li;
  padding-left: 21px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner ol {
    padding-left: 43px;
  }
}
.standard-inner__inner ol li {
  counter-increment: li;
  font-size: 16px;
  color: #2F1646;
  margin-bottom: 20px;
  padding-left: 16px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner ol li {
    padding-left: 27px;
  }
}
.standard-inner__inner ol li:before {
  content: counter(li) ".";
  color: #2F1646;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 1em;
  margin-left: -40px;
  margin-right: 19px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner ol li:before {
    margin-left: -27px;
  }
}
.standard-inner__inner div ul {
  list-style: none;
  padding-left: 21px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner div ul {
    padding-left: 43px;
  }
}
.standard-inner__inner div ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner div ul li {
    padding-left: 27px;
  }
}
.standard-inner__inner div ul li:before {
  color: #2F1646;
  font-family: "icons";
  width: 19px;
  height: 14px;
  background: #fff;
  top: 0;
  margin-left: -26px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner div ul li:before {
    margin-left: -5px;
  }
}
.standard-inner__inner table {
  width: 100% !important;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-inner__inner table {
    margin-bottom: 45px;
  }
}
.standard-inner__inner table tr:nth-child(odd) {
  background: #f9f3ff;
}
.standard-inner__inner table th {
  padding: 15px 17px;
  font-weight: 600;
}
.standard-inner__inner table td {
  padding: 15px 17px;
}
.standard-inner__inner table td:first-child {
  font-weight: 600;
}
.standard-inner__links {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .standard-inner__links {
    flex-direction: row;
  }
}
.standard-inner__links--flex-start {
  justify-content: flex-start;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.standard-accordion {
  max-width: 965px;
  margin: 0 auto 22px;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.standard-accordion .standard-accordion__trigger .standard-accordion__icon {
  background-color: #2F1646;
}
.standard-accordion
  .standard-accordion__trigger
  .standard-accordion__icon:before,
.standard-accordion
  .standard-accordion__trigger
  .standard-accordion__icon:after {
  background-color: #ffffff;
}
.standard-accordion
  .standard-accordion__trigger.accordion__trigger--expanded
  .standard-accordion__icon {
  background-color: #2F1646;
}
.standard-accordion
  .standard-accordion__trigger.accordion__trigger--expanded
  .standard-accordion__icon:before,
.standard-accordion
  .standard-accordion__trigger.accordion__trigger--expanded
  .standard-accordion__icon:after {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .standard-accordion {
    margin: 0 auto 25px;
  }
}
.standard-accordion__trigger {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 10px 15px;
  width: 100%;
  justify-content: flex-start;
}
.standard-accordion__trigger:focus {
  outline: none;
}
@media only screen and (min-width: 1024px) {
  .standard-accordion__trigger {
    padding: 37px 30px 39px 80px;
  }
}
.standard-accordion__trigger.accordion__trigger--expanded
  .standard-accordion__icon:after {
  transform: translate(-50%, -50%);
}
.standard-accordion__heading {
  text-align: left;
  font-size: 24px;
  color: #2F1646;
  flex: 1;
  margin-bottom: 0;
}
.standard-accordion__icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: relative;
  background-color: #2F1646;
}
.standard-accordion__icon:before,
.standard-accordion__icon:after {
  content: "";
  width: 26px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 0.22s ease-out;
}
.standard-accordion__icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.standard-accordion__content-inner {
  padding: 10px 15px 20px;
}
@media only screen and (min-width: 1024px) {
  .standard-accordion__content-inner {
    padding: 10px 80px 40px;
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.download-links {
  background-color: #2F1646;
  padding: 50px 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .download-links {
    padding: 130px 0;
  }
}
.download-links__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-links__list {
  max-width: 770px;
  width: 100%;
}
.download-links__item {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.download-links__item:last-of-type {
  margin-bottom: 10px;
}
.download-links__link {
  display: flex;
  padding: 20px;
  color: #2F1646;
  justify-content: space-between;
  align-items: center;
  font-size: 19px;
  background: #fff;
  font-weight: 700;
  transition: background 0.22s ease-out;
}
@media only screen and (min-width: 1024px) {
  .download-links__link {
    padding: 20px 50px;
  }
  .download-links__link:hover,
  .download-links__link:focus {
    background: #2F1646;
  }
  .download-links__link:hover .download-links__icon,
  .download-links__link:focus .download-links__icon {
    border: 1px solid #fff;
  }
}
.download-links__icon {
  width: 50px;
  height: 50px;
  background: #2F1646;
  border-radius: 5px;
  font-size: 25px;
}
.download-links__graphic {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-banner-inner {
  width: 100%;
  position: relative;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-banner-inner {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner {
    min-height: 615px;
  }
}
.hero-banner-inner__top {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
}
.hero-banner-inner__wrapper {
  position: relative;
  height: 100%;
  min-height: inherit;
  display: flex;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__wrapper {
    flex-direction: column;
  }
}
.hero-banner-inner__content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-banner-inner__visual {
  height: 258px;
  width: calc(100% + 30px);
  overflow: hidden;
  position: relative;
  order: 1;
  top: -26px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .hero-banner-inner__visual {
    height: 517px;
    width: 900px;
    right: -90px;
    margin-bottom: 30px;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__visual {
    order: 2;
    margin-bottom: 0;
    position: absolute;
    left: auto;
    transform: none;
    margin-left: 0;
    margin-right: 0;
    top: 49px;
    right: -438px;
    width: 900px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-inner__visual {
    right: -274px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-banner-inner__visual {
    right: -398px;
  }
}
.hero-banner-inner__visual-inner {
  position: absolute;
  width: 450px;
  height: 100%;
  right: -135px;
  -webkit-mask: url("../img/graphics/hero-mask-inner-small.svg");
  mask: url("../img/graphics/hero-mask-inner-small.svg");
}
@media only screen and (min-width: 768px) {
  .hero-banner-inner__visual-inner {
    -webkit-mask: url("../img/graphics/hero-mask-inner.svg");
    mask: url("../img/graphics/hero-mask-inner.svg");
    width: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__visual-inner {
    left: 0;
    transform: none;
    top: 0;
  }
}
.hero-banner-inner__visual-inner:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  content: "";
}
.hero-banner-inner__visual-image {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .hero-banner-inner__visual-image {
    height: 517px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__visual-image {
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-inner__visual-image {
    height: 517px;
  }
}
.hero-banner-inner__visual-source {
  display: inline-flex;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:50% 20%";
  object-fit: cover;
  -o-object-position: 50% 20%;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__visual-source {
    position: relative;
    left: 0;
    transform-origin: top left;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
  }
}
.hero-banner-inner__visual-source.align-left {
  -o-object-position: left;
  object-position: left;
}
.hero-banner-inner__visual-source.align-left.align-top {
  -o-object-position: left top;
  object-position: left top;
}
.hero-banner-inner__visual-source.align-left.align-middle {
  -o-object-position: left 50%;
  object-position: left 50%;
}
.hero-banner-inner__visual-source.align-left.align-bottom {
  -o-object-position: left bottom;
  object-position: left bottom;
}
.hero-banner-inner__visual-source.align-center {
  -o-object-position: center;
  object-position: center;
}
.hero-banner-inner__visual-source.align-center.align-top {
  -o-object-position: 50% top;
  object-position: 50% top;
}
.hero-banner-inner__visual-source.align-center.align-middle {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.hero-banner-inner__visual-source.align-center.align-bottom {
  -o-object-position: 50% bottom;
  object-position: 50% bottom;
}
.hero-banner-inner__visual-source.align-right {
  -o-object-position: right;
  object-position: right;
}
.hero-banner-inner__visual-source.align-right.align-top {
  -o-object-position: right top;
  object-position: right top;
}
.hero-banner-inner__visual-source.align-right.align-middle {
  -o-object-position: right 50%;
  object-position: right 50%;
}
.hero-banner-inner__visual-source.align-right.align-bottom {
  -o-object-position: right bottom;
  object-position: right bottom;
}
.hero-banner-inner__logo {
  position: absolute;
  width: 546px;
  top: -50px;
  height: 307px;
  right: -213px;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.hero-banner-inner__logo-source {
  width: 100%;
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .hero-banner-inner__logo {
    left: auto;
    height: 615px;
    width: 1092px;
    right: -374px;
    top: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-banner-inner__logo {
    right: -580px;
    top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-inner__logo {
    right: -411px;
  }
}
@media only screen and (min-width: 1440px) {
  .hero-banner-inner__logo {
    right: -528px;
  }
}
_:-ms-fullscreen,
:root .hero-banner-inner__visual {
  top: 25px;
  border-radius: 50%;
  overflow: hidden;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.inner-nav {
  background: #fff;
  box-shadow: 0 -2px 11px 0 rgba(0, 0, 0, 0.1);
  display: block;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 18px 0;
  border-top: 3px solid transparent;
  transition: transform 0.22s ease-out;
}
@media only screen and (min-width: 768px) {
  .inner-nav {
    padding: 30px 0;
  }
}
.inner-nav__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .inner-nav__wrapper {
    align-items: center;
    flex-direction: row;
  }
}
.inner-nav--sticky {
  transform: translateY(0);
}
.inner-nav--hidden {
  transform: translateY(100%);
}
.inner-nav__progress {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  background: #2F1646;
}
.inner-nav__left {
  flex: 2;
  display: none;
}
@media only screen and (min-width: 768px) {
  .inner-nav__left {
    display: flex;
    flex-direction: column;
  }
}
.inner-nav__left-heading {
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .inner-nav__right,
  .inner-nav__social {
    padding-top: 25px;
  }
}
.inner-nav__social {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .inner-nav__social {
    flex: 2;
    display: flex;
    justify-content: center;
    position: relative;
  }
}
.inner-nav__extra {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner-nav__description {
  position: relative;
  padding: 0 20px;
  margin-bottom: 0;
  color: #868686;
}
.inner-nav__description:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.inner-nav__description--blog {
  padding: 0 0 0 20px;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #2F1646;
}
.inner-nav__description--blog:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2F1646;
}
.inner-nav__right {
  flex: 1;
  display: inline-flex;
}
@media only screen and (min-width: 768px) {
  .inner-nav__cta {
    margin-right: 25px;
    margin-bottom: 0;
    min-width: 200px;
  }
}
.inner-nav__cta:last-of-type {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .inner-nav__cta:last-of-type {
    margin-right: 0;
    display: inline-flex;
  }
}
.inner-nav__text {
  font-size: 14px;
  position: absolute;
  top: -6px;
  left: 33%;
  transform: translateX(-50%);
  letter-spacing: 1.75px;
  color: #2F1646;
}
.loading-indicator {
  margin: 100px auto;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}
.loading-indicator__rect {
  background-color: #2F1646;
  height: 100%;
  width: 6px;
  border-radius: 3px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.loading-indicator__rect--2 {
  animation-delay: -1.1s;
}
.loading-indicator__rect--3 {
  animation-delay: -1s;
}
.loading-indicator__rect--4 {
  animation-delay: -0.9s;
}
.loading-indicator__rect--5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.listing__notice {
  padding: 50px 0;
  text-align: center;
  width: 100%;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.search-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom, #fff 50%, #2F1646 50%);
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.search-popup__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  align-items: center;
}
.search-popup__wrapper::-webkit-scrollbar {
  display: none;
}
.search-popup__input[type="search"] {
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 15px 0;
  font-size: 40px;
  line-height: 52px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #2F1646;
  -webkit-appearance: none;
  font-weight: 700;
}
.search-popup__input[type="search"]::-webkit-input-placeholder {
  color: #2F1646;
  font-family: "Orbikular Regular";
}
.search-popup__input[type="search"]:-ms-input-placeholder {
  color: #2F1646;
  font-family: "Orbikular Regular";
}
.search-popup__input[type="search"]::-ms-input-placeholder {
  color: #2F1646;
  font-family: "Orbikular Regular";
}
.search-popup__input[type="search"]::placeholder {
  color: #2F1646;
  font-family: "Orbikular Regular";
}
.search-popup__input[type="search"]:focus {
  border-top: none;
  border-left: none;
  border-right: none;
}
.search-popup__input[type="search"]::-ms-clear,
.search-popup__input[type="search"]::-ms-reveal,
.search-popup__input[type="search"]::-webkit-search-decoration,
.search-popup__input[type="search"]::-webkit-search-cancel-button,
.search-popup__input[type="search"]::-webkit-search-results-button,
.search-popup__input[type="search"]::-webkit-search-results-decoration {
  display: none;
  width: 0;
  height: 0;
}
.search-popup__info {
  display: block;
  text-align: left;
  font-size: 16px;
  color: #2F1646;
  line-height: 24px;
  margin-top: 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .search-popup__info {
    text-align: right;
  }
}
.search-popup__links {
  width: 100%;
  background: #2F1646;
  height: 100%;
  padding: 0 15px;
  align-items: center;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  text-align: left;
}
.search-popup__links-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 12px;
  color: #fff;
  position: relative;
}
.search-popup__links-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 189px;
  background: #2F1646;
  left: 0;
  bottom: 4px;
}
.search-popup__inner-wrapper {
  max-width: 1440px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .search-popup__inner-wrapper {
    width: 90%;
  }
}
.search-popup__col {
  width: 100%;
}
.search-popup__item {
  margin-bottom: 25px;
}
.search-popup__item-link {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .search-popup__item-link:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 20px;
    width: 100%;
    content: "";
  }
  .search-popup__item-link:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2F1646;
    transform: scaleX(0);
    transition: transform 1s;
    transform-origin: left;
  }
  .search-popup__item-link:hover:after,
  .search-popup__item-link:focus:after {
    transform: scaleX(1);
  }
}
.search-popup__close {
  position: absolute;
  top: 40px;
  right: 20px;
  background: transparent;
  width: 32px;
  height: 24px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .search-popup__close {
    right: 40px;
  }
}
.search-popup__close:before,
.search-popup__close:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: #2F1646;
  transform-origin: center center;
  transform: rotate(45deg);
}
.search-popup__close:after {
  transform: rotate(-45deg);
}
.search-popup {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: 0.22s ease-out;
  transition-property: opacity;
}
.search-popup--open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.search-popup--open::before,
.search-popup--open::after {
  transform: translate3d(0, 0, 0);
}
.search-popup__close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
.search-popup--open .search-popup__close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup__form {
  width: 100%;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  max-width: 1440px;
}
@media only screen and (min-width: 1024px) {
  .search-popup__form {
    width: 90%;
  }
}
.search-popup--open .search-popup__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search-popup__tag {
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
  transition: opacity 0.5s, transform 0.5s;
}
.search-popup--open .search-popup__tag {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-popup--open .search-popup__tag:first-of-type {
  transition-delay: 0.1s;
}
.search-popup--open .search-popup__tag:nth-of-type(2) {
  transition-delay: 0.2s;
}
.search-popup--open .search-popup__tag:nth-of-type(3) {
  transition-delay: 0.3s;
}
.search-popup--open .search-popup__tag:nth-of-type(4) {
  transition-delay: 0.4s;
}
.search-popup__col {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
.search-popup--open .search-popup__col {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-popup--open .search-popup__col:first-of-type {
  transition-delay: 0.1s;
}
.search-popup--open .search-popup__col:last-of-type {
  transition-delay: 0.35s;
}
.text-strip__container {
  max-width: 820px;
  margin:auto;
  text-align: center;
}

.text-strip h2{
  font-size: 50px;
  line-height: 64px;
}
.banner-full-width {
  position: relative;
  width: 100%;
}
.banner-full-width__image {
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.banner-full-width__picture {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-full-width__picture-source {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:top";
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.block-image {
  width: 100%;
  min-width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .block-image:hover .block-image__source,
  .block-image:focus .block-image__source {
    transform: scale(1.1);
  }
}
.block-image--alt {
  width: 100%;
  min-width: 100%;
}
.block-image__container {
  width: 100%;
  overflow: hidden;
}
.block-image__source {
  cursor: zoom-in;
  display: block;
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.breadcrumbs__items {
  font-size: 20px;
 color:#FE8383;
 display: flex;
 flex-wrap: wrap;
}

.breadcrumbs li{
  padding: 0 10px 0 0;
  margin-right: 10px;
  border-right:1px solid #FFCCCD;
  text-transform: uppercase;
  white-space: nowrap;
}

.breadcrumbs li:first-child{
  margin-left: 0;
  padding-left: 0;
}

.breadcrumbs li:last-child{
  border:0;
}
.breadcrumbs a{
   color: #FFCCCD;
}

.breadcrumbs a:hover{
  color:#FE8383;
}

.banner-description {
  max-width: 571px;
  padding: 0 15px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .banner-description {
    padding: 0;
    margin: 0;
    margin: initial;
  }
}
.banner-description__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1024px) {
  .banner-description__title {
    font-size: 36px;
    line-height: 50px;
  }
}
.banner-description__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  border-radius: 10px;
  position: relative;
}
.banner-description__shape {
  position: relative;
  width: 470px;
  height: 320px;
}
@media only screen and (min-width: 1024px) {
  .banner-description__shape {
    height: 500px;
  }
}
.banner-description__shape:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 7px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 463px solid rgba(255, 255, 255, 0);
  opacity: 0.9;
}
.banner-description__text {
  color: #2F1646;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.banner-description__cta {
  width: auto;
  margin-top: 22px;
}
@media only screen and (min-width: 1024px) {
  .banner-description__cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 85px;
  }
}
.instruction-strip {
  width: 100%;
  position: relative;
  min-height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip {
    padding: 56px 0 115px 0;
  }
}
.instruction-strip__title {
  text-align: center;
  color: #2F1646;
  margin: 77px 0 67px 0;
  font-size: 34px;
  line-height: 1.24;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__title {
    font-size: 39.04px;
    line-height: 1.44;
    margin: 0 0 62px;
  }
}
.instruction-strip__graphic {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 59px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic {
    top: 285px;
    height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic {
    top: 310px;
    width: 100%;
  }
}
.instruction-strip__graphic-inner {
  position: absolute;
  width: 1024px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic-inner {
    width: 1200px;
    left: auto;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic-inner {
    width: 4000px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.instruction-strip__graphic-source {
  width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic-source--mobile {
    display: none;
  }
}
.instruction-strip__graphic-source--desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__graphic-source--desktop {
    display: block;
  }
}
.instruction-strip__logo {
  position: absolute;
  transform: rotate(180deg);
  width: 225px;
  top: 115px;
  left: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.instruction-strip__logo-source {
  width: 100%;
  position: relative;
  right: -30px;
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__logo-source {
    left: -140px;
    right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .instruction-strip__logo {
    top: 550px;
    left: 0;
    transform: none;
    width: 638px;
  }
}
.instruction-strip__top {
  width: 100%;
  overflow: hidden;
  height: 100%;
  min-height: inherit;
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.instruction-card__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .instruction-card__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.instruction-card__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 22px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  padding: 32px 33px 0;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  .instruction-card__item {
    width: calc(50% - 20px);
    margin: 0 10px 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .instruction-card__item {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    min-height: 483px;
    margin: 0 0 70px;
    width: 33.33%;
  }
  .instruction-card__item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #2F1646;
    left: -3px;
  }
  .instruction-card__item:last-of-type:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #2F1646;
    right: -3px;
  }
  .instruction-card__item:hover {
    background: #fff !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    transition: transform 0.22s ease-out;
  }
  .instruction-card__item:hover:before,
  .instruction-card__item:hover:after {
    content: none;
  }
  .instruction-card__item:hover + .instruction-card__item:before {
    content: none;
  }
}
.instruction-card__shape-outer {
  width: 104px;
  height: 104px;
  border: 1px solid #2F1646;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.instruction-card__shape-inner {
  width: 82px;
  height: 82px;
  background: #2F1646;
  border-radius: 50%;
}
.instruction-card__number {
  font-size: 50px;
  color: #fff;
  margin-top: 16px;
}
.instruction-card__content {
  flex: 1 0 auto;
}
@media only screen and (min-width: 1024px) {
  .instruction-card__content {
    transition: 0.3s ease;
    transition-property: opacity;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.instruction-card__description {
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .instruction-card__description {
    max-width: 215px;
  }
}
.instruction-card__description--no-width {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .instruction-card__description--no-width {
    max-width: 307px;
  }
}
@keyframes moveClouds {
  0% {
    transform: translateX(100vw) rotate3d(0, 0, 0, 90deg);
  }
  100% {
    transform: translateX(-100vw) rotate3d(0.8, 0.3, 0.1, 90deg);
  }
}
@keyframes moveCloudsAdvanced1 {
  0% {
    transform: translateX(50vw);
  }
  49.999999% {
    transform: translateX(-100vw);
  }
  50% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(50vw);
  }
}
@keyframes moveCloudsAdvanced2 {
  0% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 90deg);
  }
  24.999999% {
    transform: translateX(-100vw) rotate3d(1, 0.5, 0, 90deg);
  }
  25% {
    transform: translateX(100vw) rotate3d(1, 0.5, 0, 45deg);
  }
  100% {
    transform: translateX(25vw) rotate3d(0, 0, 0, 45deg);
  }
}
.service-card {
  background-color: #2F1646;
  position: relative;
  height: auto;
}
.service-card__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .service-card__wrapper {
    padding-top: 71px;
  }
}
.service-card__title {
  color: #fff;
  font-size: 32px;
  line-height: 1.375;
  text-align: center;
  margin-bottom: 0;
}
.service-card__subheading {
  text-transform: uppercase;
  font-weight: 400;
  color: #FE8383;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 83px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .service-card__subheading {
    margin-bottom: 52px;
  }
}
.service-card__container {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .service-card__container:last-of-type {
    margin-bottom: 125px;
  }
}
.service-card__item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  padding: 80px 20px 32px 34px;
  margin-bottom: 74px;
}
@media only screen and (min-width: 1024px) {
  .service-card__item {
    padding-top: 28px;
    margin-bottom: 30px;
  }
}
.service-card__square {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
  background: #FE8383;
  border-radius: 5px;
  padding: 16px;
  min-width: 180px;
  min-height: 104px;
}
@media only screen and (min-width: 768px) {
  .service-card__square {
    padding: 25px;
    min-width: 200px;
    word-break: break-word;
  }
}
@media only screen and (min-width: 1024px) {
  .service-card__square {
    position: static;
    position: initial;
    transform: none;
  }
}
.service-card__square--text {
  color: #2F1646;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .service-card__square--text {
    text-align: left;
    font-size: 21px;
  }
}
.service-card__description {
  color: #2F1646;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (min-width: 1024px) {
  .service-card__description {
    margin-left: 53px;
  }
}
.service-card__graphic {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.service-card__background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.service-card__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-50deg, #61a89a 0%, #1a525f 100%);
  opacity: 0.7;
}
.service-card__background-src {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}
.service-card--navy {
  background-color: #2F1646;
}
.service-card--copper {
  background-color: #2F1646;
}
.service-card--copper .service-card__subheading {
  color: #fff;
}
.service-card--teal {
  background-color: #2F1646;
}
.service-card--teal .service-card__subheading {
  color: #fff;
}
.service-card--light-copper {
  background-color: #e9c4b1;
}
.service-card--light-copper .service-card__subheading {
  color: #fff;
}
.standard-content {
  position: relative;
}
.standard-content__wrapper {
  max-width: 830px;
}
.standard-content__inner h1 {
  max-width: 680px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner h1 {
    font-size: 39px;
    font-weight: 600;
  }
}
.standard-content__inner h3 {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner h3 {
    margin-bottom: 15px;
  }
}
.standard-content__inner h4 {
  margin-bottom: 20px;
}
.standard-content__inner h5 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner h5 {
    margin-bottom: 20px;
  }
}
.standard-content__inner h6 {
  margin-bottom: 25px;
}
.standard-content__inner p {
  line-height: 1.5;
  color: #2F1646;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner p {
    margin-bottom: 25px;
  }
}
.standard-content__inner figure {
  margin: auto -15px 35px;
}
@media only screen and (min-width: 768px) {
  .standard-content__inner figure {
    max-width: 100%;
    margin: auto auto 67px;
  }
}
.standard-content__inner figure div {
  margin-bottom: 14px;
}
.standard-content__inner figure img {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .standard-content__inner figure img {
    max-width: 100%;
  }
}
.standard-content__inner figure figcaption {
  margin: 0 15px;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner figure figcaption {
    margin: auto;
  }
}
.standard-content__inner ul {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner ul {
    margin-bottom: 45px;
  }
}
.standard-content__inner ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  color: #2F1646;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner ul li {
    margin-bottom: 22px;
  }
}
.standard-content__inner ul li:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 7px;
  background: #2F1646;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .standard-content__inner ul li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
.standard-content__inner table {
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1024px) {
  .standard-content__inner table {
    margin-bottom: 45px;
  }
}
.standard-content__inner table tr:nth-child(odd) {
  background: #e9eaeb;
}
.standard-content__inner table td {
  padding: 15px 17px;
}
.standard-content__inner table td:first-child {
  font-weight: 600;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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;
}
.slick-prev,
.slick-next {
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #2F1646;
  bottom: -80px;
  cursor: pointer;
  color: #fff;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: #9bc4bb;
}
.slick-prev--mid,
.slick-next--mid {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-prev--alt,
.slick-next--alt {
  background-color: #2F1646;
}
.slick-prev--alt:hover,
.slick-next--alt:hover {
  background-color: #cda193;
}
.slick-prev--mid {
  left: 10px;
}
.slick-next--mid {
  right: 10px;
}
.icon-twitter:before {
  content: "";
  background: url(../img/twitter.png);
  width: 16px;
  height: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.button--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.nopad{
  padding:0px;
}

.nopad ul li{
  padding-top:0px;
}

.social-strip__list{
  display: flex;
  gap:20px;
}

.social-strip__link{
  width:30px;
  height: 30px;
  display: block;
  text-align: center;
  font-size:16px;
  line-height: 35px;
  color:#2F1646;
  background: #FAF3F0;
  border-radius: 50px;
}


@media only screen and (max-width:1023px){
  .footer__bottom{
    flex-direction:column-reverse;
    text-align: left;
  }
  .footer__bottom-col:last-child{
    margin-left:0;
  }
  .footer__bottom-col{
    align-items:start;
  }
  .footer__col{
    padding:15px 15px;
  }
  footer {
    position: relative;
    padding-top:15px;
  }

  .footer__col:nth-of-type(2){
    order:3;
  }

  .footer__description:nth-of-type(2){
    padding-top:15px !important;
    padding-bottom:20px !important;
    margin-bottom:20px !important;
  }
  .footer__wrapper .social-strip__list{
    position: absolute;
    flex-direction: column;
    right: 15px;
    bottom:12px;
  }
}

#animation{
max-width: 1000px; margin: auto;    padding: 50px 0;
}
.text-image-duo__col--right .text-image-duo__image{
  border-radius:18px 18px 18px 144px;
}
.text-image-duo__col--left .text-image-duo__image{
  border-radius:18px 18px 144px 18px;
}

.row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}
.align-items-center{
  align-items: center;
}

@media(min-width:800px){
  .col-md-6,.col-md-3{
    width: 50%;
    padding: 0 12px;
  }

  
  .col-md-4{
    width: 40%;
  }
  .col-md-8{
    width: 60%;
  }
}

.col-md-3{
    padding: 0 12px;
}
@media(min-width:1300px){
  .col-md-3{
    width:25%;
  }
}

.border-radius-img{
      border-radius: 18px 18px 144px 18px;
}
.ps-1{
  padding-left: 1rem;
}
.ps-2{
  padding-left: 2rem;
}
.ps-3{
  padding-left: 3rem;
}
.ps-4{
  padding-left: 4rem;
}
.ps-5{
  padding-left:5rem;
}
.pe-1{
  padding-right: 1rem;
}
.pe-2{
  padding-right: 2rem;
}
.pe-3{
  padding-right: 3rem;
}
.pe-4{
  padding-right: 4rem;
}
.pe-5{
  padding-right: 5rem;
}
.pe-11{
  padding-right: 11rem;
}
.pt-1{
  padding-top: 16px;
}
.pt-5{
  padding-top: 5rem;
}
.mt-5{
  margin-top: 5rem;
}
.pb-4{
  padding-bottom: 4rem;
}
.pb-5{
  padding-bottom: 5rem;
}
@media only screen and (max-width:1024px){
  .col-md-6{
    width: 100%;
  }
  .ps-5 {
    padding-left: 1rem;
}
.text-image-duo__cta:first-of-type{
      margin-right: 20px;
}

.header__nav{
  padding-left: 20px;
}
.header__nav{
      top: 60px;
      height: calc(100vh - 60px);
}
.header__link{
  display: flex;
}
.icon-arrow-down:before{
  display: none;
}
}
.text-image-duo__cta:first-of-type{
          background-color: #FE8383;
        color: #2F1646;
}

.text-image-duo__cta:first-of-type:hover{
  background: #2F1646;
  color:#ffffff;
}
.font-48{
  font-size:48px;
  line-height: 56px;
}

.text-capalized{
text-transform: uppercase;
}
.explore_heading h2{
    text-align: left;
    max-width: 440px;
}
.video-block__play-button{
     background-color: #2F1646;
    border: 0;
    width: 94px;
    height: 94px;
    color:#ffffff;
    border-radius: 50%;
    padding: 20px 28px;
}
.video-block__play-button svg{
 padding: 0px 0 0 8px;;
}
.video-block__play-button:hover svg path{
fill:#2F1646;
}
body .sk-ww-linkedin-page-jobs{
background:transparent !important;
}
.color-white{
  color:#fff;
}

@media only screen and (max-width:1024px){
.pt-md-5{
padding-top: 5rem;
}
.pt-md-2{
padding-top: 2rem;
}

.desktop_animation{
  display:none!important;

}
.banner-section-mobile{
display:block!important;
}
.banner-section-mobile .mobile_animation{
      width: 100%;
      max-width: 600px;
    margin: auto;
    display: block;
} 

.service_tabs ul {
    display: block;
            text-align: center;
}
.tab-contents .tab-content p {
    font-size: 30px;
    margin-bottom: 40px;
    line-height: 44px;
}
.tab-contents .tab-content.active {
    padding: 40px 0;
}
.service_tabs li {
    font-size: 22px;
    position: relative;
        transition: .3s all;
}
.hover-card__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}


.h3, .standard-inner__inner h3, .inner h3, .standard-content__inner h3 {
    font-size: 30px;
}
.p, .standard-inner__inner p, .inner p, .standard-content__inner p, .ul, .standard-inner__inner ul, .inner ul, .standard-content__inner ul, .ol, .standard-inner__inner ol, .inner ol, .standard-content__inner ol, .pre, .inner pre, .blockquote, .inner blockquote {
    font-size: 20px;
}
.service_tabs ul li:hover, .service_tabs ul li.active {
    background-color: transparent;
    color: #fe8383;
}
.form_cta {
    justify-content: center;
}
.form__submit {
    margin-left: unset;
    margin-top: 22px;
}
.tabs-desktop{
  display: none;
}
.tabs-mobile{
  display: block!important;
}
.footer_bg img {
           width: 4%;
        min-width: 354px;
        z-index: -1;
}


}
.font-30{
  font-size: 30px;
}
.pt-1{
  padding-top: 1rem;
}
.pt-3{
  padding-top: 3rem;
}
.top_90{
 top: 90px;
}

.dark-bg{
  background:#2F1646;

}

.dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4,.dark-bg h5,.dark-bg h6,.dark-bg p{
  color: #FAF3F0;
}

.awards_sec{
  padding-left:60px 15px;
}

.awards_logos{
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.awardsimg{
  height: 120px;
  padding:15px;
}

.awardsimg img{
  width: auto;
}
.banner-section-desktop {
    height: auto;
}

.banner-section-desktop .desktop_animation{
height:506px;
margin:auto;
display: block;
}
.container-fluid{
      width: 100%;
}

.custom-tabs__list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.custom-tabs__item {
    cursor: pointer;
}



.custom-tabs__heading {
    padding: 10px;
    font-size: 24px;
}

.custom-tabs__content {
    display: none;
    
}
.custom-tabs__item--active .custom-tabs__heading{
        color: #fe8383;
}
.custom-tabs__item--active .custom-tabs__content {
    display: block;
           font-size: 30px;
           line-height: 44px;
               margin-bottom: 30px;
}
.custom-tabs__item--active .custom-tabs__content p{
  margin-bottom: 20px;
}

.tabs-mobile{
  display: none;
}
.custom-tabs__heading:after {
    content: "";
    width: 0;
    top: 20px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #2F1646;
   right: -4px;
    top: 22px;
    position: relative;
}

.custom-tabs__item--active .custom-tabs__heading:after{
        border-left: 9px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 12px solid #fe8383;
        border-top: 0;
        top: -18px;
}

.video_card_section .block__text p{
  font-size: 16px;
  margin-bottom: 30px;
}
body .uwy.userway_p1 .userway_buttons_wrapper{
  top:84px !important;
}


.four_column_box h3{
  font-size: 50px;
}

.four_column_box .col-md-3{
  padding:0 30px;
}

.four_column_box img{
    width: 150px;
    display: block;
    margin: 0px auto 30px;
}