.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,219,232;--color-primary-1:251,136,179;--color-primary-2:246,16,103;--color-primary-3:123,8,52;--color-primary-4:37,2,15;--color-secondary-0:255,251,226;--color-secondary-1:255,242,160;--color-secondary-2:254,228,64;--color-secondary-3:127,114,32;--color-secondary-4:38,34,10;--color-tertiary-0:255,255,255;--color-tertiary-1:198,198,198;--color-tertiary-2:53,53,53;--color-tertiary-3:2,2,2;--color-tertiary-4:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(254,228,64,0.65);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#05b1f1;background-image:url("https://images.assets-landingi.com/uc/bb7d4293-1f1c-4150-b872-e4aa562800a5/MonicaDeWittbg2.webp");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; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyloading { background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;position:relative;display:block; }#SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:3.0625rem;left:1.4375rem;height:8.925rem;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; }
#stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { color:rgba(var(--color-tertiary-4),1);display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:13.9375rem;left:1.4375rem;height:7.875rem;font-style:normal;display:block; }
#Th24nqfvGf8mTIbdNoREfSVTMrXb4NhZ { box-sizing:content-box;height:9.625rem;width:44.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),0.65);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.6875rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#edRvKAiHqlo3FM4R0eLQKKaQt5X7ZEgX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:24.625rem;left:1.4375rem;height:3.85rem;font-style:normal;display:block; }
#ci5ueyNzqCW9Oxy3Um8gyDIo7nUQ5l7e { box-sizing:content-box;height:9.875rem;width:36.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-1),0.65);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.9375rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#D9RGHVbX5fhORm6nTMXtnPs64c6Q32pe { box-sizing:content-box;height:5.8125rem;width:33.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-1),0.65);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#sg7E3ziMWZfoNvXRtuTuZxh40fuC4UfT { color:rgba(var(--color-tertiary-2),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:31.75rem;left:1.4375rem;height:3.9rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-form-header {  }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:17.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;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:17.75rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #1f333b;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:17.75rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .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:17.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#05b1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #12cf3c;border-left:0.0625rem solid #12cf3c;border-right:0.0625rem solid #12cf3c;border-bottom:0.0625rem solid #12cf3c;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:#fee440;width:17.75rem;height:3.1875rem;font-family:montserrat;overflow:hidden;font-style:normal;box-shadow: none; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]:-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]::-moz-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]:-ms-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]::-webkit-input-placeholder { color:#717171;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:16.5rem;overflow:hidden;font-style:normal;float:none; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .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; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container:first-of-type{padding-top:0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container:last-of-type{padding-bottom:0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:35.64999961853rem;left:1.4375rem; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.75rem;display:block;vertical-align:top; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T {display:block;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.75rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15011;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:35.64999961853rem;left:1.4375rem; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #ETL4BalgVAmFuLXvwdoEHPzkOXPTI0sN { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #mSSggFErGk27J8TWlQuLy0qA0cSidvDP { position:relative;display:none; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #kNF299MUJFQEWEZUZyROhhBgkTetbfGo { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #nyCmKv38RChmQEQAqmbivtOdna5WUGKB { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #T7gOsFCmCkrQJ8TE97C7gflMrovZHqQy { position:relative;display:none; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #Aa4fNFThpQk8vcc1oBOG2CIqQtihBthH { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #LRGw22ueDZmFgKcuUUSQet7SwfLeU5kG { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #tci1MHB3mNQE4toFecBXvMTXumdyUZ15 { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #qDNQT5OKTu1iUxhckcHVvsLRekzHkS0e { position:relative; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #aXKvqau0g66Q0a7XTwArts2PEg93UHQE { position:relative;z-index:2; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T #hR2wdnuihuOc5leMpTMwk3tKDVDpozLH { position:relative; }
#MM37Po6h67wwB7tUpvTMG3aBNSLQyHfU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:24.5625rem;width:22.9375rem;top:30.375rem;left:0rem;display:block; }
#B98f5rbK1H5a7ytRuymQzsk1NLloCh7W { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#AfwFw4saohwzsBlyUDR97muBAwNNXnxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -moz-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -ms-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -o-linear-gradient(180deg, #05b1f1, #12cf3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1f1', endColorstr='#12cf3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1f1', endColorstr='#12cf3c' );";background-image: linear-gradient(180deg, #05b1f1, #12cf3c);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; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container { background-color: transparent; background-image: none; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container > .video-iframe-container { display: none; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row > .video-iframe-container { display: none; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .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); }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container { border-width: 0; border-radius: 0; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container { font-size:0.875rem;font-family:arial;height:51rem;width:75rem;position:relative;display:block; }#rQZXnUU4KKUF1OGq8OCPF9qNTeXrtV9K { color:#253045;display:block;width:49.375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:0rem;left:12.8125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDOUQsB5sH3BbQ23KLoGA04u1aSoxMxz { color:rgba(var(--color-tertiary-4),1);display:block;width:65.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.9375rem;left:4.8125rem;height:7.875rem;font-style:normal;display:block; }
#b6UpwcAZyOARDcsgwgDtyScLmEeO9XlP { color:#253045;display:block;width:45.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:17.625rem;left:12.8125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEyzeZaJ9HddJTp6SCletlRVHMWC1MJm { box-sizing:content-box;height:25rem;width:17.1875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:1.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#FrITCccfh9dRioaNXTH5E7OZ3I6WBmea { box-sizing:content-box;height:25rem;width:17.1875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:19.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#SoalTliRZCKqVtZ7Pp8xG0JkR4z1Jfeh { box-sizing:content-box;height:25rem;width:17.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:38.0625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#AotCuWfMFObblJC9cAOTWhG9OfdZM9XX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.125rem;left:2.8125rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#VuGsUSEipXii2pXyPexGRXz2PALHbp5l { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:24.125rem;left:21.125rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#AiXi2TyHV1N3uKBAHQezVEFu731u0yrz { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:38.125rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#HZa0xpl8XDBinND0uqm4VnEsgRiTXShT { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:27.5625rem;left:1.375rem; }
#oBu512ydsEvGOBVeMhtDKwHGn3Eyg6G2 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:28.25rem;left:3.3125rem;height:12.375rem;text-align:left;text-align-last:left;display:block; }
#aQM220p110LXKwOONgTAqllbsFX5Xuva { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:28.6875rem;left:19.6875rem; }
#FxK7sZ4S8DnbflNSpqgGSV2umAT7cKxf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:29.375rem;left:21.8125rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#wFa9DLUwDy8svUkaTiMP2t6afTvzGkgH { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:29.875rem;left:40.1875rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#LHZGsi5nF35HOskeo9W54PTMXlNc3Zpb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.125rem;left:38rem; }
#hA5PqCc4kV89QKowptQCLZ1284h897wA { box-sizing:content-box;height:25rem;width:17.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.8125rem;left:56.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#uQikHn2A643TwIXSE5D3uM4VI7ZHB2Vu { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:29.125rem;left:56.5625rem; }
#eQxIQX1SzmwQTfwuIzoTNcKk0lJZyZ3G { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:32.125rem;left:1.3125rem; }
#p0AiqpfzpIS8oHBJa3gOZm8i6MbQlm1L { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:32.0625rem;left:19.6875rem; }
#LFBZzTBo8lZFdX8OZNKqmm0puN8ka5DG { color:rgba(var(--color-tertiary-4),1);display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:57.1875rem;height:3.575rem;text-align:center;text-align-last:center;display:block; }
#J6LhgQCViFBa4cAwUI0IrHl3c5nTZ4AN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.5rem;left:56.5625rem; }
#Vah9SIT2T0Z90C2AO4Ghoxl7Run9ML9E { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:32.75rem;left:38.0625rem; }
#LhTWorHwPtf2Txq9ELtrfSK62UJzsosc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:29.6875rem;left:59.25rem;height:15.75rem;text-align:left;text-align-last:left;display:block; }
#f141M7pkW1NvdTxpU4mBqsBg5leuNvwV { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.5rem;left:1.3125rem; }
#Q2paUHUNr0z1fOfo90E5OWTMfr6e59l0 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:35.5625rem;left:19.625rem; }
#A4gxcNaaETsbmkwlKtAKCWTvI2EUbzU5 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:35.8125rem;left:56.5625rem; }
#XAix2qFX0PkhUccqDLbup7TteN97Lird { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:36rem;left:38.0625rem; }
#nwU5z21sybTur0oZkMv6QZ5PLplZo8fN { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38.75rem;left:19.6875rem; }
#r7NKgiGqaEB58Deo4IivrNTfN5oUtkMP { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:39.3125rem;left:38.125rem; }
#mcDHawsa9EgslHvfTVFX7pXh3EiPfw9u { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:39.125rem;left:56.625rem; }
#lENI8bzzTU2KUADWQVQypgPVinKEomJz { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:42.125rem;left:19.75rem; }
#ffuveoRTnRNyhqpOqMqfisSrELcge4TM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:42.6875rem;left:38.125rem; }
#TFdsDKlyzslbIV5gNH829s2PcNDJfTDw { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:42.5625rem;left:56.625rem; }
#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:url("https://images.assets-landingi.com/uc/492b95bd-0ebd-45e0-8417-6977ac5f46fb/MonicaDeWittbg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz.adaptive-delivery-prevent-bg, #hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz.lazyload, #hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz.lazyloading { background-image: none; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container { background-color: transparent; background-image: none; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container > .video-iframe-container { display: none; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row > .video-iframe-container { display: none; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .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); }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container { border-width: 0; border-radius: 0; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container { font-size:0.875rem;font-family:arial;height:69.8125rem;width:75rem;position:relative;display:block; }#FTKTM9GDu0cudGsfw3gJSNGM8gaHxwns { color:#253045;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.8749990463257rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEcFgcBIwumOTz7VPaLQWBWqDWM4IsSn { color:rgba(var(--color-tertiary-4),1);display:block;width:48.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.18124961853rem;left:13.311718940735rem;height:28.35rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6737e7f8-c7b9-43eb-b2b5-ec0c7b8be4fc/MonicaDeWitt1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5) ;height:18.4375rem;width:18.4375rem;top:6.6124992370606rem;left:27.467968940735rem;display:block; }#aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7.adaptive-delivery-prevent-bg, #aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7.lazyload, #aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7.lazyloading { background-image: none; }
#i601oHJmmn5wWT5rbBdpifp9eSlx6qZg { color:rgba(var(--color-tertiary-4),1);display:block;width:31.875rem;position:absolute;font-family:calligraffitti;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:57.650005340576rem;left:13.311718940735rem;height:2.5875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f8FxAzA5GB6fL4IV5LQTDas2R69v0h0c { box-sizing:content-box;height:70.0625rem;width:75rem;position:absolute;display:block;z-index:15003;background-color:rgba(198,198,198,0.85);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.1875rem;left:0rem;display:block; }
#HU3WZ32hcFFFkn1zdrTM38zIdFzDdaWM { color:rgba(0,0,0,0.74);display:block;width:28.4375rem;position:absolute;font-family:anton;font-size:2.4375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:63.0625rem;left:23.3125rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#U0CzpuMuGqIKWr95CT0k9zEuXUkUCWhs { box-sizing:content-box;height:5.6875rem;width:27.9375rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5625rem;left:23.3125rem;display:block; }
#SvVDH8Jd9yncXZvbOxct6cEiGJmrTMD1 { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:66.25rem;left:32.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -moz-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -ms-linear-gradient(180deg, #05b1f1, #12cf3c);background-image: -o-linear-gradient(180deg, #05b1f1, #12cf3c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1f1', endColorstr='#12cf3c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05b1f1', endColorstr='#12cf3c' );";background-image: linear-gradient(180deg, #05b1f1, #12cf3c);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; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container { background-color: transparent; background-image: none; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container > .video-iframe-container { display: none; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row > .video-iframe-container { display: none; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .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); }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container { border-width: 0; border-radius: 0; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container { font-size:0.875rem;font-family:arial;height:104.875rem;width:75rem;position:relative;display:block; }#BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9359375rem;width:54.0609375rem;top:3.3125rem;left:10.4375rem;display:block; }
#XUyKrVqX7tD5aHS2rhDt946viz60JUTq { color:#253045;display:block;width:41.4375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:5.375rem;left:16.8125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rSxfFM4459xzFMASiKOhBmlVeSwT6fkv { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9359375rem;width:54.0609375rem;top:32.0625rem;left:10.5rem;display:block; }
#xZ2OPNmRQ0S9yIqflK11h1zWoTGGoN0H { 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:4.875rem;width:4.875rem;top:33.5625rem;left:11.9375rem;overflow:hidden;display:block; }
#PdRRKKvHvxaCbdZwT1mSWzwOStgInXm3 { color:#000000;display:block;width:44.9366875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:34.625rem;left:17.75rem;height:2.8rem;font-style:normal;display:block; }
#Q63U4Vr6zWsvQ4dz7Lz4XBnDuEH7T9WV { color:#353535;display:block;width:14.6859375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:32.9375rem;left:17.9375rem;height:1.4875rem;font-style:normal;display:block; }
#LlH2k7tGRteA4AJz7MrpqOTw1HRv9Cvu { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9359375rem;width:54.0609375rem;top:23.0625rem;left:10.5rem;display:block; }
#PLrpH7Gk4zxrQyUoJWJPuw7no1Cfn9sM { position:absolute;display:block;z-index:15024;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:4.99921875rem;width:4.99921875rem;top:24.625rem;left:11.75rem;overflow:hidden;display:block; }
#brVpbP1TqNh7pXunmGtFRMfr6aeXz2Ft { color:#000000;display:block;width:44.9366875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:25.75rem;left:17.75rem;height:4.5rem;font-style:normal;display:block; }
#wcv7pMn1NvMmpc5wzlohTRZ3q165TLqd { color:#353535;display:block;width:14.6859375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.4;letter-spacing:0;top:24.0625rem;left:17.75rem;height:1.4875rem;font-style:normal;display:block; }
#qDfQ8JgdRzUF5SCP1tMXQPDtlUZRgTqe { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9359375rem;width:54.0609375rem;top:14rem;left:10.5rem;display:block; }
#MZNAHpr9vUtDwgINV7wBr9lPHzONrbOx { color:#000000;display:block;width:44.9366875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:17.125rem;left:17.8125rem;height:4.2rem;font-style:normal;display:block; }
#TZgDAdVqDpDGlMyA7eLfr7xA4mhFGdVQ { 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:4.875rem;width:4.875rem;top:15.5rem;left:11.8125rem;overflow:hidden;display:block; }
#Og39D5OD1koxeTvtUcD7nmhhxsR5yFT3 { color:#353535;display:block;width:14.6859375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:15.25rem;left:17.8125rem;height:1.4875rem;font-style:normal;display:block; }
#T9LBxuoUHmgEQFHTvaMPOwZMlVnPuD1Q { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.5rem 0.625rem 2.3125rem rgba(128,146,195,0.7) ;height:7.9359375rem;width:54.0609375rem;top:41.1875rem;left:10.5rem;display:block; }
#FwgmUwny4Mx1x4O9wSLHclc1ATGzROZ5 { color:#000000;display:block;width:44.9366875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:44.4375rem;left:17.75rem;height:4.2rem;font-style:normal;display:block; }
#n3l2rTrTqJyqGp72DdXCJVmn4s7JNSmk { 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:4.875rem;width:4.875rem;top:42.6875rem;left:11.9375rem;overflow:hidden;display:block; }
#OF9Jn8LR5BChLGA28NReHtBgtwcD4drS { color:#353535;display:block;width:14.6859375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:42.0625rem;left:17.9375rem;height:1.4875rem;font-style:normal;display:block; }
#xiTtBdPb5MpUnL697mUFTz2TNcKDJCwE { color:rgba(var(--color-primary-4),1);display:block;width:21.1875rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:53.0625rem;left:26.9375rem;height:3.375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pNbMt7E0UzqUqI9kxX2zh2TuTaSkrHQG { box-sizing:content-box;height:0.0609375rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:#fee440;background-image:none;top:55.0625rem;left:0rem;display:block; }
#QT9SKes3dIxhfCbZ2FlL6OhmQvmW3gyo { box-sizing:content-box;height:1.81171875rem;width:21.8741875rem;position:absolute;display:block;z-index:15015;background-color:#fee440;background-image:none;top:54.125rem;left:26.5625rem;display:block; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .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-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:1.4375rem;font-family:montserrat;height:auto;color:rgba(var(--color-primary-4),1);font-style:normal; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:montserrat;color:rgba(var(--color-primary-4),1);line-height:1.4;overflow:hidden;height:auto;font-weight:400;font-style:normal; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-trigger { width:2.8125rem;min-width:2.8125rem;height:2.8125rem;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_68fdf8af2739ec72361b87f7c047751e5ff8ca53.svg");background-size:contain !important; }#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-trigger.adaptive-delivery-prevent-bg, #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-trigger.lazyload, #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-trigger.lazyloading { background-image: none; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS { box-sizing:content-box;height:auto;width:45.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15019;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:59.3125rem;left:3.6875rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx { display:block;position:relative; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS { display:block;position:relative; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn { display:none; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP { display:block;position:relative; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt { display:none; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV { display:block;position:relative; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw { display:none; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Hw6qPEGyTwi94JoF9qyl6z3kTR1Jo9GG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NIRQQfCxwSyiomqwiBim7LO6DnXS7cTz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UrpnMwvIZRuxCiddeGqThxT9wBQsBS0f { display:block;position:relative; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UPbaZRTJMFrQuaMEi7QXVwwbrCaR7rTE {  }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Zdt8dh73ctL1H7zsF68HS6OoHmqfN7Zb { display:none; }
#oapnXZmH7rZHO2wJ2COxTbmqsNbr2kAx { position:absolute;display:block;z-index:15014;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:30.375rem;width:21.4991875rem;top:69.375rem;left:49.9375rem;overflow:hidden;display:block; }
#FpZnivmqH1mEXkWnNT9n9ckoilnEKzDO { background-color:#fee440;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:#12cf3c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4984375rem;height:3.4359375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:95rem;left:20.9375rem;display:block; }
#xpEnGiW2iuk5pQ6oI1PbBJ4yrUtu8XST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container { background-color: transparent; background-image: none; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container > .video-iframe-container { display: none; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row > .video-iframe-container { display: none; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .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); }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container { border-width: 0; border-radius: 0; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container { font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;position:relative;display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { background-color: transparent; background-image: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container > .video-iframe-container { display: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container { display: none; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .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); }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { border-width: 0; border-radius: 0; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { z-index:15001;top:3.25rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { top:3.0625rem;left:0rem;width:43.375rem;height:8.875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { top:13.9375rem;left:0rem;width:36.5rem;height:7.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th24nqfvGf8mTIbdNoREfSVTMrXb4NhZ { top:2.6875rem;left:0rem;width:44.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edRvKAiHqlo3FM4R0eLQKKaQt5X7ZEgX { top:24.625rem;left:0rem;width:31.875rem;height:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci5ueyNzqCW9Oxy3Um8gyDIo7nUQ5l7e { top:12.9375rem;left:0rem;width:36.3125rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9RGHVbX5fhORm6nTMXtnPs64c6Q32pe { top:23.5625rem;left:0rem;width:33.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7E3ziMWZfoNvXRtuTuZxh40fuC4UfT { width:20.125rem;height:3.875rem;top:31.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-regular-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-textarea { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-select { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-button { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-checkbox-label { width:16.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T  { width:17.75rem;height:14.375rem;top:35.625rem;left:0rem; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .radio-container { width:17.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T {display:block;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T { width:17.75rem;height:14.375rem;top:35.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #ETL4BalgVAmFuLXvwdoEHPzkOXPTI0sN {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #mSSggFErGk27J8TWlQuLy0qA0cSidvDP {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #kNF299MUJFQEWEZUZyROhhBgkTetbfGo {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #nyCmKv38RChmQEQAqmbivtOdna5WUGKB {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #T7gOsFCmCkrQJ8TE97C7gflMrovZHqQy {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #Aa4fNFThpQk8vcc1oBOG2CIqQtihBthH {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #LRGw22ueDZmFgKcuUUSQet7SwfLeU5kG {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #tci1MHB3mNQE4toFecBXvMTXumdyUZ15 {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #qDNQT5OKTu1iUxhckcHVvsLRekzHkS0e {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #aXKvqau0g66Q0a7XTwArts2PEg93UHQE {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #hR2wdnuihuOc5leMpTMwk3tKDVDpozLH {  }
 }@media only screen and (max-width: 763px) { #MM37Po6h67wwB7tUpvTMG3aBNSLQyHfU { width:22.9375rem;height:24.5625rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B98f5rbK1H5a7ytRuymQzsk1NLloCh7W { display:none; }
 }@media only screen and (max-width: 763px) { #AfwFw4saohwzsBlyUDR97muBAwNNXnxL { display:block; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQZXnUU4KKUF1OGq8OCPF9qNTeXrtV9K { top:0rem;left:0rem;width:47.75rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDOUQsB5sH3BbQ23KLoGA04u1aSoxMxz { top:4.9375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UpwcAZyOARDcsgwgDtyScLmEeO9XlP { top:17.625rem;left:0rem;width:45.25rem;height:3.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEyzeZaJ9HddJTp6SCletlRVHMWC1MJm { top:22.875rem;left:0rem;width:17.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrITCccfh9dRioaNXTH5E7OZ3I6WBmea { top:22.8125rem;left:6.0625rem;width:17.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoalTliRZCKqVtZ7Pp8xG0JkR4z1Jfeh { top:22.8125rem;left:24.4375rem;width:17.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AotCuWfMFObblJC9cAOTWhG9OfdZM9XX { top:24.125rem;left:0rem;width:14.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuGsUSEipXii2pXyPexGRXz2PALHbp5l { top:24.125rem;left:7.5rem;width:14.375rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXi2TyHV1N3uKBAHQezVEFu731u0yrz { top:24.125rem;left:24.5rem;width:17.0625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZa0xpl8XDBinND0uqm4VnEsgRiTXShT { top:27.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBu512ydsEvGOBVeMhtDKwHGn3Eyg6G2 { top:28.25rem;left:0rem;width:14.375rem;height:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM220p110LXKwOONgTAqllbsFX5Xuva { top:28.6875rem;left:6.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxK7sZ4S8DnbflNSpqgGSV2umAT7cKxf { top:29.375rem;left:8.1875rem;width:14.375rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFa9DLUwDy8svUkaTiMP2t6afTvzGkgH { top:29.875rem;left:26.5625rem;width:14.375rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZGsi5nF35HOskeo9W54PTMXlNc3Zpb { top:29.125rem;left:24.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA5PqCc4kV89QKowptQCLZ1284h897wA { top:22.8125rem;left:30.5625rem;width:17.1875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQikHn2A643TwIXSE5D3uM4VI7ZHB2Vu { top:29.125rem;left:42.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQxIQX1SzmwQTfwuIzoTNcKk0lJZyZ3G { top:32.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0AiqpfzpIS8oHBJa3gOZm8i6MbQlm1L { top:32.0625rem;left:6.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFBZzTBo8lZFdX8OZNKqmm0puN8ka5DG { top:24.125rem;left:32.125rem;width:15.625rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LhgQCViFBa4cAwUI0IrHl3c5nTZ4AN { top:32.5rem;left:42.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vah9SIT2T0Z90C2AO4Ghoxl7Run9ML9E { top:32.75rem;left:24.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhTWorHwPtf2Txq9ELtrfSK62UJzsosc { top:29.6875rem;left:33.375rem;width:14.375rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f141M7pkW1NvdTxpU4mBqsBg5leuNvwV { top:35.5rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2paUHUNr0z1fOfo90E5OWTMfr6e59l0 { top:35.5625rem;left:6rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4gxcNaaETsbmkwlKtAKCWTvI2EUbzU5 { top:35.8125rem;left:42.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAix2qFX0PkhUccqDLbup7TteN97Lird { top:36rem;left:24.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwU5z21sybTur0oZkMv6QZ5PLplZo8fN { top:38.75rem;left:6.0625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7NKgiGqaEB58Deo4IivrNTfN5oUtkMP { top:39.3125rem;left:24.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcDHawsa9EgslHvfTVFX7pXh3EiPfw9u { top:39.125rem;left:43rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lENI8bzzTU2KUADWQVQypgPVinKEomJz { top:42.125rem;left:6.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffuveoRTnRNyhqpOqMqfisSrELcge4TM { top:42.6875rem;left:24.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFdsDKlyzslbIV5gNH829s2PcNDJfTDw { top:42.5625rem;left:43rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz { display:block; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTKTM9GDu0cudGsfw3gJSNGM8gaHxwns { top:1.8125rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEcFgcBIwumOTz7VPaLQWBWqDWM4IsSn { top:27.125rem;left:0rem;width:47.75rem;height:28.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7 { top:6.5625rem;left:5.4375rem;width:18.4375rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i601oHJmmn5wWT5rbBdpifp9eSlx6qZg { top:57.625rem;left:0rem;width:31.875rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8FxAzA5GB6fL4IV5LQTDas2R69v0h0c { top:-0.1875rem;left:0rem;width:47.75rem;height:70.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU3WZ32hcFFFkn1zdrTM38zIdFzDdaWM { top:63.0625rem;left:0rem;width:28.4375rem;height:3.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0CzpuMuGqIKWr95CT0k9zEuXUkUCWhs { top:62.5625rem;left:0rem;width:27.9375rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVDH8Jd9yncXZvbOxct6cEiGJmrTMD1 { top:66.25rem;left:16rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H { display:block; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { top:3.3125rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { top:5.375rem;left:3.1875rem;width:41.4375rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSxfFM4459xzFMASiKOhBmlVeSwT6fkv { top:32.0625rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ2OPNmRQ0S9yIqflK11h1zWoTGGoN0H { top:33.5625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdRRKKvHvxaCbdZwT1mSWzwOStgInXm3 { top:34.625rem;left:2.875rem;width:44.875rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q63U4Vr6zWsvQ4dz7Lz4XBnDuEH7T9WV { top:32.9375rem;left:4.3125rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlH2k7tGRteA4AJz7MrpqOTw1HRv9Cvu { top:23.0625rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrpH7Gk4zxrQyUoJWJPuw7no1Cfn9sM { top:24.625rem;left:0rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brVpbP1TqNh7pXunmGtFRMfr6aeXz2Ft { top:25.75rem;left:2.875rem;width:44.875rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcv7pMn1NvMmpc5wzlohTRZ3q165TLqd { top:24.0625rem;left:4.125rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDfQ8JgdRzUF5SCP1tMXQPDtlUZRgTqe { top:14rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNAHpr9vUtDwgINV7wBr9lPHzONrbOx { top:17.125rem;left:2.875rem;width:44.875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZgDAdVqDpDGlMyA7eLfr7xA4mhFGdVQ { top:15.5rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og39D5OD1koxeTvtUcD7nmhhxsR5yFT3 { top:15.25rem;left:4.1875rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9LBxuoUHmgEQFHTvaMPOwZMlVnPuD1Q { top:41.1875rem;left:0rem;width:47.75rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgmUwny4Mx1x4O9wSLHclc1ATGzROZ5 { top:44.4375rem;left:2.875rem;width:44.875rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3l2rTrTqJyqGp72DdXCJVmn4s7JNSmk { top:42.6875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9Jn8LR5BChLGA28NReHtBgtwcD4drS { top:42.0625rem;left:4.3125rem;width:14.625rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiTtBdPb5MpUnL697mUFTz2TNcKDJCwE { width:21.1875rem;height:3.375rem;top:53.0625rem;left:13.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNbMt7E0UzqUqI9kxX2zh2TuTaSkrHQG { width:47.75rem;height:0;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9SKes3dIxhfCbZ2FlL6OhmQvmW3gyo { width:21.8125rem;height:1.75rem;top:54.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS { display:flex;height:auto;width:27.8125rem;top:9.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Hw6qPEGyTwi94JoF9qyl6z3kTR1Jo9GG {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NIRQQfCxwSyiomqwiBim7LO6DnXS7cTz {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UrpnMwvIZRuxCiddeGqThxT9wBQsBS0f {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UPbaZRTJMFrQuaMEi7QXVwwbrCaR7rTE {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Zdt8dh73ctL1H7zsF68HS6OoHmqfN7Zb {  }
 }@media only screen and (max-width: 763px) { #oapnXZmH7rZHO2wJ2COxTbmqsNbr2kAx { top:69.375rem;left:26.3125rem;width:21.4375rem;height:30.288901809725rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZnivmqH1mEXkWnNT9n9ckoilnEKzDO { width:17.4375rem;height:3.375rem;top:95rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEnGiW2iuk5pQ6oI1PbBJ4yrUtu8XST { display:block; }
 }@media only screen and (max-width: 763px) { #Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P { display:block; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { top:3.25rem;left:0rem;width:46.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block; }
 }@media only screen and (max-width: 763px) { #QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { top:0.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { top:2.25rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#05b1f1;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO { background-color:#05b1f1;background-image:url("https://images.assets-landingi.com/uc/bb7d4293-1f1c-4150-b872-e4aa562800a5/MonicaDeWittbg2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.adaptive-delivery-prevent-bg, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyload, #Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO.lazyloading { background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { background-color: transparent; background-image: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { display: none; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .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); }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { border-width: 0; border-radius: 0; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbt2WmMtVNo3XXZnLK1EWNff1TQACZoO > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVJb1iPDcSfkvwNhxm9CzQLRr9p2flU5 { width:18.4375rem;height:8.4rem;top:14.625rem;left:0.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #stqqMNXezIRk1aGFOLKnBZ4CFpcyA41T { width:19.375rem;height:7.7rem;top:24rem;left:0.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Th24nqfvGf8mTIbdNoREfSVTMrXb4NhZ { width:20rem;height:9.625rem;top:53.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #edRvKAiHqlo3FM4R0eLQKKaQt5X7ZEgX { width:20rem;height:4.725rem;top:33.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ci5ueyNzqCW9Oxy3Um8gyDIo7nUQ5l7e { width:20rem;height:5.8125rem;top:64.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D9RGHVbX5fhORm6nTMXtnPs64c6Q32pe { width:20rem;height:5.8125rem;top:71.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sg7E3ziMWZfoNvXRtuTuZxh40fuC4UfT { width:17.1875rem;height:3.4125rem;top:41rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.875rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden;height:3.6875rem; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]:-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]::-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container:first-of-type{padding-top:0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .widget-container:last-of-type{padding-bottom:0;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T  { width:17.5rem;height:auto;top:45.625rem;left:0rem; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Pir2v3trVTBytmasWTt7ShWubtPqaD8T {display:block;}#Pir2v3trVTBytmasWTt7ShWubtPqaD8T { width:17.5rem;height:auto;top:45.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #ETL4BalgVAmFuLXvwdoEHPzkOXPTI0sN {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #mSSggFErGk27J8TWlQuLy0qA0cSidvDP {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #kNF299MUJFQEWEZUZyROhhBgkTetbfGo {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #nyCmKv38RChmQEQAqmbivtOdna5WUGKB {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #T7gOsFCmCkrQJ8TE97C7gflMrovZHqQy {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #Aa4fNFThpQk8vcc1oBOG2CIqQtihBthH {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #LRGw22ueDZmFgKcuUUSQet7SwfLeU5kG {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #tci1MHB3mNQE4toFecBXvMTXumdyUZ15 {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #qDNQT5OKTu1iUxhckcHVvsLRekzHkS0e {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #aXKvqau0g66Q0a7XTwArts2PEg93UHQE {  }
 }@media only screen and (max-width: 763px) { #Pir2v3trVTBytmasWTt7ShWubtPqaD8T #hR2wdnuihuOc5leMpTMwk3tKDVDpozLH {  }
 }@media only screen and (max-width: 763px) { #MM37Po6h67wwB7tUpvTMG3aBNSLQyHfU { width:19.875rem;height:25.0625rem;top:39.6875rem;left:0.0625rem;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;border-top:0.0625rem solid #608e24;border-left:0.0625rem solid #608e24;border-right:0.0625rem solid #608e24;border-bottom:0.0625rem solid #608e24;display:block; }
 }@media only screen and (max-width: 763px) { #B98f5rbK1H5a7ytRuymQzsk1NLloCh7W { top:14.25rem;left:0rem;width:20rem;height:51.25rem;z-index:14998;background-color:#05b1f1;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AfwFw4saohwzsBlyUDR97muBAwNNXnxL { display:block; }#AfwFw4saohwzsBlyUDR97muBAwNNXnxL > .row .container { width:20rem;height:131.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQZXnUU4KKUF1OGq8OCPF9qNTeXrtV9K { width:20rem;height:5.6rem;top:1.0617189407349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xDOUQsB5sH3BbQ23KLoGA04u1aSoxMxz { width:18.625rem;height:12.25rem;top:8.5156221389769rem;left:0.6875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b6UpwcAZyOARDcsgwgDtyScLmEeO9XlP { width:20rem;height:5.6rem;top:24.5546875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yEyzeZaJ9HddJTp6SCletlRVHMWC1MJm { width:17.1875rem;height:19.5rem;top:31.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrITCccfh9dRioaNXTH5E7OZ3I6WBmea { width:17.1875rem;height:25rem;top:52rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoalTliRZCKqVtZ7Pp8xG0JkR4z1Jfeh { width:17.1875rem;height:25rem;top:78.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AotCuWfMFObblJC9cAOTWhG9OfdZM9XX { width:14.375rem;height:1.7875rem;top:33.25rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuGsUSEipXii2pXyPexGRXz2PALHbp5l { width:14.375rem;height:3.575rem;top:53.5rem;left:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiXi2TyHV1N3uKBAHQezVEFu731u0yrz { width:17.0625rem;height:3.575rem;top:79.5625rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZa0xpl8XDBinND0uqm4VnEsgRiTXShT { display:flex;width:2.5rem;height:2.5rem;top:34.9375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #oBu512ydsEvGOBVeMhtDKwHGn3Eyg6G2 { width:14.375rem;height:12.375rem;top:35.625rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQM220p110LXKwOONgTAqllbsFX5Xuva { display:flex;width:2.5rem;height:2.5rem;top:57.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #FxK7sZ4S8DnbflNSpqgGSV2umAT7cKxf { width:14.375rem;height:15.75rem;top:58.375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFa9DLUwDy8svUkaTiMP2t6afTvzGkgH { width:14.375rem;height:15.75rem;top:84.5rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHZGsi5nF35HOskeo9W54PTMXlNc3Zpb { display:flex;width:2.5rem;height:2.5rem;top:83.8125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #hA5PqCc4kV89QKowptQCLZ1284h897wA { width:17.1875rem;height:25rem;top:104.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQikHn2A643TwIXSE5D3uM4VI7ZHB2Vu { display:flex;width:2.5rem;height:2.5rem;top:110.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #eQxIQX1SzmwQTfwuIzoTNcKk0lJZyZ3G { display:flex;width:2.5rem;height:2.5rem;top:39.4375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #p0AiqpfzpIS8oHBJa3gOZm8i6MbQlm1L { display:flex;width:2.5rem;height:2.5rem;top:61.125rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #LFBZzTBo8lZFdX8OZNKqmm0puN8ka5DG { width:15.625rem;height:3.575rem;top:105.8125rem;left:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6LhgQCViFBa4cAwUI0IrHl3c5nTZ4AN { display:flex;width:2.5rem;height:2.5rem;top:114.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #Vah9SIT2T0Z90C2AO4Ghoxl7Run9ML9E { display:flex;width:2.5rem;height:2.5rem;top:87.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #LhTWorHwPtf2Txq9ELtrfSK62UJzsosc { width:14.375rem;height:15.75rem;top:111.4375rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f141M7pkW1NvdTxpU4mBqsBg5leuNvwV { display:flex;width:2.5rem;height:2.5rem;top:42.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #Q2paUHUNr0z1fOfo90E5OWTMfr6e59l0 { display:flex;width:2.5rem;height:2.5rem;top:64.4375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #A4gxcNaaETsbmkwlKtAKCWTvI2EUbzU5 { display:flex;width:2.5rem;height:2.5rem;top:117.6875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #XAix2qFX0PkhUccqDLbup7TteN97Lird { display:flex;width:2.5rem;height:2.5rem;top:90.625rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #nwU5z21sybTur0oZkMv6QZ5PLplZo8fN { display:flex;width:2.5rem;height:2.5rem;top:67.875rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #r7NKgiGqaEB58Deo4IivrNTfN5oUtkMP { display:flex;width:2.5rem;height:2.5rem;top:94rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #mcDHawsa9EgslHvfTVFX7pXh3EiPfw9u { display:flex;width:2.5rem;height:2.5rem;top:121rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #lENI8bzzTU2KUADWQVQypgPVinKEomJz { display:flex;width:2.5rem;height:2.5rem;top:71.25rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ffuveoRTnRNyhqpOqMqfisSrELcge4TM { display:flex;width:2.5rem;height:2.5rem;top:97.375rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #TFdsDKlyzslbIV5gNH829s2PcNDJfTDw { display:flex;width:2.5rem;height:2.5rem;top:124.3125rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz { display:block; }#hTwdfc5AeerSceTwnxmf3eXVMP5d0Bqz > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTKTM9GDu0cudGsfw3gJSNGM8gaHxwns { width:20rem;height:2.3625rem;top:1.25rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QEcFgcBIwumOTz7VPaLQWBWqDWM4IsSn { width:18.125rem;height:49rem;top:24.325768947601rem;left:0.93671876192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLpUG6kDJF9uZOFACbP6KiMsb8zt0uz7 { width:16.625rem;height:16.625rem;top:5.10546875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i601oHJmmn5wWT5rbBdpifp9eSlx6qZg { width:20rem;height:2.3625rem;top:74.980480551719rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #f8FxAzA5GB6fL4IV5LQTDas2R69v0h0c { width:20rem;height:84.5rem;top:0.16796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU3WZ32hcFFFkn1zdrTM38zIdFzDdaWM { width:20rem;height:2.1125rem;top:78.875rem;left:0rem;font-size:1.625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U0CzpuMuGqIKWr95CT0k9zEuXUkUCWhs { width:20rem;height:4.625rem;top:78.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvVDH8Jd9yncXZvbOxct6cEiGJmrTMD1 { width:7.875rem;height:1.3rem;top:80.987498283387rem;left:6.0625000596046rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H { display:block; }#oKHqJwoeDwS1M9P4Bhlo4vs3RxITkJ2H > .row .container { width:20rem;height:153.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BATagMvIz4AFk2ng4ZFUyKvdbsq0ZQVI { width:20rem;height:5.3125rem;top:1.8125rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUyKrVqX7tD5aHS2rhDt946viz60JUTq { width:20rem;height:3.9rem;top:2.4375rem;left:-0.1875rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rSxfFM4459xzFMASiKOhBmlVeSwT6fkv { width:20rem;height:12.6875rem;top:29.75rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ2OPNmRQ0S9yIqflK11h1zWoTGGoN0H { width:4.875rem;height:4.875rem;top:27.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdRRKKvHvxaCbdZwT1mSWzwOStgInXm3 { width:14.8125rem;height:4.9rem;top:35.9375rem;left:2.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q63U4Vr6zWsvQ4dz7Lz4XBnDuEH7T9WV { width:13.5625rem;height:1.4875rem;top:33.875rem;left:3.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlH2k7tGRteA4AJz7MrpqOTw1HRv9Cvu { width:20rem;height:14.9375rem;top:11.1875rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLrpH7Gk4zxrQyUoJWJPuw7no1Cfn9sM { width:4.875rem;height:4.875rem;top:8.5625rem;left:6.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #brVpbP1TqNh7pXunmGtFRMfr6aeXz2Ft { width:15.1875rem;height:9.1875rem;top:16.125rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wcv7pMn1NvMmpc5wzlohTRZ3q165TLqd { width:13.375rem;height:1.4875rem;top:14rem;left:2.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDfQ8JgdRzUF5SCP1tMXQPDtlUZRgTqe { width:20rem;height:16rem;top:46.25rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZNAHpr9vUtDwgINV7wBr9lPHzONrbOx { width:17.5rem;height:8.575rem;top:52.0625rem;left:1.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZgDAdVqDpDGlMyA7eLfr7xA4mhFGdVQ { width:4.875rem;height:4.875rem;top:43.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og39D5OD1koxeTvtUcD7nmhhxsR5yFT3 { width:13.75rem;height:1.4875rem;top:49.75rem;left:2.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T9LBxuoUHmgEQFHTvaMPOwZMlVnPuD1Q { width:20rem;height:13.6875rem;top:66.4375rem;left:-0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwgmUwny4Mx1x4O9wSLHclc1ATGzROZ5 { width:18.5625rem;height:7.35rem;top:71.5625rem;left:0.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3l2rTrTqJyqGp72DdXCJVmn4s7JNSmk { width:4.875rem;height:4.875rem;top:63.6875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF9Jn8LR5BChLGA28NReHtBgtwcD4drS { width:4.875rem;height:1.4875rem;top:69.3125rem;left:7.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xiTtBdPb5MpUnL697mUFTz2TNcKDJCwE { width:20rem;height:2.4rem;top:82.9375rem;left:-0.1875rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15001;font-weight:400;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #pNbMt7E0UzqUqI9kxX2zh2TuTaSkrHQG { width:10rem;height:0.0625rem;top:86.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9SKes3dIxhfCbZ2FlL6OhmQvmW3gyo { width:13.75rem;height:1.8125rem;top:6.2125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-heading-text { font-size:1.25rem;height:auto; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS .accordion-desc-text { font-size:1rem;height:auto; }
#JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS { display:flex;height:auto;width:20rem;top:106.375rem;left:-0.1875rem; }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #wmxCiHEFADU5vS17FPRLb3vfQPxIFU4a {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #iT23kM0H2zuiKMXZOWrhzF6k5nU3Zxbb {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #TVG4nxrfzcvWWUivUlgrp9EqfIgwSoQx {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #bpyTnTnOsL29lq29eqnRDR4eHO5nfGM5 {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lGQ5ccQMCCr1ImEQ5g8lgeBuLKUb3mKV {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #PEt3QKenQPmT7ufC2yyg3HKaTJWS2XKS {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NypG9OX9m8Pdylk9FwQbTTOwG0LpgnNP {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RoQlIiZLITFmUgX0FUMM8UZig5fZ8LeS {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #KGydmZxlX3yGnQXS4a3gM3ftBpXtm7Eb {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uPHgdZy9ibEJlTSOzc2FfFdlHsny92Fn {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #ieAkM5rPqn38r0I2UOBTZPFOgScV6vrp {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #W0PP4ba1DwOa4uFLEPrNct9eGBatddcX {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #CdUuTTZTA8Fq0URmdSdyqUh8RBGdSZAP {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #IWd3ubV72NOlg3c2N74RohB0HLnhJyZx {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #RJQTATnnM9HV0lpUiRuUAQNvbLfoJGEt {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Ihhhoe4L9d4yTNHhSBRio5EhIcmZOoVm {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #lh5G2o0Bv4e6ZbDfO4bdAPhx2H9JRELm {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #uivXyhDrOlMXIM9a9Ek2m0xvQlUiNRAV {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #gzhpBKKFbDCAMBqty3CnCJiZ8nQIq7Mo {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #JWTH3h1aQLlEG6wkAfuzmWTAOX5urLhw {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Hw6qPEGyTwi94JoF9qyl6z3kTR1Jo9GG {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #NIRQQfCxwSyiomqwiBim7LO6DnXS7cTz {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UrpnMwvIZRuxCiddeGqThxT9wBQsBS0f {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #UPbaZRTJMFrQuaMEi7QXVwwbrCaR7rTE {  }
 }@media only screen and (max-width: 763px) { #JCGvZf6cBUcIlGbJTIdFmNEB2w0QFibS #Zdt8dh73ctL1H7zsF68HS6OoHmqfN7Zb {  }
 }@media only screen and (max-width: 763px) { #oapnXZmH7rZHO2wJ2COxTbmqsNbr2kAx { width:12.1875rem;height:17.4375rem;top:87.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpZnivmqH1mEXkWnNT9n9ckoilnEKzDO { width:17.5rem;height:3.4375rem;top:145.98959732056rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpEnGiW2iuk5pQ6oI1PbBJ4yrUtu8XST { display:block; }
 }@media only screen and (max-width: 763px) { #Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P { display:block; }#Jg9lescCfM6kDx65lWlgEgVqMwEGIH6P > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW { display:block; }#TgGcNGDcl5UMKOKGi4RODiBU5O18M3KW > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GWS3trQJBrhJ7VH20NTC3TRZETqLJvRc { top:4.125rem;left:1.375rem;width:17.3125rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyCqyESAGAU4Jc31cELsVXhyD2HzDg7T { display:block; }
 }@media only screen and (max-width: 763px) { #QPo6Atm2UaTBlwwVwKfvzJcEK4k2bfoC { width:20rem;height:0.975rem;top:0.875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0yUo9X0mhWNGWtpSfTzS2RF4w9ki5eW { width:20rem;height:1.95rem;top:2.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }