.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:250,210,233;--color-primary-1:255,191,204;--color-primary-2:230,31,147;--color-primary-3:138,19,88;--color-primary-4:46,6,29;--color-secondary-0:245,253,227;--color-secondary-1:221,249,163;--color-secondary-2:187,243,70;--color-secondary-3:94,122,35;--color-secondary-4:28,36,11;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWtib4x64z987srRDlxMqNpl9sZwaGaM { position:relative;display:none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM { border-width: 0; border-radius: 0; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6749ff9-d099-455e-908e-99a817e43538/Nisha_Sapkota_bg.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.8125rem;left:2.1875rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { position:absolute;display:block;z-index:14999;background-color:#1fb2aa;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:14.75rem;top:0.6875rem;left:2.3125rem;display:block; }
#VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.9416670203209rem;left:1.53125rem;height:6.25rem;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;text-align:center;text-align-last:center;display:block; }
#g7yLU447lTWcQ6OAZELLabK53dTEnN9W { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.843750894069rem;left:2.90625rem;height:4.875rem;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;text-align:center;text-align-last:center;display:block; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-form-header {  }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:21.1875rem;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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #1fb2aa;border-left:0rem solid #1fb2aa;border-right:0rem solid #1fb2aa;border-bottom:0.125rem solid #1fb2aa;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:21.1875rem;box-sizing:border-box;height:3.5625rem;color:#000000;font-size:1.25rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0rem solid #1fb2aa;border-left:0rem solid #1fb2aa;border-right:0rem solid #1fb2aa;border-bottom:0.125rem solid #1fb2aa;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:21.1875rem;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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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:21.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#1fb2aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:21.1875rem;height:3.5625rem;font-family:lato;overflow:hidden;font-style:normal;box-shadow: none;line-height:1.4; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]:-moz-placeholder { color:#42464d;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]::-moz-placeholder { color:#42464d;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]:-ms-input-placeholder { color:#42464d;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]::-webkit-input-placeholder { color:#42464d;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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:#ffffff;vertical-align:top;width:19.9375rem;overflow:hidden;font-style:normal;float:none; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container:first-of-type{padding-top:0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container:last-of-type{padding-bottom:0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;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:17.312499940396rem;left:2.3125rem; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.1875rem;display:block;vertical-align:top; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh {display:block;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15014;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:17.312499940396rem;left:2.3125rem; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #pMsUH2fzvcQO9ftgDqN5yN879Q4ELwfp { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #A80vZwK8H5CPesmkUEfTWLFMWF8yo6a9 { position:relative;display:none; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #zFevvxAFB9GLcpfAMTHuccxLB6L6sTZR { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EmQXmg4r9UZZpkcFQ7IG0kXlwm6OlIXf { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #u4CkCCPAsEnKAux6QhxsQ6ozy8ATgXf0 { position:relative;display:none; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #BuTorrFknuQugPCzhI7BzxLbBhT24Raq { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EbiORuUTOIqMO8T6q1bot4BkcsZ5rHtp { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #J2tWf6lXTrzVQQxnxhLI9PpfOcBNPNKA { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #hTepNh8SVnznmd097QtcTXVd9RR6eCLU { position:relative; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #kn9sDzTUg8I1xP0QbhHZ7X3HExzecX4V { position:relative;z-index:2; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #JvNMNvIac1hk6uraV5Bd6pmznNZ25VpQ { position:relative; }
#UKqOJtTh77VHKEz5pcVVmTKrena0BnMT { box-sizing:content-box;height:33.8125rem;width:27.3125rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.25);background-image:none;top:4.0000004172325rem;left:0.43958282470703rem;display:block; }
#s13bvNmpU9JOcql2Qa2NFThBsCHFN1RP { box-sizing:content-box;height:17.4375rem;width:24.625rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.125001847744rem;left:2.1875rem;display:block; }
#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container { background-color: transparent; background-image: none; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container > .video-iframe-container { display: none; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row > .video-iframe-container { display: none; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .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); }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container { border-width: 0; border-radius: 0; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container { font-size:0.875rem;font-family:arial;height:59.4375rem;width:75rem;position:relative;display:block; }#yiDP7Al5Si8WdPotRKCWRx94fTub3Wm8 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:21.1875rem;top:2.875rem;left:6.625rem;overflow:hidden;display:block; }
#mGVSrfAqcJE4tW4ZQJf0e13S88futlce { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:30.5625rem;left:9.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QqkKW2TVyLE1oa248E3AVE2cDTBXL3aO { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:33rem;left:9.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hpTPiih7McIgRr5sA4Sh48kEuCwrWa7T { color:rgba(var(--color-tertiary-4),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.875rem;left:32.625rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FhqlOWqozoXN4JIIa3cis7VpUXVhvI4f { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:6.125rem;left:32.625001907349rem;height:50.4rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz { 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; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container { background-color: transparent; background-image: none; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container > .video-iframe-container { display: none; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row > .video-iframe-container { display: none; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .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); }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container { border-width: 0; border-radius: 0; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#rynINSelL7UAezK6cZcOiccaWD1yG2FC { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.8242189884186rem;left:13.9375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M2quJno5kncXWIsfKThdkzHx3RcOa9lN { 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; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container { background-color: transparent; background-image: none; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container > .video-iframe-container { display: none; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row > .video-iframe-container { display: none; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .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); }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container { border-width: 0; border-radius: 0; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:28.125rem;height:1.95rem;text-align:center;text-align-last:center;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; }
#WHXNiqPCvKRnHNviy3CrdxwvH8K4xCgp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:9.25rem;left:28.125rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MVuuTiQOyS038qd392XxEGQBvmFI9RKv { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.6875rem;left:53.125rem;height:1.95016875rem;text-align:center;text-align-last:center;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; }
#XPSMSdNv0WH7DrlTG7tUVJo4FIQvuplT { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:9.25rem;left:53.125rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.5rem;height:1.95016875rem;text-align:center;text-align-last:center;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; }
#eSmKFpItS6Lt57bXPfrmFqenXA9iGlTD { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:9.25rem;left:3.625rem;height:4.5rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uP9IIoJawirAddqyaLpNTnzepHrLqvdB { box-sizing:content-box;color:#1fb2aa;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:3.2708320617676rem;left:10.75rem;display:block; }
#DMErM3IfNzdxrRvpTR3s59MLLdikqCQf { box-sizing:content-box;color:#1fb2aa;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:3.2382802963257rem;left:35.75rem;display:block; }
#y48Jq3sHLSZ72kmVyh671p0pSWi0GHpw { box-sizing:content-box;color:#1fb2aa;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:3.2382802963257rem;left:60.75rem;display:block; }
#SMu0SpTFyyFINOlwOTHHSemxcGHOg19k { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.4661455154419rem;left:2.5rem;height:;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:none; }
#seTS8EuOeNgaQAP4HFQCppgahILvd4ls { position:absolute;display:block;z-index:15008;background-color:rgba(108,109,108,0.8);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:0.0625rem;top:3.0625023841858rem;left:25.000001907349rem;display:block; }
#thb9pMUSdSFTkk1yn3cVaS5zIFBZ2tZf { position:absolute;display:block;z-index:15009;background-color:rgba(108,109,108,0.8);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:0.0625rem;top:3.0625023841858rem;left:50.000001907349rem;display:block; }
#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { 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; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { background-color: transparent; background-image: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container { display: none; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .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); }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { border-width: 0; border-radius: 0; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:75rem;position:relative;display:block; }#zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8710956573486rem;left:7.5rem;height:3.4125rem;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;text-align:center;text-align-last:center;display:block; }
#chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { position:absolute;display:block;z-index:15012;background-color:#1fb2aa;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:18.75rem;top:7.4062557220456rem;left:28.125rem;display:block; }
#OTzztCObPithwIwtCkTnTlRuBqrfTJim { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:19.4375rem;top:1.9778633117676rem;left:17.25rem;display:none; }
#qLI7ekAoFaL2Ha3d8lcPTMT6Trhvki9A { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.5rem;top:2.6875rem;left:11.25rem;display:none; }
#EdbnhCSGzrS16ONnc1SBeIefWiA04B4H { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;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:0.1875rem;width:9.375rem;top:28.437501192093rem;left:11.75rem;display:none; }
#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbfcc;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; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container { background-color: transparent; background-image: none; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container > .video-iframe-container { display: none; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row > .video-iframe-container { display: none; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .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); }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container { border-width: 0; border-radius: 0; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#KKdFDLWOIe4XtwNba2ohkVcOvvW6Dqtd { position:absolute;display:block;z-index:15055;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.25rem;width:9.25rem;top:2.1875rem;left:9.9375rem;overflow:hidden;display:block; }
#nWXim8deu0g7JIFAd5sqnXp72OR9AuI2 { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:18.875rem;width:27.625rem;top:2.8125038146973rem;left:7.4375rem;display:block; }
#v8MKKS9USSw4kOasoCg1ixhsTx3N0K7l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.0625rem;left:21.187501907349rem;height:13.65rem;display:block; }
#hyMP5XPFNXBPVHBo216Vzriilu4qUTC8 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:12.187515258789rem;left:8.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#sLkWObZVRm7HrotO2hPn4WQpulP3I52F { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:18.875rem;width:27.625rem;top:2.8125038146973rem;left:39.937501907349rem;display:block; }
#k8l9NQqN16r7hStT8OziPf1Iy696uS9E { position:absolute;display:block;z-index:15042;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.375rem;width:9.375rem;top:2.1875038146973rem;left:42.437501907349rem;overflow:hidden;display:block; }
#JNr7fX59wT6Q2zd7n0TfOvUrBeR0Avk7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:4.0625rem;left:53.749525070191rem;height:9.1rem;display:block; }
#vrLwQTgpCzoBt1U7iXfPiJLeLn81dMuU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:12.312515258789rem;left:41.1875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wFWp0shKavzK3OMdlapFM686Q24w49PR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbfcc;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; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container { background-color: transparent; background-image: none; }#wFWp0shKavzK3OMdlapFM686Q24w49PR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container > .video-iframe-container { display: none; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row > .video-iframe-container { display: none; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .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); }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container { border-width: 0; border-radius: 0; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#s2blezamVa6DRKQc5HMM6GMsXPqQz705 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:18.875rem;width:27.625rem;top:1.125rem;left:39.875001907349rem;display:block; }
#ImV5b0c100fAJuyJnb3dCTZmLodtn9TM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:2.25rem;left:53.749525070191rem;height:11.375rem;display:block; }
#zGq4KhrTsrHvHdnhlR5mtLn5SdTFwal0 { position:absolute;display:block;z-index:15041;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.375rem;width:9.375rem;top:0.75rem;left:42.500001907349rem;overflow:hidden;display:block; }
#iO71HaBrqwlhwxrQNkJpdm2yEFoNDzlH { color:rgba(var(--color-tertiary-4),1);display:block;width:4.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.6875rem;left:44.999525070191rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ALH74T9yiTldOC5ARAZqOQuAlEG8prxJ { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:18.875rem;width:27.625rem;top:1.0625rem;left:7.5rem;display:block; }
#HpKxmsC4wOZsA9q2bSiF9EIzh5Mftx6e { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.3125rem;left:21.750001907349rem;height:12.5125rem;display:block; }
#DRmET18E2oW3I7yOcSTHtoTs6hXzMVep { position:absolute;display:block;z-index:15051;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.25rem;width:9.25rem;top:0.5625rem;left:10rem;overflow:hidden;display:block; }
#VWA6Ln8okk6Iq5RU0RDG1TEz359GGkec { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:10.6875rem;left:12.187501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbfcc;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; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container { background-color: transparent; background-image: none; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container > .video-iframe-container { display: none; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row > .video-iframe-container { display: none; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .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); }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container { border-width: 0; border-radius: 0; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#sZG5lqIKMC2B1vwJRVO4BqhgTfz1EzT4 { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.125rem;left:39.875001907349rem;display:block; }
#BETCOfk3Lbd3B5x3Uy9p9AcxyWhSuI6l { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:2.8249912261963rem;left:53.623962402344rem;height:17.85rem;display:block; }
#UzRap1mHNbvJPypfWDpPoGGfBPA8S636 { position:absolute;display:block;z-index:15041;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.375rem;width:9.375rem;top:0.75rem;left:42.500001907349rem;overflow:hidden;display:block; }
#wIlEOQHFwg65e01PDKVBfuy4bWIv7ssk { color:rgba(var(--color-tertiary-4),1);display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.75rem;left:44.123962402344rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#bnuVuliz3Jw62gLbgrOpJ5Hoo11vJWMw { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.0625rem;left:7.5rem;display:block; }
#qcx48wTyMuZn1P6JwFfnPFLXuFnP3XPG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3rem;left:21.250001907349rem;height:10.2375rem;display:block; }
#d2SlQCbwaXBhFnkrh6PSql1FmuSptqin { position:absolute;display:block;z-index:15059;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.25rem;width:9.25rem;top:0.75rem;left:10rem;overflow:hidden;display:block; }
#QWEswVim3swucxQ2iS0ApIATzB8MnIOT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:10.75rem;left:12.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbfcc;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; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container { background-color: transparent; background-image: none; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container > .video-iframe-container { display: none; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row > .video-iframe-container { display: none; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .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); }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container { border-width: 0; border-radius: 0; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#kGqWaOzMsSrCKA13JlGLm2rupZWTb6kM { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.375rem;left:39.875001907349rem;display:block; }
#T3DcpfXOhvz9otC1fhGiachB69fxmdEd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:2.9375rem;left:53.749525070191rem;height:13.65rem;display:block; }
#dDbK0wddIiLVWvdHsUVJvMALGenSH8Do { position:absolute;display:block;z-index:15041;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.375rem;width:9.375rem;top:1rem;left:42.500001907349rem;overflow:hidden;display:block; }
#CGBh7wfbUrVm5CKNITZiM8Mw0kH9Hdw5 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11rem;left:43.748962402344rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#FUP7sNgUEkLaEfSwqEZvXgH0nszQIKlA { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.3125rem;left:7.5rem;display:block; }
#rBds63OaRvyCEICt1OuxhtEwI0f31Jzy { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:2.875rem;left:21.250001907349rem;height:15.925rem;display:block; }
#CMtOTcmu9qAUM00xOsBXZ8s6TSczAngC { position:absolute;display:block;z-index:15059;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.25rem;width:9.25rem;top:1rem;left:10rem;overflow:hidden;display:block; }
#cmBWAomoNuycBV2ehJdG97Ov6bvGn8db { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:11rem;left:10.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbfcc;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; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container { background-color: transparent; background-image: none; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container > .video-iframe-container { display: none; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row > .video-iframe-container { display: none; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .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); }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container { border-width: 0; border-radius: 0; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#TK74BbvTrmiu0yya5fUccQm0e1JSOGQB { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.625rem;left:39.875001907349rem;display:block; }
#zWqQG7hspf9yKC5WSZ66uN14xFFb6ugw { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.2;letter-spacing:0;top:3.375rem;left:53.749525070191rem;height:13.65rem;display:block; }
#Qk1popuERJhWk8sydTyXo6dwxMfFEAWA { position:absolute;display:block;z-index:15041;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.375rem;width:9.375rem;top:1.25rem;left:42.500001907349rem;overflow:hidden;display:block; }
#XRCsUwQqdsVvl8hkDXv3F7xcqRoOTEUV { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:11.186462402344rem;left:43.748962402344rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#KxsD6FzIGhkZT7xH5GuRXoXrlKAcolRL { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.6875rem 1.25rem 2.5rem rgba(49,60,88,0.07) ;height:21.3125rem;width:27.625rem;top:1.5625rem;left:7.5rem;display:block; }
#TAV1yxpga8oTgZraTSe5KK2Ll7VBWqXO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15050;line-height:1.3;letter-spacing:0;top:3.375rem;left:21.250001907349rem;height:18.2rem;display:block; }
#OkCNTxsv53HDllLqKmd1KSeJpXVfwzyf { position:absolute;display:block;z-index:15059;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: 0.4375rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.35) ;height:9.25rem;width:9.25rem;top:1.25rem;left:10rem;overflow:hidden;display:block; }
#lTvpndFZD5M7eGfNweUoDI4PU3aCTsnD { color:rgba(var(--color-tertiary-4),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:11.248962402344rem;left:10.4375rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(31,178,170,0.6);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; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { background-color: transparent; background-image: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .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); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { border-width: 0; border-radius: 0; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { color:rgba(var(--color-tertiary-4),1);display:block;width:47.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.2968759536743rem;left:14.625rem;height:;text-align:center;text-align-last:center;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; }
#qI74GrBpmP9qQ5G1gq5ATarXPCVi9rWg { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.8125rem;top:1.375rem;left:7.5rem;display:none; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-form-header {  }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-regular-label { display:block;width:14.3125rem;height:auto;font-size:0.875rem;font-family:var(--paragraphs-font-family);line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;overflow:hidden;font-weight:400;font-style:normal;vertical-align:top; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #1fb2aa;border-left:0.0625rem solid #1fb2aa;border-right:0.0625rem solid #1fb2aa;border-bottom:0.0625rem solid #1fb2aa;height:3.125rem;width:14.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid #1fb2aa;border-left:0.0625rem solid #1fb2aa;border-right:0.0625rem solid #1fb2aa;border-bottom:0.0625rem solid #1fb2aa;height:2.9375rem;width:14.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#42464d;line-height:1;box-sizing:border-box;font-family:raleway;font-weight:400;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.125rem;width:14.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#f2f9ff;background-image:none;overflow:hidden; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:12.5rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:lato;font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#1fb2aa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#42464d; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#42464d; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#42464d; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:#42464d; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:41.625rem;height:auto;font-size:0.75rem;font-family:var(--paragraphs-font-family);line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#282a2d; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.46875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-container:first-of-type{padding-top:0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-container:last-of-type{padding-bottom:0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:43rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:15.750001907349rem;top:8.0625rem;z-index:15005;position:absolute; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .radio-container { width:14.9375rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:43rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:15.750001907349rem;top:8.0625rem;z-index:15005;position:absolute; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #o0KttWSqAKyasyik0VME2JintuQvBkeO { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #er9WdwMHxP4kgT4ORp5kaVhwcfxLRFQO { position:relative;display:block; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #lBNNuxATNZiXdTyBDnM77fawHiOhcc74 { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kbd1IJRTiDfmt9M8y8pzqs70LrJwuHC2 { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #MzZwU1fkHX7mWScBOJT3mmkvAgqX04Ag { position:relative;display:block; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #Q6lRRTiKLoE22DgrFRARkTTykyAxDBFX { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #TawlhWoab9EBnwDPB6d6QMZZwkbEaVOJ { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #a41hbJe1d1V64eceifX7MOTeLF0TcXEc { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kDNTos4uwJdwCQB37GITUaKKz1ohqTil { position:relative; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #FZ8thRCTaeu0J4uvOlo4g9cJviaFyxbF { position:relative;z-index:2; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #NnSQXsZJyvbGDP2C6lTB2sk4zEJm0bnI { position:relative; }
#x1n7wD5OPTmoVNLJGIeh2wUTvvGeKt74 { box-sizing:content-box;height:7.3125rem;width:44.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.8058719635013rem;left:16.468751907349rem;display:block; }
#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp { 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; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container { background-color: transparent; background-image: none; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container > .video-iframe-container { display: none; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row > .video-iframe-container { display: none; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .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); }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container { border-width: 0; border-radius: 0; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:block; }#qCB8KS2mxHvVizP1332QM7JVKhOwiBMP { z-index:15001;top:5.7695388793945rem;left:28.375rem;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:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CRUVEaAKONqxfzS5bnFPpg5SqV7rI6vH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOTqUV3vUBkmX90Zo59rnGS8MebwB71E { color:#020202;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:1.3007888793945rem;left:7.5rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#v6mx1v6mZfOtRwvoaOtADTdgJUhtFGTy { color:#020202;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.5703201293945rem;left:7.5rem;height:1.1375rem;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) { #WWtib4x64z987srRDlxMqNpl9sZwaGaM { display:none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { width:14.875rem;height:1.9375rem;top:0.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { width:14.75rem;height:2.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:25.125rem;height:6.25rem;top:4.9375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:22.625rem;height:4.875rem;top:11.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-regular-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-text { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-textarea { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-select { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-button { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-checkbox-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh  { width:21.1875rem;height:16.5625rem;top:17.25rem;left:0rem; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .radio-container { width:21.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh {display:block;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh { width:21.1875rem;height:16.5625rem;top:17.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #pMsUH2fzvcQO9ftgDqN5yN879Q4ELwfp {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #A80vZwK8H5CPesmkUEfTWLFMWF8yo6a9 {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #zFevvxAFB9GLcpfAMTHuccxLB6L6sTZR {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EmQXmg4r9UZZpkcFQ7IG0kXlwm6OlIXf {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #u4CkCCPAsEnKAux6QhxsQ6ozy8ATgXf0 {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #BuTorrFknuQugPCzhI7BzxLbBhT24Raq {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EbiORuUTOIqMO8T6q1bot4BkcsZ5rHtp {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #J2tWf6lXTrzVQQxnxhLI9PpfOcBNPNKA {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #hTepNh8SVnznmd097QtcTXVd9RR6eCLU {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #kn9sDzTUg8I1xP0QbhHZ7X3HExzecX4V {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #JvNMNvIac1hk6uraV5Bd6pmznNZ25VpQ {  }
 }@media only screen and (max-width: 763px) { #UKqOJtTh77VHKEz5pcVVmTKrena0BnMT { top:4rem;left:0rem;width:27.3125rem;height:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s13bvNmpU9JOcql2Qa2NFThBsCHFN1RP { top:18.125rem;left:0rem;width:24.625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T { display:block; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiDP7Al5Si8WdPotRKCWRx94fTub3Wm8 { top:2.875rem;left:0rem;width:21.1875rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGVSrfAqcJE4tW4ZQJf0e13S88futlce { width:15.125rem;height:2.4375rem;top:30.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqkKW2TVyLE1oa248E3AVE2cDTBXL3aO { width:15.125rem;height:1.625rem;top:33rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpTPiih7McIgRr5sA4Sh48kEuCwrWa7T { width:28.75rem;height:1.9375rem;top:2.875rem;left:19rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhqlOWqozoXN4JIIa3cis7VpUXVhvI4f { width:37.4375rem;height:50.375rem;top:6.125rem;left:10.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz { display:block; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rynINSelL7UAezK6cZcOiccaWD1yG2FC { width:47.0625rem;height:2.875rem;top:3.8125rem;left:0.3125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2quJno5kncXWIsfKThdkzHx3RcOa9lN { display:block; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { width:18.75rem;height:1.9375rem;top:6.6875rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHXNiqPCvKRnHNviy3CrdxwvH8K4xCgp { width:18.75rem;height:4.5rem;top:9.25rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuuTiQOyS038qd392XxEGQBvmFI9RKv { width:18.75rem;height:1.9375rem;top:6.6875rem;left:28.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPSMSdNv0WH7DrlTG7tUVJo4FIQvuplT { width:18.75rem;height:4.5rem;top:9.25rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { width:20rem;height:1.9375rem;top:6.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSmKFpItS6Lt57bXPfrmFqenXA9iGlTD { width:17.75rem;height:4.5rem;top:9.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9IIoJawirAddqyaLpNTnzepHrLqvdB { top:3.25rem;left:6.1875rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMErM3IfNzdxrRvpTR3s59MLLdikqCQf { top:3.1875rem;left:22.0625rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y48Jq3sHLSZ72kmVyh671p0pSWi0GHpw { top:3.1875rem;left:37.9375rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMu0SpTFyyFINOlwOTHHSemxcGHOg19k { width:20rem;height:;top:6.4375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #seTS8EuOeNgaQAP4HFQCppgahILvd4ls { width:0.0625rem;height:10.625rem;top:3.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thb9pMUSdSFTkk1yn3cVaS5zIFBZ2tZf { width:0.0625rem;height:10.625rem;top:3.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:47.75rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:18.75rem;height:0.3125rem;top:7.375rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTzztCObPithwIwtCkTnTlRuBqrfTJim { top:1.9375rem;left:3.625rem;width:19.4375rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qLI7ekAoFaL2Ha3d8lcPTMT6Trhvki9A { top:2.6875rem;left:0rem;width:12.5rem;height:4.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdbnhCSGzrS16ONnc1SBeIefWiA04B4H { width:9.375rem;height:0.1875rem;top:28.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V { display:block; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdFDLWOIe4XtwNba2ohkVcOvvW6Dqtd { top:2.1875rem;left:3.125rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWXim8deu0g7JIFAd5sqnXp72OR9AuI2 { width:27.625rem;height:18.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8MKKS9USSw4kOasoCg1ixhsTx3N0K7l { top:4.0625rem;left:11.9375rem;width:12.5625rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyMP5XPFNXBPVHBo216Vzriilu4qUTC8 { top:12.1875rem;left:1.75rem;width:12.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLkWObZVRm7HrotO2hPn4WQpulP3I52F { width:27.625rem;height:18.875rem;top:2.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8l9NQqN16r7hStT8OziPf1Iy696uS9E { top:2.1875rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNr7fX59wT6Q2zd7n0TfOvUrBeR0Avk7 { top:4.0625rem;left:33.312025070191rem;width:12.4375rem;height:9.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrLwQTgpCzoBt1U7iXfPiJLeLn81dMuU { top:12.3125rem;left:23.875rem;width:11.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWp0shKavzK3OMdlapFM686Q24w49PR { display:block; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2blezamVa6DRKQc5HMM6GMsXPqQz705 { width:27.625rem;height:18.875rem;top:1.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImV5b0c100fAJuyJnb3dCTZmLodtn9TM { top:2.25rem;left:33.312025070191rem;width:12.4375rem;height:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGq4KhrTsrHvHdnhlR5mtLn5SdTFwal0 { top:0.75rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO71HaBrqwlhwxrQNkJpdm2yEFoNDzlH { top:10.6875rem;left:24.562025070191rem;width:4.8125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH74T9yiTldOC5ARAZqOQuAlEG8prxJ { width:27.625rem;height:18.875rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpKxmsC4wOZsA9q2bSiF9EIzh5Mftx6e { top:2.3125rem;left:11.9375rem;width:11.9375rem;height:12.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRmET18E2oW3I7yOcSTHtoTs6hXzMVep { top:0.5625rem;left:3.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA6Ln8okk6Iq5RU0RDG1TEz359GGkec { top:10.6875rem;left:5.3750019073486rem;width:5.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvdZRFEwdpBMXA3ALdCEB960dVVW63U { display:block; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZG5lqIKMC2B1vwJRVO4BqhgTfz1EzT4 { width:27.625rem;height:21.3125rem;top:1.125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BETCOfk3Lbd3B5x3Uy9p9AcxyWhSuI6l { top:2.8125rem;left:33.186462402344rem;width:12.5rem;height:17.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzRap1mHNbvJPypfWDpPoGGfBPA8S636 { top:0.75rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIlEOQHFwg65e01PDKVBfuy4bWIv7ssk { top:10.75rem;left:23.875rem;width:5.875rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnuVuliz3Jw62gLbgrOpJ5Hoo11vJWMw { width:27.625rem;height:21.3125rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcx48wTyMuZn1P6JwFfnPFLXuFnP3XPG { top:3rem;left:12.75rem;width:12.5rem;height:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2SlQCbwaXBhFnkrh6PSql1FmuSptqin { top:0.75rem;left:3.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWEswVim3swucxQ2iS0ApIATzB8MnIOT { top:10.75rem;left:5.6875rem;width:5.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU { display:block; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGqWaOzMsSrCKA13JlGLm2rupZWTb6kM { width:27.625rem;height:21.3125rem;top:1.375rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3DcpfXOhvz9otC1fhGiachB69fxmdEd { top:2.9375rem;left:33.311462402344rem;width:12.4375rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbK0wddIiLVWvdHsUVJvMALGenSH8Do { top:1rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGBh7wfbUrVm5CKNITZiM8Mw0kH9Hdw5 { top:11rem;left:23.875rem;width:7.5rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUP7sNgUEkLaEfSwqEZvXgH0nszQIKlA { width:27.625rem;height:21.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBds63OaRvyCEICt1OuxhtEwI0f31Jzy { top:2.875rem;left:11.375rem;width:12.5rem;height:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMtOTcmu9qAUM00xOsBXZ8s6TSczAngC { top:1rem;left:3.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmBWAomoNuycBV2ehJdG97Ov6bvGn8db { top:11rem;left:3.6875rem;width:8.4375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl { display:block; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK74BbvTrmiu0yya5fUccQm0e1JSOGQB { width:27.625rem;height:21.3125rem;top:1.625rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWqQG7hspf9yKC5WSZ66uN14xFFb6ugw { top:3.375rem;left:33.311462402344rem;width:12.5625rem;height:13.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1popuERJhWk8sydTyXo6dwxMfFEAWA { top:1.25rem;left:23.875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRCsUwQqdsVvl8hkDXv3F7xcqRoOTEUV { top:11.125rem;left:23.875rem;width:7.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxsD6FzIGhkZT7xH5GuRXoXrlKAcolRL { width:27.625rem;height:21.3125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAV1yxpga8oTgZraTSe5KK2Ll7VBWqXO { top:3.375rem;left:11.25rem;width:12.625rem;height:18.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkCNTxsv53HDllLqKmd1KSeJpXVfwzyf { top:1.25rem;left:3.1875rem;width:9.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvpndFZD5M7eGfNweUoDI4PU3aCTsnD { top:11.1875rem;left:3.625rem;width:8.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { display:block; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { width:47.75rem;height:5.8125rem;top:2.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI74GrBpmP9qQ5G1gq5ATarXPCVi9rWg { top:1.375rem;left:0rem;width:20rem;height:8.8125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-regular-label { width:14.3125rem;height:auto;display:block; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text { width:14.3125rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-textarea { width:14.3125rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select { width:14.3125rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-checkbox-label { width:41.6875rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-radio-label { width:6.46875rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK  { width:43rem;height:auto;top:34.25rem;left:2.25rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .radio-container { width:14.9375rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK {display:inline-block;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK { width:43rem;height:auto;top:34.25rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #o0KttWSqAKyasyik0VME2JintuQvBkeO {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #er9WdwMHxP4kgT4ORp5kaVhwcfxLRFQO { display:block; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #lBNNuxATNZiXdTyBDnM77fawHiOhcc74 {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kbd1IJRTiDfmt9M8y8pzqs70LrJwuHC2 {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #MzZwU1fkHX7mWScBOJT3mmkvAgqX04Ag { display:block; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #Q6lRRTiKLoE22DgrFRARkTTykyAxDBFX {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #TawlhWoab9EBnwDPB6d6QMZZwkbEaVOJ {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #a41hbJe1d1V64eceifX7MOTeLF0TcXEc {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kDNTos4uwJdwCQB37GITUaKKz1ohqTil {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #FZ8thRCTaeu0J4uvOlo4g9cJviaFyxbF {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #NnSQXsZJyvbGDP2C6lTB2sk4zEJm0bnI {  }
 }@media only screen and (max-width: 763px) { #x1n7wD5OPTmoVNLJGIeh2wUTvvGeKt74 { top:8.75rem;left:2.8437519073486rem;width:44.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp { display:block; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCB8KS2mxHvVizP1332QM7JVKhOwiBMP { top:5.75rem;left:14.75rem;width:18.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRUVEaAKONqxfzS5bnFPpg5SqV7rI6vH { display:block; }
 }@media only screen and (max-width: 763px) { #oOTqUV3vUBkmX90Zo59rnGS8MebwB71E { top:1.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6mx1v6mZfOtRwvoaOtADTdgJUhtFGTy { top:4.5625rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WWtib4x64z987srRDlxMqNpl9sZwaGaM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e6749ff9-d099-455e-908e-99a817e43538/Nisha_Sapkota_bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM.adaptive-delivery-prevent-bg, #WWtib4x64z987srRDlxMqNpl9sZwaGaM.lazyload, #WWtib4x64z987srRDlxMqNpl9sZwaGaM.lazyloading { background-image: none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container { background-color: transparent; background-image: none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container > .video-iframe-container { display: none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row > .video-iframe-container { display: none; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .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); }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container { border-width: 0; border-radius: 0; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWtib4x64z987srRDlxMqNpl9sZwaGaM > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:none;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM1h7uSe2d7eE5DuF1lvGUGwRypVHl0V { width:15.625rem;height:1.7875rem;top:2.9375rem;left:2.1875rem;text-align:center;text-align-last:center;color:#ffffff;font-weight:700;font-style:normal;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnyyfCZrvbQLOsJHObDC3TJGmpBngs9N { width:16.75rem;height:2.875rem;top:2.3125rem;left:1.625rem;background-color:#1fb2aa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #VMQfWmTevMT9eqiyTpK2kkloTXhdzNzb { width:17.1875rem;height:8.0625rem;top:7rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:2.6875rem;color:#100c0c;display:block; }
 }@media only screen and (max-width: 763px) { #g7yLU447lTWcQ6OAZELLabK53dTEnN9W { width:16.5rem;height:3.575rem;top:15.8134765625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.375rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-text {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-input-select {padding-top: 0; padding-bottom: 0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .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; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]:-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]::-moz-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]:-ms-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh [class*="-text"]::-webkit-input-placeholder { font-size:1.125rem;text-align:center;text-align-last:center; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;line-height:1.3;color:#000000; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container:first-of-type{padding-top:0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .widget-container:last-of-type{padding-bottom:0;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh  { width:17.5rem;height:auto;top:18.8125rem;left:0rem; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh {display:block;}#T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh { width:17.5rem;height:auto;top:18.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #pMsUH2fzvcQO9ftgDqN5yN879Q4ELwfp {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #A80vZwK8H5CPesmkUEfTWLFMWF8yo6a9 {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #zFevvxAFB9GLcpfAMTHuccxLB6L6sTZR {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EmQXmg4r9UZZpkcFQ7IG0kXlwm6OlIXf {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #u4CkCCPAsEnKAux6QhxsQ6ozy8ATgXf0 {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #BuTorrFknuQugPCzhI7BzxLbBhT24Raq {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #EbiORuUTOIqMO8T6q1bot4BkcsZ5rHtp {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #J2tWf6lXTrzVQQxnxhLI9PpfOcBNPNKA {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #hTepNh8SVnznmd097QtcTXVd9RR6eCLU {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #kn9sDzTUg8I1xP0QbhHZ7X3HExzecX4V {  }
 }@media only screen and (max-width: 763px) { #T9CJIWxZA1nhM9C7Zsfb9JTHD9OqGwQh #JvNMNvIac1hk6uraV5Bd6pmznNZ25VpQ {  }
 }@media only screen and (max-width: 763px) { #UKqOJtTh77VHKEz5pcVVmTKrena0BnMT { width:20rem;height:33.8125rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #s13bvNmpU9JOcql2Qa2NFThBsCHFN1RP { width:20rem;height:17.4375rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T { display:block; }#CLJBZdV4mFRshbHTVoCyNkrPs8T4k34T > .row .container { width:20rem;height:100rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yiDP7Al5Si8WdPotRKCWRx94fTub3Wm8 { width:16.5rem;height:21.1875rem;top:0.5625rem;left:1.7495266795158rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGVSrfAqcJE4tW4ZQJf0e13S88futlce { width:15.125rem;height:1.95rem;top:22.3125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #QqkKW2TVyLE1oa248E3AVE2cDTBXL3aO { width:15.125rem;height:1.21875rem;top:24.3125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #hpTPiih7McIgRr5sA4Sh48kEuCwrWa7T { width:14.875rem;height:3.9rem;top:27.1875rem;left:2.5625001788139rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #FhqlOWqozoXN4JIIa3cis7VpUXVhvI4f { width:20rem;height:67.5rem;top:31.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz { display:none; }#rxXmQSVbNPap8yBwJI56GO5rEmmqx2Mz > .row .container { width:20rem;height:6.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rynINSelL7UAezK6cZcOiccaWD1yG2FC { width:20rem;height:auto;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#020202;display:none; }
 }@media only screen and (max-width: 763px) { #M2quJno5kncXWIsfKThdkzHx3RcOa9lN { display:block; }#M2quJno5kncXWIsfKThdkzHx3RcOa9lN > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ao7hlbpOydk1h450IXUVkpQJMzMINqbG { width:20rem;height:1.95rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHXNiqPCvKRnHNviy3CrdxwvH8K4xCgp { width:18.75rem;height:4.5rem;top:29.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVuuTiQOyS038qd392XxEGQBvmFI9RKv { width:20rem;height:1.95rem;top:39.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XPSMSdNv0WH7DrlTG7tUVJo4FIQvuplT { width:18.75rem;height:4.5rem;top:42.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9OIUpfwrhFFmSnkrFGrGdMh7EKPnPam { width:20rem;height:1.95rem;top:13.875000476837rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eSmKFpItS6Lt57bXPfrmFqenXA9iGlTD { width:18.75rem;height:4.5rem;top:17.000000476837rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9IIoJawirAddqyaLpNTnzepHrLqvdB { width:3.125rem;height:3.125rem;top:10.208333492279rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMErM3IfNzdxrRvpTR3s59MLLdikqCQf { width:3.125rem;height:3.125rem;top:23.343751430511rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y48Jq3sHLSZ72kmVyh671p0pSWi0GHpw { width:3.125rem;height:3.125rem;top:35.559895992279rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMu0SpTFyyFINOlwOTHHSemxcGHOg19k { width:20rem;height:4.875rem;top:2.90234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#74ac34;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #seTS8EuOeNgaQAP4HFQCppgahILvd4ls { width:0.0625rem;height:10.625rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #thb9pMUSdSFTkk1yn3cVaS5zIFBZ2tZf { width:0.0625rem;height:10.625rem;top:3.0625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT { display:block; }#vD3bNPbNqpKqowaRGbBaKRF6vQ6ElzBT > .row .container { width:20rem;height:9.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zF6TnNDOmo8NXSKUxizF3zpgRxTgg3Rs { width:20rem;height:14.0625rem;top:1.9335942268372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;color:#020202;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #chhf8sIwA2sJWOVTX1rAKFDtDLO3yRUR { width:18.75rem;height:0.3125rem;top:7.375rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OTzztCObPithwIwtCkTnTlRuBqrfTJim { width:12.9375rem;height:2.5rem;top:2.8125rem;left:3.53125rem;z-index:14999;background-color:#1fb2aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qLI7ekAoFaL2Ha3d8lcPTMT6Trhvki9A { top:2.8125rem;left:3.75rem;width:12.5rem;height:5.1rem;z-index:15013;font-family:lato;font-size:1.5rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EdbnhCSGzrS16ONnc1SBeIefWiA04B4H { width:9.375rem;height:0.3125rem;top:7.9979171752931rem;left:5.2812502980232rem;z-index:15007;background-color:#1fb2aa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V { display:block; }#LRcwiWUtNTUKTQWJSe7WCH19iQcNU46V > .row .container { width:20rem;height:46.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKdFDLWOIe4XtwNba2ohkVcOvvW6Dqtd { width:9.25rem;height:9.25rem;top:1.5625rem;left:5.3750001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWXim8deu0g7JIFAd5sqnXp72OR9AuI2 { width:20rem;height:17.875rem;top:6.1875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #v8MKKS9USSw4kOasoCg1ixhsTx3N0K7l { width:18.6875rem;height:9.1rem;top:13.625001907349rem;left:0.65625005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyMP5XPFNXBPVHBo216Vzriilu4qUTC8 { width:12.125rem;height:1.21875rem;top:11.687501907349rem;left:3.9375001788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLkWObZVRm7HrotO2hPn4WQpulP3I52F { width:20rem;height:16rem;top:30.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k8l9NQqN16r7hStT8OziPf1Iy696uS9E { width:9.375rem;height:9.375rem;top:25.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNr7fX59wT6Q2zd7n0TfOvUrBeR0Avk7 { width:16.4375rem;height:6.825rem;top:37.875rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vrLwQTgpCzoBt1U7iXfPiJLeLn81dMuU { width:11.8125rem;height:1.21875rem;top:35.8125rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWp0shKavzK3OMdlapFM686Q24w49PR { display:block; }#wFWp0shKavzK3OMdlapFM686Q24w49PR > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2blezamVa6DRKQc5HMM6GMsXPqQz705 { width:20rem;height:17.25rem;top:29.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ImV5b0c100fAJuyJnb3dCTZmLodtn9TM { width:16.1875rem;height:7.9625rem;top:36.75rem;left:1.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zGq4KhrTsrHvHdnhlR5mtLn5SdTFwal0 { width:9.375rem;height:9.375rem;top:24.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO71HaBrqwlhwxrQNkJpdm2yEFoNDzlH { width:4.8125rem;height:1.21875rem;top:34.9375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALH74T9yiTldOC5ARAZqOQuAlEG8prxJ { width:20rem;height:17.75rem;top:5.5625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HpKxmsC4wOZsA9q2bSiF9EIzh5Mftx6e { width:15rem;height:9.1rem;top:12.687500953674rem;left:2.5000001788139rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRmET18E2oW3I7yOcSTHtoTs6hXzMVep { width:9.25rem;height:9.25rem;top:1rem;left:5.3750001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWA6Ln8okk6Iq5RU0RDG1TEz359GGkec { width:5.0625rem;height:1.21875rem;top:10.937499046326rem;left:7.4687501788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKvdZRFEwdpBMXA3ALdCEB960dVVW63U { display:block; }#QKvdZRFEwdpBMXA3ALdCEB960dVVW63U > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sZG5lqIKMC2B1vwJRVO4BqhgTfz1EzT4 { width:20rem;height:21.5rem;top:28.375rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BETCOfk3Lbd3B5x3Uy9p9AcxyWhSuI6l { width:18.1875rem;height:11.55rem;top:35.937501907349rem;left:0.90625005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzRap1mHNbvJPypfWDpPoGGfBPA8S636 { width:9.375rem;height:9.375rem;top:23.750001907349rem;left:5.3125001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIlEOQHFwg65e01PDKVBfuy4bWIv7ssk { width:5.5625rem;height:1.21875rem;top:34.000001907349rem;left:7.2187501788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnuVuliz3Jw62gLbgrOpJ5Hoo11vJWMw { width:20rem;height:17.4375rem;top:5.0625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qcx48wTyMuZn1P6JwFfnPFLXuFnP3XPG { width:15.375rem;height:7.9625rem;top:12.375rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2SlQCbwaXBhFnkrh6PSql1FmuSptqin { width:9.25rem;height:9.25rem;top:0.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWEswVim3swucxQ2iS0ApIATzB8MnIOT { width:5.0625rem;height:1.21875rem;top:10.4375rem;left:7.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU { display:block; }#dgySaeLt7O6cv8l94XFy8xJ0mPXKw8NU > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGqWaOzMsSrCKA13JlGLm2rupZWTb6kM { width:20rem;height:19.5rem;top:30.875rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #T3DcpfXOhvz9otC1fhGiachB69fxmdEd { width:16.8125rem;height:10.5rem;top:38.301610946655rem;left:1.5932766795158rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDbK0wddIiLVWvdHsUVJvMALGenSH8Do { width:9.375rem;height:9.375rem;top:26.123123168945rem;left:5.3125001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGBh7wfbUrVm5CKNITZiM8Mw0kH9Hdw5 { width:6.625rem;height:1.21875rem;top:36.487216949463rem;left:6.6875001788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUP7sNgUEkLaEfSwqEZvXgH0nszQIKlA { width:20rem;height:19.6875rem;top:5.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rBds63OaRvyCEICt1OuxhtEwI0f31Jzy { width:20rem;height:10.2375rem;top:12.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CMtOTcmu9qAUM00xOsBXZ8s6TSczAngC { width:9.25rem;height:9.25rem;top:0.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmBWAomoNuycBV2ehJdG97Ov6bvGn8db { width:7.3125rem;height:1.21875rem;top:11.0625rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl { display:block; }#ZSEX6CfwHfyL6DhhKzQBqx5apKzxM3tl > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK74BbvTrmiu0yya5fUccQm0e1JSOGQB { width:20rem;height:18.375rem;top:31rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zWqQG7hspf9yKC5WSZ66uN14xFFb6ugw { width:18.5625rem;height:9.45rem;top:38.37500115484rem;left:0.71875005960463rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qk1popuERJhWk8sydTyXo6dwxMfFEAWA { width:9.375rem;height:9.375rem;top:26.250000476837rem;left:5.3125001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRCsUwQqdsVvl8hkDXv3F7xcqRoOTEUV { width:6.3125rem;height:1.21875rem;top:36.5rem;left:6.8437501788137rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxsD6FzIGhkZT7xH5GuRXoXrlKAcolRL { width:20rem;height:20rem;top:5.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TAV1yxpga8oTgZraTSe5KK2Ll7VBWqXO { width:19.125rem;height:11.375rem;top:12.186553001404rem;left:0.43750005960464rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkCNTxsv53HDllLqKmd1KSeJpXVfwzyf { width:9.25rem;height:9.25rem;top:0.56202602386474rem;left:5.3750001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvpndFZD5M7eGfNweUoDI4PU3aCTsnD { width:8.1875rem;height:1.21875rem;top:10.624053001404rem;left:5.9062501788139rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA { background-color:rgba(31,178,170,0.7);background-image:none;display:block; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { background-color: transparent; background-image: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row > .video-iframe-container { display: none; }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .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); }#IvIl2Uv6EMGxDATWCR4DLhiaK7nKIcTA > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdddfFEdfE0mRba1KEZHnn8EDgDbfGIf { width:17.5625rem;height:7.5rem;top:2.0937385559082rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:400;font-style:normal;color:#000102;display:none; }
 }@media only screen and (max-width: 763px) { #qI74GrBpmP9qQ5G1gq5ATarXPCVi9rWg { top:1.42578125rem;left:0rem;width:20rem;height:8.775rem;z-index:15002;font-family:lato;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-regular-label { width:16.875rem;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-text {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-textarea { width:16.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select { width:16.875rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-select {padding-top: 0; padding-bottom: 0;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-input-button { width:16.875rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-checkbox-label { width:16.1875rem;color:#020202;font-size:0.625rem;overflow:hidden;height:auto; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .widget-radio-label { width:7.75rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK  { width:17.5rem;height:auto;top:10.88278125rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK .radio-container { width:17.5rem; }
#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK {display:inline-block;}#E6CGVytmQFgrrTc5agsS6w4McmT8wcDK { width:17.5rem;height:auto;top:10.88278125rem;left:0rem;z-index:15005;background-color:rgba(0,0,0,0);background-image:none; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #o0KttWSqAKyasyik0VME2JintuQvBkeO {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #er9WdwMHxP4kgT4ORp5kaVhwcfxLRFQO { display:none; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #lBNNuxATNZiXdTyBDnM77fawHiOhcc74 {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kbd1IJRTiDfmt9M8y8pzqs70LrJwuHC2 {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #MzZwU1fkHX7mWScBOJT3mmkvAgqX04Ag { display:none; }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #Q6lRRTiKLoE22DgrFRARkTTykyAxDBFX {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #TawlhWoab9EBnwDPB6d6QMZZwkbEaVOJ {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #a41hbJe1d1V64eceifX7MOTeLF0TcXEc {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #kDNTos4uwJdwCQB37GITUaKKz1ohqTil {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #FZ8thRCTaeu0J4uvOlo4g9cJviaFyxbF {  }
 }@media only screen and (max-width: 763px) { #E6CGVytmQFgrrTc5agsS6w4McmT8wcDK #NnSQXsZJyvbGDP2C6lTB2sk4zEJm0bnI {  }
 }@media only screen and (max-width: 763px) { #x1n7wD5OPTmoVNLJGIeh2wUTvvGeKt74 { width:20rem;height:14.4375rem;top:11.819602966309rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp { display:block; }#fDkwVOSXwBHv610cEJkr1wOdDQsmBsrp > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qCB8KS2mxHvVizP1332QM7JVKhOwiBMP { top:6.458335876465rem;left:1.34375rem;width:17.3125rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRUVEaAKONqxfzS5bnFPpg5SqV7rI6vH { display:block; }
 }@media only screen and (max-width: 763px) { #oOTqUV3vUBkmX90Zo59rnGS8MebwB71E { width:20rem;height:1.95rem;top:1.30859375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6mx1v6mZfOtRwvoaOtADTdgJUhtFGTy { width:20rem;height:1.95rem;top:3.875rem;left:0rem;font-size:0.75rem;display:block; }
 }