.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:247,239,216;--color-primary-1:232,206,138;--color-primary-2:216,174,60;--color-primary-3:149,163,91;--color-primary-4:99,109,63;--color-secondary-0:227,233,229;--color-secondary-1:161,180,167;--color-secondary-2:67,105,79;--color-secondary-3:34,53,40;--color-secondary-4:10,16,12;--color-tertiary-0:255,255,255;--color-tertiary-1:176,177,178;--color-tertiary-2:124,125,127;--color-tertiary-3:74,75,76;--color-tertiary-4:36,38,41;--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:transparent;background-image:url("https://images.assets-landingi.com/uc/b9573045-7ea6-4e63-84fc-3fcce8ae7159/MuCangChaiRiceFieldVietnam.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #023852; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #023852; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9fd8c5;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container { background-color: transparent; background-image: none; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container > .video-iframe-container { display: none; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row > .video-iframe-container { display: none; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .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); }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container { border-width: 0; border-radius: 0; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#dRc61MMc55UtMTFrEn9ZolZhrTXIt41e { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:2.65625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#XhOGaFRMcqChEZ6tzcVkylPP3dTdXceo { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:16.34375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#lSXOFrv70HCuWkQFoOor6mAM61sPwKx6 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.7998046875rem;left:27.53125rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#s3wBGHomAgeFud1ZuMSi09JB8hxpHmIX { background-color:#fac005;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #023852;border-left:0.125rem solid #023852;border-right:0.125rem solid #023852;border-bottom:0.125rem solid #023852;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.0625rem;left:53.9375rem;display:block; }
#cdbeFVmFUb0drKi7TWnFOwbJeFK91TXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023852;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; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { background-color: transparent; background-image: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container > .video-iframe-container { display: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container { display: none; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .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); }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { border-width: 0; border-radius: 0; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { color:#f58b01;display:block;width:62.6875rem;position:absolute;font-family:"league spartan";font-size:3.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #023852;top:14.25rem;left:6.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { position:absolute;display:block;z-index:15015;background-color:#079fa0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:53.625rem;left:5.625rem;display:block; }
#ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:54.25rem;left:6.25rem; }
#AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { color:#f58b01;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:54.75rem;left:10.5625rem;height:1.4624rem;font-style:normal;display:block; }
#unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { position:absolute;display:block;z-index:15017;background-color:#f58b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:58.625rem;left:5.625rem;display:block; }
#a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:59.25rem;left:6.25rem; }
#mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { color:#9fd8c5;display:block;width:18.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:59.75rem;left:10.5625rem;height:1.4624rem;font-style:normal;display:block; }
#yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:.56;top:51.0625rem;left:5.9375rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-form-header {  }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:23.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9fd8c5;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:23.3125rem;box-sizing:border-box;height:3.25rem;color:#9fd8c5;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #9fd8c5;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:23.3125rem;box-sizing:border-box;height:4.375rem;color:#9fd8c5;font-size:1.25rem;overflow:hidden;font-family:lato;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .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:23.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#f58b01;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;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.5625rem;font-weight:700;color:#023852;width:23.3125rem;height:3.5rem;font-family:"league spartan";overflow:hidden;font-style:normal;box-shadow: none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-moz-placeholder { color:#9fd8c5;font-family:lato;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-moz-placeholder { color:#9fd8c5;font-family:lato;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-ms-input-placeholder { color:#9fd8c5;font-family:lato;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-webkit-input-placeholder { color:#9fd8c5;font-family:lato;font-size:1.25rem;text-align:left;text-align-last:left; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .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:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:22.0625rem;overflow:hidden;font-style:normal;float:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .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; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:first-of-type{padding-top:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:last-of-type{padding-bottom:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.5rem;left:2.375rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.3125rem;display:block;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.3125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:14998;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.5rem;left:2.375rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE { position:relative;display:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT { position:relative;display:none; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT { position:relative;z-index:2; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV { position:relative; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx { position:relative; }
#Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/g1Kr4Ozfoac/unsplash/brooke-cagle-g1Kr4Ozfoac-photo-1522202176988-66273c2fd55f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:42.375rem;top:35.9375rem;left:30.5rem;display:block; }#Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.adaptive-delivery-prevent-bg, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyload, #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP.lazyloading { background-image: none; }
#sJResXRXCtC3Zxl4BElvClzPqLT5QLDu { position:absolute;display:block;z-index:15024;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:4.8125rem;width:4rem;top:7.9375rem;left:35.5rem;overflow:hidden;display:block; }
#Qbku5zoonTR76pg8vXrByIbckygh8GFs { color:#ffffff;display:block;width:54.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.7;letter-spacing:0;top:24.15625rem;left:10.0625rem;height:7.64941875rem;text-align:center;text-align-last:center;display:block; }
#ebafa249f4e7af07b4949c08baa2699027c23c44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023852;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; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { background-color: transparent; background-image: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .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); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { border-width: 0; border-radius: 0; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #023852;top:3.5625rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X340d5002d06d27623011fb842805f5c87f5f06e { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #023852;top:14.625rem;left:39.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0f4a24750cc9ab1558697dcc54246efbae79a1b { position:absolute;display:block;z-index:15007;background-color:#fac005;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #023852;border-left:0.125rem solid #023852;border-right:0.125rem solid #023852;border-bottom:0.125rem solid #023852;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.0625rem;width:15.9375rem;top:9.625rem;left:20.6875rem;display:block; }
#b1d410734ef6587046154343474ef8fde797ed3d { color:#023852;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:14.625rem;left:21.9375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { position:absolute;display:block;z-index:15004;background-color:#079fa0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.0625rem;width:15.9375rem;top:9.625rem;left:2.75rem;display:block; }
#Z0b928da7085d6bb039d176c9b6500bda25625c9 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #023852;top:14.5625rem;left:4.75rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C9c5d3de3ea18b204e2d24943568c4fe13b73623 { position:absolute;display:block;z-index:15013;background-color:#fac005;background-image:none;border-top:0.125rem solid #023852;border-left:0.125rem solid #023852;border-right:0.125rem solid #023852;border-bottom:0.125rem solid #023852;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.0625rem;width:15.9375rem;top:9.625rem;left:56.375rem;display:block; }
#Scb25c88d815e1350b6fa5241c99fc290388e304 { color:#023852;display:block;width:14.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #ffffff;top:14.75rem;left:57.5rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#re8a8e53297dceeede05a141f03eafe0cad62fe5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.1875rem;left:63.4375rem; }
#df617315ca903a97df4c910fe8169aaff8b9abcd { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.125rem;left:9.5625rem; }
#f9e966db9a13fb9cf70f4fb7ed87c03b4be25b53 { box-sizing:content-box;color:#5d92ff;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.0625rem;left:45.25rem; }
#r3hm9MNMELHGul0cmHEQEiEExWwU5fCo { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.5625rem;left:4.75rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHVkmkJS3yTMwrcPKP89dZKpQqF6WS9g { color:#023852;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.5625rem;left:22.6875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfoauISKnqvCcdmUK0IPGv37hH4MvbIV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.1875rem;left:27.5625rem; }
#ogZSvZivnlzFlwk5RAlp18Dqw8Oa3DCO { position:absolute;display:block;z-index:15008;background-color:#079fa0;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:16.0625rem;width:15.9375rem;top:9.625rem;left:38.5rem;display:block; }
#GliBpIuevraFbWuGfoTzyCPXmak8y1Mx { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:17.5625rem;left:39.9375rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#icdIDMwhAVbvp1ztFONmc2TzXC8Tl8Rd { color:#023852;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:17.5625rem;left:58rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023852;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; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { background-color: transparent; background-image: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .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); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { border-width: 0; border-radius: 0; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#yG44onbkbHsR2cEk7A5eRwnBGWv9AGdu { color:#fac005;display:block;width:28.125rem;position:absolute;font-family:"league spartan";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:3.8125rem;left:37.5rem;height:1.94970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DriE6Kk2Xwz5CezPWVqwq1LQilXadvpI { color:rgba(var(--color-tertiary-0),1);display:block;width:31.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:8.1875rem;left:37.5rem;height:34.41799375rem;display:block; }
#ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { color:#9fd8c5;display:block;width:37.5rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:29.04931640625rem;left:0rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/37b98acd-ba83-4178-8373-045c97eec17d/shafiFarooqui3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #fac005;border-left:0.3125rem solid #fac005;border-right:0.3125rem solid #fac005;border-bottom:0.3125rem solid #fac005;border-top-left-radius:22.5rem;border-top-right-radius:22.5rem;border-bottom-left-radius:22.5rem;border-bottom-right-radius:22.5rem;box-shadow: none;height:22.5rem;width:22.5rem;top:4.6015625rem;left:7.5rem;display:block; }#vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.adaptive-delivery-prevent-bg, #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.lazyload, #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh.lazyloading { background-image: none; }
#oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #fac005;border-left:0.1875rem solid #fac005;border-right:0.1875rem solid #fac005;border-bottom:0.1875rem solid #fac005;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#e2e8e2;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"league spartan";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:17.75rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:46.80078125rem;left:37.5rem;display:block; }
#mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H86ti9iPTe0L7mDZOUSGbUoFAmJklkin { box-sizing:content-box;height:17.0625rem;width:26.25rem;position:absolute;display:block;z-index:15014;background-color:#079fa0;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5rem;left:5.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#P3HnBiN90RDnEv9TFHQxcQuILV6ftk6n { color:#023852;display:block;width:15.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:35.25rem;left:10.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#er7hWiaKMM3CR22A2i6Lk4VllmHWDP8J { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15016;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #023852;top:38.625rem;left:9.375rem;height:9.449225rem;text-align:center;text-align-last:center;display:block; }
#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { position:relative;display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { background-color: transparent; background-image: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container > .video-iframe-container { display: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row > .video-iframe-container { display: none; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .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); }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { border-width: 0; border-radius: 0; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { border-top:0.1875rem solid #9fd8c5;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.1875rem solid #9fd8c5;background-color:#023852;background-image:none;font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { color:#ffffff;display:block;width:61.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:2rem;left:6.71875rem;height:4.19921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aTkPgJA6K5m25qR6Fd07mCZxvKeJxJq5 { color:#f58b01;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:7.5625rem;left:30.8125rem;height:1.4624rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023852;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; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { background-color: transparent; background-image: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container > .video-iframe-container { display: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container { display: none; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .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); }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { border-width: 0; border-radius: 0; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { color:#9fd8c5;display:block;width:25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:2.48046875rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { color:#9fd8c5;display:block;width:22.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:2.4873046875rem;left:26.125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { z-index:15003;top:2.375rem;left:50rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9fd8c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG { display:block; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRc61MMc55UtMTFrEn9ZolZhrTXIt41e { top:1.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOGaFRMcqChEZ6tzcVkylPP3dTdXceo { top:1.75rem;left:2.71875rem;width:12.5rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSXOFrv70HCuWkQFoOor6mAM61sPwKx6 { top:1.75rem;left:13.90625rem;width:19.9375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wBGHomAgeFud1ZuMSi09JB8hxpHmIX { width:14.25rem;height:2.9375rem;top:1.0625rem;left:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdbeFVmFUb0drKi7TWnFOwbJeFK91TXt { display:block; }
 }@media only screen and (max-width: 763px) { #hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { display:block; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { width:47.75rem;height:;top:14.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { top:53.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { top:54.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { top:54.75rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { top:58.625rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { top:59.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { top:59.75rem;left:0rem;width:18.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { top:51.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { width:23.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-checkbox-label { width:22.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { width:23.3125rem;height:auto;top:34.5rem;left:0rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { width:23.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { width:23.3125rem;height:auto;top:34.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx {  }
 }@media only screen and (max-width: 763px) { #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { top:35.9375rem;left:5.375rem;width:42.375rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJResXRXCtC3Zxl4BElvClzPqLT5QLDu { top:7.9375rem;left:21.875rem;width:4rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbku5zoonTR76pg8vXrByIbckygh8GFs { top:24.125rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebafa249f4e7af07b4949c08baa2699027c23c44 { display:block; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { width:47.75rem;height:;top:3.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X340d5002d06d27623011fb842805f5c87f5f06e { width:14.875rem;height:1.6875rem;top:14.625rem;left:25.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0f4a24750cc9ab1558697dcc54246efbae79a1b { width:15.9375rem;height:16.0625rem;top:9.625rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1d410734ef6587046154343474ef8fde797ed3d { width:13.6875rem;height:1.6875rem;top:14.625rem;left:8.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { width:15.9375rem;height:16.0625rem;top:9.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b928da7085d6bb039d176c9b6500bda25625c9 { width:12.1875rem;height:1.6875rem;top:14.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c5d3de3ea18b204e2d24943568c4fe13b73623 { width:15.9375rem;height:16.0625rem;top:9.625rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Scb25c88d815e1350b6fa5241c99fc290388e304 { width:14.375rem;height:1.6875rem;top:14.75rem;left:33.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8a8e53297dceeede05a141f03eafe0cad62fe5 { top:11.1875rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #df617315ca903a97df4c910fe8169aaff8b9abcd { top:11.125rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9e966db9a13fb9cf70f4fb7ed87c03b4be25b53 { top:11.0625rem;left:31.625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3hm9MNMELHGul0cmHEQEiEExWwU5fCo { width:12.1875rem;height:6.75rem;top:17.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHVkmkJS3yTMwrcPKP89dZKpQqF6WS9g { width:12.1875rem;height:6.75rem;top:17.5625rem;left:9.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoauISKnqvCcdmUK0IPGv37hH4MvbIV { top:11.1875rem;left:13.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogZSvZivnlzFlwk5RAlp18Dqw8Oa3DCO { width:15.9375rem;height:16.0625rem;top:9.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GliBpIuevraFbWuGfoTzyCPXmak8y1Mx { width:13.3125rem;height:6.75rem;top:17.5625rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #icdIDMwhAVbvp1ztFONmc2TzXC8Tl8Rd { width:13.3125rem;height:6.75rem;top:17.5625rem;left:34.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { display:block; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG44onbkbHsR2cEk7A5eRwnBGWv9AGdu { width:28.125rem;height:1.9375rem;top:3.8125rem;left:19.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriE6Kk2Xwz5CezPWVqwq1LQilXadvpI { width:31.3125rem;height:34.375rem;top:8.1875rem;left:16.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { width:37.5rem;height:2.25rem;top:29rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { top:4.5625rem;left:0.6875rem;width:22.5rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { width:17.75rem;height:3.6875rem;top:46.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block; }
 }@media only screen and (max-width: 763px) { #H86ti9iPTe0L7mDZOUSGbUoFAmJklkin { top:33.5rem;left:0rem;width:26.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3HnBiN90RDnEv9TFHQxcQuILV6ftk6n { top:35.25rem;left:4.125rem;width:15.6875rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er7hWiaKMM3CR22A2i6Lk4VllmHWDP8J { width:18.75rem;height:9.4375rem;top:38.625rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { top:2rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkPgJA6K5m25qR6Fd07mCZxvKeJxJq5 { top:7.5625rem;left:17.1875rem;width:13.375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { display:block; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { top:2.4375rem;left:0rem;width:25rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { top:2.4375rem;left:9rem;width:22.75rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { top:2.375rem;left:22.625rem;width:25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#43694f;background-image:none;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#darmV5E1hi0nTgz5rnt1pc5ZRpPPKDiG > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRc61MMc55UtMTFrEn9ZolZhrTXIt41e { width:4.625rem;height:1.13720625rem;top:1.9375rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhOGaFRMcqChEZ6tzcVkylPP3dTdXceo { width:6.6875rem;height:1.13720625rem;top:1.9375rem;left:6.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSXOFrv70HCuWkQFoOor6mAM61sPwKx6 { width:4.625rem;height:1.13720625rem;top:1.9375rem;left:14.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3wBGHomAgeFud1ZuMSi09JB8hxpHmIX { width:11.4375rem;height:2.375rem;top:4.07275390625rem;left:4.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdbeFVmFUb0drKi7TWnFOwbJeFK91TXt { display:block; }
 }@media only screen and (max-width: 763px) { #hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z { display:block; }#hZ4X3tXvZQqlv1pTVVTJIx6USaEICR7Z > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvIEvwqHi9w9Tlc5dbhKJhOyyQD4qvuJ { width:18.5rem;height:8.7734375rem;top:13.23291015625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kTZ8ZuByTPROWI9TsOblVDIuSPQ03BQO { width:3.75rem;height:3.75rem;top:69.1875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahnhBoyhUbQF4zbSA78O5cudOAcknGO3 { display:flex;width:2.5rem;height:2.5rem;top:69.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #AitZlgdPix7hI8LNW1cUt5gw5VHrTNMK { width:20rem;height:1.29980625rem;top:73.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #unpTVibUPtFdcFI0ft5yfaEDTfCLpJw9 { width:3.75rem;height:3.75rem;top:76.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7i8CTrdyIgHFAc6AnXTJtTcsVnOV01T { display:flex;width:2.5rem;height:2.5rem;top:77.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #mLX6OXmEs15TxnQ1WP81ZVtmrBEXLOKt { width:20rem;height:1.29980625rem;top:81.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yRcTXUA8JIE2Xs1kCg0trNpom1ynrPRW { display:flex;width:3.125rem;height:3.125rem;top:66.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:1.875rem;display:block;vertical-align:top;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-text {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;display:block;vertical-align:top;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-select {padding-top: 0; padding-bottom: 0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.3125rem;overflow:hidden; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-moz-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]:-ms-input-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF [class*="-text"]::-webkit-input-placeholder { font-size:1rem;text-align:center;text-align-last:center; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:first-of-type{padding-top:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .widget-container:last-of-type{padding-bottom:0;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF  { width:17.5rem;height:auto;top:50.5rem;left:0rem; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF {display:block;}#fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF { width:17.5rem;height:auto;top:50.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #pWGihRtUbdtrpbItQtbkVb7XXhEy8W4F {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #k9LSLiGGUJHXsRP7FD1Lip3TyCHVCBEE { display:none; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #FN5bKCa0TbE82q4mIKqISDAxpUHLKLRs {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EoxZBWSecbTGFJUZqTuxLB7cIgNCdPuP {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #UID6rNZhpkSUic5LZFGFylvyhUAFozFT { display:none; }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #ydM8SiTOhU4DSrmE4kaiV4qGU0aOk2ws {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #EzVdqI7T0TcpTuuF8xW3wkJun6AUDMzH {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #t27g51kC2dSgRVvy0JPpED73HXsoVUTT {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #KDoqtfKwCPL00mvPq2wC9QhiKgHE6AZV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #TsuS70GOtBfwFM1sgOBbwn2ktEsygGbV {  }
 }@media only screen and (max-width: 763px) { #fE8l1TTRA5QJl4RG37RvUuTvGpsSZPJF #OtweSVC9Adoogya3fZgl1Cn6wIavg7Vx {  }
 }@media only screen and (max-width: 763px) { #Be68oydZ9igyrnSFoeGeQ6pAOdUHRCpP { width:20rem;height:13.75rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJResXRXCtC3Zxl4BElvClzPqLT5QLDu { width:2.375rem;height:2.9375rem;top:9rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbku5zoonTR76pg8vXrByIbckygh8GFs { width:20rem;height:10.198225rem;top:23.81201171875rem;left:0rem;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #ebafa249f4e7af07b4949c08baa2699027c23c44 { background-color:#023852;background-image:none;display:block; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { background-color: transparent; background-image: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row > .video-iframe-container { display: none; }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .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); }#ebafa249f4e7af07b4949c08baa2699027c23c44 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4d52c2409c5874fd4dd4e26766c6b0eb10f472c { width:20rem;height:3.9375rem;top:2.193359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #X340d5002d06d27623011fb842805f5c87f5f06e { width:14.4375rem;height:1.4624rem;top:42.25rem;left:2.78125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0f4a24750cc9ab1558697dcc54246efbae79a1b { width:14.375rem;height:14.375rem;top:23.03125rem;left:2.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #b1d410734ef6587046154343474ef8fde797ed3d { width:8.75rem;height:1.4624rem;top:27.0625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T03f669e9c982551cb9e1006f6a7c726aef9c0e3 { width:14.375rem;height:14.375rem;top:7.625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0b928da7085d6bb039d176c9b6500bda25625c9 { width:12.1875rem;height:1.4624rem;top:11.8125rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9c5d3de3ea18b204e2d24943568c4fe13b73623 { width:14.375rem;height:14.375rem;top:53.875rem;left:2.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Scb25c88d815e1350b6fa5241c99fc290388e304 { width:13.875rem;height:1.4624rem;top:57.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #re8a8e53297dceeede05a141f03eafe0cad62fe5 { display:flex;width:2rem;height:2rem;top:55.25rem;left:9rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #df617315ca903a97df4c910fe8169aaff8b9abcd { display:flex;width:2.5rem;height:2.5rem;top:8.875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #f9e966db9a13fb9cf70f4fb7ed87c03b4be25b53 { display:flex;width:2.25rem;height:2.25rem;top:39.75rem;left:8.75rem;font-size:1.5625rem; }
 }@media only screen and (max-width: 763px) { #r3hm9MNMELHGul0cmHEQEiEExWwU5fCo { width:12.1875rem;height:4.5rem;top:14.6875rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHVkmkJS3yTMwrcPKP89dZKpQqF6WS9g { width:12.1875rem;height:4.5rem;top:29.9375rem;left:3.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfoauISKnqvCcdmUK0IPGv37hH4MvbIV { display:flex;width:2rem;height:2rem;top:24.5625rem;left:9rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ogZSvZivnlzFlwk5RAlp18Dqw8Oa3DCO { width:14.375rem;height:14.375rem;top:38.4375rem;left:2.6875rem;border-top:0.1875rem solid #023852;border-left:0.1875rem solid #023852;border-right:0.1875rem solid #023852;border-bottom:0.1875rem solid #023852;display:block; }
 }@media only screen and (max-width: 763px) { #GliBpIuevraFbWuGfoTzyCPXmak8y1Mx { width:13.3125rem;height:4.5rem;top:45rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #icdIDMwhAVbvp1ztFONmc2TzXC8Tl8Rd { width:13.125rem;height:4.5rem;top:60.5625rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv { background-color:#023852;background-image:none;display:block; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { background-color: transparent; background-image: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row > .video-iframe-container { display: none; }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .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); }#d7BBuP9krTNwuulqQfaZt7hsqf9oS1fv > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yG44onbkbHsR2cEk7A5eRwnBGWv9AGdu { width:20rem;height:1.7871125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DriE6Kk2Xwz5CezPWVqwq1LQilXadvpI { width:18.9375rem;height:39.0932625rem;top:24.1025390625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZTp5TgFWGAQ2Xcf97QJQnZfUOPgz6EiT { width:19.999rem;height:1.94970625rem;top:24.4365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwpwlPI7tpflaivAWgxeI8C8sbtOuUdh { width:16.3125rem;height:16.3125rem;top:5.93603515625rem;left:1.65625rem;border-top:0.1875rem solid #fac005;border-left:0.1875rem solid #fac005;border-right:0.1875rem solid #fac005;border-bottom:0.1875rem solid #fac005;display:block; }
 }@media only screen and (max-width: 763px) { #oqC17r1ZMOOIRl6Ah4FcSMQFLTIdkhP1 { width:11.5rem;height:2.8125rem;top:65.53125rem;left:4.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzAeJshgHaK3SEOF3tdAQsaQmwhgaMSl { display:block; }
 }@media only screen and (max-width: 763px) { #H86ti9iPTe0L7mDZOUSGbUoFAmJklkin { width:18rem;height:14.0625rem;top:71.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3HnBiN90RDnEv9TFHQxcQuILV6ftk6n { width:15.6875rem;height:1.70605625rem;top:73.4375rem;left:2.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #er7hWiaKMM3CR22A2i6Lk4VllmHWDP8J { width:16.4375rem;height:7.64845rem;top:76.375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #oMTmNVAtQ9Ek54NviU4XpcLA577dTApE { display:block; }#oMTmNVAtQ9Ek54NviU4XpcLA577dTApE > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXXhg0ocu6TORf3C44KgadSwg0FnSAWb { width:19.375rem;height:6.7988125rem;top:2rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTkPgJA6K5m25qR6Fd07mCZxvKeJxJq5 { width:20rem;height:1.29980625rem;top:9.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STcQzNnsbUS4zC6TytNAxtSDPQvWKPho { display:block; }#STcQzNnsbUS4zC6TytNAxtSDPQvWKPho > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWQEpkU1Ev8Z8kEZFvPbwM5NLhX3aSPK { width:20rem;height:2.2744125rem;top:1.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT9m72d0NpH8hb6v5PZD1XgNCVttGgDi { width:20rem;height:3.41161875rem;top:4.8564453125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMoTdVTPVrEXuLWHJJ9esFh9RmviCBCT { top:9.146484375rem;left:0rem;width:20rem;height:2.249025rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTTGW8p1Ood5VThK6vxMSWDZL32mPrqz { display:block; }
 }