.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_c709146c13505e51d6f1c1a7df05580e0b694149.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_94bcfcfc0eb7e721dab3e18cfc9b7ec3c251db6f.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.adaptive-delivery-prevent-bg, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyload, #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV.lazyloading { background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { background-color: transparent; background-image: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { display: none; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .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); }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { border-width: 0; border-radius: 0; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { font-size:0.875rem;font-family:fraunces;height:70.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { color:#0b0b0b;display:block;width:37.5625rem;position:absolute;font-family:fraunces;font-size:5.5rem;font-weight:700;z-index:15086;line-height:.9;letter-spacing:0;top:11.4375rem;left:37.5rem;height:9.8984375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { position:absolute;display:block;z-index:15002;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.875rem;width:8.0625rem;top:7.375rem;left:37.5rem;overflow:hidden;display:block; }
#v3TmmJqwzmQTOMRJlKCniIsMqv0NxIbq { box-sizing:content-box;height:25.375rem;width:34.125rem;position:absolute;display:block;z-index:15087;background-color:#ffd476;background-image:none;top:28.875rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:block; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-form-header {  }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:27.5625rem;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; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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:27.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:fraunces;font-size:0.875rem;overflow:hidden; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#28887a;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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.5rem;height:3.5rem;font-family:montserrat;overflow:hidden; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:26.125rem;overflow:hidden;font-style:normal; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .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:fraunces;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-container:first-of-type{padding-top:0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-container:last-of-type{padding-bottom:0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15088;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:29.5625rem;left:40.5rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5625rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-info-text { display:block;height:auto;font-family:fraunces;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; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 {display:block;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15088;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:29.5625rem;left:39.25rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #TaSLT3gAsr7WWDSBtKIuqu8sJqvG5sPT { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #sFin23oTTQuAwxcZJ9o3qIFHgKGmOT0C { position:relative;display:block; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #WZzoCPlaAQVOst4CiSpQUsS8RbauOOJs { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #Si0NlD5fVveMCcJe86GMfW3cmmpr3dTr { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #izA84aTfWZ7PhnF6EchkW6iha54hUzua { position:relative;display:block; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #oDriI4tJzkvgMHJRrtlB1OQQd25xHbtA { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VGr0JXMLJGRqMNdhZ24Bz1KI16AAhbO7 { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #wkHhlIXcHZhbVEKdKREp7LPXdOTHTSIp { position:relative;display:block; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #FFCbXQ9WvXZEB60sMBmwAp63VR6QuD6v { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #zzBbhaFzz5Ov1TyTB4cH1xzhqxUaf5Xs { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VJeNu1HmqT0K1Ko5FgkgbZBAJxLHrX15 { position:relative;z-index:2; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VQA57rzbU1ECUSfnvBRwq42X3rBF40ey { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #pGV7clvonATSdXLNhIPQkS4F0wHiF9qB { position:relative; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #w9x75IwvRXFDvu89FuZ7Nx9KDRAbhpAk { position:relative; }
#T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:21.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:21.875rem;box-shadow: none;height:52.875rem;width:35rem;top:5.5rem;left:0rem;overflow:hidden;display:block; }
#ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:23.6875rem;left:37.5rem;height:4.19824375rem;font-style:normal;display:block; }
#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_1ae413f9cfa3537985ae910362367cedeb0216da.svg");background-position:top center !important;background-repeat:no-repeat !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; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS.adaptive-delivery-prevent-bg, #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS.lazyload, #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS.lazyloading { background-image: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { background-color: transparent; background-image: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .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); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { border-width: 0; border-radius: 0; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { font-size:0.875rem;font-family:fraunces;height:58.125rem;width:75rem;position:relative;display:block; }#QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.25rem;left:0rem;height:5.25rem;font-style:normal;display:block; }
#POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:21.0625rem;left:0rem;height:6.296875rem;font-style:normal;display:block; }
#PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:8.1875rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { box-sizing:content-box;height:53.875rem;width:32.6875rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/images/wizard/topics/health_1920x1080_2.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;top:4.25rem;left:42.3125rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.adaptive-delivery-prevent-bg, #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.lazyload, #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU.lazyloading { background-image: none; }
#UpwOXWEw76FaImnHEEinLB0yIyf1UF1F { box-sizing:content-box;height:22.1875rem;width:17.5625rem;position:absolute;display:block;z-index:15006;background-color:#ffd476;background-image:none;top:35.9375rem;left:29.84375rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uChfRETfsV7ISxlbOTbMyAlhNcIUGtdM { box-sizing:content-box;height:25.5625rem;width:17.5625rem;position:absolute;display:block;z-index:15005;background-color:#ffd476;background-image:none;top:24.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_ed263762778895bb9245b2c0b273c9176c0fa81c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.adaptive-delivery-prevent-bg, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyload, #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24.lazyloading { background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { background-color: transparent; background-image: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { display: none; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .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); }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { border-width: 0; border-radius: 0; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { font-size:0.875rem;font-family:fraunces;height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:0rem;height:10.75rem;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; }
#VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:#fff9ea;background-image:none;top:16.9375rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#OTLlEByeauawpnkfby58NaDJaC71CgXr { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:29.25rem;left:1.25rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZK3NtmcpiZirB0p59B7qia42tJohoUka { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:33.125rem;left:1.25rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:22.75rem;left:7.125rem; }
#E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.75rem;left:25.875rem; }
#B8cmHReR8a9tAyWourWDWtVXToKTqH1c { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:29.375rem;left:20rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:33.25rem;left:20rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:#fff9ea;background-image:none;top:17rem;left:37.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#WGXwin7TpGnsVkWV7cLkRazkotORigJo { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:29.3125rem;left:38.75rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:33.1875rem;left:38.75rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:22.8125rem;left:44.625rem; }
#fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:29.3125rem;left:57.5rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:33.1875rem;left:57.5rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.6875rem;left:63.375rem; }
#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { background-color:#fff9ea;background-image:url("https://icons.assets-landingi.com/icon_84dd34768af6a8c69eb5e9f2b5fbdf6a3d727ef1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.adaptive-delivery-prevent-bg, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyload, #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ.lazyloading { background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { background-color: transparent; background-image: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { display: none; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .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); }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { border-width: 0; border-radius: 0; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { font-size:0.875rem;font-family:fraunces;height:60.625rem;width:75rem;overflow:visible;position:relative;display:block; }#MZJMMJP19QSPGznfmqSD9peHQO05xi33 { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:11.75rem;left:0rem;height:5.375rem;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; }
#TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15007;background-color:#ffd476;background-image:none;top:28.0625rem;left:6.25rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:43.1875rem;left:1.875rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:39.3125rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:30.8125rem;left:9rem; }
#G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.8125rem;left:35.25rem; }
#FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:39.375rem;left:28.125rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:43.25rem;left:28.125rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:30.8125rem;left:61.5rem; }
#VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:39.375rem;left:54.375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LgfysnT0kD40zSEggedPFEzmnhpPJRNU { color:#0b0b0b;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:43.25rem;left:54.375rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15008;background-color:#ffd476;background-image:none;top:28.0625rem;left:32.5rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15009;background-color:#ffd476;background-image:none;top:28.0625rem;left:58.75rem;border-top-left-radius:21.875rem;border-top-right-radius:21.875rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB { background-color:#fff9ea;background-image:url("https://images.assets-landingi.com/uc/fd17d7ea-d10d-4c6c-937f-cbf155209a3e/bg_03903.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB.adaptive-delivery-prevent-bg, #fthwNIA8OhebMDUvaStRBV0WlEAvnPcB.lazyload, #fthwNIA8OhebMDUvaStRBV0WlEAvnPcB.lazyloading { background-image: none; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container { background-color: transparent; background-image: none; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container > .video-iframe-container { display: none; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row > .video-iframe-container { display: none; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .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); }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container { border-width: 0; border-radius: 0; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container { font-size:0.875rem;font-family:fraunces;height:69.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#qaTlRlAkyGM0qIkGchDAeqkVSCMes3Ud { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.9375rem;left:0rem;height:5.375rem;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; }
#F02Nv5rqW0ThWIvTTrL2736h4xJxFhCC { color:#0b0b0b;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.4375rem;left:19.375rem;height:3.1484375rem;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; }
#samZORgopDquoKHIuLWs89T9h0drHc8r { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15002;background-color:#ffd476;background-image:none;top:19.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ffsxO082zZiLbzvo5RPzZseQMTtkGNLT { color:#0b0b0b;display:block;width:4.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:23.125rem;left:30.6875rem;height:5.375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#FBdG84mTIi0nKKcN06asTizBU8SBad0O { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:23.6875rem;left:2.5rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TLAPyVesRqXOTKDKBqLRN1KLXfmcgeOv { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:26.5625rem;left:2.625rem;height:2.798825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iJNq5SG5bHhqZGDx41VRhO6IVAn1e1sv { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:25.6875rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SI9DDWMXWmNdDAl1DnHqqPWfQ6UZzDdq { color:#0b0b0b;display:block;width:4.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:29.25rem;left:39.9375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#QHbfoZZ8aM7qowyAen5szwS8vC3G91Sw { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:29.125rem;left:44.3125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIMt9R8W0mI37K7qQSMrEHieJoXgnrzQ { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32rem;left:44.4375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R7aL2fHv14XFNpbGcyMyatAlplixkr7L { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15006;background-color:#ffd476;background-image:none;top:34.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#SwmtJtXmrwUzmy8ZIr08BwnZo9WT6tqT { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:38.6875rem;left:2.5rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WuT49lGcAZUOUhziATDeDQGEtCgkRrv6 { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:41.5625rem;left:2.625rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Jnx9VwuPpSbQCMaJXawiPx5wwzJw4zUi { color:#0b0b0b;display:block;width:4.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:38.125rem;left:30.6875rem;height:5.375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#yEWMBwDpJcn9bXvKwKZLIiZBNEsukZ4U { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:40.6875rem;left:37.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IJBtHkX2E5G4gBLsXcNTy4DOZR2BNOu5 { color:#0b0b0b;display:block;width:4.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:44.25rem;left:39.9375rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#MkIxDFTSQEqfQEVuk2m0eUDkMO95zNdT { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:44.125rem;left:44.3125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kIwOKfUsT42S1bfnhvnGaLcMdO7J1nK6 { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:47rem;left:44.4375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kC6croGOfhUQdoxNt1X5HMEh7DBXvcOw { box-sizing:content-box;height:12.5rem;width:37.5rem;position:absolute;display:block;z-index:15010;background-color:#ffd476;background-image:none;top:49.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#p0VRbymJqW41zrM2eAxLtCN8W6XfbeQT { color:#0b0b0b;display:block;width:4.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:53.125rem;left:30.6875rem;height:5.375rem;font-style:normal;text-align:right;text-align-last:right;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; }
#noc4LTSSBHBeiBi0pAigwIR1zoKs3ov7 { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:56.5625rem;left:2.625rem;height:1.3994125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i4KDTvvbZ56Qvex74yx3r4A2OwKknemE { color:#0b0b0b;display:block;width:28.125rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:53.6875rem;left:2.5rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_a98c271013dd0ecce837648e99f505048b7e8fc1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.adaptive-delivery-prevent-bg, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyload, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyloading { background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { border-width: 0; border-radius: 0; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { font-size:0.875rem;font-family:fraunces;height:47.125rem;width:75rem;overflow:visible;position:relative;display:block; }#NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:4.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:10.6875rem;left:0rem;height:4.75rem;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; }
#b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { color:#0b0b0b;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:18.875rem;left:10.625rem;height:3.1494125rem;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; }
#T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { background-color:#28887a;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.0625rem;left:31.25rem;display:block; }
#UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffd476;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffd476;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { background-color:#fff9ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { background-color: transparent; background-image: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { display: none; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .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); }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { border-width: 0; border-radius: 0; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { font-size:0.875rem;font-family:fraunces;height:67.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:0rem;height:5.375rem;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; }
#VkJWrnAFTTNzCdT594ZT136zOMCyIriE { color:#0b0b0b;display:block;width:53.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:14.5625rem;left:10.625rem;height:3.1484375rem;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; }
#dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:32.75rem;width:73.75rem;top:21.375rem;left:0.625rem;overflow:hidden;display:block; }
#znr2SLbMU9tBOJ5JH7UOVwN5W79tI9oG { box-sizing:content-box;height:38.875rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:#ffd476;background-image:none;top:20.75rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:0rem;display:block; }
#DfVhAoyoeTqtE0ql2Us3ckeRzQCqVlsP { color:#0b0b0b;display:block;width:21.25rem;position:absolute;font-family:fraunces;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:55.3125rem;left:26.875rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2hPMcg1SgM50TZmFBLvnmk3iu0MB808 { color:#0b0b0b;display:block;width:21.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:57.125rem;left:26.875rem;height:1.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_ed263762778895bb9245b2c0b273c9176c0fa81c.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9.adaptive-delivery-prevent-bg, #CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9.lazyload, #CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9.lazyloading { background-image: none; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container { background-color: transparent; background-image: none; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container > .video-iframe-container { display: none; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row > .video-iframe-container { display: none; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .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); }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container { border-width: 0; border-radius: 0; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container { font-size:0.875rem;font-family:fraunces;height:34.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#itNmKJEIvlTiGpsMnJ9IcksUAwUsXc7l { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:28.125rem;width:18.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ph29yH5lDP4s0OtE7tTVAb6pZwU2s7AM { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.1875rem;width:13.4375rem;top:14.375rem;left:20.875rem;overflow:hidden;display:block; }
#IFETaUd9VmalvWXGgQ2xL2c1DxzNBvJT { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:10.125rem;left:38.75rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#C2QkQ20GiWBMUmvzFIKXTR7pUcu8tfoC { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:16.125rem;left:38.75rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#iPcz5u2nEuOhoD0ZmEM3nwOsVOCgW93m { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:10.125rem;left:58.75rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IMh4JdNuCA4ULKlEkFw4TRlF5wcsEO0Q { color:#0b0b0b;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:16.125rem;left:58.75rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { background-color:#fff9ea;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { background-color: transparent; background-image: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { display: none; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .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); }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { border-width: 0; border-radius: 0; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { font-size:0.875rem;font-family:fraunces;height:70.375rem;width:75rem;overflow:visible;position:relative;display:block; }#dWJTTVGFemvp4qN0f1loxZikWwdJZntf { color:#0b0b0b;display:block;width:75rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5.375rem;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; }
#JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { color:#0b0b0b;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.75rem;left:10.625rem;height:3.1484375rem;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; }
#GMg1TJDI0aQKkHysrN2asST1GBPDugXm { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.8125rem;left:1.9375rem;height:9.624rem;font-style:italic;text-align:left;text-align-last:left;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; }
#hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:1.9375rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:1.9375rem; }
#W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { box-sizing:content-box;height:15.9375rem;width:12.5rem;position:absolute;display:block;z-index:15066;background-color:#ffd476;background-image:none;top:4.3125rem;left:62.5rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.375rem;left:0rem;border-top-right-radius:9.375rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { box-sizing:content-box;height:40.5rem;width:38.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffd476;background-image:none;top:25.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:15.625rem;border-top-left-radius:0rem;display:block; }
#eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.125rem;left:25.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
#x3JBE1dRONXnmprPnrHzRMREi4qmuTph { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:27.8125rem; }
#n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:27.8125rem;height:7.69925rem;font-style:italic;text-align:left;text-align-last:left;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; }
#MAOPaA22TGiIaCgrNTsO6sTgssZenghg { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:27.8125rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34.5625rem;left:53.625rem; }
#s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:38.5625rem;left:53.625rem;height:;font-style:italic;text-align:left;text-align-last:left;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; }
#pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { color:#0b0b0b;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:52.1875rem;left:53.625rem;height:1.3994125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { box-sizing:content-box;height:28.125rem;width:23.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:31.125rem;left:51.6875rem;border-top-left-radius:0rem;border-top-right-radius:9.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { background-color: transparent; background-image: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container > .video-iframe-container { display: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container { display: none; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .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); }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { border-width: 0; border-radius: 0; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { font-size:0.875rem;font-family:fraunces;height:11.25rem;width:75rem;overflow:visible;position:relative;display:block; }#g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { position:absolute;display:block;z-index:15033;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.9375rem;width:9.75rem;top:4.6875rem;left:3.75rem;overflow:hidden;display:block; }
#Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { position:absolute;display:block;z-index:15034;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.9375rem;width:9.75rem;top:4.6875rem;left:15.375rem;overflow:hidden;display:block; }
#QPNPlHkSq5mOiJXWA9or5cOu4gFavzIi { position:absolute;display:block;z-index:15035;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.9375rem;width:9.75rem;top:4.6875rem;left:27rem;overflow:hidden;display:block; }
#w10GONuyPDXZiSQCG41nqD6tVkovKWzL { position:absolute;display:block;z-index:15036;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.9375rem;width:9.75rem;top:4.6875rem;left:38.625rem;overflow:hidden;display:block; }
#UQTVtQKInDreuM9DJmTHD63t6wLTB79u { position:absolute;display:block;z-index:15037;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.9375rem;width:9.75rem;top:4.6875rem;left:50.25rem;overflow:hidden;display:block; }
#u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { position:absolute;display:block;z-index:15038;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.9375rem;width:9.75rem;top:4.6875rem;left:61.5625rem;overflow:hidden;display:block; }
#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl { background-color:#dfedeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container { background-color: transparent; background-image: none; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container > .video-iframe-container { display: none; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row > .video-iframe-container { display: none; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .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); }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container { border-width: 0; border-radius: 0; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container { font-size:0.875rem;font-family:fraunces;height:41.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#FA8KPArIphoOAnyRO8Rmo7O8yBbSizp3 { color:#ffffff;display:block;width:32.5rem;position:absolute;font-family:fraunces;font-size:4rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:12.125rem;left:3.125rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mrnVdxJAxJgH5hzDoZuTT7uJPZ9c0CEd { position:absolute;display:block;z-index:15028;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:7.25rem;width:7.3125rem;top:12.125rem;left:46.875rem;overflow:hidden;display:block; }
#uFRSKQcAxHO2EmQdurep2M6M3b97eLpQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:7.3125rem;top:21.875rem;left:46.875rem;overflow:hidden;display:block; }
#LEJaQGV3Npci8otF6rA62T5GeJKmPLzF { position:absolute;display:block;z-index:15029;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:7.25rem;width:7.3125rem;top:12.125rem;left:57.25rem;overflow:hidden;display:block; }
#MgdcUcApmx85ogX8mfQovHEJIXu0e3fW { position:absolute;display:block;z-index:15032;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:7.25rem;width:7.3125rem;top:21.875rem;left:57.3125rem;overflow:hidden;display:block; }
#X5do76D1SupBR6bOpSCVg5lMu8dzwhRA { position:absolute;display:block;z-index:15030;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:7.25rem;width:7.3125rem;top:12.125rem;left:67.6875rem;overflow:hidden;display:block; }
#OhLz2S4ZeLEHIqDsRBTJyxwnonCcDJMc { position:absolute;display:block;z-index:15033;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:7.25rem;width:7.3125rem;top:21.875rem;left:67.6875rem;overflow:hidden;display:block; }
#ypUF8nPnV7STQitv0sXZNHVBciPQTvXc { box-sizing:content-box;height:41.3125rem;width:38.75rem;position:absolute;display:block;z-index:15003;background-color:#28887a;background-image:none;top:0rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }
#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_f83eaa9973c9eaa4d0474351804df8c8f3d112f4.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL.adaptive-delivery-prevent-bg, #VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL.lazyload, #VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL.lazyloading { background-image: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { background-color: transparent; background-image: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container > .video-iframe-container { display: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row > .video-iframe-container { display: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .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); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { border-width: 0; border-radius: 0; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { font-size:0.875rem;font-family:fraunces;height:54.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Koo5WXlBd2kHUBiEFbMx4Bgyol4sGKqT { color:#0b0b0b;display:block;width:34.375rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.4375rem;left:0rem;height:5.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gyavQ6NAKTGKxgn9CJc3UFuMiNBIeTZA { color:#0b0b0b;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.625rem;left:0rem;height:2.2744125rem;font-style:normal;display:block; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-form-header {  }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#0b0b0b;width:23.25rem;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; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:fraunces; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:fraunces;font-size:0.875rem;overflow:hidden; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#28887a;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:10.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:13.9375rem;height:3.5rem;font-family:montserrat;overflow:hidden; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 [class*="-text"]:-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 [class*="-text"]::-moz-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 [class*="-text"]:-ms-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 [class*="-text"]::-webkit-input-placeholder { color:#d3d3d3;font-family:montserrat;font-size:1rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#0b0b0b;vertical-align:top;width:22.9375rem;overflow:hidden;font-style:normal; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .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:fraunces;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-container:first-of-type{padding-top:0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-container:last-of-type{padding-bottom:0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:45.375rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.25rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-info-text { display:block;height:auto;font-family:fraunces;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; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 {display:block;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15081;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.3125rem;left:45.375rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #Lk7q816kP9CUsihLAoxSJ5JbHb50o5af { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #aMw5ZT5WTAPTmZXq1llN6Tsqa75tOxvV { position:relative;display:block; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #OzJXMeF45XEhrg3VRCFXhyzO4W9z4yzk { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #gNiwoQSIITL0oRF5pfIPmFCxxglEJFSP { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #GzOLcp7ZNfTCNeww5VdtHCGzFkA789rQ { position:relative;display:block; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #xsyLihOe2bCtzo98synPHHdSbPa3Fk2k { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #RkLmF3JyFiONf5ZcZhxZiGM6bSGVRhUa { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bBXR5zOprsVmlyerTTuyhTe26eZh8lmt { position:relative;display:block; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #ERstHVEpHH8y4X2mkJ6DaJzeJMTrOwTy { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #D4yHaHIExGKEB5UsOzkRtQCfIGrndkH5 { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #N1vEWq9V5i7twsBubx4WTTUKu8sB0wiO { position:relative;display:block; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #k6LDIkiSTfOi8cWJTGdbFAZ61qPArF9s { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IGnWD0z84rwO9irhuoQ8UcbgskBkAr6I { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bub4GNFZGkuTbE67g8IrdAnB5h7w78pQ { position:relative;z-index:2; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IToaPedALHu3o87BDhi71vsdvUgbTP8G { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #AmTGpc3IqQE68QlQsIrXJUzKdQS8Hffs { position:relative; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #vVvbXykfb3ofapFvHlXG4wDMxndqWPzD { position:relative; }
#GuG9GCA5fiRQZ9f6rXRvLI3LDBU3QQ2s { color:#0b0b0b;display:block;width:29.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:29.5625rem;left:0rem;height:2.798825rem;font-style:normal;display:block; }
#edZBdyk5ThWmIXfKxf0ta6mIPZAg5Iba { box-sizing:content-box;height:21rem;width:34.125rem;position:absolute;display:block;z-index:15087;background-color:#ffd476;background-image:none;top:29.4375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;display:none; }
#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_3a48d2a08d17ab024bbdfa10a9b064691323f75e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.adaptive-delivery-prevent-bg, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyload, #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t.lazyloading { background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { border-width: 0; border-radius: 0; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { font-size:0.875rem;font-family:fraunces;height:47.875rem;width:75rem;overflow:visible;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:11.4375rem;left:0rem;height:16.125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { color:#0b0b0b;display:block;width:26.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:30.5rem;left:0rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;flex-direction:column;align-items:center;background-color:#dfedeb;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.375rem;color:#0b0b0b;font-family:fraunces;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;color:#0b0b0b;font-family:montserrat;height:auto;line-height:1.4;overflow:hidden; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_532162fd760285afa3266b3d7c9ab41cd8f505d3.svg");background-size:contain !important; }#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.adaptive-delivery-prevent-bg, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyload, #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-trigger.lazyloading { background-image: none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { box-sizing:content-box;height:auto;width:36.9375rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15009;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:12rem;left:38.0625rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL { display:none; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c { display:block;position:relative; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy { display:none; }
#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { background-color:#28887a;background-image:url("https://icons.assets-landingi.com/icon_610e0dbec29db397b4e79aeb91e18c6cee581bde.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.adaptive-delivery-prevent-bg, #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.lazyload, #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG.lazyloading { background-image: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { background-color: transparent; background-image: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container > .video-iframe-container { display: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container { display: none; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .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); }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { border-width: 0; border-radius: 0; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { font-size:0.875rem;font-family:fraunces;height:39.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:fraunces;font-size:5.375rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:8.5625rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:22.375rem;left:0rem;height:3.1484375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.7;letter-spacing:0;top:10.787109375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:8.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:24.849609375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15055;line-height:1.7;letter-spacing:0;top:22.9375rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#Sgmo57liXeOv2543iXyKLq67a9TykxoH { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.7;letter-spacing:0;top:17.75rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:fraunces;font-size:1.125rem;font-weight:700;z-index:15052;line-height:1.7;letter-spacing:0;top:15.875rem;left:48.4375rem;height:1.9121125rem;font-style:normal;display:block; }
#aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { 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:15006;opacity:1;top:10rem;left:44.5rem; }
#gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:8.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { 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:15008;opacity:1;top:17rem;left:44.5rem; }
#To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:15.875rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
#qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { 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:15010;opacity:1;top:24.25rem;left:44.5rem; }
#Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { box-sizing:content-box;height:3.875rem;width:3.875rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:23.125rem;left:43.375rem;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { top:11.4375rem;left:10.1875rem;width:37.5625rem;height:9.875rem;font-size:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { top:7.375rem;left:23.875rem;width:8.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TmmJqwzmQTOMRJlKCniIsMqv0NxIbq { top:28.875rem;left:13.625rem;width:34.125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-checkbox-label { width:26.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3  { width:27.5625rem;height:auto;top:29.5625rem;left:17.125rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 {display:block;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 { width:27.5625rem;height:auto;top:29.5625rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #TaSLT3gAsr7WWDSBtKIuqu8sJqvG5sPT {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #sFin23oTTQuAwxcZJ9o3qIFHgKGmOT0C {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #WZzoCPlaAQVOst4CiSpQUsS8RbauOOJs {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #Si0NlD5fVveMCcJe86GMfW3cmmpr3dTr {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #izA84aTfWZ7PhnF6EchkW6iha54hUzua {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #oDriI4tJzkvgMHJRrtlB1OQQd25xHbtA {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VGr0JXMLJGRqMNdhZ24Bz1KI16AAhbO7 {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #wkHhlIXcHZhbVEKdKREp7LPXdOTHTSIp {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #FFCbXQ9WvXZEB60sMBmwAp63VR6QuD6v {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #zzBbhaFzz5Ov1TyTB4cH1xzhqxUaf5Xs {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VJeNu1HmqT0K1Ko5FgkgbZBAJxLHrX15 {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VQA57rzbU1ECUSfnvBRwq42X3rBF40ey {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #pGV7clvonATSdXLNhIPQkS4F0wHiF9qB {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #w9x75IwvRXFDvu89FuZ7Nx9KDRAbhpAk {  }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { top:5.5rem;left:0rem;width:35rem;height:52.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { top:23.6875rem;left:11.5rem;width:36.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { display:block; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { top:29.25rem;left:0rem;width:28.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { top:21.0625rem;left:0rem;width:28.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { top:8.1875rem;left:0rem;width:35.9375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { top:4.25rem;left:15.0625rem;width:32.6875rem;height:53.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpwOXWEw76FaImnHEEinLB0yIyf1UF1F { top:35.9375rem;left:16.21875rem;width:17.5625rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChfRETfsV7ISxlbOTbMyAlhNcIUGtdM { top:24.4375rem;left:0rem;width:17.5625rem;height:25.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { top:6.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { top:16.9375rem;left:0rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { top:29.25rem;left:0rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { top:33.125rem;left:0rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { top:22.75rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { top:22.75rem;left:12.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { top:29.375rem;left:6.375rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { top:33.25rem;left:6.375rem;width:16.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { top:17rem;left:23.875rem;width:18.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { top:29.3125rem;left:25.125rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { top:33.1875rem;left:25.125rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { top:22.8125rem;left:31rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { top:29.3125rem;left:31.5rem;width:16.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { top:33.1875rem;left:31.5rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { top:22.6875rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { top:11.75rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { top:28.0625rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { top:43.1875rem;left:0rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { top:39.3125rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { top:30.8125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { top:30.8125rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { top:39.375rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { top:43.25rem;left:14.5rem;width:18.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { top:30.8125rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { top:39.375rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgfysnT0kD40zSEggedPFEzmnhpPJRNU { top:43.25rem;left:29rem;width:18.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { top:28.0625rem;left:18.875rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { top:28.0625rem;left:37.75rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #fthwNIA8OhebMDUvaStRBV0WlEAvnPcB { display:block; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaTlRlAkyGM0qIkGchDAeqkVSCMes3Ud { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F02Nv5rqW0ThWIvTTrL2736h4xJxFhCC { top:13.4375rem;left:5.75rem;width:36.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #samZORgopDquoKHIuLWs89T9h0drHc8r { top:19.5625rem;left:0rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffsxO082zZiLbzvo5RPzZseQMTtkGNLT { top:23.125rem;left:17.0625rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBdG84mTIi0nKKcN06asTizBU8SBad0O { top:23.6875rem;left:0rem;width:28.125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLAPyVesRqXOTKDKBqLRN1KLXfmcgeOv { top:26.5625rem;left:0rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJNq5SG5bHhqZGDx41VRhO6IVAn1e1sv { top:25.6875rem;left:10.25rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI9DDWMXWmNdDAl1DnHqqPWfQ6UZzDdq { top:29.25rem;left:26.3125rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHbfoZZ8aM7qowyAen5szwS8vC3G91Sw { top:29.125rem;left:19.625rem;width:28.125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIMt9R8W0mI37K7qQSMrEHieJoXgnrzQ { top:32rem;left:19.625rem;width:28.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7aL2fHv14XFNpbGcyMyatAlplixkr7L { top:34.5625rem;left:0rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwmtJtXmrwUzmy8ZIr08BwnZo9WT6tqT { top:38.6875rem;left:0rem;width:28.125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuT49lGcAZUOUhziATDeDQGEtCgkRrv6 { top:41.5625rem;left:0rem;width:28.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnx9VwuPpSbQCMaJXawiPx5wwzJw4zUi { top:38.125rem;left:17.0625rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEWMBwDpJcn9bXvKwKZLIiZBNEsukZ4U { top:40.6875rem;left:10.25rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBtHkX2E5G4gBLsXcNTy4DOZR2BNOu5 { top:44.25rem;left:26.3125rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkIxDFTSQEqfQEVuk2m0eUDkMO95zNdT { top:44.125rem;left:19.625rem;width:28.125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIwOKfUsT42S1bfnhvnGaLcMdO7J1nK6 { top:47rem;left:19.625rem;width:28.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kC6croGOfhUQdoxNt1X5HMEh7DBXvcOw { top:49.5625rem;left:0rem;width:37.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0VRbymJqW41zrM2eAxLtCN8W6XfbeQT { top:53.125rem;left:17.0625rem;width:4.375rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noc4LTSSBHBeiBi0pAigwIR1zoKs3ov7 { top:56.5625rem;left:0rem;width:28.125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4KDTvvbZ56Qvex74yx3r4A2OwKknemE { top:53.6875rem;left:0rem;width:28.125rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { top:10.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { top:18.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { width:12.5rem;height:3.5rem;top:25.0625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { top:6.75rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { top:14.5625rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { top:21.375rem;left:0rem;width:47.75rem;height:21.204237288136rem;display:block; }
 }@media only screen and (max-width: 763px) { #znr2SLbMU9tBOJ5JH7UOVwN5W79tI9oG { top:20.75rem;left:0rem;width:47.75rem;height:38.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfVhAoyoeTqtE0ql2Us3ckeRzQCqVlsP { top:55.3125rem;left:13.25rem;width:21.25rem;height:1.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2hPMcg1SgM50TZmFBLvnmk3iu0MB808 { top:57.125rem;left:13.25rem;width:21.25rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 { display:block; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itNmKJEIvlTiGpsMnJ9IcksUAwUsXc7l { top:0rem;left:0rem;width:18.75rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph29yH5lDP4s0OtE7tTVAb6pZwU2s7AM { top:14.375rem;left:7.25rem;width:13.4375rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFETaUd9VmalvWXGgQ2xL2c1DxzNBvJT { top:10.125rem;left:25.125rem;width:16.25rem;height:5.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2QkQ20GiWBMUmvzFIKXTR7pUcu8tfoC { top:16.125rem;left:25.125rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPcz5u2nEuOhoD0ZmEM3nwOsVOCgW93m { top:10.125rem;left:31.5rem;width:16.25rem;height:5.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMh4JdNuCA4ULKlEkFw4TRlF5wcsEO0Q { top:16.125rem;left:31.5rem;width:16.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { top:5.625rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { top:17.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { top:38.8125rem;left:0rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { top:52.1875rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { top:34.5625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { top:4.3125rem;left:35.25rem;width:12.5rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { top:31.375rem;left:0rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { top:25.5625rem;left:0rem;width:38.5625rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { top:31.125rem;left:12.25rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { top:34.5625rem;left:14.1875rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { top:38.5625rem;left:14.1875rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { top:52.1875rem;left:14.1875rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { top:34.5625rem;left:40rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { top:38.5625rem;left:28.375rem;width:19.375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { top:52.1875rem;left:28.375rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { top:31.125rem;left:24.4375rem;width:23.3125rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { display:block; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { width:9.75rem;height:1.9375rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { width:9.75rem;height:1.9375rem;top:4.6875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNPlHkSq5mOiJXWA9or5cOu4gFavzIi { width:9.75rem;height:1.9375rem;top:4.6875rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10GONuyPDXZiSQCG41nqD6tVkovKWzL { width:9.75rem;height:1.9375rem;top:4.6875rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTVtQKInDreuM9DJmTHD63t6wLTB79u { width:9.75rem;height:1.9375rem;top:4.6875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { width:9.75rem;height:1.9375rem;top:4.6875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl { display:block; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA8KPArIphoOAnyRO8Rmo7O8yBbSizp3 { top:12.125rem;left:0rem;width:32.5rem;height:16rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrnVdxJAxJgH5hzDoZuTT7uJPZ9c0CEd { top:12.125rem;left:33.25rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFRSKQcAxHO2EmQdurep2M6M3b97eLpQ { top:21.875rem;left:33.25rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEJaQGV3Npci8otF6rA62T5GeJKmPLzF { top:12.125rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgdcUcApmx85ogX8mfQovHEJIXu0e3fW { top:21.875rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5do76D1SupBR6bOpSCVg5lMu8dzwhRA { top:12.125rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLz2S4ZeLEHIqDsRBTJyxwnonCcDJMc { top:21.875rem;left:40.4375rem;width:7.3125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUF8nPnV7STQitv0sXZNHVBciPQTvXc { top:0rem;left:0rem;width:38.75rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL { display:block; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Koo5WXlBd2kHUBiEFbMx4Bgyol4sGKqT { top:16.4375rem;left:0rem;width:34.375rem;height:10.75rem;font-size:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyavQ6NAKTGKxgn9CJc3UFuMiNBIeTZA { top:13.625rem;left:0rem;width:34.375rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-regular-label { width:24.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-text { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-textarea { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-select { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-button { width:14.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-checkbox-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2  { width:24.375rem;height:auto;top:10.3125rem;left:20.875rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .radio-container { width:24.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 {display:block;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 { width:24.375rem;height:auto;top:10.3125rem;left:20.875rem; }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #Lk7q816kP9CUsihLAoxSJ5JbHb50o5af {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #aMw5ZT5WTAPTmZXq1llN6Tsqa75tOxvV {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #OzJXMeF45XEhrg3VRCFXhyzO4W9z4yzk {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #gNiwoQSIITL0oRF5pfIPmFCxxglEJFSP {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #GzOLcp7ZNfTCNeww5VdtHCGzFkA789rQ {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #xsyLihOe2bCtzo98synPHHdSbPa3Fk2k {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #RkLmF3JyFiONf5ZcZhxZiGM6bSGVRhUa {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bBXR5zOprsVmlyerTTuyhTe26eZh8lmt {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #ERstHVEpHH8y4X2mkJ6DaJzeJMTrOwTy {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #D4yHaHIExGKEB5UsOzkRtQCfIGrndkH5 {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #N1vEWq9V5i7twsBubx4WTTUKu8sB0wiO {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #k6LDIkiSTfOi8cWJTGdbFAZ61qPArF9s {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IGnWD0z84rwO9irhuoQ8UcbgskBkAr6I {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bub4GNFZGkuTbE67g8IrdAnB5h7w78pQ {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IToaPedALHu3o87BDhi71vsdvUgbTP8G {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #AmTGpc3IqQE68QlQsIrXJUzKdQS8Hffs {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #vVvbXykfb3ofapFvHlXG4wDMxndqWPzD {  }
 }@media only screen and (max-width: 763px) { #GuG9GCA5fiRQZ9f6rXRvLI3LDBU3QQ2s { top:29.5625rem;left:0rem;width:29.5625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #edZBdyk5ThWmIXfKxf0ta6mIPZAg5Iba { top:29.4375rem;left:13.625rem;width:34.125rem;height:21rem;display:none; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { top:11.4375rem;left:0rem;width:26.25rem;height:16.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { top:30.5rem;left:0rem;width:26.25rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:27.8125rem;top:8.0625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy {  }
 }@media only screen and (max-width: 763px) { #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { top:8.5625rem;left:0rem;width:37.0625rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { top:22.375rem;left:0rem;width:36.25rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgmo57liXeOv2543iXyKLq67a9TykxoH { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { top:10rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { top:8.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { top:17rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { top:15.875rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { top:24.25rem;left:30.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { top:23.125rem;left:29.75rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV { display:block; }#JHMQL0GUOCH5LcVDHSs2VkI2DO62mitV > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q37As7wMC2IFw9ZvValfGV72JSEmN7Pf { width:20rem;height:4.7246125rem;top:5.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bv1yclsXxnH7zwPIdezTTyrfyBK36T3e { width:8.0625rem;height:1.875rem;top:1.25rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3TmmJqwzmQTOMRJlKCniIsMqv0NxIbq { width:20rem;height:30.5rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3  { width:17.5rem;height:auto;top:43.3125rem;left:0rem; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 {display:block;}#dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 { width:17.5rem;height:auto;top:43.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #TaSLT3gAsr7WWDSBtKIuqu8sJqvG5sPT {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #sFin23oTTQuAwxcZJ9o3qIFHgKGmOT0C {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #WZzoCPlaAQVOst4CiSpQUsS8RbauOOJs {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #Si0NlD5fVveMCcJe86GMfW3cmmpr3dTr {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #izA84aTfWZ7PhnF6EchkW6iha54hUzua {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #oDriI4tJzkvgMHJRrtlB1OQQd25xHbtA {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VGr0JXMLJGRqMNdhZ24Bz1KI16AAhbO7 {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #wkHhlIXcHZhbVEKdKREp7LPXdOTHTSIp {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #FFCbXQ9WvXZEB60sMBmwAp63VR6QuD6v {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #zzBbhaFzz5Ov1TyTB4cH1xzhqxUaf5Xs {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VJeNu1HmqT0K1Ko5FgkgbZBAJxLHrX15 {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #VQA57rzbU1ECUSfnvBRwq42X3rBF40ey {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #pGV7clvonATSdXLNhIPQkS4F0wHiF9qB {  }
 }@media only screen and (max-width: 763px) { #dTe649g5hlxJTEIUZ1o4AUSaJuTGApo3 #w9x75IwvRXFDvu89FuZ7Nx9KDRAbhpAk {  }
 }@media only screen and (max-width: 763px) { #T8t74wERO5FTtSdgELPE7CdhEkV8FvCg { width:20rem;height:30.213875rem;top:18.6875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ebhy0DkagLr9wZ1MS1SXHRwzAZgIRiUE { width:20rem;height:5.59765625rem;top:11.7509765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS { background-color:transparent;background-image:none;display:block; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { background-color: transparent; background-image: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row > .video-iframe-container { display: none; }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .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); }#DaU3IPS1n87IaB5Pz7ny4p88a8h6HIwS > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQ9Ip15MD7vWZEiLhfLJuzzvTAArc6X0 { width:17.5rem;height:7.875rem;top:44.25rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #POv7ZtWsZFTG4D4Ts0USzCqyQxxlILFp { width:17.5rem;height:6.9970625rem;top:34.4375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #PmucFTdkdwcc4AVZzssS4xKnKGUN4ayP { width:17.5rem;height:5.25rem;top:27.75rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LKHp4HsZ9tyVRtV5f0xC1Oe6JkWh7NWU { width:20rem;height:29.25rem;top:0rem;left:0rem;z-index:14998;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpwOXWEw76FaImnHEEinLB0yIyf1UF1F { width:10rem;height:10rem;top:50.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uChfRETfsV7ISxlbOTbMyAlhNcIUGtdM { width:20rem;height:32.25rem;top:23.0625rem;left:0rem;z-index:14999;border-top-left-radius:0rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 { display:block; }#ZWb3Olalzp35VxtN0Up1CHeKncPQ8C24 > .row .container { width:20rem;height:96.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0eyTL84q2XCMtuVbo8uOduhDq0KNckX { width:17.5rem;height:10.5rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWwyk7hLaxHr5tT0B8LvGCToyglFLF90 { width:20rem;height:21.875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLlEByeauawpnkfby58NaDJaC71CgXr { width:17.5rem;height:3.5rem;top:23.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZK3NtmcpiZirB0p59B7qia42tJohoUka { width:17.5rem;height:6.9970625rem;top:26.6875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iK1N1JGyaoJxcVp9uBZQ8JTZ5Pe7ZQXp { display:flex;width:4.5rem;height:4.5rem;top:17.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #E7y6uyT2TgEqaZ2ls8aipLTRKdGgDMW3 { display:flex;width:4.5rem;height:4.5rem;top:37.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #B8cmHReR8a9tAyWourWDWtVXToKTqH1c { width:17.5rem;height:1.75rem;top:42.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E9BUzryOk2ouW8G3yHZsPUsylcflT1Rr { width:17.5rem;height:5.59765625rem;top:46.0625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pdQaD6mc5JquTqz5HS8kGuC7LEzUdW3e { width:18.75rem;height:25.0625rem;top:52.91015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGXwin7TpGnsVkWV7cLkRazkotORigJo { width:16.25rem;height:1.75rem;top:65.22265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs16TzEEKK82SzMZIpNbdgpeVG0F7co8 { width:16.25rem;height:5.59765625rem;top:69.09765625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k6T2uK8M6sCJl0nww8HD8smachpPI0Ka { display:flex;width:4.5rem;height:4.5rem;top:58.72265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #fcAWgc0JFLCMBdgVNRpCpllrfGKRTvxU { width:16.25rem;height:1.75rem;top:84.97265625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k26DRGdlalaAZhQJ6Nq58ndZfp5MqLUC { width:16.25rem;height:5.59765625rem;top:87.97265625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FykT7yLM3VFzJdFHzadq0bru7zBfMTFO { display:flex;width:4.5rem;height:4.5rem;top:79.22265625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ { display:block; }#PiTzQO7JCz7BlTuKt6bNIg6fOpRlGWfQ > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZJMMJP19QSPGznfmqSD9peHQO05xi33 { width:20rem;height:7.875rem;top:5.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TIaAxGLCcEVnVEUJBQAVicRvlIfd44US { width:10rem;height:10rem;top:15.4375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc2xpT3AbaHTmqK1HLPnkViJDhbxvOVG { width:17.5rem;height:6.9970625rem;top:30.3125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2Mw1ivwHsyqCZ3dQ2WUiUAJo28toOhs { width:17.5rem;height:1.75rem;top:27.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mg2F9soHGGtKSeFvLrVf9s09DCWUA1ue { display:flex;width:4.5rem;height:4.5rem;top:18.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #G5KR4yWGiZrNCQ0ATsfoQqL91sGgbvcR { display:flex;width:4.5rem;height:4.5rem;top:42.4375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FTn1VfH6Fb1zU4h60kkIZ8FJ8SMiv3xg { width:17.5rem;height:3.5rem;top:51.5625rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uw5vvH2bnMUhyGftUNcJPSOLC8IIMBXB { width:17.5rem;height:4.19824375rem;top:54.5625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dsfWerKDWrRT24NpkTDEuJZTETOT5H30 { display:flex;width:4.5rem;height:4.5rem;top:66.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #VWfqTS64M5PXFTfSOuOk9dvHBI8C80Uy { width:17.5rem;height:3.5rem;top:75.8125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgfysnT0kD40zSEggedPFEzmnhpPJRNU { width:17.5rem;height:4.19824375rem;top:78.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oxD0h8qZ9eFGuxeFIQGTksVPDWaXAAlq { width:10rem;height:10rem;top:39.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu1cUmHumAkM38GKa3pf9dUKUM1KZe6I { width:10rem;height:10rem;top:63.9375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fthwNIA8OhebMDUvaStRBV0WlEAvnPcB { display:block; }#fthwNIA8OhebMDUvaStRBV0WlEAvnPcB > .row .container { width:20rem;height:106.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qaTlRlAkyGM0qIkGchDAeqkVSCMes3Ud { width:20rem;height:5.25rem;top:4.9375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F02Nv5rqW0ThWIvTTrL2736h4xJxFhCC { width:20rem;height:4.19824375rem;top:12.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #samZORgopDquoKHIuLWs89T9h0drHc8r { width:20rem;height:15.625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffsxO082zZiLbzvo5RPzZseQMTtkGNLT { width:16.25rem;height:2.625rem;top:23.4375rem;left:1.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FBdG84mTIi0nKKcN06asTizBU8SBad0O { width:16.25rem;height:3.5rem;top:26.625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLAPyVesRqXOTKDKBqLRN1KLXfmcgeOv { width:16.25rem;height:2.798825rem;top:29.625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJNq5SG5bHhqZGDx41VRhO6IVAn1e1sv { width:20rem;height:15.625rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SI9DDWMXWmNdDAl1DnHqqPWfQ6UZzDdq { width:16.25rem;height:2.625rem;top:40.1875rem;left:1.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHbfoZZ8aM7qowyAen5szwS8vC3G91Sw { width:16.25rem;height:1.75rem;top:43.6875rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIMt9R8W0mI37K7qQSMrEHieJoXgnrzQ { width:16.25rem;height:2.798825rem;top:46.6875rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7aL2fHv14XFNpbGcyMyatAlplixkr7L { width:20rem;height:15.625rem;top:53.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwmtJtXmrwUzmy8ZIr08BwnZo9WT6tqT { width:16.25rem;height:1.75rem;top:60.625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuT49lGcAZUOUhziATDeDQGEtCgkRrv6 { width:16.25rem;height:2.798825rem;top:63.625rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jnx9VwuPpSbQCMaJXawiPx5wwzJw4zUi { width:16.25rem;height:2.625rem;top:57.0625rem;left:1.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEWMBwDpJcn9bXvKwKZLIiZBNEsukZ4U { width:20rem;height:15.625rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJBtHkX2E5G4gBLsXcNTy4DOZR2BNOu5 { width:16.25rem;height:2.625rem;top:73.0625rem;left:1.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MkIxDFTSQEqfQEVuk2m0eUDkMO95zNdT { width:16.25rem;height:1.75rem;top:76.5625rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kIwOKfUsT42S1bfnhvnGaLcMdO7J1nK6 { width:16.25rem;height:2.798825rem;top:81.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kC6croGOfhUQdoxNt1X5HMEh7DBXvcOw { width:20rem;height:15.625rem;top:87.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0VRbymJqW41zrM2eAxLtCN8W6XfbeQT { width:16.25rem;height:2.625rem;top:90.8125rem;left:1.875rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #noc4LTSSBHBeiBi0pAigwIR1zoKs3ov7 { width:16.25rem;height:2.798825rem;top:97.3125rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4KDTvvbZ56Qvex74yx3r4A2OwKknemE { width:16.25rem;height:1.75rem;top:94.3125rem;left:1.875rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffd476;background-image:none;display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:20rem;height:35.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { width:20rem;height:5.25rem;top:7.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { width:20rem;height:5.59765625rem;top:17rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T3pP9pNkAT9WBiSQImvQsbDmer1OWVOC { width:12.5rem;height:3.5rem;top:23.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UryoM60M8zTsTEmX6QnJdCx014lbhrEC { display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { width:6.25rem;height:6.25rem;top:29.375rem;left:13.75rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { width:6.25rem;height:6.25rem;top:0rem;left:0rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC { display:block; }#iUTgGT1kavVkeJK1epPWTD9VEm6Gl6FC > .row .container { width:20rem;height:116rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU2J3fGAr7fOKSm2sF4Mx51exOgnsr8H { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VkJWrnAFTTNzCdT594ZT136zOMCyIriE { width:20rem;height:6.9970625rem;top:10.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSbRttcDuHFk5Vx35mTtP8Tvc2J8ug5u { width:15.625rem;height:6.9375rem;top:19.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znr2SLbMU9tBOJ5JH7UOVwN5W79tI9oG { width:16.875rem;height:30.5rem;top:18.625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfVhAoyoeTqtE0ql2Us3ckeRzQCqVlsP { width:15.625rem;height:1.5rem;top:43.75rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2hPMcg1SgM50TZmFBLvnmk3iu0MB808 { width:15.625rem;height:1.57421875rem;top:45.875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 { display:block; }#CiF7FyIOtBZMiviwCRpgxniNqXBeUQZ9 > .row .container { width:20rem;height:41.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #itNmKJEIvlTiGpsMnJ9IcksUAwUsXc7l { width:9.875rem;height:14.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph29yH5lDP4s0OtE7tTVAb6pZwU2s7AM { width:8.3125rem;height:12.5rem;top:5.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFETaUd9VmalvWXGgQ2xL2c1DxzNBvJT { width:20rem;height:2.75rem;top:20.375rem;left:0rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #C2QkQ20GiWBMUmvzFIKXTR7pUcu8tfoC { width:16.25rem;height:4.38574375rem;top:23.75rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #iPcz5u2nEuOhoD0ZmEM3nwOsVOCgW93m { width:20rem;height:2.75rem;top:29.796875rem;left:0rem;font-size:2.75rem;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; }
 }@media only screen and (max-width: 763px) { #IMh4JdNuCA4ULKlEkFw4TRlF5wcsEO0Q { width:16.25rem;height:2.923825rem;top:33.171875rem;left:1.875rem;font-size:1.125rem;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; }
 }@media only screen and (max-width: 763px) { #Baz1dESX8vLo1wBM5vudRnJxfL1F8POm { display:block; }#Baz1dESX8vLo1wBM5vudRnJxfL1F8POm > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWJTTVGFemvp4qN0f1loxZikWwdJZntf { width:20rem;height:5.25rem;top:3.25rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaDBikX1CzW7U7HMMupsUTdg6KRSxTqa { width:20rem;height:5.59765625rem;top:12.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMg1TJDI0aQKkHysrN2asST1GBPDugXm { width:17.5rem;height:9.624rem;top:32.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEb5IGOOzpvKAI2a4LToOovrZxf8R9uW { width:17.5rem;height:1.3994125rem;top:45.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GX7lDcTi7Tl7Uy4shX1F3KwQIR3MvMqE { display:flex;width:1.5rem;height:1.5rem;top:30.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #W1nEtT0QG7f1I1PKbSClzTqdFUdbdWeu { width:6.1875rem;height:7.9375rem;top:0rem;left:13.8125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #vA4LTOnMOTxrwtM2uISZiMc3CCJg1v8Q { width:20rem;height:28.125rem;top:24.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mp4tZRfR8kQPaysgEwrDRmtx0IfP1sr1 { width:11.9375rem;height:94.75rem;top:22.4375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCVeN15HXTd2LSC2vuHRHgzoR5HqDh2 { width:20rem;height:28.125rem;top:54.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3JBE1dRONXnmprPnrHzRMREi4qmuTph { display:flex;width:1.5rem;height:1.5rem;top:60.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #n749TKPMhJMlCl0oa3hQS5qvI5mMWLrx { width:17.5rem;height:7.69925rem;top:62.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MAOPaA22TGiIaCgrNTsO6sTgssZenghg { width:17.5rem;height:1.3994125rem;top:75.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gr3UCTVM0o7saXdGeRPt0womoaBfxa4b { display:flex;width:1.5rem;height:1.5rem;top:90.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #s4N6O5H8fQ7wM10rekV9clcDeO3MXqg1 { width:17.5rem;height:7.69925rem;top:92.6875rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pbHnTfT1nQPRvxWz0gwwJ5cv1TUFOIur { width:17.5rem;height:1.3994125rem;top:105.5rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZNTRqIy6D46ShLKXNCitTwdWoWWDhMtx { width:20rem;height:28.125rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AguNUKi5UgyiuewG6JS2NFuvB7tekKKE { display:block; }#AguNUKi5UgyiuewG6JS2NFuvB7tekKKE > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2SuNLO7ivbG85DDrzJkCJBnMVikTzy4 { width:9.75rem;height:1.875rem;top:2.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdb8RMKOZsS3sfoP5eLtyCH31EpMolQQ { width:9.75rem;height:1.9375rem;top:5.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPNPlHkSq5mOiJXWA9or5cOu4gFavzIi { width:9.75rem;height:1.9375rem;top:8.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w10GONuyPDXZiSQCG41nqD6tVkovKWzL { width:9.75rem;height:1.9375rem;top:11.75rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQTVtQKInDreuM9DJmTHD63t6wLTB79u { width:9.75rem;height:1.9375rem;top:14.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3SomozdHBMA8a7ABpQDyAC2hgoGntTi { width:9.75rem;height:1.9375rem;top:18.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl { display:block; }#viNoWDnn4f8HN75yeR9b2kLpRGUrnCXl > .row .container { width:20rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FA8KPArIphoOAnyRO8Rmo7O8yBbSizp3 { width:16.25rem;height:4rem;top:5rem;left:1.875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrnVdxJAxJgH5hzDoZuTT7uJPZ9c0CEd { width:5.625rem;height:5.5625rem;top:17.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFRSKQcAxHO2EmQdurep2M6M3b97eLpQ { width:5.625rem;height:5.5625rem;top:25.6875rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEJaQGV3Npci8otF6rA62T5GeJKmPLzF { width:5.625rem;height:5.5625rem;top:17.625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgdcUcApmx85ogX8mfQovHEJIXu0e3fW { width:5.625rem;height:5.5625rem;top:33.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5do76D1SupBR6bOpSCVg5lMu8dzwhRA { width:5.625rem;height:5.5625rem;top:25.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLz2S4ZeLEHIqDsRBTJyxwnonCcDJMc { width:5.625rem;height:5.5625rem;top:33.75rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypUF8nPnV7STQitv0sXZNHVBciPQTvXc { width:20rem;height:12.8125rem;top:2.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:6.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL { background-color:transparent;background-image:none;display:block; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { background-color: transparent; background-image: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container > .video-iframe-container { display: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row > .video-iframe-container { display: none; }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .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); }#VRbCoL7KnnAhEo1F1NkufMTP1NTQB3SL > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Koo5WXlBd2kHUBiEFbMx4Bgyol4sGKqT { width:20rem;height:2.625rem;top:6.0625rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gyavQ6NAKTGKxgn9CJc3UFuMiNBIeTZA { width:20rem;height:1.75rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2  { width:17.5rem;height:auto;top:23.8623046875rem;left:0rem; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 {display:block;}#LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 { width:17.5rem;height:auto;top:23.8623046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #Lk7q816kP9CUsihLAoxSJ5JbHb50o5af {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #aMw5ZT5WTAPTmZXq1llN6Tsqa75tOxvV {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #OzJXMeF45XEhrg3VRCFXhyzO4W9z4yzk {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #gNiwoQSIITL0oRF5pfIPmFCxxglEJFSP {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #GzOLcp7ZNfTCNeww5VdtHCGzFkA789rQ {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #xsyLihOe2bCtzo98synPHHdSbPa3Fk2k {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #RkLmF3JyFiONf5ZcZhxZiGM6bSGVRhUa {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bBXR5zOprsVmlyerTTuyhTe26eZh8lmt {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #ERstHVEpHH8y4X2mkJ6DaJzeJMTrOwTy {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #D4yHaHIExGKEB5UsOzkRtQCfIGrndkH5 {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #N1vEWq9V5i7twsBubx4WTTUKu8sB0wiO {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #k6LDIkiSTfOi8cWJTGdbFAZ61qPArF9s {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IGnWD0z84rwO9irhuoQ8UcbgskBkAr6I {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #bub4GNFZGkuTbE67g8IrdAnB5h7w78pQ {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #IToaPedALHu3o87BDhi71vsdvUgbTP8G {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #AmTGpc3IqQE68QlQsIrXJUzKdQS8Hffs {  }
 }@media only screen and (max-width: 763px) { #LFxG1OFQKA5NX1PBdFWQWer63gVtA2k2 #vVvbXykfb3ofapFvHlXG4wDMxndqWPzD {  }
 }@media only screen and (max-width: 763px) { #GuG9GCA5fiRQZ9f6rXRvLI3LDBU3QQ2s { width:20rem;height:4.19824375rem;top:13.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #edZBdyk5ThWmIXfKxf0ta6mIPZAg5Iba { width:20rem;height:30.75rem;top:22.5625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:6.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t { background-color:#ffffff;background-image:none;display:block; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { background-color: transparent; background-image: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row > .video-iframe-container { display: none; }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .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); }#O85Tn0uzxTWWtwLgLba9mg6z9NaNnP3t > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXTfF0uXUgQSOXFMauxSWzlBFffkblc6 { width:20rem;height:5.25rem;top:3.70703125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2vAxKQOsPDiqerksUWUgdyiJ43GeiVr { width:20rem;height:2.798825rem;top:13.01953125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T .accordion-heading-text { font-size:1.125rem;height:auto; }
#TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T { display:flex;height:auto;width:20rem;top:19.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #gm0t14KTdqthrlv5vlN3vNiw6omDCFAy {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #lvSEDF25t24ZgzBAW12cEpoH5fESQqa2 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #m6ah9lmMQfVwgHmTfDFJfNrXctoIszCh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #F6HOBCARogFlM0JeJ8oC4NEdXZhMPlWk {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #GbwlLhG4TfxbWM4hr9TeOP4PLMlH44XJ {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #eTu05cdt5MqqUPhT2ElA7sX9nJNyUVb1 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #CrM9DBz2x1JlBsvPUsVfTQSMB8ZbnAO7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #mQpsUxv1St6I1ZBhoSP88fAxbiyEZZok {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #h5FtEtobc1sEw3syfGGJTrZ5PPSmxkoh {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #q0Im6Gc2WIBc9yKCkOqG09oTspV14vTL {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #cmngvepH4aAZCFPJ5Qr8DmM3VrGOBQu7 {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #dDn9IvLxOEXp7GwgNyu3KKMBpknGGT3F {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #S9ziRO0KIEv7dkqxFfZ4FpTOAqqqN74c {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #ESyRu4uVSkWzXkuLdTpH6EdHyuwxG6TB {  }
 }@media only screen and (max-width: 763px) { #TNw2Ar002C8I8BqgCQRgz1lAFCCeKL1T #TWIxvaxTP36sWrC1gSgwRx4iApM6dcLy {  }
 }@media only screen and (max-width: 763px) { #UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG { display:block; }#UkdkWqFVzRNew0QSO9uNmmDbzKxWfgIG > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PMdfDD2kguEvbUhNpprIXQWVqADUTtP0 { width:20rem;height:2.625rem;top:2.9375rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSKf6SdmB3Ft8yxbK69s3vNJf8zdb74G { width:20rem;height:4.19824375rem;top:9.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWs6sLq1nENyHBwVSFxelDwX0I59n1vI { width:15rem;height:1.9121125rem;top:19.125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l7CxirdL7smzRCw1mmaB4ut7CyWIFwa2 { width:15rem;height:1.9121125rem;top:17.25rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M5D4E1PbTNTZUi3fzZ9iQa70EX2y9SiQ { width:15rem;height:3.82421875rem;top:30.5625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmBbS48lTqhxSCShRTMqS0IHUwOqQD7X { width:15rem;height:1.9121125rem;top:28.625rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sgmo57liXeOv2543iXyKLq67a9TykxoH { width:15rem;height:1.9121125rem;top:24.8125rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XlR0CHd62sPZVNufZSsoUWGLPt3bQTuG { width:15rem;height:1.9121125rem;top:22.9375rem;left:5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aQMo20IM0n1qXJe0pFzHa4ke3L1fxEeP { display:flex;width:1.625rem;height:1.625rem;top:18.3125rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #gfV3WoBRCrKQzoTdV27h9uHsgZNa7zp2 { width:3.875rem;height:3.875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8htHyhHLbUMxTDu2GbTVZ9ITlqEcMV8 { display:flex;width:1.625rem;height:1.625rem;top:24rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #To6ttPJt7z1A07xMffQI0HBBW4T7bkqu { width:3.875rem;height:3.875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcDxtuF0I08vdvMx7f7gw5T7gSrCkAsg { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #Jl94xMswr3ofc4MBWidJQJoJLB9vA2aD { width:3.875rem;height:3.875rem;top:28.625rem;left:0rem;display:block; }
 }