.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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:5rem;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; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { 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/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3f509b92-eb66-4ab4-aab2-fcb6afe62616/bg3.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#e7e860;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:54.375rem;height:2.193575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -moz-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -ms-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -o-linear-gradient(180deg, #f2f4c5, #e8e895);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );";background-image: linear-gradient(180deg, #f2f4c5, #e8e895);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: 0rem 0.375rem 0.6875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.8125rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23rem;left:49.625rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.3125rem;width:25.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0.53);background-image:none;top:18.5rem;left:47.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#e7e860;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:19.5625rem;left:47.1875rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#e7e860;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:19.4375rem;left:62.75rem;height:1.443575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdZTggPUh1Feb71f2LFz9CnVCCnaMigy { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:14.8125rem;left:45rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwmOanmi38lAwwF4K8vgsr8gcwZt0ZTV { 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:64.4375rem;width:75rem;display:none; }
#K63WTeTBToIM4lNK1lpeZ0uQDLQZ8iCV { position:absolute;display:block;z-index:15013;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:9.125rem;width:10.6875rem;top:4.5rem;left:55.25rem;overflow:hidden;display:block; }
#TgEhcb1G6K3FTbl8UWseNpcVBw8uwzg5 { color:#e7e860;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.25rem;left:45.125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3ac6d934-3b8e-4cb9-a057-80ee599f5cdb/p4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME.adaptive-delivery-prevent-bg, #l2PvuTCoxqqvvpqqRNbx01asxgUi0bME.lazyload, #l2PvuTCoxqqvvpqqRNbx01asxgUi0bME.lazyloading { background-image: none; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container { background-color: transparent; background-image: none; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,243,0.9); }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container > .video-iframe-container { display: none; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,243,0.9); }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row > .video-iframe-container { display: none; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .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); }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container { border-width: 0; border-radius: 0; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME::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; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;position:relative;display:block; }#w6CeoGT2TKvv8T77lvFKLMvVtkyBSTVU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:27.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#CTTXlBR66h4NbiAvaFML6ke6WLZKw3wZ { box-sizing:content-box;height:27.625rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:#006168;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ { box-sizing:content-box;height:16.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/791b311a-2320-4b69-a79f-31ad562553c1/Untitled226.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ.adaptive-delivery-prevent-bg, #JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ.lazyload, #JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ.lazyloading { background-image: none; }
#Psg8pinBF5UAqma4QweJ3FSLkNftA2M7 { color:#e7e860;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0.8125rem;height:1.94965rem;display:block; }
#b2qyNIMig8DQCT5pr2ZV1Tbv7QAPp7Ng { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:31.8125rem;left:0.8125rem; }
#uOz4LDKqQBK3CCJT7T6a0AkTQGVMp8o8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:31.8125rem;left:9.5rem; }
#avy2Ent2e1WtkgakOTtd8tA8lSUsWapk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:31.8125rem;left:18.3125rem; }
#o2XUrBQGvJbqSq2dtZqvmeTi4Ddf8l6p { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:32.125rem;left:3rem;height:1.0556625rem;display:block; }
#u3r83R8TRCEksAJhSQ7uxmt6vp3TbPcW { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:32.0625rem;left:11.6875rem;height:1.0556625rem;display:block; }
#BUasiuVydW34N3kMZaT17h9PoeQmnFOQ { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15151;line-height:1.3;letter-spacing:0;top:32.0625rem;left:20rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#EQ4TH4ATwPnU8ynvd5Gg1XSKKv2x6mZS { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:20.1875rem;left:2.4375rem;display:none; }
#S4TX7ZzrZn3ru0nnKAiEJcMph1N7FWbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:20.1875rem;left:9.3125rem;display:none; }
#wHtVMqBQyafMN7aH1qWrO87NCnZU7deO { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:22.75rem;left:9.5625rem;display:none; }
#L3FNbNSPLaM4QqPDrWVq8EIcbBvX7cuW { box-sizing:content-box;height:2.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15003;background-color:#ecf2cf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kDLO0ZTQ7R5QDi4aVnWTc88rv3qHtKgS { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:35.625rem;left:0rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JeFSMAKCZAPMOurFxp1HZJMtl3UgP79Z { color:#023a3a;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.25rem;left:6.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0b4aLVGfGy2FDOK3J9q7WTmInOfyiuy { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:35.5625rem;left:14.625rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tev0y52ZxKUzdxgC7Neel6k7Kkdu16xE { box-sizing:content-box;height:27.625rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:#006168;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:25.3125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#g92NzrPSZta5yuLeVFSSNRTqqxb59W6L { box-sizing:content-box;height:16.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba1c72fa-a196-4841-ac81-6ed36f633f23/Untitled227.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#g92NzrPSZta5yuLeVFSSNRTqqxb59W6L.adaptive-delivery-prevent-bg, #g92NzrPSZta5yuLeVFSSNRTqqxb59W6L.lazyload, #g92NzrPSZta5yuLeVFSSNRTqqxb59W6L.lazyloading { background-image: none; }
#TNbqZm7eN75QGNlTpzsgxHTPvNm8tKSP { color:#e7e860;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:29.25rem;left:26.125rem;height:1.94965rem;display:block; }
#qmT9ZW8gqlXItfsfSvu7d6NWmH4iyZpk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:31.8125rem;left:34.8125rem; }
#X58LniN7M87RnPKzLFFaNPmHkaLlzW2n { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15161;line-height:1.3;letter-spacing:0;top:32.0625rem;left:28.3125rem;height:1.0556625rem;display:block; }
#cXVT6EQuXmiArl9LhErht5wJ8Bnm8PEx { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:32.125rem;left:37rem;height:1.0556625rem;display:block; }
#irQzAzWcTbH4ViDcJHNF4N6yZ55kEutk { box-sizing:content-box;height:2.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15015;background-color:#ecf2cf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:26.125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z8PSHFvJDpqAl16fJ0bD3wnWnydNvxqJ { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.1;letter-spacing:0;top:35.625rem;left:25.3125rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkrbLTCZnXJOrv2JGBbtKJA8mnhzBKwg { color:#023a3a;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:35.25rem;left:32.125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wbTwfHbZZ1Z5PwFuOEwKbPqrFitFLpi1 { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:35.5625rem;left:39.9375rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fz68HG090T4lWshBeOHV5mf5xOx9grhZ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:31.8125rem;left:43.625rem; }
#ArX7BSXTfLTbMutkh1f4NWay8h1ZdKec { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:32.125rem;left:45.3125rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#T26duEVqkOTlOgZlWS6hTT4ZIwmGbEip { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:31.8125rem;left:26.125rem; }
#asnu5FUSD0IFJWwzFSTG4VtLT211pHF4 { box-sizing:content-box;height:27.625rem;width:24.375rem;position:absolute;display:block;z-index:15026;background-color:#006168;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:50.625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0 { box-sizing:content-box;height:16.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8d4b165e-1d23-4a73-9dd0-30ea1b8640e8/584467837_1262568312564397_4610102491438165150_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.75rem;left:51.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0.adaptive-delivery-prevent-bg, #hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0.lazyload, #hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0.lazyloading { background-image: none; }
#Q4BJohktEoHUoIRbqCGTzHLMqIhCJJhM { color:#e7e860;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:29.25rem;left:51.4375rem;height:;display:block; }
#ozcQPOl2wBmPk8s7c9GJpJkEkRrwNT9P { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:31.8125rem;left:60.125rem; }
#Tb0OBB4QKZK03hSrgWHeZemxpXqX89GN { color:rgba(var(--color-tertiary-0),1);display:block;width:5.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15174;line-height:1.3;letter-spacing:0;top:32.0625rem;left:53.625rem;height:1.0556625rem;display:block; }
#gCze2pyz5ecIsLT3VnFrHQsvuymkga3g { color:rgba(var(--color-tertiary-0),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:32.125rem;left:62.3125rem;height:1.0556625rem;display:block; }
#vUPls6GPqCf8UMtvPJAiKHBLmcwEcZi6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:31.8125rem;left:51.4375rem; }
#HykKfXa3XtiBBKoAn24gmZAqS5kGDRbl { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:31.8125rem;left:68.9375rem; }
#kTvVnJL9wWOitTedHeEg8bIIHTZ8eaLL { box-sizing:content-box;height:2.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15028;background-color:#ecf2cf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:51.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VvNlPSZxadvTJbETv1V2C4ZpwWu3Z5kV { color:#023a3a;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:35.25rem;left:57.3125rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqfNX9rkxXTT1DlC6JALtXC5JyPubXo8 { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15038;line-height:1.1;letter-spacing:0;top:35.625rem;left:50.625rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ubRybP2nWZhK8l4RlBbMsN5rTAJO3POb { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.1;letter-spacing:0;top:35.5625rem;left:65.25rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aDTN1DXsTizqTaocR2naEAP2OA7ClHac { color:rgba(var(--color-tertiary-0),1);display:block;width:3.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:32.125rem;left:70.625rem;height:1.0556625rem;text-align:right;text-align-last:right;display:block; }
#V2EJ11OPMoBrxrUERJLhL7yHRCqi0zqM { box-sizing:content-box;height:27.625rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk { box-sizing:content-box;height:16.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/791b311a-2320-4b69-a79f-31ad562553c1/Untitled226.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }#T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.adaptive-delivery-prevent-bg, #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.lazyload, #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.lazyloading { background-image: none; }
#Up54fUcVnG7A0L7AAcUFbeTKnbTyy9cw { color:#e7e860;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0.8125rem;height:1.94921875rem;display:none; }
#d2R3Bb7RJkrkvDINrwvpKXpqEC9sBAhr { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:31.8125rem;left:0.8125rem;display:none; }
#N65ko7KqrSs0QoR4GBm8E2nDxoT0ueXA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:31.8125rem;left:9.5rem;display:none; }
#WZhcA732Q0SygBepMT9KvyT1lMFGScwV { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:31.8125rem;left:18.3125rem;display:none; }
#XaVgO2cEEsibgwgzGpx1HJSJa5q6SWSe { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:43.0625rem;left:2.5rem;display:none; }
#Zr6kpb2mDtU2eNxCWf8qHlQahEUz74Uc { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:43.0625rem;left:9.3125rem;display:none; }
#qUZP32KJN4I0lLGZgZV1TnJWT3hinBRz { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:43.0625rem;left:15.8125rem;display:none; }
#fEqgbTB9HQ3kEJrBQCWKfwvwOcCVLhJ4 { box-sizing:content-box;height:2.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15003;background-color:#ecf2cf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#AVvUX8AXbkrSDp3K47vR5oarJDLpF31k { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:35.625rem;left:0rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Hr3fa5TNEUitvTnyR2l5k4wiCge9Z13C { color:#023a3a;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.25rem;left:6.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#c86lOnOdioLRNGaHV0KwiWD1TKuPA8WT { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:35.5625rem;left:14.625rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lQGQrvTOEW7VqHq4t7tAOnASRIrmqD3O { box-sizing:content-box;height:27.625rem;width:24.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#peJgAf30Gd4cxARDEfLcwt5I3ufTrszF { box-sizing:content-box;height:2.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15003;background-color:#ecf2cf;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.8125rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }
#HW0cPJnWCBwoFO9RH5OTnwZttm4nQBoC { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:35.625rem;left:0rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GvhCO7CSTiTGVO5mTC8S4Bf19F7rSQTE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;top:31.8125rem;left:0.8125rem;display:none; }
#tflOGmBswMuGETJunyTv5ziwn5o6VEA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:27.875rem;left:5.1875rem;display:none; }
#uKgbcukFGDFx0xJTbhu2gM1OVJHmmvOR { color:#e7e860;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:29.1875rem;left:0.8125rem;height:1.94921875rem;display:none; }
#P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ { box-sizing:content-box;height:16.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/791b311a-2320-4b69-a79f-31ad562553c1/Untitled226.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:0.8125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:none; }#P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.adaptive-delivery-prevent-bg, #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.lazyload, #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.lazyloading { background-image: none; }
#SskTTzcrQ1DGRiQsaCLUxKN4NGnvbwhm { color:#023a3a;display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.25rem;left:6.9375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lxZRnyo8NGbsdr2orbnfQvJgiSOcOyUT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15147;opacity:1;top:31.8125rem;left:9.5rem;display:none; }
#X9mg699rTvU6J2p54nlC9dwe4uHuvqdi { color:rgba(var(--color-tertiary-4),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:65.875rem;left:9.3125rem;display:none; }
#STi1NH0PtWeITXKhGGeb6dCJ54eF6ubZ { color:#023a3a;display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:35.5625rem;left:14.625rem;height:1.3056625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tJJNsvMUUR0JVO3bxdBaZTvu8C56shBH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15148;opacity:1;top:31.8125rem;left:18.3125rem;display:none; }
#qs4TxfyUcqPlnffEvEvondkLl0DSDV9y { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:65.875rem;left:15.8125rem;display:none; }
#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004f53;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; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container { background-color: transparent; background-image: none; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container > .video-iframe-container { display: none; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row > .video-iframe-container { display: none; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .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); }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container { border-width: 0; border-radius: 0; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container { font-size:0.875rem;font-family:arial;height:31.1875rem;width:75rem;position:relative;display:block; }#FNghJJx9rqsg2EIcl73pBfpQG6rysAZm { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:9.359375rem;left:0rem;height:3.75rem;display:block; }
#msIIsvFUzGpJR9FB1z7TWCrNDSETc3LL { position:absolute;display:block;z-index:15001;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:22.125rem;width:31.625rem;top:12.859375rem;left:43.375rem;overflow:hidden;display:block; }
#lZPs0v7CBnc0wu1gxXbhqXILo07yx9kM { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:3.5rem;left:0rem;display:none; }
#ldKuT1rtGx4Qni1fAlyvNRl9bxIyCTCS { color:#e7e23d;display:block;width:27rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0rem;height:;text-align:left;text-align-last:left;display:block; }
#tF3BuW3HEO7gwAsL1TC8niLkb7HyDgy9 { color:#e7e23d;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:17.375rem;left:0rem;height:;display:block; }
#B88NObhhlaK3CsBEVw2evzlWdm40m82B { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.375rem;left:11.125rem;height:;font-style:normal;display:block; }
#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf3cf;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; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container { background-color: transparent; background-image: none; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container > .video-iframe-container { display: none; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row > .video-iframe-container { display: none; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .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); }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container { border-width: 0; border-radius: 0; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container { font-size:0.875rem;font-family:arial;height:66.5625rem;width:75rem;position:relative;display:block; }#xyp9FqMSRl53LfsGfOMbzL4pqmPJsu6L { color:#004f53;display:block;width:20rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:27.5rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/330a4c97-a81f-4073-8b7f-e656c7e32627/585896827_1262568325897729_2019633105289904915_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m.adaptive-delivery-prevent-bg, #Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m.lazyload, #Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m.lazyloading { background-image: none; }
#X0fHTt3gl7yP8f3Fp5nl3hTn3c7WEBo6 { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.875rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ISpMRu7kTqeBTh5zpf8NKfLPNe4WI1T8 { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.875rem;left:20.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JmdsiiZls3TR1kKouOawni6xEm5oFGcW { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/65ff78cf-12bd-4a88-8f5e-a91fed1c364a/584301808_1262568309231064_6419595691371662426_n.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:19.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#JmdsiiZls3TR1kKouOawni6xEm5oFGcW.adaptive-delivery-prevent-bg, #JmdsiiZls3TR1kKouOawni6xEm5oFGcW.lazyload, #JmdsiiZls3TR1kKouOawni6xEm5oFGcW.lazyloading { background-image: none; }
#z82orAI68WLtNbbiP1dMqqahpm6Xkrg2 { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b9ebdfcf-9c8e-4800-a843-ec9bd3a9ab59/585886003_1262568329231062_7270271174897596238_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:38.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#z82orAI68WLtNbbiP1dMqqahpm6Xkrg2.adaptive-delivery-prevent-bg, #z82orAI68WLtNbbiP1dMqqahpm6Xkrg2.lazyload, #z82orAI68WLtNbbiP1dMqqahpm6Xkrg2.lazyloading { background-image: none; }
#og0GUuPpAZWgtsaX1KuAX79Wd6Z4hb57 { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.875rem;left:39.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lZi7l6nS5KtusoDs8sdH4eHtnJOcXnMP { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:22.875rem;left:58.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a820158d-d816-4921-8027-3fbcf0f4b49b/585500786_1262568359231059_1036811849026580476_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:57.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK.adaptive-delivery-prevent-bg, #GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK.lazyload, #GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK.lazyloading { background-image: none; }
#DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d17f9d1c-39f5-4f9d-8986-94a87a919f82/584631960_1262568269231068_6537318527427263654_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI.adaptive-delivery-prevent-bg, #DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI.lazyload, #DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI.lazyloading { background-image: none; }
#RfS9ZgDL1c0JE0QOLIVIOQqWFF7ZTSBp { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:39.3125rem;left:1.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFuBltITrxBPLgHGgEomOyqpTaXUdaH3 { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.3125rem;left:20.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eECe46eiA8T5JOOlmT3WdqRp0v0yMIit { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4274d34-485c-4302-8af6-04b31f6b138e/Untitled215.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25rem;left:19.125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#eECe46eiA8T5JOOlmT3WdqRp0v0yMIit.adaptive-delivery-prevent-bg, #eECe46eiA8T5JOOlmT3WdqRp0v0yMIit.lazyload, #eECe46eiA8T5JOOlmT3WdqRp0v0yMIit.lazyloading { background-image: none; }
#eWvxlgMpc3VU3SltvZXkEKwFn2KQQXG9 { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.3125rem;left:39.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b03c6b30-0843-4bde-814a-6137269f2da6/Untitled217.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25rem;left:38.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF.adaptive-delivery-prevent-bg, #LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF.lazyload, #LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF.lazyloading { background-image: none; }
#w0rFxxW6JFaki40A3ILWZ070IZTH0Kew { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:39.3125rem;left:58.75rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nFSNsgX22b1fzp167y0t51UqBiynrEFy { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/de19059e-eaba-46e3-9693-04acdd5c7f8c/Untitled213.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.25rem;left:57.1875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#nFSNsgX22b1fzp167y0t51UqBiynrEFy.adaptive-delivery-prevent-bg, #nFSNsgX22b1fzp167y0t51UqBiynrEFy.lazyload, #nFSNsgX22b1fzp167y0t51UqBiynrEFy.lazyloading { background-image: none; }
#tT0AKMZ7gmWxWgbhW5DJ935dfW609eva { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:55.9375rem;left:11.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/02c98ac1-098e-4a8b-86b7-26caf03e7270/Untitled214.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:9.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU.adaptive-delivery-prevent-bg, #kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU.lazyload, #kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU.lazyloading { background-image: none; }
#eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e6a9de52-a300-477a-878f-16d8adf33128/584752321_1262568319231063_6259783273032129901_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.875rem;left:28.5625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI.adaptive-delivery-prevent-bg, #eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI.lazyload, #eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI.lazyloading { background-image: none; }
#pMW7u50EXJmpK1seQF4xzcrIJlDzabeQ { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:55.9375rem;left:30.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT { box-sizing:content-box;height:11.4375rem;width:17.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1072d3d-667b-4198-8a8a-5fa445523c6e/Untitled212.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.9375rem;left:47.625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;display:block; }#bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT.adaptive-delivery-prevent-bg, #bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT.lazyload, #bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT.lazyloading { background-image: none; }
#f2OHAbvmwbDrug9nguyUmomnsilDnpMX { color:#004f53;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:56rem;left:49.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sZzmOT2Sx1MqvK0a0JXiL5WaLeAKN5Gm { 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:11.1875rem;width:37.75rem;top:55.375rem;left:37.25rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07c402c-e5c0-4a30-9448-9d61c3d817f6/wHnyWFLUBImNNf7HYwN6uK6sNtHGwrmetaeTBtb09oRDhrbkdJcFRDWnJsdHgtMTc2MzcyNzgwNTk1MjE3NjM3Mjc4MDU5NTIuanBn.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -moz-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -ms-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -o-linear-gradient(180deg, #f2f4c5, #e8e895);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );";background-image: linear-gradient(180deg, #f2f4c5, #e8e895);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.4375rem;height:3rem;font-family:poppins;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098907470703rem;left:47.966146469116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8098907470703rem;left:47.966146469116rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.4375rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#e7e860;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#004f53;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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:71.9375rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;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.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:3.625rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -moz-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -ms-linear-gradient(180deg, #f2f4c5, #e8e895);background-image: -o-linear-gradient(180deg, #f2f4c5, #e8e895);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f4c5', endColorstr='#e8e895' );";background-image: linear-gradient(180deg, #f2f4c5, #e8e895);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65rem;left:25.875rem;display:block; }
#GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#stFWnThvmzHEEFdXFqiNP1h3miJEzkgl { color:#e7e23d;display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15085;line-height:2;letter-spacing:0;top:51.625rem;left:0rem;height:2rem;font-style:normal;display:block; }
#lJRi4TQQ48f8si00Hoy2XH3Famte4PXX { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15084;line-height:2;letter-spacing:0;top:54rem;left:0rem;height:7rem;font-style:normal;display:block; }
#ZyWQVw9nnnEMP9ooITmATxdIC4R0f4n1 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15089;line-height:2;letter-spacing:0;top:54rem;left:17.9375rem;height:7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vpKP7fr2WNeprEAtE7xIM00QE48TTyJA { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#e7e23d;background-image:none;top:51.9375rem;left:24.375rem;display:block; }
#KayzvmoxWA6QGJEMrHGJLd6Pyq0AVqKy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15087;line-height:2;letter-spacing:0;top:54rem;left:26.25rem;height:5.25rem;font-style:normal;display:block; }
#di9I9RHu0sqOEJJ8ZEnSHw850ySIxkuB { color:#e7e23d;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15086;line-height:2;letter-spacing:0;top:51.625rem;left:26.25rem;height:2rem;font-style:normal;display:block; }
#oOBcsVxSJxkUmoUC59HrAnZXNsNvPVNG { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15088;line-height:2;letter-spacing:0;top:54rem;left:44.25rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZrNP3phuSKWMCOp0p99PbI2EbJa7Hw4d { box-sizing:content-box;height:9.375rem;width:0.0625rem;position:absolute;display:block;z-index:15097;background-color:#e7e23d;background-image:none;top:51.9375rem;left:50.6875rem;display:block; }
#iuXh9y1TvlmWHLmbIQPArKHzdmkcA7UI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15090;line-height:2;letter-spacing:0;top:54rem;left:52.5rem;height:7rem;font-style:normal;display:block; }
#NHqpSOdVE8C78vrG2M3s7tukIMrlBmGG { color:#e7e23d;display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15087;line-height:2;letter-spacing:0;top:51.625rem;left:52.5rem;height:2rem;font-style:normal;display:block; }
#v3i8474tSgr0ZLSPozITD9vtlz62O90e { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15091;line-height:2;letter-spacing:0;top:53.9375rem;left:70.625rem;height:7rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#d2cm2f5TUSvwKNRDqSPhpPotENcdJlel { position:absolute;display:block;z-index:15269;height:37.5rem;width:75rem;top:10.9375rem;left:0rem;display:block; }
#Lx4RPPTQDc21sEy8uALMkLUZLGBOoHMt { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;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; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;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) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:19.0625rem;left:38.25rem;width:9.5rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.8125rem;height:2.8125rem;top:23rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:18.5rem;left:22.125rem;width:25.625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:19.5625rem;left:33.5625rem;width:9.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:19.4375rem;left:38.6875rem;width:9.0625rem;height:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdZTggPUh1Feb71f2LFz9CnVCCnaMigy { top:14.8125rem;left:17.8125rem;width:29.9375rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwmOanmi38lAwwF4K8vgsr8gcwZt0ZTV { width:47.75rem;height:41rem;display:none; }
 }@media only screen and (max-width: 763px) { #K63WTeTBToIM4lNK1lpeZ0uQDLQZ8iCV { top:4.5rem;left:37.0625rem;width:10.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgEhcb1G6K3FTbl8UWseNpcVBw8uwzg5 { top:19.25rem;left:31.5rem;width:9.5rem;height:2.1875rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2PvuTCoxqqvvpqqRNbx01asxgUi0bME { display:block; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6CeoGT2TKvv8T77lvFKLMvVtkyBSTVU { top:4.375rem;left:13.875rem;width:20rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTXlBR66h4NbiAvaFML6ke6WLZKw3wZ { top:10.8125rem;left:0rem;width:24.375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ { top:11.6875rem;left:0rem;width:22.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psg8pinBF5UAqma4QweJ3FSLkNftA2M7 { top:29.1875rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2qyNIMig8DQCT5pr2ZV1Tbv7QAPp7Ng { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOz4LDKqQBK3CCJT7T6a0AkTQGVMp8o8 { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avy2Ent2e1WtkgakOTtd8tA8lSUsWapk { top:31.8125rem;left:4.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2XUrBQGvJbqSq2dtZqvmeTi4Ddf8l6p { top:32.125rem;left:0rem;width:5.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3r83R8TRCEksAJhSQ7uxmt6vp3TbPcW { top:32.0625rem;left:0rem;width:5.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUasiuVydW34N3kMZaT17h9PoeQmnFOQ { top:32.0625rem;left:6.375rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ4TH4ATwPnU8ynvd5Gg1XSKKv2x6mZS { top:20.1875rem;left:0rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4TX7ZzrZn3ru0nnKAiEJcMph1N7FWbZ { top:20.1875rem;left:0rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHtVMqBQyafMN7aH1qWrO87NCnZU7deO { top:22.75rem;left:0rem;width:2.9375rem;height:1.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L3FNbNSPLaM4QqPDrWVq8EIcbBvX7cuW { top:34.8125rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLO0ZTQ7R5QDi4aVnWTc88rv3qHtKgS { top:35.625rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFSMAKCZAPMOurFxp1HZJMtl3UgP79Z { top:35.25rem;left:0rem;width:9.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0b4aLVGfGy2FDOK3J9q7WTmInOfyiuy { top:35.5625rem;left:1rem;width:9.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tev0y52ZxKUzdxgC7Neel6k7Kkdu16xE { top:10.8125rem;left:11.6875rem;width:24.375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g92NzrPSZta5yuLeVFSSNRTqqxb59W6L { top:11.75rem;left:12.5rem;width:22.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNbqZm7eN75QGNlTpzsgxHTPvNm8tKSP { top:29.25rem;left:12.5rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmT9ZW8gqlXItfsfSvu7d6NWmH4iyZpk { top:31.8125rem;left:21.1875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X58LniN7M87RnPKzLFFaNPmHkaLlzW2n { top:32.0625rem;left:14.6875rem;width:5.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXVT6EQuXmiArl9LhErht5wJ8Bnm8PEx { top:32.125rem;left:23.375rem;width:5.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irQzAzWcTbH4ViDcJHNF4N6yZ55kEutk { top:34.875rem;left:12.5rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8PSHFvJDpqAl16fJ0bD3wnWnydNvxqJ { top:35.625rem;left:11.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkrbLTCZnXJOrv2JGBbtKJA8mnhzBKwg { top:35.25rem;left:18.5rem;width:9.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbTwfHbZZ1Z5PwFuOEwKbPqrFitFLpi1 { top:35.5625rem;left:26.3125rem;width:9.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz68HG090T4lWshBeOHV5mf5xOx9grhZ { top:31.8125rem;left:30rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArX7BSXTfLTbMutkh1f4NWay8h1ZdKec { top:32.125rem;left:31.6875rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T26duEVqkOTlOgZlWS6hTT4ZIwmGbEip { top:31.8125rem;left:12.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asnu5FUSD0IFJWwzFSTG4VtLT211pHF4 { top:10.8125rem;left:23.375rem;width:24.375rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0 { top:11.75rem;left:24.9375rem;width:22.8125rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4BJohktEoHUoIRbqCGTzHLMqIhCJJhM { top:29.25rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozcQPOl2wBmPk8s7c9GJpJkEkRrwNT9P { top:31.8125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb0OBB4QKZK03hSrgWHeZemxpXqX89GN { top:32.0625rem;left:40rem;width:5.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCze2pyz5ecIsLT3VnFrHQsvuymkga3g { top:32.125rem;left:42.125rem;width:5.625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUPls6GPqCf8UMtvPJAiKHBLmcwEcZi6 { top:31.8125rem;left:37.8125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HykKfXa3XtiBBKoAn24gmZAqS5kGDRbl { top:31.8125rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTvVnJL9wWOitTedHeEg8bIIHTZ8eaLL { top:34.875rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvNlPSZxadvTJbETv1V2C4ZpwWu3Z5kV { top:35.25rem;left:38.25rem;width:9.5rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqfNX9rkxXTT1DlC6JALtXC5JyPubXo8 { top:35.625rem;left:37rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubRybP2nWZhK8l4RlBbMsN5rTAJO3POb { top:35.5625rem;left:38.6875rem;width:9.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDTN1DXsTizqTaocR2naEAP2OA7ClHac { top:32.125rem;left:44.0625rem;width:3.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2EJ11OPMoBrxrUERJLhL7yHRCqi0zqM { top:10.8125rem;left:0rem;width:24.375rem;height:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk { top:11.6875rem;left:0rem;width:22.8125rem;height:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Up54fUcVnG7A0L7AAcUFbeTKnbTyy9cw { top:40.6875rem;left:0rem;width:16.0625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d2R3Bb7RJkrkvDINrwvpKXpqEC9sBAhr { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N65ko7KqrSs0QoR4GBm8E2nDxoT0ueXA { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WZhcA732Q0SygBepMT9KvyT1lMFGScwV { top:31.8125rem;left:4.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XaVgO2cEEsibgwgzGpx1HJSJa5q6SWSe { top:43.0625rem;left:0rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zr6kpb2mDtU2eNxCWf8qHlQahEUz74Uc { top:43.0625rem;left:0rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qUZP32KJN4I0lLGZgZV1TnJWT3hinBRz { top:43.0625rem;left:2.1875rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEqgbTB9HQ3kEJrBQCWKfwvwOcCVLhJ4 { top:34.8125rem;left:0rem;width:22.8125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVvUX8AXbkrSDp3K47vR5oarJDLpF31k { top:35.625rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hr3fa5TNEUitvTnyR2l5k4wiCge9Z13C { top:45.75rem;left:0rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #c86lOnOdioLRNGaHV0KwiWD1TKuPA8WT { top:46rem;left:0rem;width:5rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQGQrvTOEW7VqHq4t7tAOnASRIrmqD3O { top:10.8125rem;left:0rem;width:24.375rem;height:27.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #peJgAf30Gd4cxARDEfLcwt5I3ufTrszF { top:34.8125rem;left:0rem;width:22.8125rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HW0cPJnWCBwoFO9RH5OTnwZttm4nQBoC { top:35.625rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvhCO7CSTiTGVO5mTC8S4Bf19F7rSQTE { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tflOGmBswMuGETJunyTv5ziwn5o6VEA0 { top:27.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKgbcukFGDFx0xJTbhu2gM1OVJHmmvOR { top:63.5rem;left:0rem;width:16.0625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ { top:11.6875rem;left:0rem;width:22.8125rem;height:16.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SskTTzcrQ1DGRiQsaCLUxKN4NGnvbwhm { top:68.5625rem;left:0rem;width:9.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxZRnyo8NGbsdr2orbnfQvJgiSOcOyUT { top:31.8125rem;left:0rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9mg699rTvU6J2p54nlC9dwe4uHuvqdi { top:65.875rem;left:0rem;width:2.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #STi1NH0PtWeITXKhGGeb6dCJ54eF6ubZ { top:68.8125rem;left:0rem;width:5rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJJNsvMUUR0JVO3bxdBaZTvu8C56shBH { top:31.8125rem;left:4.6875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qs4TxfyUcqPlnffEvEvondkLl0DSDV9y { top:65.875rem;left:2.1875rem;width:3.5625rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K { display:block; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNghJJx9rqsg2EIcl73pBfpQG6rysAZm { top:9.3125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIIsvFUzGpJR9FB1z7TWCrNDSETc3LL { top:12.8125rem;left:16.125rem;width:31.625rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZPs0v7CBnc0wu1gxXbhqXILo07yx9kM { top:3.5rem;left:0rem;width:20rem;height:3.375rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ldKuT1rtGx4Qni1fAlyvNRl9bxIyCTCS { top:3.5625rem;left:0rem;width:27rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF3BuW3HEO7gwAsL1TC8niLkb7HyDgy9 { top:17.375rem;left:0rem;width:14.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B88NObhhlaK3CsBEVw2evzlWdm40m82B { top:17.375rem;left:0rem;width:24.5625rem;height:;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv { display:block; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyp9FqMSRl53LfsGfOMbzL4pqmPJsu6L { top:3.625rem;left:13.875rem;width:20rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m { top:10.8125rem;left:0rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fHTt3gl7yP8f3Fp5nl3hTn3c7WEBo6 { top:22.875rem;left:0rem;width:14.6875rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpMRu7kTqeBTh5zpf8NKfLPNe4WI1T8 { top:22.875rem;left:7.0625rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdsiiZls3TR1kKouOawni6xEm5oFGcW { top:10.8125rem;left:5.5rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82orAI68WLtNbbiP1dMqqahpm6Xkrg2 { top:10.8125rem;left:24.5625rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0GUuPpAZWgtsaX1KuAX79Wd6Z4hb57 { top:22.875rem;left:26.125rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZi7l6nS5KtusoDs8sdH4eHtnJOcXnMP { top:22.875rem;left:33.0625rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK { top:10.8125rem;left:29.9375rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI { top:27.25rem;left:0rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfS9ZgDL1c0JE0QOLIVIOQqWFF7ZTSBp { top:39.3125rem;left:0rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFuBltITrxBPLgHGgEomOyqpTaXUdaH3 { top:39.3125rem;left:7.0625rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECe46eiA8T5JOOlmT3WdqRp0v0yMIit { top:27.25rem;left:5.5rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvxlgMpc3VU3SltvZXkEKwFn2KQQXG9 { top:39.3125rem;left:26.125rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF { top:27.25rem;left:24.5625rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0rFxxW6JFaki40A3ILWZ070IZTH0Kew { top:39.3125rem;left:33.0625rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSNsgX22b1fzp167y0t51UqBiynrEFy { top:27.25rem;left:29.9375rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0AKMZ7gmWxWgbhW5DJ935dfW609eva { top:55.9375rem;left:0rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU { top:43.875rem;left:0rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI { top:43.875rem;left:14.9375rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMW7u50EXJmpK1seQF4xzcrIJlDzabeQ { top:55.9375rem;left:16.5rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT { top:43.9375rem;left:29.9375rem;width:17.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2OHAbvmwbDrug9nguyUmomnsilDnpMX { top:56rem;left:33.0625rem;width:14.6875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZzmOT2Sx1MqvK0a0JXiL5WaLeAKN5Gm { top:55.375rem;left:10rem;width:37.75rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.625rem;left:6.84375rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { width:23.25rem;height:3.25rem;top:65rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block; }
 }@media only screen and (max-width: 763px) { #stFWnThvmzHEEFdXFqiNP1h3miJEzkgl { top:51.625rem;left:0rem;width:17rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJRi4TQQ48f8si00Hoy2XH3Famte4PXX { top:54rem;left:0rem;width:16.4375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWQVw9nnnEMP9ooITmATxdIC4R0f4n1 { top:54rem;left:4.3125rem;width:4.5rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKP7fr2WNeprEAtE7xIM00QE48TTyJA { top:51.9375rem;left:10.75rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KayzvmoxWA6QGJEMrHGJLd6Pyq0AVqKy { top:54rem;left:12.625rem;width:18.5625rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #di9I9RHu0sqOEJJ8ZEnSHw850ySIxkuB { top:51.625rem;left:12.625rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOBcsVxSJxkUmoUC59HrAnZXNsNvPVNG { top:54rem;left:30.625rem;width:4.5rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrNP3phuSKWMCOp0p99PbI2EbJa7Hw4d { top:51.9375rem;left:37.0625rem;width:0.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuXh9y1TvlmWHLmbIQPArKHzdmkcA7UI { top:54rem;left:31.3125rem;width:13.375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHqpSOdVE8C78vrG2M3s7tukIMrlBmGG { top:51.625rem;left:31.3125rem;width:16.4375rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3i8474tSgr0ZLSPozITD9vtlz62O90e { top:53.9375rem;left:43.375rem;width:4.375rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cm2f5TUSvwKNRDqSPhpPotENcdJlel { top:10.9375rem;left:0rem;width:47.75rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lx4RPPTQDc21sEy8uALMkLUZLGBOoHMt { display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0ac36b56-a880-4fef-86ef-631f1304608f/bg2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:6.1875rem;height:1.29980625rem;top:10.4375rem;left:6.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:15.4375rem;height:2.25rem;top:23.125rem;left:2.28125rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:14.6875rem;height:1.875rem;top:10.0625rem;left:2.5rem;background-color:#e7e860;background-image:none;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:4.75rem;height:0.7558625rem;top:10.625rem;left:2.625rem;font-size:0.6875rem;color:#025a5e;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.82421875rem;top:10.5625rem;left:11.5rem;font-size:0.75rem;color:#025a5e;display:block; }
 }@media only screen and (max-width: 763px) { #bdZTggPUh1Feb71f2LFz9CnVCCnaMigy { width:18.25rem;height:1.7871125rem;top:7.5rem;left:0.875rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xwmOanmi38lAwwF4K8vgsr8gcwZt0ZTV { top:2.3369140625rem;left:7.65625rem;width:4.6875rem;height:3.9375rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K63WTeTBToIM4lNK1lpeZ0uQDLQZ8iCV { width:8.6875rem;height:7.4375rem;top:26.625rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TgEhcb1G6K3FTbl8UWseNpcVBw8uwzg5 { width:6.1875rem;height:1.29980625rem;top:10.412109375rem;left:6.40625rem;font-size:1rem;z-index:15009;color:#025a5e;display:block; }
 }@media only screen and (max-width: 763px) { #l2PvuTCoxqqvvpqqRNbx01asxgUi0bME { display:block; }#l2PvuTCoxqqvvpqqRNbx01asxgUi0bME > .row .container { width:20rem;height:72.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6CeoGT2TKvv8T77lvFKLMvVtkyBSTVU { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTXlBR66h4NbiAvaFML6ke6WLZKw3wZ { width:20rem;height:21.875rem;top:3.7998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCo0gTHTmGqoqEO0mTtoF4lezVuH86VZ { width:18.5625rem;height:12.0625rem;top:4.8310546875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psg8pinBF5UAqma4QweJ3FSLkNftA2M7 { width:16.0625rem;height:1.4619125rem;top:17.8681640625rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2qyNIMig8DQCT5pr2ZV1Tbv7QAPp7Ng { display:flex;width:1.25rem;height:1.25rem;top:20.1123046875rem;left:0.71875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #uOz4LDKqQBK3CCJT7T6a0AkTQGVMp8o8 { display:flex;width:1.25rem;height:1.25rem;top:20.1123046875rem;left:7.5rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #avy2Ent2e1WtkgakOTtd8tA8lSUsWapk { display:flex;width:1.25rem;height:1.25rem;top:20.1123046875rem;left:14.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #o2XUrBQGvJbqSq2dtZqvmeTi4Ddf8l6p { width:5.5rem;height:1.0556625rem;top:23.75rem;left:3.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3r83R8TRCEksAJhSQ7uxmt6vp3TbPcW { width:5.625rem;height:1.0556625rem;top:26.0625rem;left:3.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUasiuVydW34N3kMZaT17h9PoeQmnFOQ { width:3.6875rem;height:1.0556625rem;top:28.375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQ4TH4ATwPnU8ynvd5Gg1XSKKv2x6mZS { top:20.2490234375rem;left:2.46875rem;width:2.9375rem;height:0.9746125rem;z-index:15152;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TX7ZzrZn3ru0nnKAiEJcMph1N7FWbZ { top:20.2490234375rem;left:9.3125rem;width:2.9375rem;height:0.9746125rem;z-index:15153;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtVMqBQyafMN7aH1qWrO87NCnZU7deO { top:20.2490234375rem;left:15.78125rem;width:3.5625rem;height:0.9746125rem;z-index:15154;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #L3FNbNSPLaM4QqPDrWVq8EIcbBvX7cuW { width:18.5625rem;height:2.125rem;top:22.5498046875rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDLO0ZTQ7R5QDi4aVnWTc88rv3qHtKgS { width:6.5rem;height:0.89355625rem;top:23.2275390625rem;left:1.1875rem;font-size:0.8125rem;color:#023a3a;display:block; }
 }@media only screen and (max-width: 763px) { #JeFSMAKCZAPMOurFxp1HZJMtl3UgP79Z { width:9.5rem;height:1.4619125rem;top:22.9404296875rem;left:4.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0b4aLVGfGy2FDOK3J9q7WTmInOfyiuy { width:5rem;height:0.9619125rem;top:23.1650390625rem;left:12.9375rem;font-size:0.875rem;color:#023a3a;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tev0y52ZxKUzdxgC7Neel6k7Kkdu16xE { width:20rem;height:27.625rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g92NzrPSZta5yuLeVFSSNRTqqxb59W6L { width:20rem;height:16.1875rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNbqZm7eN75QGNlTpzsgxHTPvNm8tKSP { width:20rem;height:auto;top:29.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qmT9ZW8gqlXItfsfSvu7d6NWmH4iyZpk { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X58LniN7M87RnPKzLFFaNPmHkaLlzW2n { width:5.5rem;height:auto;top:32.0625rem;left:7.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cXVT6EQuXmiArl9LhErht5wJ8Bnm8PEx { width:5.625rem;height:auto;top:32.125rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #irQzAzWcTbH4ViDcJHNF4N6yZ55kEutk { width:20rem;height:2.5625rem;top:34.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8PSHFvJDpqAl16fJ0bD3wnWnydNvxqJ { width:9.0625rem;height:auto;top:35.625rem;left:5.4375rem;font-size:0.8125rem;color:#025a5e;display:none; }
 }@media only screen and (max-width: 763px) { #bkrbLTCZnXJOrv2JGBbtKJA8mnhzBKwg { width:9.5rem;height:auto;top:35.25rem;left:5.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbTwfHbZZ1Z5PwFuOEwKbPqrFitFLpi1 { width:9.0625rem;height:auto;top:35.5625rem;left:5.4375rem;font-size:0.875rem;color:#025a5e;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Fz68HG090T4lWshBeOHV5mf5xOx9grhZ { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArX7BSXTfLTbMutkh1f4NWay8h1ZdKec { width:3.6875rem;height:auto;top:32.125rem;left:8.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T26duEVqkOTlOgZlWS6hTT4ZIwmGbEip { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #asnu5FUSD0IFJWwzFSTG4VtLT211pHF4 { width:20rem;height:27.625rem;top:10.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfMIAWJ0U5GEtUgbW7oLHeW6mvoHQrq0 { width:20rem;height:16.1875rem;top:11.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4BJohktEoHUoIRbqCGTzHLMqIhCJJhM { width:20rem;height:auto;top:29.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozcQPOl2wBmPk8s7c9GJpJkEkRrwNT9P { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb0OBB4QKZK03hSrgWHeZemxpXqX89GN { width:5.5rem;height:auto;top:32.0625rem;left:7.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCze2pyz5ecIsLT3VnFrHQsvuymkga3g { width:5.625rem;height:auto;top:32.125rem;left:7.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUPls6GPqCf8UMtvPJAiKHBLmcwEcZi6 { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HykKfXa3XtiBBKoAn24gmZAqS5kGDRbl { display:flex;width:1.625rem;height:1.625rem;top:31.8125rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTvVnJL9wWOitTedHeEg8bIIHTZ8eaLL { width:20rem;height:2.5625rem;top:34.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvNlPSZxadvTJbETv1V2C4ZpwWu3Z5kV { width:9.5rem;height:auto;top:35.25rem;left:5.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqfNX9rkxXTT1DlC6JALtXC5JyPubXo8 { width:9.0625rem;height:auto;top:35.625rem;left:5.4375rem;font-size:0.8125rem;color:#025a5e;display:none; }
 }@media only screen and (max-width: 763px) { #ubRybP2nWZhK8l4RlBbMsN5rTAJO3POb { width:9.0625rem;height:auto;top:35.5625rem;left:5.4375rem;font-size:0.875rem;color:#025a5e;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #aDTN1DXsTizqTaocR2naEAP2OA7ClHac { width:3.6875rem;height:auto;top:32.125rem;left:8.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2EJ11OPMoBrxrUERJLhL7yHRCqi0zqM { width:20rem;height:21.875rem;top:26.625rem;left:0rem;z-index:15014;background-color:#006168;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk { width:18.5625rem;height:12.0625rem;top:27.625rem;left:0.75rem;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ba1c72fa-a196-4841-ac81-6ed36f633f23/Untitled227.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.adaptive-delivery-prevent-bg, #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.lazyload, #T3GCzxP0Kv8uTR0UmsZT2wCoQDX9GbOk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Up54fUcVnG7A0L7AAcUFbeTKnbTyy9cw { width:16.0625rem;height:1.4619125rem;top:40.6875rem;left:0.75rem;font-size:1.125rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #d2R3Bb7RJkrkvDINrwvpKXpqEC9sBAhr { display:flex;width:1.25rem;height:1.25rem;top:42.9375rem;left:0.75rem;font-size:0.875rem;z-index:15159; }
 }@media only screen and (max-width: 763px) { #N65ko7KqrSs0QoR4GBm8E2nDxoT0ueXA { display:flex;width:1.25rem;height:1.25rem;top:42.9375rem;left:7.5rem;font-size:0.875rem;z-index:15160; }
 }@media only screen and (max-width: 763px) { #WZhcA732Q0SygBepMT9KvyT1lMFGScwV { display:flex;width:1.25rem;height:1.25rem;top:42.9375rem;left:14.5625rem;font-size:0.875rem;z-index:15161; }
 }@media only screen and (max-width: 763px) { #XaVgO2cEEsibgwgzGpx1HJSJa5q6SWSe { top:43.0625rem;left:2.5rem;width:2.9375rem;height:0.9746125rem;z-index:15165;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr6kpb2mDtU2eNxCWf8qHlQahEUz74Uc { top:43.0625rem;left:9.3125rem;width:2.9375rem;height:0.9746125rem;z-index:15166;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUZP32KJN4I0lLGZgZV1TnJWT3hinBRz { top:43.0625rem;left:15.8125rem;width:3.5625rem;height:0.9746125rem;z-index:15167;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fEqgbTB9HQ3kEJrBQCWKfwvwOcCVLhJ4 { width:18.5625rem;height:2.125rem;top:45.375rem;left:0.75rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #AVvUX8AXbkrSDp3K47vR5oarJDLpF31k { width:6.5rem;height:0.89355625rem;top:46.0625rem;left:1.1875rem;font-size:0.8125rem;color:#023a3a;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Hr3fa5TNEUitvTnyR2l5k4wiCge9Z13C { width:9.5rem;height:1.4619125rem;top:45.75rem;left:4.8125rem;font-size:1.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #c86lOnOdioLRNGaHV0KwiWD1TKuPA8WT { width:5rem;height:0.9619125rem;top:46rem;left:12.9375rem;font-size:0.875rem;color:#023a3a;text-align:left;text-align-last:left;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lQGQrvTOEW7VqHq4t7tAOnASRIrmqD3O { width:20rem;height:21.875rem;top:49.4375rem;left:0rem;z-index:15027;background-color:#006168;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #peJgAf30Gd4cxARDEfLcwt5I3ufTrszF { width:18.5625rem;height:2.125rem;top:68.1875rem;left:0.75rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #HW0cPJnWCBwoFO9RH5OTnwZttm4nQBoC { width:6.5rem;height:0.89355625rem;top:68.875rem;left:1.375rem;font-size:0.8125rem;color:#023a3a;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #GvhCO7CSTiTGVO5mTC8S4Bf19F7rSQTE { display:flex;width:1.25rem;height:1.25rem;top:65.75rem;left:0.75rem;font-size:0.875rem;z-index:15172; }
 }@media only screen and (max-width: 763px) { #tflOGmBswMuGETJunyTv5ziwn5o6VEA0 { top:65.875rem;left:2.5rem;width:2.9375rem;height:0.9746125rem;z-index:15178;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKgbcukFGDFx0xJTbhu2gM1OVJHmmvOR { width:16.0625rem;height:;top:63.5rem;left:0.75rem;font-size:1.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ { width:18.5625rem;height:12.0625rem;top:50.4375rem;left:0.75rem;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8d4b165e-1d23-4a73-9dd0-30ea1b8640e8/584467837_1262568312564397_4610102491438165150_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.adaptive-delivery-prevent-bg, #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.lazyload, #P2oaC5TJMSXKF2ebB0bEivCq7mxtuuHJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SskTTzcrQ1DGRiQsaCLUxKN4NGnvbwhm { width:9.5rem;height:1.4619125rem;top:68.5625rem;left:4.75rem;font-size:1.125rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #lxZRnyo8NGbsdr2orbnfQvJgiSOcOyUT { display:flex;width:1.25rem;height:1.25rem;top:65.75rem;left:7.5rem;font-size:0.875rem;z-index:15173; }
 }@media only screen and (max-width: 763px) { #X9mg699rTvU6J2p54nlC9dwe4uHuvqdi { top:65.875rem;left:9.3125rem;width:2.9375rem;height:0.9746125rem;z-index:15179;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STi1NH0PtWeITXKhGGeb6dCJ54eF6ubZ { width:5rem;height:0.9619125rem;top:68.8125rem;left:12.625rem;font-size:0.875rem;color:#023a3a;text-align:left;text-align-last:left;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #tJJNsvMUUR0JVO3bxdBaZTvu8C56shBH { display:flex;width:1.25rem;height:1.25rem;top:65.75rem;left:14.5625rem;font-size:0.875rem;z-index:15174; }
 }@media only screen and (max-width: 763px) { #qs4TxfyUcqPlnffEvEvondkLl0DSDV9y { top:65.875rem;left:15.8125rem;width:3.5625rem;height:0.9746125rem;z-index:15180;color:rgba(var(--color-tertiary-0),1);font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K { display:block; }#kmGAyqKtxDwGsDqVhhAoOm812v7NdA9K > .row .container { width:20rem;height:14.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNghJJx9rqsg2EIcl73pBfpQG6rysAZm { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #msIIsvFUzGpJR9FB1z7TWCrNDSETc3LL { width:8.4375rem;height:5.875rem;top:8rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZPs0v7CBnc0wu1gxXbhqXILo07yx9kM { top:3.5rem;left:0rem;width:20rem;height:3.375rem;z-index:15002;font-size:0.5625rem;color:rgba(var(--color-tertiary-0),1);line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ldKuT1rtGx4Qni1fAlyvNRl9bxIyCTCS { width:20rem;height:1.70605625rem;top:0.935546875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF3BuW3HEO7gwAsL1TC8niLkb7HyDgy9 { width:7rem;height:5.3964875rem;top:8.1875rem;left:2.25rem;font-size:0.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #B88NObhhlaK3CsBEVw2evzlWdm40m82B { width:10.375rem;height:5.3964875rem;top:8.1875rem;left:7.875rem;font-size:0.5625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv { display:block; }#vuqPaAdHlFH3lwHa3C2dPosSKQGhuPuv > .row .container { width:20rem;height:65.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyp9FqMSRl53LfsGfOMbzL4pqmPJsu6L { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vsut2Vabfrf7Ly2CQJte75TUMaxqQz6m { width:9.75rem;height:6.6875rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fHTt3gl7yP8f3Fp5nl3hTn3c7WEBo6 { width:6.0625rem;height:1.13671875rem;top:11.1875rem;left:1.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISpMRu7kTqeBTh5zpf8NKfLPNe4WI1T8 { width:7.4375rem;height:2.2734375rem;top:11.1875rem;left:11.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmdsiiZls3TR1kKouOawni6xEm5oFGcW { width:9.75rem;height:6.6875rem;top:4.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z82orAI68WLtNbbiP1dMqqahpm6Xkrg2 { width:9.75rem;height:6.6875rem;top:13.88671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #og0GUuPpAZWgtsaX1KuAX79Wd6Z4hb57 { width:8.1875rem;height:1.13671875rem;top:20.94921875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZi7l6nS5KtusoDs8sdH4eHtnJOcXnMP { width:6.875rem;height:1.13671875rem;top:20.94921875rem;left:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKFJrOA6qrpHq55QfETQaV7xTsJIcmQK { width:9.75rem;height:6.6875rem;top:13.88671875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTxAtOSv7w2nNWMTbD6X34LPmWsCDILI { width:9.75rem;height:6.6875rem;top:23.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfS9ZgDL1c0JE0QOLIVIOQqWFF7ZTSBp { width:7.75rem;height:1.13671875rem;top:30.7734375rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFuBltITrxBPLgHGgEomOyqpTaXUdaH3 { width:7.25rem;height:1.13671875rem;top:30.7734375rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eECe46eiA8T5JOOlmT3WdqRp0v0yMIit { width:9.75rem;height:6.6875rem;top:23.6484375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvxlgMpc3VU3SltvZXkEKwFn2KQQXG9 { width:7.625rem;height:1.13671875rem;top:40.41015625rem;left:1.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqeQGJTwJLTwFsSUtMvKoN9iyssaFfFF { width:9.75rem;height:6.6875rem;top:33.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0rFxxW6JFaki40A3ILWZ070IZTH0Kew { width:7.375rem;height:1.13671875rem;top:40.41015625rem;left:11.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFSNsgX22b1fzp167y0t51UqBiynrEFy { width:9.75rem;height:6.6875rem;top:33.22265625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tT0AKMZ7gmWxWgbhW5DJ935dfW609eva { width:7.4375rem;height:2.2734375rem;top:50.484375rem;left:1.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiAsfhMgHXkTzlO8yJm2fmSl2UZLdUcU { width:9.75rem;height:6.6875rem;top:43.109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJIewHJ9B1CDTE0GARRU6dQfLMgkIeI { width:9.75rem;height:6.6875rem;top:43.109375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMW7u50EXJmpK1seQF4xzcrIJlDzabeQ { width:6.8125rem;height:1.13671875rem;top:50.484375rem;left:11.71875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHL6vNyxfEfgEmemTk3ppLmt06cHWuDT { width:9.75rem;height:6.6875rem;top:54.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2OHAbvmwbDrug9nguyUmomnsilDnpMX { width:6rem;height:1.13671875rem;top:61.75rem;left:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZzmOT2Sx1MqvK0a0JXiL5WaLeAKN5Gm { width:13.375rem;height:3.875rem;top:61.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e07c402c-e5c0-4a30-9448-9d61c3d817f6/wHnyWFLUBImNNf7HYwN6uK6sNtHGwrmetaeTBtb09oRDhrbkdJcFRDWnJsdHgtMTc2MzcyNzgwNTk1MjE3NjM3Mjc4MDU5NTIuanBn.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:25.7607421875rem;left:1.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#e7e860;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Du3cdIpsWh0iGFeW4CfWpqOFyO4Xswrm { width:17.5rem;height:2.5rem;top:39.375rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTnv6MiRGGwn592UeiIdTPxgc2aNxVpA { display:block; }
 }@media only screen and (max-width: 763px) { #stFWnThvmzHEEFdXFqiNP1h3miJEzkgl { width:16.3743125rem;height:1.57421875rem;top:17.4375rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #lJRi4TQQ48f8si00Hoy2XH3Famte4PXX { width:16.4373125rem;height:4.5rem;top:19.125rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZyWQVw9nnnEMP9ooITmATxdIC4R0f4n1 { width:4.43714375rem;height:4.5rem;top:19.125rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vpKP7fr2WNeprEAtE7xIM00QE48TTyJA { width:0.0625rem;height:5rem;top:67.285125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KayzvmoxWA6QGJEMrHGJLd6Pyq0AVqKy { width:16.3743125rem;height:3.375rem;top:26.6875rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #di9I9RHu0sqOEJJ8ZEnSHw850ySIxkuB { width:16.3743125rem;height:1.57421875rem;top:24.9375rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #oOBcsVxSJxkUmoUC59HrAnZXNsNvPVNG { width:4.4984rem;height:3.375rem;top:26.6875rem;left:15.5625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZrNP3phuSKWMCOp0p99PbI2EbJa7Hw4d { width:0.0625rem;height:9.375rem;top:51.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuXh9y1TvlmWHLmbIQPArKHzdmkcA7UI { width:12rem;height:4.5rem;top:33.125rem;left:0rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #NHqpSOdVE8C78vrG2M3s7tukIMrlBmGG { width:16.375rem;height:1.57421875rem;top:31.375rem;left:0rem;font-size:0.875rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #v3i8474tSgr0ZLSPozITD9vtlz62O90e { width:4.375rem;height:4.5rem;top:33.125rem;left:15.625rem;font-size:0.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d2cm2f5TUSvwKNRDqSPhpPotENcdJlel { width:20rem;height:11.5625rem;top:4.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lx4RPPTQDc21sEy8uALMkLUZLGBOoHMt { top:3.9375rem;left:0rem;width:20rem;height:12.5rem;z-index:15270;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }