.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-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b { background-color:#d30707;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container { background-color: transparent; background-image: none; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container > .video-iframe-container { display: none; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row > .video-iframe-container { display: none; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .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); }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container { border-width: 0; border-radius: 0; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;overflow:visible;position:relative;display:block; }#vBx9R5mzJWyck8ktszTTSK7ggk7pOUm8 { color:#ffffff;display:block;width:14.75rem;position:absolute;font-family:"dm sans";font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.07421875rem;left:30.125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/06d11f0a-89df-4e66-9e09-58ac5c113469/Seo1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.adaptive-delivery-prevent-bg, #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.lazyload, #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.lazyloading { background-image: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { background-color: transparent; background-image: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container > .video-iframe-container { display: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row > .video-iframe-container { display: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .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); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { border-width: 0; border-radius: 0; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#GHdoSStlwqhlhtbfTuop1lkXMCq0aMR5 { 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:2.5rem;width:13.6875rem;top:10.5rem;left:1.6875rem;overflow:hidden;display:block; }
#Th7HEzvbpJhZXTsUF9TNLdTZBoJNh2zq { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:14.3125rem;left:1.6875rem;height:6rem;font-style:normal;display:block; }
#KEZwoEJdyk346k4ROqRSxiv23fzvg2TQ { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:20.8125rem;left:1.6875rem;height:7.5rem;font-style:normal;display:block; }
#W61sm8bvd15PhQ1gwOtNNkXzfPTLDh8N { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.875rem;left:1.6875rem;display:block; }
#c00GMvGEtQ7FWXBhXSRagwQs76yG1MnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container { background-color: transparent; background-image: none; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container > .video-iframe-container { display: none; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row > .video-iframe-container { display: none; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .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); }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container { border-width: 0; border-radius: 0; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#goL5NXRQGtovfVL0UuTTysIRA2B2h1x2 { 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:36.9375rem;width:30.875rem;top:3.40625rem;left:3.3125rem;overflow:hidden;display:block; }
#tv3rooEtnbXnPCzafpDXI1hkm40kN83g { color:#414141;display:block;width:34.375rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.625rem;left:37.5rem;height:6.5rem;font-style:normal;display:block; }
#w6oQg0lfpZReaNpmZy6CgIETxi1SvrNM { color:#356a78;display:block;width:35.6875rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:3.25rem;left:37.5rem;height:1.875rem;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; }
#yJXzW0FWU5vqrUx9zB54BCdekkkS49XL { color:#414141;display:block;width:35.0625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.375rem;left:37.5rem;height:23.625rem;font-style:normal;display:block; }
#BzSEobPwThLaAokOFkTqgMxFCGKbcBtB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.0625rem;left:37.5rem;display:block; }
#u6OOgBzK80E0KGIqnid9UlkgfV9t64tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bdb8b310-8f0e-414e-af7d-bea1c19b321a/Seo31.png");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; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH.adaptive-delivery-prevent-bg, #T855lzXmKwhwKfvgDT7geWV9g1OkVLwH.lazyload, #T855lzXmKwhwKfvgDT7geWV9g1OkVLwH.lazyloading { background-image: none; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container { background-color: transparent; background-image: none; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container > .video-iframe-container { display: none; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row > .video-iframe-container { display: none; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .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); }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container { border-width: 0; border-radius: 0; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:75rem;position:relative;display:block; }#vciJwJ4SHis8noNGJoG3p2lHUDTv3i2n { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:7.75rem;left:22.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dcm2UTMENNG4wVe57iJNq4sKQfFID0XF { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:5.9375rem;left:31.125rem;height:1.875rem;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;text-align:center;text-align-last:center;display:block; }
#X93CQhi2H2lQcORsxSkbXuIbCe5U0CAK { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15017;background-color:rgba(255,255,255,0.1);background-image:none;top:11.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#nE9Hk9Ez261DTPQLOyMSLTCqhXvf0tkZ { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:13.9375rem;left:2rem;height:6rem;font-style:normal;display:block; }
#lDgNabMp6QW2PCAab5z5AKCTnVTI372d { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.1);background-image:none;top:11.9375rem;left:25.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#dLkREUaFv4pZfRTJILQLo6T1Gf6nXTU8 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:14.6875rem;left:27.625rem;height:4.5rem;font-style:normal;display:block; }
#t44VhOuF3KfneTCveB8lXhqrrXcCklPE { box-sizing:content-box;height:9.9375rem;width:23.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.1);background-image:none;top:11.9375rem;left:51.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#fGBvklPlI8TSRdXezCvU4ZJUTQqnTgbe { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:14.6875rem;left:53.25rem;height:4.5rem;font-style:normal;display:block; }
#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#377888;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; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container { background-color: transparent; background-image: none; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container > .video-iframe-container { display: none; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row > .video-iframe-container { display: none; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .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); }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container { border-width: 0; border-radius: 0; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container { font-size:0.875rem;font-family:arial;height:64.375rem;width:75rem;position:relative;display:block; }#b2Ikx2lfumEoiGFiIlVH8zUSsSFstVGJ { color:#ffffff;display:block;width:10.3125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:3.125rem;left:32.375rem;height:1.875rem;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;text-align:center;text-align-last:center;display:block; }
#sJPOHnv8wsqrnqTkTnq0OwagDTgAxnQE { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:"source serif 4";font-size:2rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:22.5rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CuoWMRnvnWbfEKNX0sZfvb8WtBA331ic { 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:14rem;width:23rem;top:9.125rem;left:0rem;overflow:hidden;display:block; }
#PxSJloQDZsExde53k2VPsWCfO9DrgP27 { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:23.9375rem;left:0.875rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:block; }
#TmJqTUZaAQmTf5BXEZMCr3PexikEgKiK { color:#ffffff;display:block;width:22.75rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.9375rem;left:26.125rem;height:6.75rem;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;text-align:center;text-align-last:center;display:block; }
#P7txfWWH2gWmAsTS4Z0kJla2f7kfqdxM { 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:14rem;width:23rem;top:9.125rem;left:26rem;overflow:hidden;display:block; }
#pxBmyBaavsFv3TD1nNcV6CqBtuNkF25X { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:23.9375rem;left:52.875rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:block; }
#C97A6EeqMAUOJSq4LnuKQpRqFkokBFsV { 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:14rem;width:23rem;top:9.125rem;left:52rem;overflow:hidden;display:block; }
#V4J2E0lcGmSFJhLRKGuwZJWD7mPTfVxa { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:46.5625rem;left:13.1875rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:block; }
#PVLqfSlZeDUmKr2d6bk4OiVTXazrbdR2 { 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:14rem;width:23rem;top:31.75rem;left:13rem;overflow:hidden;display:block; }
#DF7aHOTHgrI2hp5O1bW60oGg7lrzsO0L { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:"dm sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:46.5625rem;left:40.8125rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:block; }
#UCxbtlf4ldsFU7SIfQGHeXXxrBIHWbud { 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:14rem;width:23rem;top:31.75rem;left:39rem;overflow:hidden;display:block; }
#XbKXJRppBewBELLUxISOTqMI8NSBp3Mo { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:53.25rem;left:23.5rem;display:block; }
#Dda1sKyK0iZB0OsKpztWRftlumfx4Qdb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CAZJ2i8v61T6w9Uf86RTlxLpOTH9b5L8 { color:rgba(255,255,255,0.75);display:block;width:23.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:57.3125rem;left:25.75rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9bdf8991-d067-42d7-9ecf-8c50b5216873/Seo3.png");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; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI.adaptive-delivery-prevent-bg, #mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI.lazyload, #mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI.lazyloading { background-image: none; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container { background-color: transparent; background-image: none; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container > .video-iframe-container { display: none; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row > .video-iframe-container { display: none; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .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); }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container { border-width: 0; border-radius: 0; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#Xw2AIqb2O6vNGIqoslPRst5bkuhuxJNh { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"source serif 4";font-size:2.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.625rem;height:5.8496125rem;font-style:normal;display:block; }
#BrDqUVXwVKqmqQ5GzMZeVLMcges04h8q { color:#ffffff;display:block;width:9.125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.25rem;left:2.625rem;height:1.875rem;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; }
#aGLwsP2qLOd4TNp7pQH3TDH0g5MN39ws { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:14rem;left:4rem; }
#Ounyxxfq0UnPTqC6WdxFmAaPmolpgG7y { box-sizing:content-box;height:4.625rem;width:27.8125rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -moz-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -ms-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -o-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );";background-image: linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-size:auto !important;top:12.5rem;left:2.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#IZiZ4BT8p0PhGRaCro7CW6Qs5wKWVmHf { color:#ffffff;display:block;width:20.5rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.6875rem;left:6.5625rem;height:2.2734375rem;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;text-align:left;text-align-last:left;display:block; }
#k6u5taV2UulLfy9usEIuSXkGFcB0dbVQ { box-sizing:content-box;height:4.625rem;width:27.8125rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -moz-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -ms-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -o-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );";background-image: linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-size:auto !important;top:17.75rem;left:2.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rxBGIIxvAe2Rgvdwm64TGnRfqfQWZbzp { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:18.9375rem;left:6.5625rem;height:2.2734375rem;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;text-align:left;text-align-last:left;display:block; }
#FPaKxgM57xMsFwMTxAATKXKKAfVgXUdH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:19.25rem;left:4rem; }
#Vx9PyEcQNNO21B88RxsBgqBFwqICJg4T { box-sizing:content-box;height:4.625rem;width:27.8125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -moz-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -ms-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -o-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );";background-image: linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-size:auto !important;top:22.9375rem;left:2.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#kVWhR3tTAJBUv0vg5iihLqkHqTr1ZQTU { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.125rem;left:6.5625rem;height:2.2734375rem;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;text-align:left;text-align-last:left;display:block; }
#Z33DCVGvqhcB7uhazgoTTiy1BOlZsT4b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:24.4375rem;left:4rem; }
#hnJw5QJGTTBMESIRBgkElX9cinGWWW2i { box-sizing:content-box;height:4.625rem;width:27.8125rem;position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -moz-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -ms-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -o-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );";background-image: linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-size:auto !important;top:28.125rem;left:2.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#XdcWpMTCodGZNLFnEDOEtRx1u4mmel0O { color:#ffffff;display:block;width:23rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:29.3125rem;left:6.625rem;height:2.2734375rem;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;text-align:left;text-align-last:left;display:block; }
#z5gCRkdAM6Qlh2LnNPxSlfOCyBKUtyDk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:29.625rem;left:4rem; }
#gdLcMdKSvAcTEMH75nmRCmR0bkKZ1Tyf { box-sizing:content-box;height:4.625rem;width:27.8125rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -moz-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -ms-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-image: -o-linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#15900f7f', endColorstr='#377888cc' );";background-image: linear-gradient(90deg, rgba(21,144,15,0.5), rgba(55,120,136,0.8));background-size:auto !important;top:33.375rem;left:2.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DRXnrwdQ50I8pdBiX4T3UebONnwvTmlW { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:34.5625rem;left:6.625rem;height:2.2734375rem;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;text-align:left;text-align-last:left;display:block; }
#F91gz8bhTpZyVk9kfFsO8IlrPZFQ7pSv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:34.875rem;left:4rem; }
#KwQOvpXqT4I0cE8T9sSSKli7NZDJTSEl { 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:35.6875rem;width:38.5625rem;top:2.21875rem;left:33.59375rem;overflow:hidden;display:block; }
#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fd441f8a-d329-483f-b0e9-42470d14aa88/Seo6.png");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; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.adaptive-delivery-prevent-bg, #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.lazyload, #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.lazyloading { background-image: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { background-color: transparent; background-image: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container > .video-iframe-container { display: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row > .video-iframe-container { display: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .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); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { border-width: 0; border-radius: 0; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#xmr2NEX73GKCmOGRc7OZIepc5nuFsuuN { color:#414141;display:block;width:34.375rem;position:absolute;font-family:"source serif 4";font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.375rem;left:39.5625rem;height:3.25rem;font-style:normal;display:block; }
#UD92QImwgOUvoQCwb1657V47SVv475fX { color:#356a78;display:block;width:33.5rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.3125rem;left:39.5625rem;height:1.875rem;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; }
#T1IcTQUqNH2D7QwOgy5o791xTzkkSuB9 { color:#414141;display:block;width:34.75rem;position:absolute;font-family:"dm sans";font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:18.625rem;left:39.5625rem;height:8.25rem;font-style:normal;display:block; }
#te1L9uf0ffokTQOXpS2PtRCW2bak9Io3 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.4375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:28rem;left:39.5625rem;display:block; }
#tbRCXfD40a8c2uXPwt49Oda5LWWueXDN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DWobWGp7FvpPZmySRAExU7PNByTbBrEN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3b8379d-1b60-4a9d-96b8-40f32aa15148/Seo81.png");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; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN.adaptive-delivery-prevent-bg, #DWobWGp7FvpPZmySRAExU7PNByTbBrEN.lazyload, #DWobWGp7FvpPZmySRAExU7PNByTbBrEN.lazyloading { background-image: none; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container { background-color: transparent; background-image: none; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container > .video-iframe-container { display: none; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row > .video-iframe-container { display: none; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .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); }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container { border-width: 0; border-radius: 0; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#GEMzOIAArUFSHqOXuNEKrCG8fvmb67wL { 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:21.5rem;width:35.25rem;top:4.6875rem;left:38.3125rem;overflow:hidden;display:block; }
#eZ8EeN5mmOzoFnPtHIhb66EcdMFmrbk4 { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"source serif 4";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:27.6875rem;left:43.5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NdGozNusT1dBfet66SJ6L9WpCMAc8BRE { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15032;line-height:1.5;letter-spacing:0;top:30.0625rem;left:41.75rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcGwnJvwylrCJfW4ZTgq8boEwdbIoOJT { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:4.875rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzPtXpazIBW8yX9zAvFSkKWkNdBmLkBX { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:"source serif 4";font-size:1.625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:27.6875rem;left:3.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOzRFtUdhf2lV2plnR46JEZeGkUXNGM5 { 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:21.5rem;width:35.25rem;top:4.6875rem;left:1.4375rem;overflow:hidden;display:block; }
#egBgmpyGHH28El1xBHolGrbytRmaw47T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container { background-color: transparent; background-image: none; }#egBgmpyGHH28El1xBHolGrbytRmaw47T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container > .video-iframe-container { display: none; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row > .video-iframe-container { display: none; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .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); }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container { border-width: 0; border-radius: 0; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container { font-size:0.875rem;font-family:arial;height:63.8125rem;width:75rem;position:relative;display:block; }#VlW938ePV1z1zcQTNiJwq9dtr6Uh2np3 { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:"source serif 4";font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:6.125rem;left:10.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wyGshUTB79OZRg2BHrdyAVHDnSPUfmq7 { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.125rem;left:11.4375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vXbUVKbcAruiHshW1Sd6hLVbH69gH10n { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:13.75rem;left:9.375rem; }
#c58tOJnh2nwwiXo0mOMSIpTCiRD52aVZ { color:#525252;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:0.8125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:57.5rem;left:10.375rem;height:1.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bk2QxB9Mb5a7xWs29kELI1Es0iEDVxXB { box-sizing:content-box;height:15.8125rem;width:31.75rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #387a89, #51b5cc);background-image: -moz-linear-gradient(90deg, #387a89, #51b5cc);background-image: -ms-linear-gradient(90deg, #387a89, #51b5cc);background-image: -o-linear-gradient(90deg, #387a89, #51b5cc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#387a89', endColorstr='#51b5cc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#387a89', endColorstr='#51b5cc' );";background-image: linear-gradient(90deg, #387a89, #51b5cc);background-size:auto !important;top:3.625rem;left:38.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#xM0PiGe1bnFCVz0JtcCM2uO6oUkgETDf { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:"source serif 4";font-size:5rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:6.5rem;left:42.0625rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC { box-sizing:content-box;height:39.875rem;width:31.75rem;position:absolute;display:block;z-index:15008;background-color:#e2c7a5;background-image:url("https://images.assets-landingi.com/uc/d28834b4-eab8-4202-bd20-3bc0686fecaf/Rectangle40502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:20.6875rem;left:38.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC.adaptive-delivery-prevent-bg, #nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC.lazyload, #nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC.lazyloading { background-image: none; }
#vETJBqcp5pZpBFdizvNclbUV6Hh1hLcK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:19.0625rem;left:9.3125rem; }
#UrzzTbp2gSnzvNGFQLz8Ox7uq5MEPrHd { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:16.875rem;left:11.4375rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nyOrh3Zx6Qhq50xozTgfVDAyLP6JcZeA { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:23.6875rem;left:11.375rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oPBKI79UMluq2cm35nfNTqRfsVFahpNS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.3125rem;left:9.25rem; }
#fxTSziVpbArg7T7pe8pPT3cGUmqOL4ZW { color:#181618;display:block;width:19.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:27.5625rem;left:11.3125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zFGpCGsHCouThmBPseKEMWG86IrlurPw { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:28.1875rem;left:9.25rem; }
#ns1HEGuR05iqUHgOkgLgiT5dTKGfowr0 { color:#181618;display:block;width:19.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:31.25rem;left:11.3125rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AnTQc3wansAM2KmyOqB2oyQgBLXw1WZM { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:32.625rem;left:9.1875rem; }
#DESQVtCaBT93pgFitvIVON5HXQMiMIf7 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #60ff1a, #27c117);background-image: -moz-linear-gradient(90deg, #60ff1a, #27c117);background-image: -ms-linear-gradient(90deg, #60ff1a, #27c117);background-image: -o-linear-gradient(90deg, #60ff1a, #27c117);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ff1a', endColorstr='#27c117' );";background-image: linear-gradient(90deg, #60ff1a, #27c117);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"dm sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.3125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:53.4375rem;left:7.75rem;display:block; }
#TZbD6xXXgWy4MNXA3RXbcZ5F47s9Jf8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tTG2sBIGtHqH1qLamsJvKGJtGk38b6KP { box-sizing:content-box;height:56.6875rem;width:32.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;top:3.625rem;left:3.75rem;border-top:0.0625rem solid #a2a2a2;border-left:0.0625rem solid #a2a2a2;border-right:0.0625rem solid #a2a2a2;border-bottom:0.0625rem solid #a2a2a2;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bGgO0vnghK1d3zUrUsFw0BTHeNFMUzu0 { color:#181618;display:block;width:19.875rem;position:absolute;font-family:"plus jakarta sans";font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:36.375rem;left:11.3125rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZCis2C5VmuTtB9LVxGT4VWz3CUfGCsd8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:36.3125rem;left:9.125rem; }
#WIbmvAFDhgtVlkPWfO4ANdPx0x2Wlt10 { color:#377888;display:block;width:9.75rem;position:absolute;font-family:"plus jakarta sans";font-size:7.5rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:41.9375rem;left:14.8125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kmeQBoxCONzG7eZr3M1Od7v2lXn6HAy7 { color:#000000;display:block;width:4.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15038;line-height:.8;letter-spacing:0;top:45.375rem;left:10.5625rem;height:2.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vXIZSvfedAOaruvooD3pG8PS9Se0v2Fn { color:#000000;display:block;width:2.0625rem;position:absolute;font-family:"plus jakarta sans";font-size:1.625rem;font-weight:700;z-index:15037;line-height:.8;letter-spacing:0;top:46.8125rem;left:8.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQIxWR27humz9AB1OJ3L5r7NixntTacy { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:400;z-index:15036;line-height:1.1;letter-spacing:0;top:39.8125rem;left:13rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nzfVQhMM0mGwcFdSt5MsVhoQD9mpRz0P { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"dm sans";font-size:1.625rem;font-weight:400;z-index:15037;line-height:1.1;letter-spacing:0;top:48.625rem;left:11.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OXqm7mvzFaDUQirJUtiEN96I77XLRLq5 { color:#377888;display:block;width:5.25rem;position:absolute;font-family:"plus jakarta sans";font-size:3.3125rem;font-weight:700;z-index:15039;line-height:.8;letter-spacing:0;top:45.25rem;left:23.9375rem;height:2.6494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uM8SP0N0TJhqZWzhGm5OhBrAVfAh4U3T { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:50.625rem;left:12.1875rem;height:0.9619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cKc1XacdIci72BTo1sk3hctux8qKkDMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e3b8379d-1b60-4a9d-96b8-40f32aa15148/Seo81.png");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; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI.adaptive-delivery-prevent-bg, #cKc1XacdIci72BTo1sk3hctux8qKkDMI.lazyload, #cKc1XacdIci72BTo1sk3hctux8qKkDMI.lazyloading { background-image: none; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container { background-color: transparent; background-image: none; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container > .video-iframe-container { display: none; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row > .video-iframe-container { display: none; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .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); }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container { border-width: 0; border-radius: 0; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5); }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:lato;font-style:normal;height:auto;color:#ffffff;line-height:2;overflow:hidden; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"dm sans";font-weight:300;font-style:normal;line-height:1.5;overflow:hidden;height:auto;color:rgba(255,255,255,0.8); }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_55490a6a11af8151217533c7f5143073baeb8e8c.svg");background-size:contain !important; }#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-trigger.adaptive-delivery-prevent-bg, #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-trigger.lazyload, #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-trigger.lazyloading { background-image: none; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.875rem;z-index:15023;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.8125rem;left:26.8125rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #gvwcp1awutqThi6l5ApKiivfLJQ4BlGD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #XNWURupZXwhZGeRLSsOs4d9K6hw5m3JW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Wa4f3qRfJ4QMt7vyP3SZ8bAUr2FzTDM5 { display:block;position:relative; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dwlSzZDBs5Dc5o30t1PVwqTQ4Jl4nxee {  }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #lua3q8BykHVpb67gbeP91qLP3TRc4hp7 {  }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #u6EBRxVg8L7vEdep2MxXReMXbFZ3D5RP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #GhXaxuhOu78my8b2e4G2yoBGC0dcdkaq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Jp0cSKr1K1H5XBL4qy5BDRBBTdihf3Qn { display:block;position:relative; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #sFenomZyxFOgvAPF7VuASlerSSl2SM9N {  }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #v97C3oIRkP8maTGnmJ3OmRe472DwZrpr { display:none; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #ivhTR5GbH4SBCrMu7yN4HkCmHJH6tuka { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dNFFvShFuPbtZK6MX1dI5y1hpETvSo7R { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #es0zaM7UxJwypI1oqFtpkRfVzIk1hWdu { display:block;position:relative; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #KIgPNnxNsHShQsUIER1trCze83z14uTx {  }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #IK4qcaWAhnfTMftZzvewkslUycHuNJri { display:none; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Zbt4XF19Ketq6SAH6ky9u8MowZ5fORRF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #zyQTaBg33Qzl5rkWWECQAEscVc0i8bKI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #qpBlmEySBGFpGLuFAiikXM3bZQBrwKPI { display:block;position:relative; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Kf4ADBor3ipag7fwvXTrky03vtXTmCCg {  }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #NVvqmUCUAcFmsHZuT6MhZa15TnnK8fdn { display:none; }
#LTMDPtF0RV18SWlBy8vvzTGk3AgkvXhT { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:"source serif 4";font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:7.19925rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b { display:block; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBx9R5mzJWyck8ktszTTSK7ggk7pOUm8 { top:1.0625rem;left:16.5rem;width:14.75rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 { display:block; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHdoSStlwqhlhtbfTuop1lkXMCq0aMR5 { top:10.5rem;left:0rem;width:13.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7HEzvbpJhZXTsUF9TNLdTZBoJNh2zq { top:14.3125rem;left:0rem;width:29.3125rem;height:6rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEZwoEJdyk346k4ROqRSxiv23fzvg2TQ { top:20.8125rem;left:0rem;width:29.25rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W61sm8bvd15PhQ1gwOtNNkXzfPTLDh8N { width:29.25rem;height:3.4375rem;top:29.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c00GMvGEtQ7FWXBhXSRagwQs76yG1MnH { display:block; }
 }@media only screen and (max-width: 763px) { #kAftg5L799fupsgtMJLqHC0IKJb6TvR9 { display:block; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goL5NXRQGtovfVL0UuTTysIRA2B2h1x2 { top:3.375rem;left:0rem;width:30.875rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tv3rooEtnbXnPCzafpDXI1hkm40kN83g { top:5.625rem;left:13.375rem;width:34.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6oQg0lfpZReaNpmZy6CgIETxi1SvrNM { top:3.25rem;left:12.0625rem;width:35.6875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJXzW0FWU5vqrUx9zB54BCdekkkS49XL { top:12.375rem;left:12.6875rem;width:35.0625rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzSEobPwThLaAokOFkTqgMxFCGKbcBtB { width:28rem;height:3.4375rem;top:37.0625rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6OOgBzK80E0KGIqnid9UlkgfV9t64tx { display:block; }
 }@media only screen and (max-width: 763px) { #T855lzXmKwhwKfvgDT7geWV9g1OkVLwH { display:block; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vciJwJ4SHis8noNGJoG3p2lHUDTv3i2n { top:7.75rem;left:8.875rem;width:30.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcm2UTMENNG4wVe57iJNq4sKQfFID0XF { top:5.9375rem;left:17.5rem;width:12.75rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X93CQhi2H2lQcORsxSkbXuIbCe5U0CAK { top:11.9375rem;left:0rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE9Hk9Ez261DTPQLOyMSLTCqhXvf0tkZ { top:13.9375rem;left:0rem;width:19.8125rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDgNabMp6QW2PCAab5z5AKCTnVTI372d { top:11.9375rem;left:12rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLkREUaFv4pZfRTJILQLo6T1Gf6nXTU8 { top:14.6875rem;left:14rem;width:19.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t44VhOuF3KfneTCveB8lXhqrrXcCklPE { top:11.9375rem;left:24rem;width:23.75rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGBvklPlI8TSRdXezCvU4ZJUTQqnTgbe { top:14.6875rem;left:27.9375rem;width:19.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV { display:block; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2Ikx2lfumEoiGFiIlVH8zUSsSFstVGJ { top:3.125rem;left:18.75rem;width:10.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJPOHnv8wsqrnqTkTnq0OwagDTgAxnQE { top:4.9375rem;left:8.875rem;width:30.0625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuoWMRnvnWbfEKNX0sZfvb8WtBA331ic { top:9.125rem;left:0rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSJloQDZsExde53k2VPsWCfO9DrgP27 { top:23.9375rem;left:0rem;width:21.25rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJqTUZaAQmTf5BXEZMCr3PexikEgKiK { top:23.9375rem;left:12.5rem;width:22.75rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7txfWWH2gWmAsTS4Z0kJla2f7kfqdxM { top:9.125rem;left:12.375rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBmyBaavsFv3TD1nNcV6CqBtuNkF25X { top:23.9375rem;left:26.5rem;width:21.25rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97A6EeqMAUOJSq4LnuKQpRqFkokBFsV { top:9.125rem;left:24.75rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4J2E0lcGmSFJhLRKGuwZJWD7mPTfVxa { top:46.5625rem;left:0rem;width:22.625rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVLqfSlZeDUmKr2d6bk4OiVTXazrbdR2 { top:31.75rem;left:0rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF7aHOTHgrI2hp5O1bW60oGg7lrzsO0L { top:46.5625rem;left:27.1875rem;width:19.375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCxbtlf4ldsFU7SIfQGHeXXxrBIHWbud { top:31.75rem;left:24.75rem;width:23rem;height:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbKXJRppBewBELLUxISOTqMI8NSBp3Mo { width:28rem;height:3.4375rem;top:53.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dda1sKyK0iZB0OsKpztWRftlumfx4Qdb { display:block; }
 }@media only screen and (max-width: 763px) { #CAZJ2i8v61T6w9Uf86RTlxLpOTH9b5L8 { top:57.3125rem;left:12.125rem;width:23.5rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI { display:block; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw2AIqb2O6vNGIqoslPRst5bkuhuxJNh { top:5.1875rem;left:0rem;width:25rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDqUVXwVKqmqQ5GzMZeVLMcges04h8q { top:3.25rem;left:0rem;width:9.125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGLwsP2qLOd4TNp7pQH3TDH0g5MN39ws { top:14rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ounyxxfq0UnPTqC6WdxFmAaPmolpgG7y { top:12.5rem;left:0rem;width:27.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZiZ4BT8p0PhGRaCro7CW6Qs5wKWVmHf { top:13.6875rem;left:0rem;width:20.5rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6u5taV2UulLfy9usEIuSXkGFcB0dbVQ { top:17.75rem;left:0rem;width:27.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBGIIxvAe2Rgvdwm64TGnRfqfQWZbzp { top:18.9375rem;left:0rem;width:23.0625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPaKxgM57xMsFwMTxAATKXKKAfVgXUdH { top:19.25rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx9PyEcQNNO21B88RxsBgqBFwqICJg4T { top:22.9375rem;left:0rem;width:27.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVWhR3tTAJBUv0vg5iihLqkHqTr1ZQTU { top:24.125rem;left:0rem;width:21.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33DCVGvqhcB7uhazgoTTiy1BOlZsT4b { top:24.4375rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnJw5QJGTTBMESIRBgkElX9cinGWWW2i { top:28.125rem;left:0rem;width:27.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdcWpMTCodGZNLFnEDOEtRx1u4mmel0O { top:29.3125rem;left:0rem;width:23rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5gCRkdAM6Qlh2LnNPxSlfOCyBKUtyDk { top:29.625rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLcMdKSvAcTEMH75nmRCmR0bkKZ1Tyf { top:33.375rem;left:0rem;width:27.8125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXnrwdQ50I8pdBiX4T3UebONnwvTmlW { top:34.5625rem;left:0rem;width:20.4375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F91gz8bhTpZyVk9kfFsO8IlrPZFQ7pSv { top:34.875rem;left:0rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwQOvpXqT4I0cE8T9sSSKli7NZDJTSEl { top:2.1875rem;left:9.0625rem;width:38.5625rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q { display:block; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmr2NEX73GKCmOGRc7OZIepc5nuFsuuN { top:14.375rem;left:13.375rem;width:34.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD92QImwgOUvoQCwb1657V47SVv475fX { top:12.3125rem;left:14.25rem;width:33.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1IcTQUqNH2D7QwOgy5o791xTzkkSuB9 { top:18.625rem;left:13rem;width:34.75rem;height:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te1L9uf0ffokTQOXpS2PtRCW2bak9Io3 { width:19.4375rem;height:3.4375rem;top:28rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbRCXfD40a8c2uXPwt49Oda5LWWueXDN { display:block; }
 }@media only screen and (max-width: 763px) { #DWobWGp7FvpPZmySRAExU7PNByTbBrEN { display:block; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEMzOIAArUFSHqOXuNEKrCG8fvmb67wL { top:4.6875rem;left:12.5rem;width:35.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8EeN5mmOzoFnPtHIhb66EcdMFmrbk4 { top:27.6875rem;left:22.875rem;width:24.875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdGozNusT1dBfet66SJ6L9WpCMAc8BRE { top:30.0625rem;left:19.3125rem;width:28.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGwnJvwylrCJfW4ZTgq8boEwdbIoOJT { top:30.0625rem;left:0rem;width:28.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzPtXpazIBW8yX9zAvFSkKWkNdBmLkBX { top:27.6875rem;left:0rem;width:32.125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOzRFtUdhf2lV2plnR46JEZeGkUXNGM5 { top:4.6875rem;left:0rem;width:35.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #egBgmpyGHH28El1xBHolGrbytRmaw47T { display:block; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlW938ePV1z1zcQTNiJwq9dtr6Uh2np3 { top:6.125rem;left:3.25rem;width:19.6875rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGshUTB79OZRg2BHrdyAVHDnSPUfmq7 { top:13.125rem;left:4.625rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXbUVKbcAruiHshW1Sd6hLVbH69gH10n { top:13.75rem;left:2.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c58tOJnh2nwwiXo0mOMSIpTCiRD52aVZ { top:57.5rem;left:3.5625rem;width:19.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2QxB9Mb5a7xWs29kELI1Es0iEDVxXB { top:3.625rem;left:16rem;width:31.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM0PiGe1bnFCVz0JtcCM2uO6oUkgETDf { top:6.5rem;left:23.875rem;width:23.75rem;height:10rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC { top:20.6875rem;left:16rem;width:31.75rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETJBqcp5pZpBFdizvNclbUV6Hh1hLcK { top:19.0625rem;left:2.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrzzTbp2gSnzvNGFQLz8Ox7uq5MEPrHd { top:16.875rem;left:4.625rem;width:19.0625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOrh3Zx6Qhq50xozTgfVDAyLP6JcZeA { top:23.6875rem;left:4.5625rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBKI79UMluq2cm35nfNTqRfsVFahpNS { top:24.3125rem;left:2.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTSziVpbArg7T7pe8pPT3cGUmqOL4ZW { top:27.5625rem;left:4.5rem;width:19.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGpCGsHCouThmBPseKEMWG86IrlurPw { top:28.1875rem;left:2.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns1HEGuR05iqUHgOkgLgiT5dTKGfowr0 { top:31.25rem;left:4rem;width:19.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTQc3wansAM2KmyOqB2oyQgBLXw1WZM { top:32.625rem;left:2.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESQVtCaBT93pgFitvIVON5HXQMiMIf7 { width:24.3125rem;height:3.4375rem;top:53.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbD6xXXgWy4MNXA3RXbcZ5F47s9Jf8S { display:block; }
 }@media only screen and (max-width: 763px) { #tTG2sBIGtHqH1qLamsJvKGJtGk38b6KP { top:3.625rem;left:0rem;width:32.125rem;height:56.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgO0vnghK1d3zUrUsFw0BTHeNFMUzu0 { top:36.375rem;left:4rem;width:19.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCis2C5VmuTtB9LVxGT4VWz3CUfGCsd8 { top:36.3125rem;left:2.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIbmvAFDhgtVlkPWfO4ANdPx0x2Wlt10 { top:41.9375rem;left:8rem;width:9.75rem;height:6rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmeQBoxCONzG7eZr3M1Od7v2lXn6HAy7 { top:45.375rem;left:3.75rem;width:4.25rem;height:2.625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIZSvfedAOaruvooD3pG8PS9Se0v2Fn { top:46.8125rem;left:1.625rem;width:2.0625rem;height:1.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQIxWR27humz9AB1OJ3L5r7NixntTacy { top:39.8125rem;left:6.1875rem;width:12.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzfVQhMM0mGwcFdSt5MsVhoQD9mpRz0P { top:48.625rem;left:5.0625rem;width:15.0625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqm7mvzFaDUQirJUtiEN96I77XLRLq5 { top:45.25rem;left:17.125rem;width:5.25rem;height:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM8SP0N0TJhqZWzhGm5OhBrAVfAh4U3T { top:50.625rem;left:5.375rem;width:15.0625rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc1XacdIci72BTo1sk3hctux8qKkDMI { display:block; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK { display:flex;height:auto;width:45.25rem;top:7.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #gvwcp1awutqThi6l5ApKiivfLJQ4BlGD {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #XNWURupZXwhZGeRLSsOs4d9K6hw5m3JW {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Wa4f3qRfJ4QMt7vyP3SZ8bAUr2FzTDM5 {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dwlSzZDBs5Dc5o30t1PVwqTQ4Jl4nxee {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #lua3q8BykHVpb67gbeP91qLP3TRc4hp7 {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #u6EBRxVg8L7vEdep2MxXReMXbFZ3D5RP {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #GhXaxuhOu78my8b2e4G2yoBGC0dcdkaq {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Jp0cSKr1K1H5XBL4qy5BDRBBTdihf3Qn {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #sFenomZyxFOgvAPF7VuASlerSSl2SM9N {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #v97C3oIRkP8maTGnmJ3OmRe472DwZrpr {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #ivhTR5GbH4SBCrMu7yN4HkCmHJH6tuka {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dNFFvShFuPbtZK6MX1dI5y1hpETvSo7R {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #es0zaM7UxJwypI1oqFtpkRfVzIk1hWdu {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #KIgPNnxNsHShQsUIER1trCze83z14uTx {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #IK4qcaWAhnfTMftZzvewkslUycHuNJri {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Zbt4XF19Ketq6SAH6ky9u8MowZ5fORRF {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #zyQTaBg33Qzl5rkWWECQAEscVc0i8bKI {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #qpBlmEySBGFpGLuFAiikXM3bZQBrwKPI {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Kf4ADBor3ipag7fwvXTrky03vtXTmCCg {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #NVvqmUCUAcFmsHZuT6MhZa15TnnK8fdn {  }
 }@media only screen and (max-width: 763px) { #LTMDPtF0RV18SWlBy8vvzTGk3AgkvXhT { top:5.25rem;left:0rem;width:21.9375rem;height:7.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b { display:block; }#rAugBeIPDyZ8q5ybWLSIUrAT41IPRs2b > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBx9R5mzJWyck8ktszTTSK7ggk7pOUm8 { width:14.75rem;height:2.2744125rem;top:1.25rem;left:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d95c97af-35ec-43cd-9ffc-dfdd8d018188/bgmobile1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.adaptive-delivery-prevent-bg, #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.lazyload, #F2DWINTGtZ12lT4SoVQ17soNFtySuyf0.lazyloading { background-image: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { background-color: transparent; background-image: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container > .video-iframe-container { display: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row > .video-iframe-container { display: none; }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .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); }#F2DWINTGtZ12lT4SoVQ17soNFtySuyf0 > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHdoSStlwqhlhtbfTuop1lkXMCq0aMR5 { width:13.6875rem;height:2.5rem;top:17.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th7HEzvbpJhZXTsUF9TNLdTZBoJNh2zq { width:20rem;height:3.8984375rem;top:21.1875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KEZwoEJdyk346k4ROqRSxiv23fzvg2TQ { width:18.125rem;height:7.5rem;top:25.625rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W61sm8bvd15PhQ1gwOtNNkXzfPTLDh8N { width:19rem;height:3.4375rem;top:33.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c00GMvGEtQ7FWXBhXSRagwQs76yG1MnH { display:block; }
 }@media only screen and (max-width: 763px) { #kAftg5L799fupsgtMJLqHC0IKJb6TvR9 { display:block; }#kAftg5L799fupsgtMJLqHC0IKJb6TvR9 > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goL5NXRQGtovfVL0UuTTysIRA2B2h1x2 { width:18.8125rem;height:22.5625rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tv3rooEtnbXnPCzafpDXI1hkm40kN83g { width:20rem;height:5.84765625rem;top:27.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w6oQg0lfpZReaNpmZy6CgIETxi1SvrNM { width:18.75rem;height:1.6875rem;top:25.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yJXzW0FWU5vqrUx9zB54BCdekkkS49XL { width:18.75rem;height:31.5rem;top:33.34765625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BzSEobPwThLaAokOFkTqgMxFCGKbcBtB { width:19rem;height:3.4375rem;top:65.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6OOgBzK80E0KGIqnid9UlkgfV9t64tx { display:block; }
 }@media only screen and (max-width: 763px) { #T855lzXmKwhwKfvgDT7geWV9g1OkVLwH { display:block; }#T855lzXmKwhwKfvgDT7geWV9g1OkVLwH > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vciJwJ4SHis8noNGJoG3p2lHUDTv3i2n { width:20rem;height:2.5996125rem;top:4.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dcm2UTMENNG4wVe57iJNq4sKQfFID0XF { width:12.75rem;height:1.6875rem;top:3.0625rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X93CQhi2H2lQcORsxSkbXuIbCe5U0CAK { width:20rem;height:9.9375rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE9Hk9Ez261DTPQLOyMSLTCqhXvf0tkZ { width:17.3125rem;height:7.5rem;top:9.6875rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lDgNabMp6QW2PCAab5z5AKCTnVTI372d { width:20rem;height:9.9375rem;top:19.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLkREUaFv4pZfRTJILQLo6T1Gf6nXTU8 { width:17.3125rem;height:6rem;top:21.625rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t44VhOuF3KfneTCveB8lXhqrrXcCklPE { width:20rem;height:9.9375rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGBvklPlI8TSRdXezCvU4ZJUTQqnTgbe { width:17.3125rem;height:6rem;top:32.8125rem;left:1.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV { display:block; }#Ri0E0tOinN0lnd2SUplt5T7TLG5Z8RnV > .row .container { width:20rem;height:123.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2Ikx2lfumEoiGFiIlVH8zUSsSFstVGJ { width:10.3125rem;height:1.6875rem;top:2.375rem;left:4.84375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sJPOHnv8wsqrnqTkTnq0OwagDTgAxnQE { width:20rem;height:5.19921875rem;top:4rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CuoWMRnvnWbfEKNX0sZfvb8WtBA331ic { width:20rem;height:12.173913043478rem;top:10.63671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxSJloQDZsExde53k2VPsWCfO9DrgP27 { width:20rem;height:4.78125rem;top:23.5322265625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmJqTUZaAQmTf5BXEZMCr3PexikEgKiK { width:20rem;height:6rem;top:44.0322265625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P7txfWWH2gWmAsTS4Z0kJla2f7kfqdxM { width:20rem;height:12.173913043478rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxBmyBaavsFv3TD1nNcV6CqBtuNkF25X { width:17.125rem;height:4.5rem;top:64.9697265625rem;left:1.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C97A6EeqMAUOJSq4LnuKQpRqFkokBFsV { width:20rem;height:12.173913043478rem;top:51.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4J2E0lcGmSFJhLRKGuwZJWD7mPTfVxa { width:16.4375rem;height:6rem;top:83.375rem;left:1.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVLqfSlZeDUmKr2d6bk4OiVTXazrbdR2 { width:20rem;height:12.173913043478rem;top:70.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF7aHOTHgrI2hp5O1bW60oGg7lrzsO0L { width:17rem;height:4.5rem;top:104.3173828125rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UCxbtlf4ldsFU7SIfQGHeXXxrBIHWbud { width:20rem;height:12.173913043478rem;top:91.2060546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbKXJRppBewBELLUxISOTqMI8NSBp3Mo { width:19rem;height:3.4375rem;top:110.0673828125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dda1sKyK0iZB0OsKpztWRftlumfx4Qdb { display:block; }
 }@media only screen and (max-width: 763px) { #CAZJ2i8v61T6w9Uf86RTlxLpOTH9b5L8 { width:15.3125rem;height:4.5rem;top:114.0673828125rem;left:2.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI { display:block; }#mlzcdZfesHoiFTMCdzQF6XXnQ4UE0OmI > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xw2AIqb2O6vNGIqoslPRst5bkuhuxJNh { width:17.6875rem;height:3.8984375rem;top:2.9375rem;left:1.15625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BrDqUVXwVKqmqQ5GzMZeVLMcges04h8q { width:9.125rem;height:1.6875rem;top:1.25rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGLwsP2qLOd4TNp7pQH3TDH0g5MN39ws { display:flex;width:1.75rem;height:1.6875rem;top:9.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Ounyxxfq0UnPTqC6WdxFmAaPmolpgG7y { width:20rem;height:4.625rem;top:8.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZiZ4BT8p0PhGRaCro7CW6Qs5wKWVmHf { width:16.25rem;height:3.41015625rem;top:8.8125rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k6u5taV2UulLfy9usEIuSXkGFcB0dbVQ { width:20rem;height:4.625rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxBGIIxvAe2Rgvdwm64TGnRfqfQWZbzp { width:16.25rem;height:2.2734375rem;top:14.5625rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FPaKxgM57xMsFwMTxAATKXKKAfVgXUdH { display:flex;width:1.75rem;height:1.6875rem;top:14.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Vx9PyEcQNNO21B88RxsBgqBFwqICJg4T { width:20rem;height:4.625rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVWhR3tTAJBUv0vg5iihLqkHqTr1ZQTU { width:16.25rem;height:3.41015625rem;top:19.25rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z33DCVGvqhcB7uhazgoTTiy1BOlZsT4b { display:flex;width:1.75rem;height:1.6875rem;top:20.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #hnJw5QJGTTBMESIRBgkElX9cinGWWW2i { width:20rem;height:4.625rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdcWpMTCodGZNLFnEDOEtRx1u4mmel0O { width:16.25rem;height:3.41015625rem;top:24.4375rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z5gCRkdAM6Qlh2LnNPxSlfOCyBKUtyDk { display:flex;width:1.75rem;height:1.6875rem;top:25.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #gdLcMdKSvAcTEMH75nmRCmR0bkKZ1Tyf { width:20rem;height:4.625rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXnrwdQ50I8pdBiX4T3UebONnwvTmlW { width:16.25rem;height:2.2734375rem;top:30.1875rem;left:3.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F91gz8bhTpZyVk9kfFsO8IlrPZFQ7pSv { display:flex;width:1.75rem;height:1.6875rem;top:30.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #KwQOvpXqT4I0cE8T9sSSKli7NZDJTSEl { width:20rem;height:18.5088125rem;top:35.38671875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6f3dd231-5552-4e22-8be1-1654c37a87e2/bgmobile3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.adaptive-delivery-prevent-bg, #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.lazyload, #u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q.lazyloading { background-image: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { background-color: transparent; background-image: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container > .video-iframe-container { display: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row > .video-iframe-container { display: none; }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .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); }#u2v1lFRpffdIJ9AsVqziZcTfTy3mal8q > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmr2NEX73GKCmOGRc7OZIepc5nuFsuuN { width:20rem;height:2.03125rem;top:28.375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UD92QImwgOUvoQCwb1657V47SVv475fX { width:20rem;height:1.6875rem;top:26.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1IcTQUqNH2D7QwOgy5o791xTzkkSuB9 { width:18.0625rem;height:11.8125rem;top:31.0625rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #te1L9uf0ffokTQOXpS2PtRCW2bak9Io3 { width:17.8125rem;height:3.1875rem;top:43.5625rem;left:1.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbRCXfD40a8c2uXPwt49Oda5LWWueXDN { display:block; }
 }@media only screen and (max-width: 763px) { #DWobWGp7FvpPZmySRAExU7PNByTbBrEN { display:block; }#DWobWGp7FvpPZmySRAExU7PNByTbBrEN > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GEMzOIAArUFSHqOXuNEKrCG8fvmb67wL { width:20rem;height:12.198581560284rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8EeN5mmOzoFnPtHIhb66EcdMFmrbk4 { width:14.6875rem;height:3.57421875rem;top:51.75rem;left:2.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NdGozNusT1dBfet66SJ6L9WpCMAc8BRE { width:19.25rem;height:13.5rem;top:55.63671875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGwnJvwylrCJfW4ZTgq8boEwdbIoOJT { width:19.25rem;height:15rem;top:20.94921875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzPtXpazIBW8yX9zAvFSkKWkNdBmLkBX { width:17.5625rem;height:3.57421875rem;top:17.375rem;left:1.25rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOzRFtUdhf2lV2plnR46JEZeGkUXNGM5 { width:20rem;height:12.198581560284rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #egBgmpyGHH28El1xBHolGrbytRmaw47T { display:block; }#egBgmpyGHH28El1xBHolGrbytRmaw47T > .row .container { width:20rem;height:95.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlW938ePV1z1zcQTNiJwq9dtr6Uh2np3 { width:18.625rem;height:4.875rem;top:17.125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGshUTB79OZRg2BHrdyAVHDnSPUfmq7 { width:16.125rem;height:4.38574375rem;top:22.6875rem;left:3rem;font-size:1.125rem;font-family:"dm sans";display:block; }
 }@media only screen and (max-width: 763px) { #vXbUVKbcAruiHshW1Sd6hLVbH69gH10n { display:flex;width:1.625rem;height:1.625rem;top:24.0625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #c58tOJnh2nwwiXo0mOMSIpTCiRD52aVZ { width:12.25rem;height:2.111325rem;top:70.1875rem;left:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk2QxB9Mb5a7xWs29kELI1Es0iEDVxXB { width:20rem;height:11.375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xM0PiGe1bnFCVz0JtcCM2uO6oUkgETDf { width:14.625rem;height:6rem;top:5.6875rem;left:2.6875rem;font-size:3rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nGB012CTPNd2bQOmM7nR0eKE2TPVVlLC { width:20rem;height:17.125rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vETJBqcp5pZpBFdizvNclbUV6Hh1hLcK { display:flex;width:1.625rem;height:1.625rem;top:30.013671875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #UrzzTbp2gSnzvNGFQLz8Ox7uq5MEPrHd { width:16.125rem;height:5.84765625rem;top:27.90234375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOrh3Zx6Qhq50xozTgfVDAyLP6JcZeA { width:16.125rem;height:4.38574375rem;top:35.0625rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPBKI79UMluq2cm35nfNTqRfsVFahpNS { display:flex;width:1.625rem;height:1.625rem;top:36.1875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #fxTSziVpbArg7T7pe8pPT3cGUmqOL4ZW { width:16.125rem;height:2.923825rem;top:40.224609375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFGpCGsHCouThmBPseKEMWG86IrlurPw { display:flex;width:1.625rem;height:1.625rem;top:40.875rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #ns1HEGuR05iqUHgOkgLgiT5dTKGfowr0 { width:16.125rem;height:4.38574375rem;top:43.9375rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTQc3wansAM2KmyOqB2oyQgBLXw1WZM { display:flex;width:1.625rem;height:1.625rem;top:45.3173828125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #DESQVtCaBT93pgFitvIVON5HXQMiMIf7 { width:16.6875rem;height:3.4375rem;top:66.25rem;left:1.6875rem;font-size:1rem;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZbD6xXXgWy4MNXA3RXbcZ5F47s9Jf8S { display:block; }
 }@media only screen and (max-width: 763px) { #tTG2sBIGtHqH1qLamsJvKGJtGk38b6KP { width:19.875rem;height:59.5rem;top:15.5048828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGgO0vnghK1d3zUrUsFw0BTHeNFMUzu0 { width:16.125rem;height:2.923825rem;top:49.873046875rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCis2C5VmuTtB9LVxGT4VWz3CUfGCsd8 { display:flex;width:1.625rem;height:1.625rem;top:50.5234375rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #WIbmvAFDhgtVlkPWfO4ANdPx0x2Wlt10 { width:4.25rem;height:3.29980625rem;top:57.625rem;left:8.25rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmeQBoxCONzG7eZr3M1Od7v2lXn6HAy7 { width:4.25rem;height:1.5996125rem;top:59.375rem;left:4.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXIZSvfedAOaruvooD3pG8PS9Se0v2Fn { width:2.0625rem;height:1.29980625rem;top:59.6875rem;left:2.8125rem;font-size:1.625rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #QQIxWR27humz9AB1OJ3L5r7NixntTacy { width:12.8125rem;height:1.51171875rem;top:55.359375rem;left:3.59375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzfVQhMM0mGwcFdSt5MsVhoQD9mpRz0P { width:15.0625rem;height:1.3056625rem;top:61.7822265625rem;left:2.46875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXqm7mvzFaDUQirJUtiEN96I77XLRLq5 { width:5.25rem;height:1.5996125rem;top:59.375rem;left:11.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM8SP0N0TJhqZWzhGm5OhBrAVfAh4U3T { width:15.0625rem;height:0.9619125rem;top:63.6494140625rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKc1XacdIci72BTo1sk3hctux8qKkDMI { display:block; }#cKc1XacdIci72BTo1sk3hctux8qKkDMI > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-heading-text { color:#ffffff; }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-desc-text { font-family:lato;font-size:1rem;height:auto;line-height:1.5;overflow:hidden;font-weight:300;font-style:normal;color:rgba(255,255,255,0.8); }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_5ae1830b1875c7ac2b7eed3eaac91d0bf81c43fa.svg"); }
#iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK { display:flex;height:auto;width:17.5rem;top:8.6875rem;left:0rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #gvwcp1awutqThi6l5ApKiivfLJQ4BlGD {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #XNWURupZXwhZGeRLSsOs4d9K6hw5m3JW {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Wa4f3qRfJ4QMt7vyP3SZ8bAUr2FzTDM5 {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dwlSzZDBs5Dc5o30t1PVwqTQ4Jl4nxee {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #lua3q8BykHVpb67gbeP91qLP3TRc4hp7 {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #u6EBRxVg8L7vEdep2MxXReMXbFZ3D5RP {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #GhXaxuhOu78my8b2e4G2yoBGC0dcdkaq {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Jp0cSKr1K1H5XBL4qy5BDRBBTdihf3Qn {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #sFenomZyxFOgvAPF7VuASlerSSl2SM9N {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #v97C3oIRkP8maTGnmJ3OmRe472DwZrpr {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #ivhTR5GbH4SBCrMu7yN4HkCmHJH6tuka {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #dNFFvShFuPbtZK6MX1dI5y1hpETvSo7R {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #es0zaM7UxJwypI1oqFtpkRfVzIk1hWdu {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #KIgPNnxNsHShQsUIER1trCze83z14uTx {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #IK4qcaWAhnfTMftZzvewkslUycHuNJri {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Zbt4XF19Ketq6SAH6ky9u8MowZ5fORRF {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #zyQTaBg33Qzl5rkWWECQAEscVc0i8bKI {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #qpBlmEySBGFpGLuFAiikXM3bZQBrwKPI {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #Kf4ADBor3ipag7fwvXTrky03vtXTmCCg {  }
 }@media only screen and (max-width: 763px) { #iv2QcQQw2uxwnvTB8xzHaJLUORBaafWK #NVvqmUCUAcFmsHZuT6MhZa15TnnK8fdn {  }
 }@media only screen and (max-width: 763px) { #LTMDPtF0RV18SWlBy8vvzTGk3AgkvXhT { width:20rem;height:6rem;top:2.0625rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }