.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:252,231,229;--color-primary-1:247,175,168;--color-primary-2:238,95,81;--color-primary-3:119,48,41;--color-primary-4:36,14,12;--color-secondary-0:223,244,244;--color-secondary-1:160,223,223;--color-secondary-2:97,201,202;--color-secondary-3:57,187,189;--color-secondary-4:37,109,134;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/227a6b1e-c8d4-474a-92ae-1f72327c034e/Laplateformedesmarinsdiplms.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI.adaptive-delivery-prevent-bg, #JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI.lazyload, #JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI.lazyloading { background-image: none; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container { background-color: transparent; background-image: none; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container > .video-iframe-container { display: none; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row > .video-iframe-container { display: none; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container { border-width: 0; border-radius: 0; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:60rem;position:relative;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b3c796fb-590b-44b4-9a99-4ff409ad9af5/emreozyemisciIFyL_aGx1nYunsplash.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.16); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.16); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { color:rgba(var(--color-tertiary-0),1);display:block;width:35rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:4.5rem;left:0rem;height:6.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:25rem;display:none; }
#VKWzTo287G5cofvAohsFrUfgBWwU9M9a { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:14.0625rem;left:0rem;height:8.4238125rem;font-style:normal;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.35546875rem;left:0rem;display:block; }
#fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rttmbmBqRk3ATVLDsobKq6eKAAicT7vi { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:7.5rem;top:14.8125rem;left:30.5625rem;display:block; }
#QrrbdFur7ltHx6Q2Vr4vSCRe23rz3OXo { color:rgba(var(--color-secondary-4),1);display:block;width:6.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:15.40625rem;left:30.9375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#HC2Jn3QclWifn6E5rFGTAvdVLStHgdtm { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:7.875rem;top:14.6875rem;left:39.125rem;display:block; }
#FxIcx3oKD41x5Br5Ou8mq3Z3Cs9Zocdt { color:rgba(var(--color-secondary-4),1);display:block;width:6.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:15.40625rem;left:39.75rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#GWo4yn3JIn4s2GA2hJOARgzDcNTxFsEo { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:14rem;top:19.0625rem;left:36.0625rem;display:block; }
#NQZDtXIHHRRvEpP4fidlDGflm47JGdRo { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:19.65625rem;left:36.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Pkc51GMtz8zdKzqvPdWcApQC2cNbTWP8 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:2.8125rem;width:9.1875rem;top:14.6875rem;left:48.0625rem;display:block; }
#fxIubV17BkhifTFGozwJFfxvUJ75weUL { color:rgba(var(--color-secondary-4),1);display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:15.40625rem;left:48.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.67);display:block;z-index:15030;top:32.25rem;left:6.46875rem;display:block; }
#hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:3.5rem;font-weight:400;line-height:1;height:5.0625rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(var(--color-secondary-4),0.67);display:block;z-index:15030;top:32.25rem;left:6.46875rem;display:none; }
#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { position:relative;display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { background-color: transparent; background-image: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container { display: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row > .video-iframe-container { display: none; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv { border-width: 0; border-radius: 0; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;position:relative;display:block; }#hDA7XCW194pQWy6aJUTGffozHr7GoqEH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:35.9375rem;display:none; }
#T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.25rem;width:25.625rem;display:none; }
#Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:22.125rem;width:57.625rem;top:1.8125rem;left:1.1875rem;display:block; }
#lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:57.625rem;top:7.375rem;left:1.1875rem;overflow:hidden;display:block; }
#SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { color:rgba(var(--color-tertiary-4),1);display:block;width:42.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:8.625rem;height:2.2753875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:22.1875rem;left:22.3125rem;display:block; }
#Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { position:relative;display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { background-color: transparent; background-image: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container { display: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row > .video-iframe-container { display: none; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { border-width: 0; border-radius: 0; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.95703125rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:14.3125rem;width:14.375rem;top:6.25rem;left:0rem;overflow:hidden;display:block; }
#SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:14.1875rem;width:14.25rem;top:6.3125rem;left:15.1875rem;overflow:hidden;display:block; }
#L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:14.1875rem;width:14.25rem;top:6.3125rem;left:30.375rem;overflow:hidden;display:block; }
#RwdbHlndac6UvQVGhDbivXpAe5bhmdvm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:14.1875rem;width:14.25rem;top:6.3125rem;left:45.625rem;overflow:hidden;display:block; }
#dJXsrQCx9xVPWEURihVku0Ci2NL6qblC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.125rem;left:22.3125rem;display:block; }
#Pmc8N0fPeFLO8NratkoPllXkMAo4FitJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { position:relative;display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { background-color: transparent; background-image: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { border-width: 0; border-radius: 0; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.3375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:22.1875rem;overflow:hidden;display:block; }
#lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:2.5rem;overflow:hidden;display:block; }
#I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:25.25rem;left:12.0625rem;overflow:hidden;display:block; }
#RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:25.25rem;left:32.5rem;overflow:hidden;display:block; }
#KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:6.125rem;left:41.875rem;overflow:hidden;display:block; }
#copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:43.3125rem;width:60rem;top:-0.125rem;left:0rem;display:block; }
#uwESfmt7toEdJulvmne21UDQNGrZLzbl { position:relative;display:block; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl { background-color: transparent; background-image: none; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container > .video-iframe-container { display: none; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row > .video-iframe-container { display: none; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwESfmt7toEdJulvmne21UDQNGrZLzbl { border-width: 0; border-radius: 0; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:52.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3WgGRxVUTKaWT2y9qFN2GimnpCg1Vwb { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n6PoxHTunc3ZTZNTBWZQkuoelkUdNGxJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.8125rem;left:22.3125rem;display:block; }
#hQwBQS7wBiKUstgcdX1BxbFlz3tIfffz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzOvforNoz4T5GxupGZaEKMRMNcrKvdp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:7.4375rem;left:11.25rem;overflow:hidden;display:block; }
#dPztqLTkGDqAOGXsALe8CJ5TINTF5nhc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:7.4375rem;left:33.125rem;overflow:hidden;display:block; }
#i16RkVTNM5gd327uZiwHU4xVQ8rR5F7N { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:26.25rem;left:11.25rem;overflow:hidden;display:block; }
#AtrTEvJW0FTwHopz7Ih7BNdQA7xTiz2C { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:26.25rem;left:33.125rem;overflow:hidden;display:block; }
#DfC9DbqmQ5pApiVO3CSHnzzB3l9mxx0o { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:46.1875rem;width:60rem;top:1.5rem;left:0rem;display:block; }
#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { position:relative;display:block; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { background-color: transparent; background-image: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container { display: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row > .video-iframe-container { display: none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { border-width: 0; border-radius: 0; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.5874996185303rem;left:10.02499961853rem;height:0;display:block; }
#Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.34765625rem;left:0rem;height:2.92358125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { position:relative;display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { background-color: transparent; background-image: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container { display: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row > .video-iframe-container { display: none; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb { border-width: 0; border-radius: 0; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:45.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:20.25rem;overflow:hidden;display:block; }
#tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:0.6875rem;overflow:hidden;display:block; }
#RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:39.8125rem;overflow:hidden;display:block; }
#wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:20.21875rem;overflow:hidden;display:block; }
#ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:39.8125rem;overflow:hidden;display:block; }
#obv5n1NR04zC0xV96oULzMcgvg2raZDK { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40.337244987488rem;left:22.312500953674rem;display:block; }
#ePrvWOcBd1i9l5BRkalGTEWT1MPEti0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5359382629394rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#etTypORcUFN0ecT0OLK9MPfJ1LoloTci { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XNgCE9wCLDRAyfI5kA7iZXStEx5caE7R { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:55.375rem;top:16.214193344116rem;left:2.7076826095581rem;display:none; }
#mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:19.5625rem;left:0.75rem;overflow:hidden;display:block; }
#hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { color:#353535;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.177734375rem;left:2.7076826095581rem;height:2.5989625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6594b07f-aea4-4fbb-8356-6e23409c8250/pushteaser2x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc.adaptive-delivery-prevent-bg, #uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc.lazyload, #uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc.lazyloading { background-image: none; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container { background-color: transparent; background-image: none; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container > .video-iframe-container { display: none; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row > .video-iframe-container { display: none; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container { border-width: 0; border-radius: 0; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#gieq8lk4xgsMtfqDA5ZKBFfGmQx0UU7H { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:7.3125rem;top:5.9375rem;left:11.375rem;overflow:hidden;display:block; }
#RQ4NRh7LaGIuxHQZ971Mgsx5OkJPMBpE { color:rgba(var(--color-secondary-4),1);display:block;width:26.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.6875rem;left:16.5625rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvMHU1souGb3TkKJ7sZxwMDkwD3W5E4Z { color:#353535;display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13.118489265442rem;left:17.968753814698rem;height:2.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CSNsaJ2b2CbqU2Apv0TP7wJbRXA5TFzl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:17.375rem;left:11.1875rem; }
#mGsCdsMfZc0sgRmNpK5Z44vEvgUhJnBZ { color:#353535;display:block;width:4.93706875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.6875rem;left:12.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJqwEEdhEZkqxQnWQdHJuQyipVgkENrV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:17.375rem;left:19.125rem; }
#MtTWZQgXaUXJlg9MGoMyGMhcscC9W9zR { color:#353535;display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.8125rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7qTkNb6C3hTAsIOkKqQ3yHghIgTT6m3 { color:#353535;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.6875rem;left:34.5rem;height:1.3808625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aRosQ9orX6u93xX5g2mVWe7U3C4KoOQ4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:17.375rem;left:32.875rem; }
#C2wBOlkI3NHsx5fzFxO4TtOaG4zqGs7d { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.374375rem;height:3.37456875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:21.92599773407rem;left:22.312286376953rem;display:block; }
#bfe2gupEJv9hGTg8XgdEq42Zw1PNkLvb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWatQCFGZ8r2TVi8OfB1F9pDTln3bRw3 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.3125rem;width:42.4375rem;top:4.375rem;left:8.6870689392087rem;display:block; }
#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 { position:relative;display:none; }#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 { border-width: 0; border-radius: 0; }#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uIwlO8zeZWx01u6D83yaVOGKVZLGvOS3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:60rem;display:none; }
#qKIKO8AQWJNQbotRvySWl6TlgzlOhkmt { color:rgba(var(--color-secondary-4),1);display:block;width:51.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:1.75rem;left:4.3125rem;height:2.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p184gh5fBxGIuOPMFbrT49Qx0PiwUzM1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:6.6875rem;left:14.75rem;overflow:hidden;display:block; }
#Rvy2o8qMIMXKe7bNUVPPmx2ghScQzA8p { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:12rem;top:7.75rem;left:1.3125rem;overflow:hidden;display:block; }
#UpMP2AsR4m561F1OIgPTBuyMPbm8JWCD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.9375rem;top:8.125rem;left:25.0625rem;overflow:hidden;display:block; }
#ZiOQxBCOdLVb9rRf1L8SoGwTBz4B5JEb { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:9.6875rem;top:7.875rem;left:37.25rem;overflow:hidden;display:block; }
#i5ERXU78lhCo4KVDaM5bTP1ET3TdyklG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:7.25rem;top:7.8125rem;left:50.125rem;overflow:hidden;display:block; }
#XachwAyTasuISm6SH0GKySCbfk7ZkuD2 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:20.375rem;left:1.3125rem;overflow:hidden;display:block; }
#kUiHcFm14N4qrFLEmx617dtGop0ybz3O { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:7.125rem;top:20.4375rem;left:11.75rem;overflow:hidden;display:block; }
#a8Q27TNteOUqsWhkqfTwk7QrHT3LTkQD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.3125rem;top:21.78125rem;left:20.9375rem;overflow:hidden;display:block; }
#X0LtfzAsHEXxOEiGf3t1TRu76H7AZww2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:12.375rem;top:23.125rem;left:30.84375rem;overflow:hidden;display:block; }
#dhhWyANfCHDrVTxEWSUC1VlpxSH8ZlHI { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:12rem;top:23.0625rem;left:45.4375rem;overflow:hidden;display:block; }
#k8XLWKHzyou6WfAwTO2aPlShQAZopx2m { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:10.625rem;top:15.5625rem;left:46.8125rem;overflow:hidden;display:block; }
#R1XBEVBG2eF820nrPyic6KeLiEN5Im5R { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:14.6875rem;top:15.625rem;left:30.25rem;overflow:hidden;display:block; }
#AyGy1BoisvXKh4xezxLE0a7F5G8VbXyO { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.6875rem;top:15.875rem;left:17.75rem;overflow:hidden;display:block; }
#evNpubCdmRuet5xMxKSHyPdUJgtguRHm { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.8125rem;top:15.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#cXlhWHrBqxAnufXdMRMB44uaenIT30AS { position:relative;display:block; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS { background-color: transparent; background-image: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container > .video-iframe-container { display: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row > .video-iframe-container { display: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS { border-width: 0; border-radius: 0; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ep9xdIZTquNQ2pFtihUrW6mPql3nKyRC { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18685rem;width:13.811875rem;top:12.75rem;left:0.625rem;overflow:hidden;display:block; }
#dAUO7MTl7WOevKTIOosAPPz3BqXt3U1O { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:8.0620625rem;top:14.6875rem;left:10.4375rem;overflow:hidden;display:block; }
#xnOZAmvh4DaRqi58bkUqLaMKyTG7GKa8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.936875rem;width:6.936875rem;top:10.875rem;left:15.9375rem;overflow:hidden;display:block; }
#aqHwiOz3MI5yHnrLEQ84BcAvAvtFUs99 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.87413125rem;width:11.25rem;top:6.125rem;left:0.625rem;overflow:hidden;display:block; }
#v9BnKFxHydz6RUaEMOrIahBuiSfCmGvQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.8125rem;width:60rem;display:none; }
#zJmbgk5oEfFQ2i6xBlAhOSRAynk1Imho { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.686875rem;top:7rem;left:13rem;overflow:hidden;display:block; }
#mfA3ehHCUZixxVTQPH7BHfBLiF8TEgGn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.9370625rem;top:6.1875rem;left:25.5625rem;overflow:hidden;display:block; }
#ZmvJvwkwKIwOmWkMCygOoGpWTBZEWX0c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:9.375rem;top:12rem;left:37.75rem;overflow:hidden;display:block; }
#bBBINDTUzFryKlnbJ37Fc8ksfeDbtZTJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37456875rem;width:10.625rem;top:12.6875rem;left:48.6875rem;overflow:hidden;display:block; }
#QWcowz0TxF0KzT46BGgg1G4Qzpg8ku5e { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31163125rem;width:11.9998125rem;top:20.5625rem;left:31.3125rem;overflow:hidden;display:block; }
#nRlD2F3vCq6OWE3wSTE6O6SK2gEeGAUl { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.9375rem;top:13.3125rem;left:24.125rem;overflow:hidden;display:block; }
#lFFBEWklANM54KlaCPhrW0VBCUhCJIvI { color:rgba(var(--color-secondary-4),1);display:block;width:47.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.5625rem;left:6.375rem;height:2.1rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nh28SGIKBn57rEurG8IidpEDimcUlOea { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:6.9375rem;top:6.0625rem;left:50.625rem;overflow:hidden;display:block; }
#a10NNKdO5nXPq4dROtaFEVLm1DQ4aNTB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4985rem;width:6.4985rem;top:17.75rem;left:2.1875rem;overflow:hidden;display:block; }
#KXAoZGBiPtZTPQ2Fi6UiP3EcbgZ0lgG4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:12.686625rem;top:21.375rem;left:45.9375rem;overflow:hidden;display:block; }
#TUOopTN1eriPS74gUdmwZFDwUloR9uh3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.37435rem;width:10.1248125rem;top:18.5625rem;left:20rem;overflow:hidden;display:block; }
#ee1DfRvmKtnlHcEuZI2fmv3vsFcnkOm9 { position:absolute;display:block;z-index:15014;background-color:#08235b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68663125rem;width:14.0625rem;top:20.875rem;left:45.3125rem;display:block; }
#PWfdO86S5JH6WpSqq1FCGZKChuIELyqs { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:10.625rem;top:7.1875rem;left:37.75rem;overflow:hidden;display:block; }
#qp0aazatTCUGBK9tWBX9VsVzx5Td8LAg { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.75rem rgba(var(--color-tertiary-4),0.31) ;height:26.25rem;width:60rem;top:0.9052734375rem;left:0rem;display:block; }
#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2dacbb39-29a1-4e61-adf5-3800563e7afc/longzhengvn6BeFNelUunsplash1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.adaptive-delivery-prevent-bg, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyload, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyloading { background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { background-color: transparent; background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.19); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { border-width: 0; border-radius: 0; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:block; }#mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.8749942779541rem;left:0rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGwGXuxDU1E78IwuIm225v97GS64FGT3 { position:absolute;display:block;z-index:15002;height:18.125rem;width:32.625rem;top:6.125rem;left:13.6875rem;display:block; }
#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { background-color: transparent; background-image: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { border-width: 0; border-radius: 0; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:block; }#VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.828125rem;left:9.5rem;display:block; }
#ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.124275rem;width:3.124275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:4.2961521148682rem;left:9.4994220733644rem;display:block; }
#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { position:relative;display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.6875rem;height:3.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:5.5625rem;left:37.75rem;display:block; }
#aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IR0bels4Ofh5MmBb2ErICEdcsn924oFx { color:#353535;display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.4482421875rem;left:8.3125rem;height:1.7858875rem;text-align:center;text-align-last:center;display:block; }
#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { background-color: transparent; background-image: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container > .video-iframe-container { display: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container { display: none; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { border-width: 0; border-radius: 0; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;position:relative;display:block; }#cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { color:rgba(var(--color-secondary-4),1);display:block;width:12.49925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.739294052124rem;left:23.748554229736rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { box-sizing:content-box;color:rgba(var(--color-secondary-3),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0rem;left:56.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI { display:block; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { top:4.4375rem;left:0rem;width:34.9375rem;height:6.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { width:25rem;height:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKWzTo287G5cofvAohsFrUfgBWwU9M9a { width:27.125rem;height:8.375rem;top:14.0625rem;left:0rem;font-size:1.1875rem;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { width:18rem;height:3.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block; }
 }@media only screen and (max-width: 763px) { #rttmbmBqRk3ATVLDsobKq6eKAAicT7vi { top:14.8125rem;left:24.4375rem;width:7.5rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrrbdFur7ltHx6Q2Vr4vSCRe23rz3OXo { top:15.375rem;left:24.8125rem;width:6.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC2Jn3QclWifn6E5rFGTAvdVLStHgdtm { top:14.6875rem;left:33rem;width:7.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxIcx3oKD41x5Br5Ou8mq3Z3Cs9Zocdt { top:15.375rem;left:33.625rem;width:6.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWo4yn3JIn4s2GA2hJOARgzDcNTxFsEo { top:19.0625rem;left:29.9375rem;width:14rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQZDtXIHHRRvEpP4fidlDGflm47JGdRo { top:19.625rem;left:30.6875rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkc51GMtz8zdKzqvPdWcApQC2cNbTWP8 { top:14.6875rem;left:38.5625rem;width:9.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxIubV17BkhifTFGozwJFfxvUJ75weUL { top:15.375rem;left:39.75rem;width:8rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { top:32.25rem;left:0.34375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { top:32.25rem;left:0.34375rem;width:5.0625rem;height:5.0625rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #P35by0UGEwPzbvoVDzHHETVrEpfKykCv { display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDA7XCW194pQWy6aJUTGffozHr7GoqEH { width:35.9375rem;height:16.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { width:23.9375rem;height:11.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { top:1.8125rem;left:0rem;width:47.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { top:7.375rem;left:0rem;width:47.75rem;height:11.445498915401rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { top:3.5625rem;left:2.4998550415039rem;width:42.6875rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { width:15.375rem;height:3.375rem;top:22.1875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block; }
 }@media only screen and (max-width: 763px) { #RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { top:12.3125rem;left:3.40625rem;width:7rem;height:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { top:9.9375rem;left:4.21875rem;width:8.625rem;height:1.8125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { top:15.9375rem;left:1.21875rem;width:8.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { top:17.5rem;left:1.84375rem;width:8.1875rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { top:1.9375rem;left:0rem;width:47.75rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { top:6.25rem;left:0rem;width:14.375rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { top:6.3125rem;left:9.0625rem;width:14.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { top:6.3125rem;left:24.25rem;width:14.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdbHlndac6UvQVGhDbivXpAe5bhmdvm { top:6.3125rem;left:33.5rem;width:14.25rem;height:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJXsrQCx9xVPWEURihVku0Ci2NL6qblC { width:15.375rem;height:3.375rem;top:23.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmc8N0fPeFLO8NratkoPllXkMAo4FitJ { display:block; }
 }@media only screen and (max-width: 763px) { #CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { top:1.375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { top:2.5rem;left:0rem;width:20rem;height:3.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { top:6.125rem;left:16.0625rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { top:6.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { top:25.25rem;left:5.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { top:25.25rem;left:26.375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { top:6.125rem;left:32.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { top:-0.125rem;left:0rem;width:47.75rem;height:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwESfmt7toEdJulvmne21UDQNGrZLzbl { display:block; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3WgGRxVUTKaWT2y9qFN2GimnpCg1Vwb { top:2.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PoxHTunc3ZTZNTBWZQkuoelkUdNGxJ { width:15.375rem;height:3.375rem;top:45.8125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwBQS7wBiKUstgcdX1BxbFlz3tIfffz { display:block; }
 }@media only screen and (max-width: 763px) { #AzOvforNoz4T5GxupGZaEKMRMNcrKvdp { top:7.4375rem;left:5.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPztqLTkGDqAOGXsALe8CJ5TINTF5nhc { top:7.4375rem;left:27rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i16RkVTNM5gd327uZiwHU4xVQ8rR5F7N { top:26.25rem;left:5.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtrTEvJW0FTwHopz7Ih7BNdQA7xTiz2C { top:26.25rem;left:27rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfC9DbqmQ5pApiVO3CSHnzzB3l9mxx0o { top:1.5rem;left:0rem;width:47.75rem;height:46.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { display:block; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { top:4.5625rem;left:3.8999996185302rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { top:2.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c3WBv92SC37thiI79dFW5dyKK8fsJb { display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { top:0rem;left:14.125rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { top:0rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { top:0rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { top:19.5625rem;left:14.09375rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { top:19.5625rem;left:28.1875rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obv5n1NR04zC0xV96oULzMcgvg2raZDK { width:15.375rem;height:3.375rem;top:40.3125rem;left:16.187500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePrvWOcBd1i9l5BRkalGTEWT1MPEti0U { display:block; }
 }@media only screen and (max-width: 763px) { #Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { top:2.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { top:16.125rem;left:0rem;width:7rem;height:7.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { top:16.9375rem;left:4.125rem;width:9.75rem;height:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { top:23.5625rem;left:0rem;width:9.75rem;height:5.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #etTypORcUFN0ecT0OLK9MPfJ1LoloTci { top:23.5625rem;left:4.125rem;width:9.75rem;height:4.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XNgCE9wCLDRAyfI5kA7iZXStEx5caE7R { top:16.1875rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { top:37.25rem;left:0rem;width:9.75rem;height:4.4375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { top:19.5625rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { top:24.1875rem;left:4.125rem;width:9.75rem;height:3.5625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc { display:block; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gieq8lk4xgsMtfqDA5ZKBFfGmQx0UU7H { top:5.9375rem;left:5.25rem;width:7.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4NRh7LaGIuxHQZ971Mgsx5OkJPMBpE { top:7.625rem;left:10.437503814698rem;width:26.875rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMHU1souGb3TkKJ7sZxwMDkwD3W5E4Z { top:13.0625rem;left:11.843753814698rem;width:24.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNsaJ2b2CbqU2Apv0TP7wJbRXA5TFzl { top:17.375rem;left:5.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGsCdsMfZc0sgRmNpK5Z44vEvgUhJnBZ { top:17.6875rem;left:6.6875rem;width:4.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqwEEdhEZkqxQnWQdHJuQyipVgkENrV { top:17.375rem;left:13rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTWZQgXaUXJlg9MGoMyGMhcscC9W9zR { top:17.6875rem;left:14.6875rem;width:10.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7qTkNb6C3hTAsIOkKqQ3yHghIgTT6m3 { top:17.6875rem;left:28.375rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRosQ9orX6u93xX5g2mVWe7U3C4KoOQ4 { top:17.375rem;left:26.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2wBOlkI3NHsx5fzFxO4TtOaG4zqGs7d { width:15.3125rem;height:3.3125rem;top:21.875rem;left:16.187286376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfe2gupEJv9hGTg8XgdEq42Zw1PNkLvb { display:block; }
 }@media only screen and (max-width: 763px) { #AWatQCFGZ8r2TVi8OfB1F9pDTln3bRw3 { top:4.375rem;left:2.562068939209rem;width:42.4375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 { display:block; }#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIwlO8zeZWx01u6D83yaVOGKVZLGvOS3 { width:47.75rem;height:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKIKO8AQWJNQbotRvySWl6TlgzlOhkmt { width:47.75rem;height:2.8125rem;top:1.75rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p184gh5fBxGIuOPMFbrT49Qx0PiwUzM1 { top:6.6875rem;left:8.625rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvy2o8qMIMXKe7bNUVPPmx2ghScQzA8p { top:7.75rem;left:0rem;width:12rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpMP2AsR4m561F1OIgPTBuyMPbm8JWCD { top:8.125rem;left:18.9375rem;width:9.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiOQxBCOdLVb9rRf1L8SoGwTBz4B5JEb { top:7.875rem;left:31.125rem;width:9.6875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ERXU78lhCo4KVDaM5bTP1ET3TdyklG { top:7.8125rem;left:40.5rem;width:7.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XachwAyTasuISm6SH0GKySCbfk7ZkuD2 { top:20.375rem;left:0rem;width:7.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUiHcFm14N4qrFLEmx617dtGop0ybz3O { top:20.4375rem;left:5.625rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Q27TNteOUqsWhkqfTwk7QrHT3LTkQD { top:21.75rem;left:14.8125rem;width:8.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LtfzAsHEXxOEiGf3t1TRu76H7AZww2 { top:23.125rem;left:24.71875rem;width:12.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhhWyANfCHDrVTxEWSUC1VlpxSH8ZlHI { top:23.0625rem;left:35.75rem;width:12rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8XLWKHzyou6WfAwTO2aPlShQAZopx2m { top:15.5625rem;left:37.125rem;width:10.625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1XBEVBG2eF820nrPyic6KeLiEN5Im5R { top:15.625rem;left:24.125rem;width:14.6875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGy1BoisvXKh4xezxLE0a7F5G8VbXyO { top:15.875rem;left:11.625rem;width:10.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evNpubCdmRuet5xMxKSHyPdUJgtguRHm { top:15.6875rem;left:0rem;width:13.8125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlhWHrBqxAnufXdMRMB44uaenIT30AS { display:none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ep9xdIZTquNQ2pFtihUrW6mPql3nKyRC { top:12.75rem;left:0rem;width:13.75rem;height:3.1724714690391rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUO7MTl7WOevKTIOosAPPz3BqXt3U1O { top:14.6875rem;left:4.3125rem;width:8rem;height:9.9234037274787rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOZAmvh4DaRqi58bkUqLaMKyTG7GKa8 { top:10.875rem;left:9.8125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHwiOz3MI5yHnrLEQ84BcAvAvtFUs99 { top:6.125rem;left:0rem;width:11.25rem;height:4.8734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9BnKFxHydz6RUaEMOrIahBuiSfCmGvQ { width:47.75rem;height:12.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zJmbgk5oEfFQ2i6xBlAhOSRAynk1Imho { top:7rem;left:6.875rem;width:10.625rem;height:2.7962488595691rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfA3ehHCUZixxVTQPH7BHfBLiF8TEgGn { top:6.1875rem;left:19.4375rem;width:9.875rem;height:4.3478124135155rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvJvwkwKIwOmWkMCygOoGpWTBZEWX0c { top:12rem;left:31.625rem;width:9.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBINDTUzFryKlnbJ37Fc8ksfeDbtZTJ { top:12.6875rem;left:37.125rem;width:10.625rem;height:3.37421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWcowz0TxF0KzT46BGgg1G4Qzpg8ku5e { top:20.5625rem;left:25.1875rem;width:11.9375rem;height:3.2938989025356rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRlD2F3vCq6OWE3wSTE6O6SK2gEeGAUl { top:13.3125rem;left:18rem;width:11.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFBEWklANM54KlaCPhrW0VBCUhCJIvI { width:20rem;height:;top:1.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh28SGIKBn57rEurG8IidpEDimcUlOea { top:6.0625rem;left:40.8125rem;width:6.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10NNKdO5nXPq4dROtaFEVLm1DQ4aNTB { top:17.75rem;left:0rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXAoZGBiPtZTPQ2Fi6UiP3EcbgZ0lgG4 { top:21.375rem;left:35.125rem;width:12.625rem;height:1.6164167385146rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOopTN1eriPS74gUdmwZFDwUloR9uh3 { top:18.5625rem;left:13.875rem;width:10.0625rem;height:5.3414402224239rem;display:block; }
 }@media only screen and (max-width: 763px) { #ee1DfRvmKtnlHcEuZI2fmv3vsFcnkOm9 { top:20.875rem;left:33.6875rem;width:14.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWfdO86S5JH6WpSqq1FCGZKChuIELyqs { top:7.1875rem;left:31.625rem;width:10.625rem;height:2.43671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp0aazatTCUGBK9tWBX9VsVzx5Td8LAg { top:0.875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { width:47.75rem;height:2.25rem;top:1.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGwGXuxDU1E78IwuIm225v97GS64FGT3 { top:6.125rem;left:7.5625rem;width:32.625rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { width:42.5rem;height:2rem;top:4.8125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { width:42.5rem;height:2rem;top:1.375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { top:0.8125rem;left:3.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { top:4.25rem;left:3.3744220733642rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { top:1.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { width:13.6875rem;height:3.5625rem;top:5.5625rem;left:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block; }
 }@media only screen and (max-width: 763px) { #IR0bels4Ofh5MmBb2ErICEdcsn924oFx { top:6.4375rem;left:2.1875rem;width:21.0625rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { top:0.6875rem;left:17.623554229736rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI { display:none; }#JNwL5l3S79TwRNW8STWA6L6NaO5NEpgI > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f4IHiQGBzhnl0EklNh35rdhQQANWalqg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/40f47d3d-6820-4e18-9cb5-7dd790df07d0/tolgakilincIFQxOEffPounsplashp.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg.adaptive-delivery-prevent-bg, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyload, #f4IHiQGBzhnl0EklNh35rdhQQANWalqg.lazyloading { background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { background-color: transparent; background-image: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.02); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,5,5,0.02); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { display: none; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { border-width: 0; border-radius: 0; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f4IHiQGBzhnl0EklNh35rdhQQANWalqg > .row .container { width:20rem;height:41.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fSIxLVPaTqAm8HOrKlpF6MJmSDVwUy9E { width:19.6875rem;height:3.8984375rem;top:8.3125rem;left:0.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7ygkkTFfhTqEOyBrbGhRLkBqEQGu5Ef { top:0.9248046875rem;left:6.03125rem;width:7.8125rem;height:4.9375rem;z-index:15022;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VKWzTo287G5cofvAohsFrUfgBWwU9M9a { width:20rem;height:7.1113125rem;top:13.5859375rem;left:0rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }#VKWzTo287G5cofvAohsFrUfgBWwU9M9a li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #dVTe05q6xnk0xHpW2y2XTZZrokpJVrBA { width:14.625rem;height:3.4375rem;top:30.62890625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmJUVv4orUx5l4RRATwwLM93QMz8ZdfZ { display:block; }
 }@media only screen and (max-width: 763px) { #rttmbmBqRk3ATVLDsobKq6eKAAicT7vi { width:5.5625rem;height:2.125rem;top:22.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrrbdFur7ltHx6Q2Vr4vSCRe23rz3OXo { width:5.625rem;height:1.05625rem;top:23.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HC2Jn3QclWifn6E5rFGTAvdVLStHgdtm { width:5.875rem;height:2.125rem;top:22.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxIcx3oKD41x5Br5Ou8mq3Z3Cs9Zocdt { width:6rem;height:1.05625rem;top:23.375rem;left:6.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWo4yn3JIn4s2GA2hJOARgzDcNTxFsEo { width:10rem;height:2.125rem;top:26rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQZDtXIHHRRvEpP4fidlDGflm47JGdRo { width:9.875rem;height:1.05625rem;top:26.5625rem;left:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkc51GMtz8zdKzqvPdWcApQC2cNbTWP8 { width:6.5rem;height:2.125rem;top:22.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxIubV17BkhifTFGozwJFfxvUJ75weUL { width:6.3125rem;height:1.05625rem;top:23.375rem;left:13.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wmo7pLvsFy5C0OLNTHzK2ZJvG85em5 { width:5.0625rem;height:5.0625rem;top:38.19140625rem;left:7.46875rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxcbJ73nzTlHqEZn1hwTqWhS9TTL24me { width:5.0625rem;height:5.0625rem;top:36.25rem;left:7.46875rem;font-size:3.5rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #P35by0UGEwPzbvoVDzHHETVrEpfKykCv { display:block; }#P35by0UGEwPzbvoVDzHHETVrEpfKykCv > .row .container { width:20rem;height:27.6240234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDA7XCW194pQWy6aJUTGffozHr7GoqEH { top:14.25rem;left:0.78125005960463rem;width:18.6875rem;height:8.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T2H5tT0mQFenQSyXbM3RxKe1yQkFtW8L { top:6.5000004768369rem;left:0.53125rem;width:18.9375rem;height:8.75rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z7g0fFyDalyTtNJTxZxPSPBnHXsKGUwW { width:18.9375rem;height:24.75rem;top:1.2490234375rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpBgl4movEqBbMzlPse9Acgv6E0qUMPl { width:20rem;height:4.75rem;top:7.8250007629394rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #SdleiaREoUnQa5CrWxo1Bf7GnkoP5FkU { width:20rem;height:3.575rem;top:2.0625004768372rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfkcFTLg04AMaCT6rSBHtWmnc7D1J67a { width:13.75rem;height:3.375rem;top:24.249219179154rem;left:3.1250001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp0Kwh5On9HqB9GAcJ7F1vbGJnA6SpTQ { display:block; }
 }@media only screen and (max-width: 763px) { #RQX7J1STOPcT6Fev4ZT5c8J4dcQU4EXo { width:17.8125rem;height:2.5rem;top:11.8125rem;left:1.09375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #VgmMmcTcUSafgkf3IT0V8noygdAWSQr0 { width:8.1875rem;height:1.7871125rem;top:12.16796875rem;left:0.78125rem;font-size:0.6875rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #MGJwklCZ7WtKwkWpSaBUdJDlWt9iaJiM { width:7.8125rem;height:1.7871125rem;top:12.1875rem;left:10.59375rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #odyTbBJkBZyFBRJfl9BtRxqpIuF7ChRy { width:7.6875rem;height:1.7871125rem;top:19.654296875rem;left:0.78125rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #r72VMEZUMNiI4Z0IrS9NmGANBdJOiTuB { width:8.1875rem;height:1.7871125rem;top:19.654296875rem;left:10.40625rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #JiwFOvxIkFxyWJKPl6nkEpUb8ZLgCLUw { width:17.8125rem;height:2.5rem;top:19.298828125rem;left:1.09375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #mDUGqKy3tktBTZUNliUyIFwsJGaXTiit { display:block; }#mDUGqKy3tktBTZUNliUyIFwsJGaXTiit > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TRX8pALVHFuFpeAyzApZlRgz9kF6zl3T { width:20rem;height:3.575rem;top:0.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTWPhBZN52dCcXH0GI522qOgd4LhWmTU { width:14.6875rem;height:14.4375rem;top:6.4375rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgllqwfqPbXdgvIUUI0giOlAJUGnKeK { width:14.6875rem;height:14.375rem;top:22rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1zXDAwMDECH7hRuJwMWPshPHII2J1OO { width:14.6875rem;height:14.5625rem;top:37.25rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwdbHlndac6UvQVGhDbivXpAe5bhmdvm { width:14.6875rem;height:14.5rem;top:52.875rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJXsrQCx9xVPWEURihVku0Ci2NL6qblC { width:15.375rem;height:3.375rem;top:68.625rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pmc8N0fPeFLO8NratkoPllXkMAo4FitJ { display:block; }
 }@media only screen and (max-width: 763px) { #CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { display:block; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN { background-color: transparent; background-image: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row > .video-iframe-container { display: none; }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgAxQZcKExBZozgDLrKKitdy6DcmxwIN > .row .container { width:20rem;height:29.4228515625rem;background-color:#fafafa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXvClpgTIPhnLG4VfXNVZ7K7ZQzHU1zK { width:20rem;height:0;top:2.0625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaL3u0rMUmaCrXSsfNccWkMllcRZfomC { width:20rem;height:3.574225rem;top:2.5rem;left:0rem;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ma3TqMeXkehgmffwRzbBaPkorPuZwKfB { width:9.0625rem;height:9.0625rem;top:7.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHlUFnDb94PzzX4Ea4y6N5KoVRcqPUiW { width:9.0625rem;height:9.0625rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I30rTIpD00AzHOZ8LZr62BZahiFM6tgu { width:9.0625rem;height:9.0625rem;top:17.8125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTeTws1EXI8MthiD3Ih4fRFs5TytHNVe { width:9.0625rem;height:9.0625rem;top:83.7490234375rem;left:5.46875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KvboNSHPDyN0uqZ2HUG3r0pMEHkF3AeE { width:9.0625rem;height:9.0625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #copHG6W4svQGhQi4OSreqLaIoEF0vEc9 { width:20rem;height:28.1875rem;top:1.2353515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwESfmt7toEdJulvmne21UDQNGrZLzbl { display:block; }#uwESfmt7toEdJulvmne21UDQNGrZLzbl > .row .container { width:20rem;height:30.8740234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3WgGRxVUTKaWT2y9qFN2GimnpCg1Vwb { width:20rem;height:1.7875rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PoxHTunc3ZTZNTBWZQkuoelkUdNGxJ { width:15.375rem;height:3.375rem;top:27.4990234375rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQwBQS7wBiKUstgcdX1BxbFlz3tIfffz { display:block; }
 }@media only screen and (max-width: 763px) { #AzOvforNoz4T5GxupGZaEKMRMNcrKvdp { width:9.0625rem;height:9.0625rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPztqLTkGDqAOGXsALe8CJ5TINTF5nhc { width:9.0625rem;height:9.0625rem;top:5.3125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i16RkVTNM5gd327uZiwHU4xVQ8rR5F7N { width:9.0625rem;height:9.0625rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtrTEvJW0FTwHopz7Ih7BNdQA7xTiz2C { width:9.0625rem;height:9.0625rem;top:16.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfC9DbqmQ5pApiVO3CSHnzzB3l9mxx0o { width:20rem;height:29.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK { display:none; }#vxR5oIvbqab6rqMczaaEXOWJF4Xf7UvK > .row .container { width:20rem;height:7.7000000476837rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnJJzRTOuDGXdSS96JVtaOqtB83WTxxz { width:12.5rem;height:0;top:7.7rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi33FpT70qzQZkZCRBAvM0VT72ch1QBl { width:20rem;height:1.7875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1c3WBv92SC37thiI79dFW5dyKK8fsJb { display:block; }#e1c3WBv92SC37thiI79dFW5dyKK8fsJb > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nPvgUCJB6DpQx6D0elaJfIS5NmH1oG60 { width:10.25rem;height:10.25rem;top:5.1875rem;left:9.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tMEu5bgVSRV8equiPAS0knpmI1T8xmeE { width:10.25rem;height:10.25rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxA3gfUrid15v6wRSmCwDeETtUo2Tabq { width:10.25rem;height:10.25rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTe7KhskqAt75vpwimsDXLuco1kp0Lnt { width:10.25rem;height:10.25rem;top:30.1875rem;left:9.75rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ySOn6fnbEJUQOhTTTS6Zt3JsRy0VW0Br { width:10.25rem;height:10.25rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obv5n1NR04zC0xV96oULzMcgvg2raZDK { width:15.375rem;height:3.375rem;top:44.1240234375rem;left:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePrvWOcBd1i9l5BRkalGTEWT1MPEti0U { display:block; }
 }@media only screen and (max-width: 763px) { #Z4VNGDrKqzZpu6wsKNC4sLPsNQ46C4wu { width:20rem;height:1.7875rem;top:1.8382816314698rem;left:0rem;font-size:1.375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #c8oD7foXuOpoNmqkV49IsNEtSR9muTkc { width:9.75rem;height:4.467775rem;top:11.666015625rem;left:0.25rem;font-size:0.6875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #NW1MiK5RTAr5l1dA7ehGz8JH9ohKIpnP { width:9.75rem;height:3.57421875rem;top:11.666015625rem;left:10.25rem;font-size:0.6875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #C1I1bkJqoNDTpKB3s3Zyy0DDCENPyWUr { width:19.4375rem;height:5.0625rem;top:11.5rem;left:0.46875rem;z-index:15013;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dIfwxAdPwv3J8aqAMMrNoAnVsAizQQ82 { width:19.4375rem;height:5.0625rem;top:23.7578125rem;left:0rem;z-index:15014;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fbtfFP765qzMeyPSMxIRyxtW5HOeDQQz { width:9.75rem;height:5.361325rem;top:23.607421875rem;left:0.25rem;font-size:0.6875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #etTypORcUFN0ecT0OLK9MPfJ1LoloTci { width:9.25rem;height:4.467775rem;top:36.75rem;left:10.75rem;font-size:0.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XNgCE9wCLDRAyfI5kA7iZXStEx5caE7R { width:19.4375rem;height:5.0625rem;top:36.125rem;left:0.3125rem;z-index:15015;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mKpy3PL2wTndW1sgnXrtT0qVbgVkROCt { width:9.6875rem;height:4.467775rem;top:36.75rem;left:0.25rem;font-size:0.6875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XA9aFo3JoJpAwzFXaKZPME3aaNh6pFA4 { width:10.25rem;height:10.25rem;top:17.4375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiklRBh3eFrfUiLVIuqmJh0k7cG4oFQX { width:9.75rem;height:3.57421875rem;top:23.7578125rem;left:10.25rem;font-size:0.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc { display:block; }#uhIef6TZsnx8Cn8xVaPqHqflFN32q2Vc > .row .container { width:20rem;height:32.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gieq8lk4xgsMtfqDA5ZKBFfGmQx0UU7H { width:4.4375rem;height:3.375rem;top:4.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ4NRh7LaGIuxHQZ971Mgsx5OkJPMBpE { width:17.375rem;height:3.0859375rem;top:6.125rem;left:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvMHU1souGb3TkKJ7sZxwMDkwD3W5E4Z { width:17.3125rem;height:3.9rem;top:11rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSNsaJ2b2CbqU2Apv0TP7wJbRXA5TFzl { display:flex;width:1.875rem;height:1.875rem;top:16.0625rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #mGsCdsMfZc0sgRmNpK5Z44vEvgUhJnBZ { width:4.87413125rem;height:1.2999125rem;top:16.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJqwEEdhEZkqxQnWQdHJuQyipVgkENrV { display:flex;width:1.875rem;height:1.875rem;top:16.0625rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #MtTWZQgXaUXJlg9MGoMyGMhcscC9W9zR { width:8.8748125rem;height:1.2999125rem;top:16.375rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7qTkNb6C3hTAsIOkKqQ3yHghIgTT6m3 { width:12.3125rem;height:1.2999125rem;top:18.817276120186rem;left:5.8116322159767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRosQ9orX6u93xX5g2mVWe7U3C4KoOQ4 { display:flex;width:1.875rem;height:1.875rem;top:18.531902432442rem;left:3.3810763955116rem; }
 }@media only screen and (max-width: 763px) { #C2wBOlkI3NHsx5fzFxO4TtOaG4zqGs7d { width:13.499375rem;height:3.31163125rem;top:22.143013119697rem;left:3.2497830986977rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfe2gupEJv9hGTg8XgdEq42Zw1PNkLvb { display:block; }
 }@media only screen and (max-width: 763px) { #AWatQCFGZ8r2TVi8OfB1F9pDTln3bRw3 { width:20rem;height:24.9375rem;top:3.7282987833023rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 { display:none; }#F7gT2GQGzO7KyFyhHyZle5A4xNxPynB0 > .row .container { width:20rem;height:100.75rem;background-color:#fafafa;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uIwlO8zeZWx01u6D83yaVOGKVZLGvOS3 { top:12.593750476837rem;left:1.3437501192093rem;width:9.375rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qKIKO8AQWJNQbotRvySWl6TlgzlOhkmt { width:20rem;height:4.35rem;top:16.03125rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p184gh5fBxGIuOPMFbrT49Qx0PiwUzM1 { width:7.1875rem;height:7.1875rem;top:28.00625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvy2o8qMIMXKe7bNUVPPmx2ghScQzA8p { width:12rem;height:5.125rem;top:21.63125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpMP2AsR4m561F1OIgPTBuyMPbm8JWCD { width:9.9375rem;height:4.375rem;top:36.44375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiOQxBCOdLVb9rRf1L8SoGwTBz4B5JEb { width:9.6875rem;height:4.875rem;top:42.06875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5ERXU78lhCo4KVDaM5bTP1ET3TdyklG { width:7.25rem;height:4.9375rem;top:48.19375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XachwAyTasuISm6SH0GKySCbfk7ZkuD2 { width:7.1875rem;height:7.1875rem;top:67.94375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUiHcFm14N4qrFLEmx617dtGop0ybz3O { width:7.125rem;height:7.125rem;top:76.38125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8Q27TNteOUqsWhkqfTwk7QrHT3LTkQD { width:8.3125rem;height:4.375rem;top:84.75625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0LtfzAsHEXxOEiGf3t1TRu76H7AZww2 { width:12.375rem;height:3.9375rem;top:90.38125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhhWyANfCHDrVTxEWSUC1VlpxSH8ZlHI { width:12rem;height:4.0625rem;top:95.56875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8XLWKHzyou6WfAwTO2aPlShQAZopx2m { width:10.625rem;height:3.375rem;top:63.31875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1XBEVBG2eF820nrPyic6KeLiEN5Im5R { width:14.6875rem;height:3.25rem;top:58.81875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyGy1BoisvXKh4xezxLE0a7F5G8VbXyO { width:10.6875rem;height:2.8125rem;top:15.875rem;left:4.625rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #evNpubCdmRuet5xMxKSHyPdUJgtguRHm { width:13.8125rem;height:3.1875rem;top:54.38125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXlhWHrBqxAnufXdMRMB44uaenIT30AS { display:block; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS { background-color: transparent; background-image: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container > .video-iframe-container { display: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row > .video-iframe-container { display: none; }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXlhWHrBqxAnufXdMRMB44uaenIT30AS > .row .container { width:20rem;height:43.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ep9xdIZTquNQ2pFtihUrW6mPql3nKyRC { width:10.8125rem;height:2.25rem;top:14.686414718628rem;left:9.0649506507269rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAUO7MTl7WOevKTIOosAPPz3BqXt3U1O { width:7.1245625rem;height:8.9995625rem;top:30.699870824814rem;left:7.4663630127906rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOZAmvh4DaRqi58bkUqLaMKyTG7GKa8 { width:4.81228125rem;height:4.81228125rem;top:5.6206588745117rem;left:2.6551650166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHwiOz3MI5yHnrLEQ84BcAvAvtFUs99 { width:9.375rem;height:4.0625rem;top:25.452475547791rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9BnKFxHydz6RUaEMOrIahBuiSfCmGvQ { top:10.724826812744rem;left:1.5928819775581rem;width:9.375rem;height:2.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zJmbgk5oEfFQ2i6xBlAhOSRAynk1Imho { width:10.6875rem;height:2.8125rem;top:14.624194145202rem;left:8.5625003576281rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mfA3ehHCUZixxVTQPH7BHfBLiF8TEgGn { width:7.374125rem;height:3.125rem;top:13.879123687744rem;left:0.81054693460463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmvJvwkwKIwOmWkMCygOoGpWTBZEWX0c { width:8.186875rem;height:3.99956875rem;top:30.139975190162rem;left:0.94618064165113rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBINDTUzFryKlnbJ37Fc8ksfeDbtZTJ { width:8.8748125rem;height:2.74956875rem;top:21.948785781861rem;left:11.124132215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWcowz0TxF0KzT46BGgg1G4Qzpg8ku5e { width:9.561625rem;height:2.93728125rem;top:26.015625953674rem;left:10.438368856907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nRlD2F3vCq6OWE3wSTE6O6SK2gEeGAUl { width:9.6245625rem;height:2.12456875rem;top:22.261285781861rem;left:0.37326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFFBEWklANM54KlaCPhrW0VBCUhCJIvI { width:20rem;height:1.57421875rem;top:1.6875057220459rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nh28SGIKBn57rEurG8IidpEDimcUlOea { width:5.49913125rem;height:3.75rem;top:9.9435768127444rem;left:12.996962606907rem;display:block; }
 }@media only screen and (max-width: 763px) { #a10NNKdO5nXPq4dROtaFEVLm1DQ4aNTB { width:5.24956875rem;height:5.24956875rem;top:29.514976263046rem;left:13.816189825535rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXAoZGBiPtZTPQ2Fi6UiP3EcbgZ0lgG4 { width:12.625rem;height:1.6165951450714rem;top:18.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUOopTN1eriPS74gUdmwZFDwUloR9uh3 { width:6.8120625rem;height:3.56228125rem;top:34.832900762558rem;left:1.6536458134651rem;display:none; }
 }@media only screen and (max-width: 763px) { #ee1DfRvmKtnlHcEuZI2fmv3vsFcnkOm9 { width:14.0625rem;height:2.625rem;top:17.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWfdO86S5JH6WpSqq1FCGZKChuIELyqs { width:9.124375rem;height:1.99978125rem;top:7.0236549377444rem;left:9.8730469346044rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qp0aazatTCUGBK9tWBX9VsVzx5Td8LAg { width:20rem;height:40.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5a8e97d4-813a-4173-8673-c7815f7dcf4c/hughwhyteNfdlvf9hYkunsplash2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.adaptive-delivery-prevent-bg, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyload, #e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH.lazyloading { background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { background-color: transparent; background-image: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { display: none; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { border-width: 0; border-radius: 0; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e4LwKiEuuG2Bk4NBdT93wXOOQlrWlHJH > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVSWn6K9CRdsi9K2g1TUhfTzEg007TO7 { width:20rem;height:3.575rem;top:1.662109375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vGwGXuxDU1E78IwuIm225v97GS64FGT3 { width:19.99925rem;height:17.2496875rem;top:6.4858226776125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n744e3xvH1to3k1dqp2TVLTr2N50ZL1I { background-color:#256d86;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { background-color: transparent; background-image: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { display: none; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { border-width: 0; border-radius: 0; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n744e3xvH1to3k1dqp2TVLTr2N50ZL1I > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VogFXEDwTJKtMsEPiC7w8qez8eDT4EmD { width:14.8119375rem;height:2.923825rem;top:5.9042253494262rem;left:4.0617768764496rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKOM2mdHTgl6U8LAKva8oy1ZVt21V0I1 { width:14.8119375rem;height:2.923825rem;top:1.4648442268372rem;left:4.0617768764496rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jr4JpFQMzIbqATg8Ecr5AaQ3HLGqmXZX { width:3.125rem;height:3.125rem;top:1.3662109375rem;left:1rem;font-size:2.1875rem;color:#39bbbd;display:block; }
 }@media only screen and (max-width: 763px) { #ioLNG7uyR5FCq4sOcJ20JJHx3OGfWlQS { width:3.125rem;height:3.125rem;top:5.8056640625rem;left:1rem;font-size:2.1875rem;color:#39bbbd;display:block; }
 }@media only screen and (max-width: 763px) { #J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { display:block; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { background-color: transparent; background-image: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row > .video-iframe-container { display: none; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar { border-width: 0; border-radius: 0; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1kUMxt6R4ParnOqSrKS5Db19vrJTNar > .row .container { width:20rem;height:13.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ddPUETuzAnVNDIzETvJu5KOcDMgV4kMN { width:19.375rem;height:3.25rem;top:1rem;left:0.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lZqiXKiG79tlpAIq6vR1MG4k0A1GUlOf { width:11.25rem;height:3.4375rem;top:9.12343788147rem;left:4.3749998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVcBoOHABlqNGP3WuFMbH8y12ldXUx6M { display:block; }
 }@media only screen and (max-width: 763px) { #IR0bels4Ofh5MmBb2ErICEdcsn924oFx { width:20rem;height:1.462675rem;top:5.9250011444092rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 { display:block; }#guQLne6BPXZUkan7RHNqtHFDo94RIxJ9 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cP9Kf2v0n0vByNuz1dH7rFMkVB4110vM { width:12.5rem;height:1.7068125rem;top:1.25rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za71D4OwkTcsQzmOy6T2HuWl8ec85wWd { width:3.124275rem;height:3.124275rem;top:0.46802520751953rem;left:16.876448392868rem;font-size:2.1875rem;display:block; }
 }