.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/a7c8aa95-043e-4ec3-bc5f-4b747471b970/bckgrndweb.webp");background-position:center left !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; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.adaptive-delivery-prevent-bg, #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.lazyload, #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.lazyloading { background-image: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { background-color: transparent; background-image: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container > .video-iframe-container { display: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row > .video-iframe-container { display: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .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); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { border-width: 0; border-radius: 0; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#re3i9wyWMfrncinUPaRJ0g1fPsVFVBS3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.8125rem;top:3rem;left:12.125rem;overflow:hidden;display:block; }
#U1TDd2ZH5o4DSDNpuWN25srCmGWEUHoT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top: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:0.6875rem;width:0.6875rem;top:3.4375rem;left:10.875rem;overflow:hidden;display:block; }
#CDQSLRQush3csNApWzbTImTru4pxhsDs { 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:1.4375rem;width:6.5625rem;top:3rem;left:3.5rem;overflow:hidden;display:block; }
#gMfifkq1LCkwFcPdZidBGyn7w35fwgcD { color:#0ba3ad;display:block;width:37.3125rem;position:absolute;font-family:besley;font-size:3.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.5625rem;left:3.5rem;height:4.2246125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#u1Wz3T33SFcXlJn21VVoy5uHpmo9xlXT { color:#2c3337;display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:7.3125rem;left:3.5rem;height:8.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#isn69E4NC3nh9OUPNXf5ba9EErz075Dd { color:#2a2c32;display:block;width:26.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:20.9375rem;left:3.5rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#w4XJGzi6a5z6bMW80NDMkWTqodKE7chD { z-index:15003;top:27.375rem;left:3.3125rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rRGDQNk3wgUQk4rivImr9W5DuapL85rL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GHxPLlCt33frTlBSoJ5Sb70QelnqqSO7 { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:28.125rem;left:4.625rem;overflow:hidden;display:block; }
#F8ZttuAbZ1uAleMPO3hqvK4UBbbZJd6I { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:49.9375rem;width:60rem;display:none; }
#wzZR3nqTP1WNDJkGUFIAJ5sgd0huNTV3 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top: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:3rem;width:4.5rem;top:31.1875rem;left:4.3125rem;overflow:hidden;display:block; }
#Z1omhk6W6nHZdT7RNAxeoPXPTk0Ad5Q7 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:2.9375rem;top:31.75rem;left:9.1875rem;overflow:hidden;display:block; }
#w3FbMMRs372HZ5EWQyQwhkLNp96ickIP { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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:20.9375rem;width:14.875rem;top:18rem;left:34.66015625rem;overflow:hidden;display:block; }
#NOtqlrQ4KOHMRi87SbsNeqNL5wktwbux { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.4;letter-spacing:0;top:40.1806640625rem;left:5.0625rem;height:1.2246125rem;display:block; }
#IqLZfxLHEewLV2DW72QXCVUSyHFnTc6h { box-sizing:content-box;height:6.25rem;width:26.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:36.6875rem;left:3.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#cok7pMcVMlrdbGvI23qkoM9mANw9cJ5S { color:#0ba3ad;display:block;width:7rem;position:absolute;font-family:besley;font-size:1.75rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:37.90625rem;left:5.0625rem;height:2.2749rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RUTEWmPFf3pbuOq2EqrQCL5pW8bTtxto { color:#0ba3ad;display:block;width:7rem;position:absolute;font-family:besley;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:38rem;left:13.6875rem;height:2.2749rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#SVeH8Uer00GJ4xeTeQGcW569l5ClDpey { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:40.25rem;left:13.6875rem;height:1.2246125rem;display:block; }
#wS52bsRQfo05PVMiBS6Tqnaqr1ozc0TA { color:#0ba3ad;display:block;width:7rem;position:absolute;font-family:besley;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.9375rem;left:23.125rem;height:2.2749rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#PShBGaWnL2frDPGhxAMCUE6K2JsguH2O { color:rgba(var(--color-tertiary-2),1);display:block;width:7rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:40.1875rem;left:23.125rem;height:1.2246125rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:81.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#HKmqO4KSDt0K9EaNzlsiD2W1Huy69Tmo { color:#2c3337;display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5625rem;left:10.875rem;height:5.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GzOZaUxQLai8QnhWwCTkEzyXKNT8DDsR { color:#f9c9c4;display:block;width:45.0625rem;position:absolute;font-family:besley;font-size:5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.0625rem;left:14.96875rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TkhBVzt9uTpoXugCoR8EJfNfhOGCPGAu { color:#2a2c32;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:14.1875rem;left:15rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#uqUK94lhL0RoELtd1t3RZWUOLkxWVKJC { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(249,201,196,0.5) ;height:26.25rem;width:18.75rem;top:22.25rem;left:15.9375rem;display:block; }
#NgSPhcUeclxm6nMiXAXyVGTCSoROygp7 { color:#2c3337;display:block;width:13.1875rem;position:absolute;font-family:besley;font-size:1rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:38.125rem;left:18.6875rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#wTOKiFe2H8z6a5ufIsolqtGe5areGVRk { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:39.6875rem;left:18.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zQ4CfMTUGGBe288mT6cLyVTEMvOTEMGS { color:#0ba3ad;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:42.3125rem;left:18.4375rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O { color:#2c3337;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:45.9375rem;left:20.9375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
#BtP0DkL4T92BXT2OT3RczSqNBIkXFPxD { position:absolute;display:block;z-index:15085;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:7.9375rem;top:23.125rem;left:21.375rem;overflow:hidden;display:block; }
#mwGr3rHDd2qmtSbFWU6hgBZgpTXSMqL7 { position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(249,201,196,0.5) ;height:26.25rem;width:18.75rem;top:22.25rem;left:40.375rem;display:block; }
#S4tzCZiI8EThWF3GxaLplXD4cKza8ur3 { color:#2c3337;display:block;width:13.1875rem;position:absolute;font-family:besley;font-size:1rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:38.125rem;left:43.125rem;height:1.29980625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ddSe1Ufqke8asVOC4dMRzSlvUZnZaNvH { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:39.6875rem;left:42.875rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKdFiz7NoRI2Iuxsxl2HzUVbmwTQgMZB { color:#0ba3ad;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:42.3125rem;left:42.875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#liA2uo2K9yO9bq1LTneZeDIk95CEwXHs { color:#2c3337;display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15082;line-height:1.3;letter-spacing:0;top:45.9375rem;left:45.375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#liA2uo2K9yO9bq1LTneZeDIk95CEwXHs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#liA2uo2K9yO9bq1LTneZeDIk95CEwXHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
#gRCwIfXSQ1nnFEQ5NNFeeMhw4FPowmiy { position:absolute;display:block;z-index:15091;border-bottom:0;border-left:0;border-right:0;border-top: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:14.4375rem;width:7.9375rem;top:23.125rem;left:45.75rem;overflow:hidden;display:block; }
#sG5C4PrZxrApxVMN8JoPfCvDAunUUCAn { color:#2a2c32;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:52.625rem;left:15.9375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#iEzzF0UXbT8F6xDdw2aRuEaktup15gDy { color:#2a2c32;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:54.625rem;left:15.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BlT6a1zfHGsIH6Wy7DOqLuqIXOc6e4Tb { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #e2fd96, #f9c9c4);background-image: -moz-linear-gradient(60deg, #e2fd96, #f9c9c4);background-image: -ms-linear-gradient(60deg, #e2fd96, #f9c9c4);background-image: -o-linear-gradient(60deg, #e2fd96, #f9c9c4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2fd96', endColorstr='#f9c9c4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2fd96', endColorstr='#f9c9c4' );";background-image: linear-gradient(60deg, #e2fd96, #f9c9c4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;height:15rem;width:27.5rem;top:59.75rem;left:23.75rem;display:block; }
#vJRJsxZDe3Ddti45PCyOzTD6sJTaNJu3 { color:#2c3337;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15080;line-height:1.3;letter-spacing:0;top:61.9375rem;left:30.875rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n2OTBL2pkpkUNNs3GNygrUEowecBRCpQ { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:besley;font-size:3.25rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:63.4248046875rem;left:30.625rem;height:4.2246125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pGb6z28AoSKvUl3qaOxohXTKT1TTnAGV { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:67.82470703125rem;left:30.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZeuZe2EQhP7s4MIbQTvoDywlZA0nLgAg { color:#2c3337;display:block;width:18.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15081;line-height:1.3;letter-spacing:0;top:71.5625rem;left:28.3125rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RNTfqxAdAM1BeIGcEX8omvpu3vFb4S0x { box-sizing:content-box;height:0.125rem;width:5.875rem;position:absolute;display:block;z-index:15092;background-color:#2c3337;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.5rem;left:34.5625rem;display:block; }
#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,201,196,0.25);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; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container { background-color: transparent; background-image: none; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container > .video-iframe-container { display: none; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row > .video-iframe-container { display: none; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .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); }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container { border-width: 0; border-radius: 0; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container { font-size:0.875rem;font-family:arial;height:53.125rem;width:75rem;position:relative;display:block; }#ktbcmErXPny96IKkBWROE4sTmylPEGhT { color:#2c3337;display:block;width:48.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:8.6875rem;left:13.46875rem;height:5.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOoEkFTQwDUTWDvynimSyiWgOqONniFp { color:#f9c9c4;display:block;width:75rem;position:absolute;font-family:besley;font-size:5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:4.125rem;left:0.09375rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#TDmdldGvKsxmr06HF8qJl8R9tC8EOeCr { color:#2a2c32;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:15.125rem;left:15.0625rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#LQQ8qKXBHoAi4wLMT0Kma5x3n2Lk9dIX { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(249,201,196,0.5) ;height:17.5rem;width:18.75rem;top:24.0625rem;left:40.375rem;display:block; }
#uM1QfJsLUr60pmI9vvao9omrTsMhuTIM { color:#2c3337;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.3;letter-spacing:0;top:39.0625rem;left:40.375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C3fGXmqgi9M5c7TdGpEKKLdtwC7QmtQt { position:absolute;display:block;z-index:15055;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0rem 0rem 0.625rem rgba(249,201,196,0.5) ;height:17.5rem;width:18.75rem;top:24.0625rem;left:15.9375rem;display:block; }
#FWkbN22PhrSX34PabVwZztswWlXoSgTm { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:34.5625rem;left:42.875rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#pltPDGcTuk4zhyDQ5SbPhkNgX2Rx9pyl { color:#2c3337;display:block;width:13.75rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.5625rem;left:18.4375rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#a5lZV9Gi33zVBQZHr9EDNKGstnSG8woW { color:#2c3337;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:39.0625rem;left:15.9375rem;height:1.13720625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q6vCWsRpykwGWdfMOQkuQPo7T0iaZeQG { color:#2c3337;display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:31.25rem;left:21.4375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEhHhrr3PnmbHLwr1MPi88kedBFOSsPO { color:#2c3337;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:31.25rem;left:45.8125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUf5RbJMU5iEaOU93ZSxfkMT9KK0A3ga { position:absolute;display:block;z-index:15056;background-color:rgba(249,201,196,0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.375rem;width:4.375rem;top:25.8125rem;left:23.125rem;display:block; }
#xgnTiEbhrMkQwzl8a7co8tgU8kzIfDnn { position:absolute;display:block;z-index:15102;border-bottom:0;border-left:0;border-right:0;border-top: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.6875rem;width:2.6875rem;top:26.65625rem;left:23.96875rem;overflow:hidden;display:block; }
#ZmLo2cpA4zgOmm4gZEJmLTB6JZoQz9T1 { position:absolute;display:block;z-index:15104;border-bottom:0;border-left:0;border-right:0;border-top: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.3125rem;width:2.3125rem;top:26.84375rem;left:48.59375rem;overflow:hidden;display:block; }
#gSKwT3SFtO3QL9h3riCqSQvKX3bwrmIU { position:absolute;display:block;z-index:15058;background-color:rgba(249,201,196,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:4.375rem;width:4.375rem;top:25.8125rem;left:47.5625rem;display:block; }
#fNicD1T4xza4kkTepQQI6r4hcxeoxDRT { color:#2a2c32;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:45.9375rem;left:15.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg { position:relative;display:block; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg { background-color: transparent; background-image: none; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container > .video-iframe-container { display: none; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row > .video-iframe-container { display: none; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .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); }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg { border-width: 0; border-radius: 0; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mXfv5UghdJNcutSe37odQTJuIN4tyrTN { color:#f9c9c4;display:block;width:45.0625rem;position:absolute;font-family:besley;font-size:5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:7.9375rem;left:14.96875rem;height:6.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#QmwtDKpopZ3mCRtDrbF0LhD73xU17lVv { color:#2c3337;display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.53759765625rem;left:10.875rem;height:5.5249rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rhuic3SBqoTkM9MzqRbXPwGRGZtx7mgI { color:#2a2c32;display:block;width:24.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:15.375rem;left:25.1875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#ThI6T5XwuhM1fEli0xbwN41fhaWTpgte { color:#2c3337;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:25.0625rem;left:13.75rem;height:2.11230625rem;font-style:normal;display:block; }
#DkynECocNtOIl8L35zvXRcK4fSlNTaOu { color:#2a2c32;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.4;letter-spacing:0;top:27.8125rem;left:13.75rem;height:2.79980625rem;display:block; }
#T1yowCromsO43LTTbzyaqyb7Z0NloA9v { color:#0ba3ad;display:block;width:7.125rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.0625rem;left:20.6875rem;height:2.03125rem;font-style:italic;display:block; }
#iouN10DZ8ts2RU0OzGoT5afrQRMuOgBi { box-sizing:content-box;height:8.75rem;width:24.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.5625rem;left:12.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#Sd8VrylyIppWZ5IlL39vJwt2hXu83X36 { box-sizing:content-box;height:8.75rem;width:24.375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.5625rem;left:38.5rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#nNwe1oFS9u6ZHDK08THZbtV3SvtS1Wsp { color:#2a2c32;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:27.8125rem;left:40.125rem;height:2.79980625rem;display:block; }
#oymHPGlqvkOxt4ebionap1Eih7lc3KSZ { color:#2c3337;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.0625rem;left:40.125rem;height:2.11230625rem;font-style:normal;display:block; }
#OnL1LnnHXQUDI5uUKhtNhWTZBBRQgi9f { color:#0ba3ad;display:block;width:11.0625rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:25.04052734375rem;left:48.75rem;height:2.03125rem;font-style:italic;display:block; }
#CrRdsgAG9ixpZpRLBIAgd19I0NImPJ8W { box-sizing:content-box;height:8.75rem;width:24.375rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:34.125rem;left:38.5rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#IotoDDIZzMmlkC13TnoJpg2EIqOhwKVC { color:#2a2c32;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:38.375rem;left:40.125rem;height:2.79980625rem;display:block; }
#JKx7LSS7NIZazxA2d6TFydZ2TTbsX7Nb { color:#2a2c32;display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:1.4;letter-spacing:0;top:38.375rem;left:13.75rem;height:2.79980625rem;display:block; }
#ClhwPhk8EVLXicVTRxDv7StZTz8xHLMM { box-sizing:content-box;height:8.75rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:34.125rem;left:12.125rem;border-top-right-radius:1.75rem;border-bottom-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-top-left-radius:1.75rem;display:block; }
#y3e9hRy0TX77stlEIHRfP2toqIN4k9fb { color:#2c3337;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35.625rem;left:40.125rem;height:;font-style:normal;display:block; }
#TtVOsApPK4FW4pp9ANDu770nFymlIHs3 { color:#0ba3ad;display:block;width:11.0625rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:35.60302734375rem;left:46.0625rem;height:2.03125rem;font-style:italic;display:block; }
#x3hGTHigMrTTnEtTzigfhPkQegBKqvMh { color:#0ba3ad;display:block;width:12.0625rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:35.66552734375rem;left:22.375rem;height:2.03125rem;font-style:italic;display:block; }
#dB4NSBvrCuZbD6zb4bzsFbZuDKXodRSo { color:#2c3337;display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:35.625rem;left:13.75rem;height:2.11230625rem;font-style:normal;display:block; }
#AbhF5aZt6023pctPCdgFlaPWyvrvqmRt { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(60deg, #ffffff, #0ba3ad);background-image: -moz-linear-gradient(60deg, #ffffff, #0ba3ad);background-image: -ms-linear-gradient(60deg, #ffffff, #0ba3ad);background-image: -o-linear-gradient(60deg, #ffffff, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0ba3ad' );";background-image: linear-gradient(60deg, #ffffff, #0ba3ad);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 1.25rem rgba(249,201,196,0.5) ;height:8.75rem;width:50.8125rem;top:44.787109375rem;left:12.09375rem;display:block; }
#aAUgCstSz7htJfCTa7IeUbehvh6zTaUQ { color:#2c3337;display:block;width:23.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15087;line-height:1.3;letter-spacing:0;top:50.3505859375rem;left:34.1875rem;height:1.13720625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ELbBPQkZfeUhFhOINV5dLSl98kvT187o { color:#2c3337;display:block;width:7.9375rem;position:absolute;font-family:besley;font-size:1.5625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:46.125rem;left:21.5rem;height:2.03125rem;font-style:italic;display:block; }
#rl5ZtHl8TE6fuNsPkSfB8oagd0ubklnp { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:46.125rem;left:29.1875rem;height:2.11230625rem;font-style:normal;display:block; }
#JAOv8sa23RZwvu6MOliFCpowaF4ieHc6 { color:#2a2c32;display:block;width:39.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.4;letter-spacing:0;top:48.75rem;left:21.46875rem;height:2.79980625rem;display:block; }
#QndyZO8h0y9vt0fJ0XoGHy15aVAiEs11 { box-sizing:content-box;height:4.625rem;width:0.125rem;position:absolute;display:block;z-index:15088;background-color:#2c3337;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.662109375rem;left:19.875rem;display:block; }
#X6v1AalZnt5xClITW1lOKhnBeXu5abCB { position:absolute;display:block;z-index:15103;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.8125rem;top:47.255859375rem;left:14.21875rem;overflow:hidden;display:block; }
#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/87786549-575c-445b-adee-5622f5dbb7c8/bckgrndweb1.webp");background-position:center right !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; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6.adaptive-delivery-prevent-bg, #T146Cub4nlRCeH5crUV9MGc8UgF8buT6.lazyload, #T146Cub4nlRCeH5crUV9MGc8UgF8buT6.lazyloading { background-image: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { background-color: transparent; background-image: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container > .video-iframe-container { display: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container { display: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .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); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { border-width: 0; border-radius: 0; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#dq07HA9ELQ5kTlKsEDlWUSsx6QLK0pV3 { color:#2c3337;display:block;width:50.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:3.0625rem;left:12.375rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9c24PQ3Pt2pFFqxdVno1UZFQt0ZmHs2 { color:#0ba3ad;display:block;width:10.4375rem;position:absolute;font-family:besley;font-size:3.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:7.08740234375rem;left:44.3125rem;height:4.2246125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#X5SRkZFUXUoDiT2nsLlWLJ0yZgcHLFgu { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:10rem;top:13.9375rem;left:15rem;overflow:hidden;display:block; }
#Poq31S1hGVsw0AVzJxJrlUyVwOft49GU { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.125rem;width:7.6875rem;top:13.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#TbSoaGqLmBb8lxnrogx2iLDCPpZU2vTG { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:13.375rem;top:13.0625rem;left:34.125rem;overflow:hidden;display:block; }
#dzmZzqNVXo14c288P60lRMl7VDD0Bk7n { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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.1875rem;width:12.5625rem;top:13.9375rem;left:47.5rem;overflow:hidden;display:block; }
#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(249,201,196,0.25);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; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container { background-color: transparent; background-image: none; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container > .video-iframe-container { display: none; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row > .video-iframe-container { display: none; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .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); }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container { border-width: 0; border-radius: 0; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#MwsM7UDn0w6r1V1Jwkgh3qZGAEmiQwZk { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0rem 0rem 0.625rem rgba(249,201,196,0.5) ;height:28.125rem;width:43.75rem;top:5.3125rem;left:15.625rem;display:block; }
#UhaelTwp3uPETDNbXQTeg7SibsbLKdwz { z-index:15005;top:25.5rem;left:30.1875rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w21o6l2h1m5FzusPfZbQxcGbEpgKSthD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIKpoQEbCzBm45KCvO5bKsBVAhKfoI3x { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:26.25rem;left:31.5rem;overflow:hidden;display:block; }
#Nv4AqTQKTVkgSeJU5WtSRvwU8P1FBwsT { color:#2a2c32;display:block;width:43.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:30.3125rem;left:15.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DTtIo4nIJT4z9sqhoQ4RmJRrkPkZCB2f { color:#2c3337;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.8125rem;left:25.9375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i8MT3lcg3AMMQfTkQQAqp7mJ4Qbvzi7C { color:#0ba3ad;display:block;width:28.125rem;position:absolute;font-family:besley;font-size:2.625rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.6875rem;left:23.4375rem;height:3.4121125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XARSuIVkBHfhG72tIrm5spv79ciwwUXe { color:#2a2c32;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.0625rem;left:24.84375rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#ffsoqAwQUvok7UAWOlalO8PmdGWCtIN6 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15024;background-color:#25d366;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.75rem;left:35.21875rem;display:block; }
#XJgteyr54pbmgFMr6ockOfqyNdCAs3Ge { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:2.25rem;top:8.90625rem;left:36.375rem;overflow:hidden;display:block; }
#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO { background-color:#ffffff;background-image:none;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; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container { background-color: transparent; background-image: none; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container > .video-iframe-container { display: none; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row > .video-iframe-container { display: none; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .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); }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container { border-width: 0; border-radius: 0; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#wZPHbMqaDutZ3T9nTPJqMzQhZr0lwZ9S { 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:1.4375rem;width:6.5625rem;top:2.25rem;left:7.5rem;overflow:hidden;display:block; }
#mdcoul3B2ywZQniptGBut7KPdGs0EmLb { color:#2c3337;display:block;width:15.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1875rem;left:43.75rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBETVxvKoCaFMZ6Lq81Vx1fnFsTRdEO9 { 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:2.1875rem;width:6.8125rem;top:2.25rem;left:16.125rem;overflow:hidden;display:block; }
#TL2pVnc3T4EJL1S4iARfERySNeGJfvzv { color:#2c3337;display:block;width:8.875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:59.3125rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lcfPaTDbVMDSFT7221VVFElWdiAWVm0z { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top: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:0.6875rem;width:0.6875rem;top:2.6875rem;left:14.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k { display:block; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re3i9wyWMfrncinUPaRJ0g1fPsVFVBS3 { width:6.8125rem;height:2.1875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TDd2ZH5o4DSDNpuWN25srCmGWEUHoT { top:3.4375rem;left:0rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDQSLRQush3csNApWzbTImTru4pxhsDs { width:6.5625rem;height:1.4375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMfifkq1LCkwFcPdZidBGyn7w35fwgcD { top:15.5625rem;left:0rem;width:37.3125rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1Wz3T33SFcXlJn21VVoy5uHpmo9xlXT { top:7.3125rem;left:0rem;width:35.625rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isn69E4NC3nh9OUPNXf5ba9EErz075Dd { top:20.9375rem;left:0rem;width:26.5rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4XJGzi6a5z6bMW80NDMkWTqodKE7chD { top:27.375rem;left:0rem;width:14.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRGDQNk3wgUQk4rivImr9W5DuapL85rL { display:block; }
 }@media only screen and (max-width: 763px) { #GHxPLlCt33frTlBSoJ5Sb70QelnqqSO7 { top:28.125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZttuAbZ1uAleMPO3hqvK4UBbbZJd6I { width:12.5rem;height:10.375rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzZR3nqTP1WNDJkGUFIAJ5sgd0huNTV3 { top:31.1875rem;left:0rem;width:4.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1omhk6W6nHZdT7RNAxeoPXPTk0Ad5Q7 { top:31.75rem;left:0rem;width:2.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FbMMRs372HZ5EWQyQwhkLNp96ickIP { top:18rem;left:21.03515625rem;width:14.875rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOtqlrQ4KOHMRi87SbsNeqNL5wktwbux { top:40.125rem;left:0rem;width:7rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLZfxLHEewLV2DW72QXCVUSyHFnTc6h { top:36.6875rem;left:0rem;width:26.875rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cok7pMcVMlrdbGvI23qkoM9mANw9cJ5S { top:37.875rem;left:0rem;width:7rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUTEWmPFf3pbuOq2EqrQCL5pW8bTtxto { top:38rem;left:0.0625rem;width:7rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVeH8Uer00GJ4xeTeQGcW569l5ClDpey { top:40.25rem;left:0.0625rem;width:9.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS52bsRQfo05PVMiBS6Tqnaqr1ozc0TA { top:37.9375rem;left:9.5rem;width:7rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShBGaWnL2frDPGhxAMCUE6K2JsguH2O { top:40.1875rem;left:9.5rem;width:7rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKmqO4KSDt0K9EaNzlsiD2W1Huy69Tmo { top:7.5625rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzOZaUxQLai8QnhWwCTkEzyXKNT8DDsR { top:3.0625rem;left:1.34375rem;width:45.0625rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhBVzt9uTpoXugCoR8EJfNfhOGCPGAu { top:14.1875rem;left:1.375rem;width:45rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqUK94lhL0RoELtd1t3RZWUOLkxWVKJC { top:22.25rem;left:2.3125rem;width:18.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgSPhcUeclxm6nMiXAXyVGTCSoROygp7 { top:38.125rem;left:5.0625rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTOKiFe2H8z6a5ufIsolqtGe5areGVRk { top:39.6875rem;left:4.8125rem;width:13.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4CfMTUGGBe288mT6cLyVTEMvOTEMGS { top:42.3125rem;left:4.8125rem;width:13.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O { top:45.9375rem;left:7.3125rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }#gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
 }@media only screen and (max-width: 763px) { #BtP0DkL4T92BXT2OT3RczSqNBIkXFPxD { top:23.125rem;left:7.75rem;width:7.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwGr3rHDd2qmtSbFWU6hgBZgpTXSMqL7 { top:22.25rem;left:26.75rem;width:18.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4tzCZiI8EThWF3GxaLplXD4cKza8ur3 { top:38.125rem;left:29.5rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddSe1Ufqke8asVOC4dMRzSlvUZnZaNvH { top:39.6875rem;left:29.25rem;width:13.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdFiz7NoRI2Iuxsxl2HzUVbmwTQgMZB { top:42.3125rem;left:29.25rem;width:13.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liA2uo2K9yO9bq1LTneZeDIk95CEwXHs { top:45.9375rem;left:31.75rem;width:8.75rem;height:1.125rem;font-size:0.875rem;display:block; }#liA2uo2K9yO9bq1LTneZeDIk95CEwXHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
 }@media only screen and (max-width: 763px) { #gRCwIfXSQ1nnFEQ5NNFeeMhw4FPowmiy { top:23.125rem;left:32.125rem;width:7.9375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5C4PrZxrApxVMN8JoPfCvDAunUUCAn { top:52.625rem;left:2.3125rem;width:43.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEzzF0UXbT8F6xDdw2aRuEaktup15gDy { top:54.625rem;left:2.3125rem;width:43.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlT6a1zfHGsIH6Wy7DOqLuqIXOc6e4Tb { top:59.75rem;left:10.125rem;width:27.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRJsxZDe3Ddti45PCyOzTD6sJTaNJu3 { top:61.9375rem;left:17.25rem;width:13.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2OTBL2pkpkUNNs3GNygrUEowecBRCpQ { top:63.375rem;left:17rem;width:13.75rem;height:4.1875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGb6z28AoSKvUl3qaOxohXTKT1TTnAGV { top:67.8125rem;left:17rem;width:13.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuZe2EQhP7s4MIbQTvoDywlZA0nLgAg { top:71.5625rem;left:14.6875rem;width:18.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNTfqxAdAM1BeIGcEX8omvpu3vFb4S0x { top:70.5rem;left:20.9375rem;width:5.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um { display:block; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktbcmErXPny96IKkBWROE4sTmylPEGhT { top:8.6875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOoEkFTQwDUTWDvynimSyiWgOqONniFp { top:4.125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmdldGvKsxmr06HF8qJl8R9tC8EOeCr { top:15.125rem;left:1.4375rem;width:44.875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQQ8qKXBHoAi4wLMT0Kma5x3n2Lk9dIX { top:24.0625rem;left:26.75rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1QfJsLUr60pmI9vvao9omrTsMhuTIM { top:39.0625rem;left:26.75rem;width:18.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fGXmqgi9M5c7TdGpEKKLdtwC7QmtQt { top:24.0625rem;left:2.3125rem;width:18.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWkbN22PhrSX34PabVwZztswWlXoSgTm { top:34.5625rem;left:29.25rem;width:13.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pltPDGcTuk4zhyDQ5SbPhkNgX2Rx9pyl { top:34.5625rem;left:4.8125rem;width:13.75rem;height:3.375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5lZV9Gi33zVBQZHr9EDNKGstnSG8woW { top:39.0625rem;left:2.3125rem;width:18.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6vCWsRpykwGWdfMOQkuQPo7T0iaZeQG { top:31.25rem;left:7.8125rem;width:7.75rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEhHhrr3PnmbHLwr1MPi88kedBFOSsPO { top:31.25rem;left:32.1875rem;width:7.875rem;height:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUf5RbJMU5iEaOU93ZSxfkMT9KK0A3ga { top:25.8125rem;left:9.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnTiEbhrMkQwzl8a7co8tgU8kzIfDnn { top:26.625rem;left:10.34375rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmLo2cpA4zgOmm4gZEJmLTB6JZoQz9T1 { top:26.8125rem;left:34.96875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSKwT3SFtO3QL9h3riCqSQvKX3bwrmIU { top:25.8125rem;left:33.9375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNicD1T4xza4kkTepQQI6r4hcxeoxDRT { top:45.9375rem;left:2.3125rem;width:43.125rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF8NcLLThhiipXAVROTQ7N14hAXR9FNg { display:block; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXfv5UghdJNcutSe37odQTJuIN4tyrTN { top:7.9375rem;left:1.34375rem;width:45.0625rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmwtDKpopZ3mCRtDrbF0LhD73xU17lVv { top:4.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhuic3SBqoTkM9MzqRbXPwGRGZtx7mgI { top:15.375rem;left:11.5625rem;width:24.625rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThI6T5XwuhM1fEli0xbwN41fhaWTpgte { top:25.0625rem;left:0.125rem;width:10.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkynECocNtOIl8L35zvXRcK4fSlNTaOu { top:27.8125rem;left:0.125rem;width:21.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yowCromsO43LTTbzyaqyb7Z0NloA9v { top:25.0625rem;left:7.0625rem;width:7.125rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iouN10DZ8ts2RU0OzGoT5afrQRMuOgBi { top:23.5625rem;left:0rem;width:24.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd8VrylyIppWZ5IlL39vJwt2hXu83X36 { top:23.5625rem;left:23.375rem;width:24.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNwe1oFS9u6ZHDK08THZbtV3SvtS1Wsp { top:27.8125rem;left:26.25rem;width:21.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymHPGlqvkOxt4ebionap1Eih7lc3KSZ { top:25.0625rem;left:26.5rem;width:10.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnL1LnnHXQUDI5uUKhtNhWTZBBRQgi9f { top:25rem;left:35.125rem;width:11.0625rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRdsgAG9ixpZpRLBIAgd19I0NImPJ8W { top:34.125rem;left:23.375rem;width:24.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IotoDDIZzMmlkC13TnoJpg2EIqOhwKVC { top:38.375rem;left:26.25rem;width:21.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKx7LSS7NIZazxA2d6TFydZ2TTbsX7Nb { top:38.375rem;left:0.125rem;width:21.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhwPhk8EVLXicVTRxDv7StZTz8xHLMM { top:34.125rem;left:0rem;width:24.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3e9hRy0TX77stlEIHRfP2toqIN4k9fb { top:35.625rem;left:26.5rem;width:10.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVOsApPK4FW4pp9ANDu770nFymlIHs3 { top:35.5625rem;left:32.4375rem;width:11.0625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hGTHigMrTTnEtTzigfhPkQegBKqvMh { top:35.625rem;left:8.75rem;width:12.0625rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB4NSBvrCuZbD6zb4bzsFbZuDKXodRSo { top:35.625rem;left:0.125rem;width:10.9375rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbhF5aZt6023pctPCdgFlaPWyvrvqmRt { top:44.75rem;left:0rem;width:47.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUgCstSz7htJfCTa7IeUbehvh6zTaUQ { top:50.3125rem;left:20.5625rem;width:23.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELbBPQkZfeUhFhOINV5dLSl98kvT187o { top:46.125rem;left:7.875rem;width:7.9375rem;height:2rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5ZtHl8TE6fuNsPkSfB8oagd0ubklnp { top:46.125rem;left:15.5625rem;width:19.9375rem;height:2.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOv8sa23RZwvu6MOliFCpowaF4ieHc6 { top:48.75rem;left:7.84375rem;width:39.8125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndyZO8h0y9vt0fJ0XoGHy15aVAiEs11 { top:46.625rem;left:6.25rem;width:0.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6v1AalZnt5xClITW1lOKhnBeXu5abCB { top:47.25rem;left:0.59375rem;width:3.8125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T146Cub4nlRCeH5crUV9MGc8UgF8buT6 { display:block; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq07HA9ELQ5kTlKsEDlWUSsx6QLK0pV3 { top:3.0625rem;left:0rem;width:47.75rem;height:8.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9c24PQ3Pt2pFFqxdVno1UZFQt0ZmHs2 { top:7.0625rem;left:30.6875rem;width:10.4375rem;height:4.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5SRkZFUXUoDiT2nsLlWLJ0yZgcHLFgu { top:13.9375rem;left:1.375rem;width:10rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poq31S1hGVsw0AVzJxJrlUyVwOft49GU { top:13.9375rem;left:12.8125rem;width:7.6875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSoaGqLmBb8lxnrogx2iLDCPpZU2vTG { top:13.0625rem;left:20.5rem;width:13.375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmZzqNVXo14c288P60lRMl7VDD0Bk7n { top:13.9375rem;left:33.875rem;width:12.5625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK { display:block; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwsM7UDn0w6r1V1Jwkgh3qZGAEmiQwZk { top:5.3125rem;left:2rem;width:43.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhaelTwp3uPETDNbXQTeg7SibsbLKdwz { top:25.5rem;left:16.5625rem;width:14.625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w21o6l2h1m5FzusPfZbQxcGbEpgKSthD { display:block; }
 }@media only screen and (max-width: 763px) { #MIKpoQEbCzBm45KCvO5bKsBVAhKfoI3x { top:26.25rem;left:17.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4AqTQKTVkgSeJU5WtSRvwU8P1FBwsT { top:30.3125rem;left:2.3125rem;width:43.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTtIo4nIJT4z9sqhoQ4RmJRrkPkZCB2f { top:13.8125rem;left:12.3125rem;width:23.125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MT3lcg3AMMQfTkQQAqp7mJ4Qbvzi7C { top:15.6875rem;left:9.8125rem;width:28.125rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XARSuIVkBHfhG72tIrm5spv79ciwwUXe { top:20.0625rem;left:11.21875rem;width:25.3125rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffsoqAwQUvok7UAWOlalO8PmdGWCtIN6 { top:7.75rem;left:21.59375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJgteyr54pbmgFMr6ockOfqyNdCAs3Ge { top:8.875rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO { display:block; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZPHbMqaDutZ3T9nTPJqMzQhZr0lwZ9S { width:6.5625rem;height:1.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdcoul3B2ywZQniptGBut7KPdGs0EmLb { width:15.6875rem;height:1.375rem;top:2.1875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBETVxvKoCaFMZ6Lq81Vx1fnFsTRdEO9 { width:6.8125rem;height:2.1875rem;top:2.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2pVnc3T4EJL1S4iARfERySNeGJfvzv { width:8.875rem;height:1.375rem;top:2.1875rem;left:38.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfPaTDbVMDSFT7221VVFElWdiAWVm0z { top:2.6875rem;left:1.25rem;width:0.6875rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/09727880-5a4e-48bd-8888-148cc52f5d66/bckgrndmob.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.adaptive-delivery-prevent-bg, #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.lazyload, #DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k.lazyloading { background-image: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { background-color: transparent; background-image: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container > .video-iframe-container { display: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row > .video-iframe-container { display: none; }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .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); }#DNHoAcV8PMP0HHSxGGSMXdD1iT9Ere9k > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #re3i9wyWMfrncinUPaRJ0g1fPsVFVBS3 { width:6.8125rem;height:2.1875rem;top:1.125rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1TDd2ZH5o4DSDNpuWN25srCmGWEUHoT { width:0.6875rem;height:0.6875rem;top:1.5625rem;left:9.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDQSLRQush3csNApWzbTImTru4pxhsDs { width:6.5625rem;height:1.4375rem;top:1.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMfifkq1LCkwFcPdZidBGyn7w35fwgcD { width:20rem;height:2.4375rem;top:9.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u1Wz3T33SFcXlJn21VVoy5uHpmo9xlXT { width:20rem;height:4.5rem;top:5.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isn69E4NC3nh9OUPNXf5ba9EErz075Dd { width:18.125rem;height:3.19921875rem;top:30.1875rem;left:0.9375rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #w4XJGzi6a5z6bMW80NDMkWTqodKE7chD { top:34.1875rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:1rem;background-color:#25d366;background-image:none;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,255,255,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #rRGDQNk3wgUQk4rivImr9W5DuapL85rL { display:block; }
 }@media only screen and (max-width: 763px) { #GHxPLlCt33frTlBSoJ5Sb70QelnqqSO7 { width:1.8125rem;height:1.8125rem;top:34.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8ZttuAbZ1uAleMPO3hqvK4UBbbZJd6I { top:11.1875rem;left:0rem;width:20rem;height:16.625rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wzZR3nqTP1WNDJkGUFIAJ5sgd0huNTV3 { width:4.5rem;height:3rem;top:38.28125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1omhk6W6nHZdT7RNAxeoPXPTk0Ad5Q7 { width:2.9375rem;height:2.25rem;top:38.84375rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3FbMMRs372HZ5EWQyQwhkLNp96ickIP { width:6.125rem;height:8.6875rem;top:21.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOtqlrQ4KOHMRi87SbsNeqNL5wktwbux { width:7rem;height:1.2246125rem;top:46.3681640625rem;left:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqLZfxLHEewLV2DW72QXCVUSyHFnTc6h { width:20rem;height:10.625rem;top:42.875rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #cok7pMcVMlrdbGvI23qkoM9mANw9cJ5S { width:7rem;height:2.2749rem;top:44.09375rem;left:2.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUTEWmPFf3pbuOq2EqrQCL5pW8bTtxto { width:7rem;height:2.2749rem;top:48.875rem;left:6.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVeH8Uer00GJ4xeTeQGcW569l5ClDpey { width:7.9375rem;height:1.2246125rem;top:51.125rem;left:6.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS52bsRQfo05PVMiBS6Tqnaqr1ozc0TA { width:7rem;height:2.2749rem;top:44.1875rem;left:11.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PShBGaWnL2frDPGhxAMCUE6K2JsguH2O { width:7rem;height:1.2246125rem;top:46.4375rem;left:11.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKmqO4KSDt0K9EaNzlsiD2W1Huy69Tmo { width:20rem;height:2.11230625rem;top:3.298828125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzOZaUxQLai8QnhWwCTkEzyXKNT8DDsR { width:20rem;height:2.5996125rem;top:0.94921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkhBVzt9uTpoXugCoR8EJfNfhOGCPGAu { width:14.5rem;height:4.798825rem;top:6.611328125rem;left:2.75rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #uqUK94lhL0RoELtd1t3RZWUOLkxWVKJC { width:17.5rem;height:26.25rem;top:13.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgSPhcUeclxm6nMiXAXyVGTCSoROygp7 { width:13.1875rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wTOKiFe2H8z6a5ufIsolqtGe5areGVRk { width:13.75rem;height:2.5996125rem;top:30.625rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQ4CfMTUGGBe288mT6cLyVTEMvOTEMGS { width:13.75rem;height:2.2749rem;top:33.25rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O { width:8.75rem;height:1.13720625rem;top:36.875rem;left:5.625rem;font-size:0.875rem;display:block; }#gRZ3uCLpcXy2EO5yOi0vFsb4mrsUDe6O li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
 }@media only screen and (max-width: 763px) { #BtP0DkL4T92BXT2OT3RczSqNBIkXFPxD { width:7.9375rem;height:14.4375rem;top:14.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwGr3rHDd2qmtSbFWU6hgBZgpTXSMqL7 { width:17.5rem;height:26.25rem;top:40.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4tzCZiI8EThWF3GxaLplXD4cKza8ur3 { width:13.1875rem;height:1.29980625rem;top:56.5625rem;left:3.375rem;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ddSe1Ufqke8asVOC4dMRzSlvUZnZaNvH { width:13.75rem;height:2.5996125rem;top:58.125rem;left:3.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdFiz7NoRI2Iuxsxl2HzUVbmwTQgMZB { width:13.75rem;height:2.2749rem;top:60.75rem;left:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liA2uo2K9yO9bq1LTneZeDIk95CEwXHs { width:8.75rem;height:1.13720625rem;top:64.375rem;left:5.625rem;font-size:0.875rem;display:block; }#liA2uo2K9yO9bq1LTneZeDIk95CEwXHs li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_269bacc3d2d09795bc4f90613e1f13f7b669c080.svg); }
 }@media only screen and (max-width: 763px) { #gRCwIfXSQ1nnFEQ5NNFeeMhw4FPowmiy { width:7.9375rem;height:14.4375rem;top:41.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #sG5C4PrZxrApxVMN8JoPfCvDAunUUCAn { width:17.375rem;height:3.1494125rem;top:69.099609375rem;left:1.3125rem;font-size:1.125rem;line-height:1.4;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #iEzzF0UXbT8F6xDdw2aRuEaktup15gDy { width:20rem;height:1.5996125rem;top:72.32421875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #BlT6a1zfHGsIH6Wy7DOqLuqIXOc6e4Tb { width:17.5rem;height:15rem;top:75.798828125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJRJsxZDe3Ddti45PCyOzTD6sJTaNJu3 { width:13.1875rem;height:1.13720625rem;top:78.111328125rem;left:3.40625rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #n2OTBL2pkpkUNNs3GNygrUEowecBRCpQ { width:13.75rem;height:3.4121125rem;top:80.4736328125rem;left:3.125rem;font-size:2.625rem;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #pGb6z28AoSKvUl3qaOxohXTKT1TTnAGV { width:13.75rem;height:1.3808625rem;top:83.87353515625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeuZe2EQhP7s4MIbQTvoDywlZA0nLgAg { width:18.375rem;height:1.13720625rem;top:87.611328125rem;left:0.8125rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RNTfqxAdAM1BeIGcEX8omvpu3vFb4S0x { width:5.875rem;height:0.125rem;top:86.611328125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um { display:block; }#UkTUZ1vLyo3qeI3624yGkMoshq0Tb1Um > .row .container { width:20rem;height:58.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ktbcmErXPny96IKkBWROE4sTmylPEGhT { width:20rem;height:2.11230625rem;top:5.0371125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOoEkFTQwDUTWDvynimSyiWgOqONniFp { width:20rem;height:2.5996125rem;top:2.56201171875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDmdldGvKsxmr06HF8qJl8R9tC8EOeCr { width:16.1875rem;height:4.79883125rem;top:8.4619140625rem;left:1.90625rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #LQQ8qKXBHoAi4wLMT0Kma5x3n2Lk9dIX { width:18.75rem;height:17.5rem;top:33.26074375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM1QfJsLUr60pmI9vvao9omrTsMhuTIM { width:15.0625rem;height:1.13720625rem;top:48.2607421875rem;left:2.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3fGXmqgi9M5c7TdGpEKKLdtwC7QmtQt { width:18.75rem;height:17.5rem;top:14.51074375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWkbN22PhrSX34PabVwZztswWlXoSgTm { width:13.75rem;height:3.0874rem;top:44.0732421875rem;left:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pltPDGcTuk4zhyDQ5SbPhkNgX2Rx9pyl { width:13.75rem;height:3.0874rem;top:25.3232421875rem;left:3.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5lZV9Gi33zVBQZHr9EDNKGstnSG8woW { width:18.3125rem;height:1.13720625rem;top:29.5107421875rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6vCWsRpykwGWdfMOQkuQPo7T0iaZeQG { width:10.8125rem;height:2.92480625rem;top:21.79833984375rem;left:4.59375rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kEhHhrr3PnmbHLwr1MPi88kedBFOSsPO { width:10.5625rem;height:2.92480625rem;top:40.61083984375rem;left:4.71875rem;font-size:1.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #cUf5RbJMU5iEaOU93ZSxfkMT9KK0A3ga { width:4.375rem;height:4.375rem;top:16.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgnTiEbhrMkQwzl8a7co8tgU8kzIfDnn { width:2.6875rem;height:2.6875rem;top:17.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmLo2cpA4zgOmm4gZEJmLTB6JZoQz9T1 { width:2.3125rem;height:2.3125rem;top:36.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSKwT3SFtO3QL9h3riCqSQvKX3bwrmIU { width:4.375rem;height:4.375rem;top:35.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNicD1T4xza4kkTepQQI6r4hcxeoxDRT { width:20rem;height:3.19921875rem;top:52.8232421875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #TF8NcLLThhiipXAVROTQ7N14hAXR9FNg { display:block; }#TF8NcLLThhiipXAVROTQ7N14hAXR9FNg > .row .container { width:20rem;height:73.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXfv5UghdJNcutSe37odQTJuIN4tyrTN { width:20rem;height:2.5996125rem;top:4.61230625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmwtDKpopZ3mCRtDrbF0LhD73xU17lVv { width:20rem;height:2.11230625rem;top:3.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rhuic3SBqoTkM9MzqRbXPwGRGZtx7mgI { width:20rem;height:3.19921875rem;top:8.46191875rem;left:0rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #ThI6T5XwuhM1fEli0xbwN41fhaWTpgte { width:6.375rem;height:1.86865rem;top:16.1875rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkynECocNtOIl8L35zvXRcK4fSlNTaOu { width:17.1875rem;height:4.19970625rem;top:18.4111328125rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1yowCromsO43LTTbzyaqyb7Z0NloA9v { width:7.125rem;height:1.86865rem;top:16.125rem;left:7.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iouN10DZ8ts2RU0OzGoT5afrQRMuOgBi { width:19.875rem;height:9rem;top:14.7861328125rem;left:0.0625rem;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; }
 }@media only screen and (max-width: 763px) { #Sd8VrylyIppWZ5IlL39vJwt2hXu83X36 { width:20rem;height:9rem;top:25.5361328125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #nNwe1oFS9u6ZHDK08THZbtV3SvtS1Wsp { width:16.0625rem;height:4.19970625rem;top:29.150390625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oymHPGlqvkOxt4ebionap1Eih7lc3KSZ { width:10.9375rem;height:1.86865rem;top:26.951171875rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnL1LnnHXQUDI5uUKhtNhWTZBBRQgi9f { width:11.0625rem;height:1.86865rem;top:26.82666015625rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrRdsgAG9ixpZpRLBIAgd19I0NImPJ8W { width:20rem;height:8.75rem;top:45.7861328125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #IotoDDIZzMmlkC13TnoJpg2EIqOhwKVC { width:16.75rem;height:4.19970625rem;top:49.4111328125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKx7LSS7NIZazxA2d6TFydZ2TTbsX7Nb { width:17.0625rem;height:4.19970625rem;top:39.3486328125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClhwPhk8EVLXicVTRxDv7StZTz8xHLMM { width:20rem;height:8.75rem;top:35.7861328125rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #y3e9hRy0TX77stlEIHRfP2toqIN4k9fb { width:10.9375rem;height:1.86865rem;top:47.2861328125rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtVOsApPK4FW4pp9ANDu770nFymlIHs3 { width:11.0625rem;height:1.86865rem;top:47.2236328125rem;left:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3hGTHigMrTTnEtTzigfhPkQegBKqvMh { width:7.125rem;height:1.86865rem;top:37.1611328125rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB4NSBvrCuZbD6zb4bzsFbZuDKXodRSo { width:10.9375rem;height:1.86865rem;top:37.22314453125rem;left:1.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbhF5aZt6023pctPCdgFlaPWyvrvqmRt { width:20rem;height:15.25rem;top:55.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUgCstSz7htJfCTa7IeUbehvh6zTaUQ { width:13.9375rem;height:2.2744125rem;top:67.1875rem;left:1.4375rem;font-size:0.875rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ELbBPQkZfeUhFhOINV5dLSl98kvT187o { width:7.9375rem;height:1.86865rem;top:58.13671875rem;left:1.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl5ZtHl8TE6fuNsPkSfB8oagd0ubklnp { width:16.875rem;height:1.86865rem;top:59.9423828125rem;left:1.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAOv8sa23RZwvu6MOliFCpowaF4ieHc6 { width:17.625rem;height:4.19970625rem;top:62.3125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndyZO8h0y9vt0fJ0XoGHy15aVAiEs11 { width:0.125rem;height:4.625rem;top:57.6611328125rem;left:7.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6v1AalZnt5xClITW1lOKhnBeXu5abCB { width:2.9375rem;height:2.875rem;top:56.8798828125rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T146Cub4nlRCeH5crUV9MGc8UgF8buT6 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/87786549-575c-445b-adee-5622f5dbb7c8/bckgrndweb1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6.adaptive-delivery-prevent-bg, #T146Cub4nlRCeH5crUV9MGc8UgF8buT6.lazyload, #T146Cub4nlRCeH5crUV9MGc8UgF8buT6.lazyloading { background-image: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { background-color: transparent; background-image: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container > .video-iframe-container { display: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container { display: none; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .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); }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { border-width: 0; border-radius: 0; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T146Cub4nlRCeH5crUV9MGc8UgF8buT6 > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq07HA9ELQ5kTlKsEDlWUSsx6QLK0pV3 { width:20rem;height:6.75rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9c24PQ3Pt2pFFqxdVno1UZFQt0ZmHs2 { width:9.125rem;height:2.4375rem;top:6.25rem;left:10.875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5SRkZFUXUoDiT2nsLlWLJ0yZgcHLFgu { width:10rem;height:2.125rem;top:10.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poq31S1hGVsw0AVzJxJrlUyVwOft49GU { width:7.6875rem;height:2.125rem;top:13.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbSoaGqLmBb8lxnrogx2iLDCPpZU2vTG { width:13.375rem;height:3.9375rem;top:15.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzmZzqNVXo14c288P60lRMl7VDD0Bk7n { width:12.5625rem;height:2.1875rem;top:19.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK { display:block; }#XNe8HVeVFZxQt7ZaFpEJlvcyI0Ts0GoK > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwsM7UDn0w6r1V1Jwkgh3qZGAEmiQwZk { width:20rem;height:31.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhaelTwp3uPETDNbXQTeg7SibsbLKdwz { top:24.3125rem;left:2.6875rem;width:14.625rem;height:3.4375rem;font-size:1rem;background-color:#25d366;background-image:none;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,255,255,0.25) ;display:block; }
 }@media only screen and (max-width: 763px) { #w21o6l2h1m5FzusPfZbQxcGbEpgKSthD { display:block; }
 }@media only screen and (max-width: 763px) { #MIKpoQEbCzBm45KCvO5bKsBVAhKfoI3x { width:1.8125rem;height:1.8125rem;top:25.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4AqTQKTVkgSeJU5WtSRvwU8P1FBwsT { width:13.0625rem;height:2.79980625rem;top:28.625rem;left:3.46875rem;font-size:0.875rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #DTtIo4nIJT4z9sqhoQ4RmJRrkPkZCB2f { width:20rem;height:2.5996125rem;top:9.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8MT3lcg3AMMQfTkQQAqp7mJ4Qbvzi7C { width:20rem;height:4.3994125rem;top:12.25rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XARSuIVkBHfhG72tIrm5spv79ciwwUXe { width:14.5rem;height:4.798825rem;top:17.95166015625rem;left:2.75rem;font-size:1rem;line-height:1.6;text-align:center;text-align-last:center;color:#2c3337;display:block; }
 }@media only screen and (max-width: 763px) { #ffsoqAwQUvok7UAWOlalO8PmdGWCtIN6 { width:4.5625rem;height:4.5625rem;top:3.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJgteyr54pbmgFMr6ockOfqyNdCAs3Ge { width:2.25rem;height:2.25rem;top:5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO { display:block; }#RK4cuLHCTk2sqVLF77X3AipMc8FrpDhO > .row .container { width:20rem;height:19.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZPHbMqaDutZ3T9nTPJqMzQhZr0lwZ9S { width:9.0625rem;height:1.75rem;top:2.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdcoul3B2ywZQniptGBut7KPdGs0EmLb { width:13.5625rem;height:2.5996125rem;top:12.4375rem;left:3.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBETVxvKoCaFMZ6Lq81Vx1fnFsTRdEO9 { width:8.5rem;height:2.625rem;top:6.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2pVnc3T4EJL1S4iARfERySNeGJfvzv { width:8.875rem;height:1.29980625rem;top:15.0625rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcfPaTDbVMDSFT7221VVFElWdiAWVm0z { width:0.6875rem;height:0.6875rem;top:4.9873046875rem;left:9.65625rem;display:block; }
 }