.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;
}
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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xJnp4ctC/t_o_b.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { position:relative;display:block; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { background-color: transparent; background-image: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row > .video-iframe-container { display: none; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .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); }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E { border-width: 0; border-radius: 0; }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container > .video-iframe-container {  }#zpPilIxcw6PC7DfpHQopIUSveN80TI2E > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#pDd08TJFhEWfbNKTiN0Pz0THFBsnnzAl { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:fieldwork;font-size:2.5rem;font-weight:700;z-index:100018;line-height:1.1;letter-spacing:0;top:10.375rem;left:8.375rem;height:5.5rem;font-style:normal;display:block; }
#W6TXii0NfTy62L5ziKWs3ewWB2TUuG6f { background-color:#68c0b5;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fieldwork;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.25rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:25.125rem;left:8.375rem;display:block; }
#bFq9hEwKEnQtbIMZbnAeMK27xluXLTLQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CagzVWmy5DKqCiEz31UJ2xH6iy7ugefZ { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:9.5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:3.125rem;height:28.5rem;width:28.5rem;top:3.34375rem;left:40.25rem;overflow:hidden;display:block; }
#SrAqfc2P07fmNnTWokXFFNhB5NnxCkVe { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #09699d;border-left:0rem solid #09699d;border-right:0rem solid #09699d;border-bottom:0.1875rem solid #68c0b5;box-sizing:border-box;color:#68c0b5;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fieldwork;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:11.875rem;height:3.375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:25.0625rem;left:24.75rem;display:block; }
#f4L7MIX1yiHi8SJEttu9ZHTLaR4OtNPs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qn1TkbXHNmFMm3sHHeKH5Anz4izVuA6K { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.9375rem;width:7.9375rem;top:0rem;left:8.0625rem;overflow:hidden;display:block; }
#duNd6mTDcTpmuhZ3ecoUfCtJs3qH8JAq { position:absolute;display:block;z-index:99991;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.8125rem;width:75rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#ivUiUNHJLWE3tlPiSgZHKIKIDFbd8u28 { color:#ffffff;display:block;width:27.1875rem;position:absolute;font-family:fieldwork;font-size:1.1875rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:17.8125rem;left:8.375rem;height:5.34375rem;font-style:normal;display:block; }
#RJPLsHEUqUz6swXTkVNZpc3s6tE25lhC { color:#ffffff;display:block;width:22rem;position:absolute;font-family:fieldwork;font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:7.65625rem;left:8.375rem;height:1.78125rem;font-style:normal;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7vStqduo/Kopia_t_orekru.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K.adaptive-delivery-prevent-bg, #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K.lazyload, #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K.lazyloading { background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container {  }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#dzlsOTizwt3aTTI1k1HxOJaRK75g7Eut { position:absolute;display:block;z-index:99998;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:0.8125rem;left:34.375rem;display:block; }
#GKKTtXrMps2cm7n3kH17oG5wKpH5W7Am { color:#26265b;display:block;width:27.625rem;position:absolute;font-family:fieldwork;font-size:2rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:2.375rem;left:23.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UD7Bvzh4hlVM9WE2CQbG0wogfz8t2oMw { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(326deg, #004c4c, #68c0b5);background-image: -moz-linear-gradient(326deg, #004c4c, #68c0b5);background-image: -ms-linear-gradient(326deg, #004c4c, #68c0b5);background-image: -o-linear-gradient(326deg, #004c4c, #68c0b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c', endColorstr='#68c0b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c', endColorstr='#68c0b5' );";background-image: linear-gradient(326deg, #004c4c, #68c0b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:23.25rem;width:23.75rem;top:6.5625rem;left:40.625rem;display:block; }
#nD42HmbIVmoFJ4aPEFqqlRXiZx7dABiW { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(101deg, #004c4c, #68c0b5);background-image: -moz-linear-gradient(101deg, #004c4c, #68c0b5);background-image: -ms-linear-gradient(101deg, #004c4c, #68c0b5);background-image: -o-linear-gradient(101deg, #004c4c, #68c0b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c', endColorstr='#68c0b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c4c', endColorstr='#68c0b5' );";background-image: linear-gradient(101deg, #004c4c, #68c0b5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;height:23.1875rem;width:24.1875rem;top:6.5rem;left:10.6875rem;display:block; }
#xsdc0aM3DnTDaboVN7OdTyFaiPG4DW1w { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:fieldwork;font-size:1.3125rem;font-weight:300;z-index:100021;line-height:1.2;letter-spacing:0;top:13.3125rem;left:14.5rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeDcaXtgPyNGOllUknyFqCrBMTCi72Gc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:fieldwork;font-size:1.3125rem;font-weight:300;z-index:100022;line-height:1.2;letter-spacing:0;top:13.3125rem;left:46.25rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U15HKZJFcyyQgLSdUfiOeaqUpodbcZx9 { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:fieldwork;font-size:1.0625rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:15.5703125rem;left:13.375rem;height:8.285125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ERBmTRBHQKNBrZvu9QbhZvD4V0nLmPgp { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:fieldwork;font-size:1.0625rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:15.5703125rem;left:42.78125rem;height:9.6660125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJ9OoeLy77hz3Do5QCZkazbzMtBqke0v { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:8.375rem;left:20.5625rem;overflow:hidden;display:block; }
#vQdV8rPgEmDB8PwQ5SCvtU8mDlzZvrc2 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:4.4375rem;top:8.375rem;left:50.28125rem;overflow:hidden;display:block; }
#pwaksrda8KcfXa62ntp0sGPDULrheQt4 { color:#004c4b;display:block;width:9.375rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:34.0625rem;left:13.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G5lMMlRE3eSFx5LXumengNTi1VyrbfDL { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100026;opacity:1;top:35.3125rem;left:16.8125rem; }
#G5lMMlRE3eSFx5LXumengNTi1VyrbfDL > img { max-width: 100%;max-height:100%; }#vbB59WVF1eb2u3AgNnlkZf6LuFJ1kPCG { color:#004c4b;display:block;width:9.375rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:700;z-index:100027;line-height:1.3;letter-spacing:0;top:34.0625rem;left:39.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#usVrQhSSMAfUJxVVTi9ET1xaCvoUb1iw { color:#004c4b;display:block;width:9.375rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:34.0625rem;left:51.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QeZtgaUoTNND1QPdaVxtURTly9yOdiRT { color:#004c4b;display:block;width:9.375rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:34.0625rem;left:26.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E3g2zVnJsKmiOXo89EhNdck8W4dJIot8 { position:absolute;display:block;z-index:100019;background-color:#ffffff;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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:7.1875rem;width:53.5rem;top:32.375rem;left:10.75rem;display:block; }
#q0uIMpOl4nWhsUyVAlknZzKaKRTleVm0 { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100027;opacity:1;top:35.375rem;left:29.875rem; }
#q0uIMpOl4nWhsUyVAlknZzKaKRTleVm0 > img { max-width: 100%;max-height:100%; }#qaeiAOvwpHqtafAf1Mz8sLdrkrsRdhKu { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100028;opacity:1;top:35.375rem;left:42.25rem; }
#qaeiAOvwpHqtafAf1Mz8sLdrkrsRdhKu > img { max-width: 100%;max-height:100%; }#lx4GRppTAsKMdZUhiJFNxkqTAG3JsADU { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100029;opacity:1;top:35.375rem;left:54.4375rem; }
#lx4GRppTAsKMdZUhiJFNxkqTAG3JsADU > img { max-width: 100%;max-height:100%; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004c4c;background-image:url("https://images.assets-landingi.com/Xrsr6FXz/t_odarkgreen.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO.adaptive-delivery-prevent-bg, #MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO.lazyload, #MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO.lazyloading { background-image: none; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row .container { background-color: transparent; background-image: none; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row .container > .video-iframe-container { display: none; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row > .video-iframe-container { display: none; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .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); }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row .container { border-width: 0; border-radius: 0; }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row > .video-iframe-container {  }#MB5LrCHVgNxJLBsW49Nqe9As59aEKnlO > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#KiB3hXOb3yFJbeGIKdDdaykKCqtTpMR6 { color:#fbdb7d;display:block;width:12.5rem;position:absolute;font-family:fieldwork;font-size:3.25rem;font-weight:700;z-index:100021;line-height:1.2;letter-spacing:0;top:11.0625rem;left:31.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rV5l7kx2Pn8CuMpgL9Ufq5akQenC1mZ0 { color:#ffffff;display:block;width:15.375rem;position:absolute;font-family:fieldwork;font-size:1.0625rem;font-weight:300;z-index:100022;line-height:1.2;letter-spacing:0;top:15.4375rem;left:29.8125rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jzfccoa3BTE3yA7TuV9809Sv3pxH0UeR { color:#ffe086;display:block;width:12.5rem;position:absolute;font-family:fieldwork;font-size:3.25rem;font-weight:700;z-index:100023;line-height:1.2;letter-spacing:0;top:11.0625rem;left:56.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4S583CqHDhTKpLguy7V5sK1VcWQXb0Z { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:fieldwork;font-size:1.0625rem;font-weight:300;z-index:100024;line-height:1.2;letter-spacing:0;top:15.4375rem;left:53.25rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tgf4QJRyKLmOEseaTI81MdKwvGFpRvpB { color:#ffe189;display:block;width:12.5rem;position:absolute;font-family:fieldwork;font-size:3.25rem;font-weight:700;z-index:100019;line-height:1.2;letter-spacing:0;top:11.625rem;left:6.25rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tQMhRaBl3PG1AXbE0FLe8cO7eWTOr1qp { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:fieldwork;font-size:1.0625rem;font-weight:300;z-index:100020;line-height:1.2;letter-spacing:0;top:15.4375rem;left:2.875rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqO3OkBzI5rXH6bwv08oNoTCSG8BqQkE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:4.75rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lXTZvBEvNHSit9IWz1VDvemz5nVrmdcL { position:absolute;display:block;z-index:99996;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.0625rem;left:34.375rem;display:block; }
#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8VrD2tPE/landngtlo3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk.adaptive-delivery-prevent-bg, #NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk.lazyload, #NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk.lazyloading { background-image: none; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row .container { background-color: transparent; background-image: none; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row .container > .video-iframe-container { display: none; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row > .video-iframe-container { display: none; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .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); }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row .container { border-width: 0; border-radius: 0; }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row > .video-iframe-container {  }#NwpI1VZAO5nFD44pGmnZGBc0HrQ2dvRk > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#ZzR8os7TQpuCXFNtHUJI8V1HQK5eLVqx { color:#004c4c;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:4.6875rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvaDwZhKKuI0cxVd9U8wKEJRuycy2AXa { position:absolute;display:block;z-index:99996;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3rem;left:34.375rem;display:block; }
#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8VrD2tPE/landngtlo3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.adaptive-delivery-prevent-bg, #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.lazyload, #eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF.lazyloading { background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { background-color: transparent; background-image: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container { display: none; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .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); }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { border-width: 0; border-radius: 0; }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row > .video-iframe-container {  }#eVKr1lctZB4IhHWomdcaqoXhv6T9n4LF > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#N98RHHLPW2CeGGht9JeQmUXcU7PueBkk { position:absolute;display:block;z-index:100022;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:8.25rem;display:block; }
#ZLq47nl7JbomWqWPqdT9VSaqfzQgDUGJ { color:#004c4c;display:block;width:16.875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100008;line-height:1.5;letter-spacing:0;top:8.8125rem;left:4.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x7tF84R9F9TtUNbrNoMbV9PTXBIE90op { position:absolute;display:block;z-index:100023;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:7.4375rem;display:block; }
#t7WpKJxevrEcpfH94hmzDZ8bqTaRHbR5 { color:#004c4c;display:block;width:2.1875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100033;line-height:1.5;letter-spacing:0;top:0.8125rem;left:7.4375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xXfJPW9C6IqrEvPfBDkmBXSyiCW6WSgf { position:absolute;display:block;z-index:100028;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:33.25rem;display:block; }
#Qn5lXWDQtGPsHAXWmcz8f2RP1qOw41Zo { color:#004c4c;display:block;width:18.8125rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100014;line-height:1.5;letter-spacing:0;top:8.8125rem;left:28.09375rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vALNFM3IMdc7o61Ad1bdXTHvAaQN5pyn { position:absolute;display:block;z-index:100029;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:32.4375rem;display:block; }
#q5B05lvgRWDz2vu8bTtiItbkpfM9cSod { color:#004c4c;display:block;width:2.1875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100039;line-height:1.5;letter-spacing:0;top:0.8125rem;left:32.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbH0DNlPWMNTmdk6wTrv5BrmsUA0vzmA { position:absolute;display:block;z-index:100034;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:7.5rem;width:7.5rem;top:0rem;left:58.25rem;display:block; }
#yHfqQMVd06W1XWmTABSNK2OxDmTZXfoU { color:#004c4c;display:block;width:16.875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100020;line-height:1.5;letter-spacing:0;top:8.8125rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pTRVIiAE9LqxB3NNFtdnq07ogHL0E7Bh { position:absolute;display:block;z-index:100035;background-color:#ffffff;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.1) ;height:2.25rem;width:2.25rem;top:0.625rem;left:57.4375rem;display:block; }
#ZWe6a0eErflIO4sGi4uPQ5o2bcGfExTF { color:#004c4c;display:block;width:2.1875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100045;line-height:1.5;letter-spacing:0;top:0.8125rem;left:57.5rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMzQbITbALTCr6JRn4GLAvfqgXCKiEiS { box-sizing:content-box;color:#5d92ff;font-size:2rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100046;top:1.9375rem;left:10.1875rem; }
#PMA1Mo0phcNgx4WoMCHNZolIrlV26zFe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100047;top:1.9375rem;left:35.1875rem; }
#kbilxxsvuBlaPZDadPz60UWFwZQ1NVRQ { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100048;top:1.96875rem;left:60.21875rem; }
#ekNqwmfp7JCA9ThoyLTk3Tx5apuDJLom { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100049;line-height:1.3;letter-spacing:0;top:11.25rem;left:4.15625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxqTehgo07sbDmtmT8ySmyupTI3b7uQz { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100050;line-height:1.3;letter-spacing:0;top:11.25rem;left:29.15625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VPrWyXuwaHmkS8BxL5StwlcrU87PiARG { color:#000000;display:block;width:19.5rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100051;line-height:1.3;letter-spacing:0;top:11.25rem;left:52.75rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ThBU98bL/t_orekru2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui.adaptive-delivery-prevent-bg, #xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui.lazyload, #xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui.lazyloading { background-image: none; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row .container { background-color: transparent; background-image: none; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row .container > .video-iframe-container { display: none; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row > .video-iframe-container { display: none; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .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); }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row .container { border-width: 0; border-radius: 0; }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row > .video-iframe-container {  }#xTrUQeGUeLBIUsSkfEKK0FAGa9JTTZui > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#Kc6wbvgrJzTVzzsbvhfD66bRlCV8X87w { color:#ffffff;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.3125rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WaSP0RlO3L06L5NtylioxCnQ0aM9TfBl { position:absolute;display:block;z-index:99996;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.625rem;left:34.375rem;display:block; }
#fqhQp6SuQT1NesdILycSmGSWliTwqI0k { color:#ffffff;display:block;width:18rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100010;line-height:1.5;letter-spacing:0;top:14.5625rem;left:28.5rem;height:1.875rem;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; }
#Asa7xwi1oVCPn1II0zwgZc3pDctT8f46 { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:fieldwork;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:14.609375rem;left:52.5625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WEZK9UUN4yrQlCxBSi6HgKlQAPrlIdG8 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:1.3125rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:8.6875rem;left:0rem;height:1.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XyydwcW3zas4CFKQCKsIKy54nx4l1tZr { color:#ffffff;display:block;width:20.75rem;position:absolute;font-family:fieldwork;font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:17.15625rem;left:27.125rem;height:11.536125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#XyydwcW3zas4CFKQCKsIKy54nx4l1tZr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XyydwcW3zas4CFKQCKsIKy54nx4l1tZr li:before{  }
#kPDHRLvenznDF8cZ4adpJUIw2J2qiSvx { color:#ffffff;display:block;width:20.0625rem;position:absolute;font-family:fieldwork;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:17.15625rem;left:53.09375rem;height:7.6855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kPDHRLvenznDF8cZ4adpJUIw2J2qiSvx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPDHRLvenznDF8cZ4adpJUIw2J2qiSvx li:before{  }
#kVKUXTNFkbTuRGLFKW56oes8Bu5svWZ5 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:fieldwork;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:14.55517578125rem;left:2.9375rem;height:1.78125rem;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; }
#TZ45TqAkxCSZUfB3BoVeGOlKo3CFWD4U { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:fieldwork;font-size:1.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;top:17.15625rem;left:1.84375rem;height:9.035125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TZ45TqAkxCSZUfB3BoVeGOlKo3CFWD4U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TZ45TqAkxCSZUfB3BoVeGOlKo3CFWD4U li:before{  }
#p5cfuMvoEypSNarNIb9F9Utoy89zTBAu { position:absolute;display:block;z-index:99995;background-color:rgba(0,76,76,0.37);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.58) ;height:18rem;width:24.1875rem;top:12.9375rem;left:25.4375rem;display:block; }
#D6XHEzkVWTEbUs4ZQZTMeNy57yyQU2y8 { position:absolute;display:block;z-index:99996;background-color:rgba(0,76,76,0.21);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:16.9375rem;width:22.8125rem;top:13.5rem;left:0.4375rem;display:block; }
#TTclkbOpnEi8CLizqKNoXNZOVLC27IWS { position:absolute;display:block;z-index:99997;background-color:rgba(0,76,76,0.21);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:16.9375rem;width:22.8125rem;top:13.5rem;left:51.6875rem;display:block; }
#KA1fESSNhme8t7grZdK7s2na2BokSeT3 { background-color:#68c0b5;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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:fieldwork;font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.25rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:35.9375rem;left:29.8125rem;display:block; }
#txOyagGWeJWqHnWwmFxgwdv0Ci1xklMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ThBU98bL/t_orekru2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI.adaptive-delivery-prevent-bg, #rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI.lazyload, #rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI.lazyloading { background-image: none; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row .container { background-color: transparent; background-image: none; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row .container > .video-iframe-container { display: none; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row > .video-iframe-container { display: none; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .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); }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row .container { border-width: 0; border-radius: 0; }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row > .video-iframe-container {  }#rc3lHzLKPmBJbF0kvubHeL2ElZk1JKMI > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#DTD74MXQSIUOiOuSLtIMmhwF3MMWwstV { color:#ffffff;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.4375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UxrQpm5HuJLU7fXJN2CXrAlde9UZzMTo { position:absolute;display:block;z-index:99996;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.75rem;left:34.375rem;display:block; }
#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ThBU98bL/t_orekru2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3.adaptive-delivery-prevent-bg, #g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3.lazyload, #g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3.lazyloading { background-image: none; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row .container { background-color: transparent; background-image: none; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row .container > .video-iframe-container { display: none; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row > .video-iframe-container { display: none; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .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); }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row .container { border-width: 0; border-radius: 0; }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row > .video-iframe-container {  }#g1TnW9Uu8nbNldNoSIgqBFw2EV8gyUZ3 > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#ET34cdVXSbWy5Vx9Szx5NUIPBouUSoi4 { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.125rem;left:2.65625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I0Tx7TiCWv24V9OduWHqbDVQswotLvpX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;opacity:1;top:2.1875rem;left:10.875rem; }
#DZanLGOsyRrpTVT4NEbwasgU5WPWxG1k { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.125rem;left:28.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9tUKfHDanrUkSEHkbyvFL0uPooG60DB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100011;opacity:1;top:2.1875rem;left:35.875rem; }
#lrsUzAxtqyrplznEQt147OeQBFJSEyZH { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0Bd0WLOe3tm4cmfI0cLQq2MpbyX3EIz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;opacity:1;top:2.25rem;left:60.875rem; }
#KTtN9Oq70ptqE5AP5H4MFwHlO4idXqvH { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:17.125rem;left:3.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUZQRIVs8qV8RgdbTwfHfAG8uT3wnh7z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100015;opacity:1;top:13.1875rem;left:10.875rem; }
#ggVPeIaMp9VIuzI2dJVRA85ThQe6nFS5 { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:17.125rem;left:27.25rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uI6r92sZSMVfpadEdgKrzbPBZbn4GGnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100017;opacity:1;top:13.1875rem;left:35.875rem; }
#PmliT3dQTF2QDGuTrH9ZWpT8Vsw8fRG6 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:17.1875rem;left:53.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTqcserdCNNySsWCQ7tx2WoasDHQQAJh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100019;opacity:1;top:13.25rem;left:60.875rem; }
#mvWkE987UtkNzybkpisipVbfwJO2nbkn { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:28.375rem;left:28.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HaZhoP4vyxqqbtzmrAshopqguZdb6B3h { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:28.4375rem;left:53.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNToEqTq8SSzyhlfVAgH2bwzm7eoT59M { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:28.375rem;left:3.125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ie4g0Sg5WiXRKKT13uDXHvCbXtHdAITx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100023;opacity:1;top:24.4375rem;left:35.875rem; }
#xvBpRfJ08Ve2Dc9OiyT3wlVGLVnFGoXA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100025;opacity:1;top:24.5rem;left:60.875rem; }
#WLmQpEk6MVDmGG4x7pgccI4sUrzvGmvb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100021;opacity:1;top:24.4375rem;left:10.875rem; }
#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8VrD2tPE/landngtlo3.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0.adaptive-delivery-prevent-bg, #lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0.lazyload, #lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0.lazyloading { background-image: none; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row .container { background-color: transparent; background-image: none; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row .container > .video-iframe-container { display: none; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row > .video-iframe-container { display: none; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .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); }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row .container { border-width: 0; border-radius: 0; }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row > .video-iframe-container {  }#lSVXppqfixSpeqmTmNgvn6NTsVD8Nlv0 > .row .container { font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;position:relative;display:block; }#ndPBMfBfVukwsM6mocUX8PZHdiPRyarl { color:#004c4c;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:5.25rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wIAtIPQTf50Vd6LfTDPxNlhzwbEk1CSK { position:absolute;display:block;z-index:99996;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:3.5625rem;left:34.375rem;display:block; }
#LnLRLdlnst5lTvqTGPUmHtR40a47Ub6R { position:absolute;display:block;z-index:100014;background-color:rgba(255,255,255,0.43);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:11.6875rem;width:40.6875rem;top:10rem;left:17.1875rem;display:block; }
#X4mgCve0sMu8uf9WhWCTsWmRoDGnydiT { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:fieldwork;font-size:1.3125rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.6875rem;height:8.53028125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7PqeZiX7mrdacBid3TBnXVnyq1ZfkPL { color:#585858;display:block;width:31.4375rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:26.3125rem;left:21.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGokE6Uz5D4o1uk7pgB99Zg7JI74QTs6 { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:35rem;left:3.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6M1hHBvz0AMcporffJV59umW0RpgPCR { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:35rem;left:21.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSr6cSmx2NysaHwJJDlIO9IWZomboEgG { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:35.625rem;left:39.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WaC1mXMlz3KJSiHIlaQxTJcQVpgaLR0Z { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:fieldwork;font-size:1rem;font-weight:300;z-index:100021;line-height:1.3;letter-spacing:0;top:35.625rem;left:57.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPel8UUTXP8M2Cup5qCbkVEavroPBHrP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100031;opacity:1;top:30.625rem;left:8.375rem; }
#nq44HgunK5oFq66km4X8rBbULaoZtuDR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100032;opacity:1;top:30.625rem;left:26.5625rem; }
#gXPGG7HD3QDpwo7mLGP9lZofRZF4SFWg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100033;opacity:1;top:30.625rem;left:44.75rem; }
#l56gtaT1OiSNgWJIBtyBO3k9hC1nmanq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100034;opacity:1;top:30.625rem;left:62.625rem; }
#A0cytyTb6TDcx9ZBE2FbFbFihkqyotGE { position:absolute;display:block;z-index:100015;background-color:rgba(255,255,255,0.26);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.61) ;height:9.1875rem;width:15.5625rem;top:29.8125rem;left:2.625rem;display:block; }
#oPCcw66lotgG74FagiBpFLxu3F1dSf7g { position:absolute;display:block;z-index:100016;background-color:rgba(255,255,255,0.61);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:9.25rem;width:15.5625rem;top:29.8125rem;left:20.8125rem;display:block; }
#C7VIOvPbO2spoKtrkSt8FhNZh3mM1ipF { position:absolute;display:block;z-index:100017;background-color:rgba(255,255,255,0.61);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:9.25rem;width:15.5625rem;top:29.8125rem;left:39rem;display:block; }
#UZTuJTcAdslz4KvXtBQdTZtGUMXJxlT1 { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.61);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;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(0,0,0,0.45) ;height:9.25rem;width:15.5625rem;top:29.8125rem;left:56.875rem;display:block; }
#FXSo1xhIDChh6dym5T6qoRJkodAUAQaR { color:#000000;display:block;width:57.125rem;position:absolute;font-family:fieldwork;font-size:1.25rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:50rem;left:8.9375rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKVXFGX0gvuXAramToLqdKnkmEemnA2b { position:absolute;display:block;z-index:99998;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:43.6875rem;left:34.375rem;display:block; }
#PMqEFEacmdFg2ax6fbzTl4ptu67NmQ9o { color:#004c4c;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:45.375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xJnp4ctC/t_o_b.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z.adaptive-delivery-prevent-bg, #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z.lazyload, #b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z.lazyloading { background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { background-color: transparent; background-image: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container { display: none; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .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); }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { border-width: 0; border-radius: 0; }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row > .video-iframe-container {  }#b3fAPVsmxwxvh2h8sKgl8am0cbiSBV9z > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-form-header {  }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-regular-label { height:auto;display:block;font-family:fieldwork;font-size:1.3125rem;font-weight:700;color:#ffffff;width:25.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-text { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7ffffff', endColorstr='#dbffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7ffffff', endColorstr='#dbffffff' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-text {padding-top: 0; padding-bottom: 0;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-textarea { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7ffffff', endColorstr='#dbffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7ffffff', endColorstr='#dbffffff' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.72), rgba(255,255,255,0.86));background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #9e9e9e;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:raleway;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-select { background-color:rgba(255,255,255,0.82);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.1875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-select {padding-top: 0; padding-bottom: 0;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #68c0b5, #42afa2);background-image: -moz-linear-gradient(45deg, #68c0b5, #42afa2);background-image: -ms-linear-gradient(45deg, #68c0b5, #42afa2);background-image: -o-linear-gradient(45deg, #68c0b5, #42afa2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c0b5', endColorstr='#42afa2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c0b5', endColorstr='#42afa2' );";background-image: linear-gradient(45deg, #68c0b5, #42afa2);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:25.1875rem;height:3.4375rem;font-family:fieldwork;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.39); }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se [class*="-text"]:-moz-placeholder { color:#004c4c;font-family:fieldwork;font-size:1rem;font-weight:400;font-style:normal; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se [class*="-text"]::-moz-placeholder { color:#004c4c;font-family:fieldwork;font-size:1rem;font-weight:400;font-style:normal; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se [class*="-text"]:-ms-input-placeholder { color:#004c4c;font-family:fieldwork;font-size:1rem;font-weight:400;font-style:normal; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se [class*="-text"]::-webkit-input-placeholder { color:#004c4c;font-family:fieldwork;font-size:1rem;font-weight:400;font-style:normal; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:0.875rem;font-weight:400;color:#9e9e9e;vertical-align:top;width:23.9375rem;overflow:hidden;font-style:normal; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-container:first-of-type{padding-top:0;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-container:last-of-type{padding-bottom:0;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem #004c4c ;left:23.65625rem;top:13.6875rem;z-index:100001;position:absolute; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.1875rem;display:block;vertical-align:top; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se .widget-info-text { display:block;height:auto;font-family:fieldwork;font-size:0.625rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se {display:block;}#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: 0rem 0.9375rem 0.9375rem #004c4c ;left:23.65625rem;top:13.6875rem;z-index:100001;position:absolute; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #Iggt5XmUrlVU6mTA4MstyVTMryIE7tVZ { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #EhUKcV0BfbTy2nAJEgDDJPxCchH07LTc { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #U7RaA7bdgGQtcC9AJXTbUKGETgKta8sC { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #c3Xgc99mcOpXBR9grnS1cieHCffRTi4v { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #Kzoqq0CVuiROUsERFdFaMuLQBTo9bT4F { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #owGzCyX5T8gAxuJOJ1lpAQJ7SLAn6E3t { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #ncSdA5OGTPl8PeC4xfikWCQ8tDvnJEVg { position:relative;z-index:100000; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #cAADM1dMEMcOgWthO793mqLMdIkskr43 { position:relative;z-index:100000; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #lUVF5hHwq87iE7pkQOPI2FX9TIHNka4S { position:relative; }
#QUz12gPqMlC7luDxpJoA4qShHcHrQ0Se #TuLdgZukFdshyc1blynLoHaRuDm9qVLq { position:relative; }
#uw0UBiJ7C8QMx3VEFxdgkV7vsqIVMTH0 { position:absolute;display:block;z-index:99998;background-color:#68c0b5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.3125rem;width:6.25rem;top:6.6875rem;left:34.375rem;display:block; }
#dz9i2gThSZ2u0xcv6HWuxGlZ8Cdk1gug { color:#ffffff;display:block;width:75rem;position:absolute;font-family:fieldwork;font-size:2.25rem;font-weight:700;z-index:100011;line-height:1.5;letter-spacing:0;top:8.375rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p0meEBC2Zu2No2RnZNTanwJNu29tUoka { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/xJnp4ctC/t_o_b.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS.adaptive-delivery-prevent-bg, #yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS.lazyload, #yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS.lazyloading { background-image: none; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row .container { background-color: transparent; background-image: none; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row .container > .video-iframe-container { display: none; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row > .video-iframe-container { display: none; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .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); }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row .container { border-width: 0; border-radius: 0; }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row > .video-iframe-container {  }#yrWlFKM0hoA99ge3Wnr2aEk4DPbo5tRS > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#Jkhi0ZKv4p1sLNq6ntuqJu5s66RG2Rhb { box-sizing:content-box;color:#ffd866;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:100016;top:1.5625rem;left:43.25rem;display:block; }
#RbQSNUV6T5lRhG5yrH4uTcwmofgU68IR { box-sizing:content-box;color:#ffd866;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:100018;top:1.5625rem;left:38.3125rem;display:block; }
#yWCWGke2S3QdByvr3gzIVM3PQnSN4rsa { box-sizing:content-box;color:#ffd866;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:100017;top:1.5625rem;left:33.375rem;display:block; }
#WMeeyetKsR2ARDNI4tLyNHMlvHS4FN1N { box-sizing:content-box;color:#ffd866;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:100017;top:1.5625rem;left:28.625rem;display:block; }
