.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:255,232,219;--color-primary-1:255,177,134;--color-primary-2:255,99,12;--color-primary-3:128,50,6;--color-primary-4:38,15,2;--color-secondary-0:233,237,247;--color-secondary-1:181,196,227;--color-secondary-2:106,136,199;--color-secondary-3:53,68,100;--color-secondary-4:16,20,30;--color-tertiary-0:255,255,255;--color-tertiary-1:181,199,218;--color-tertiary-2:9,69,131;--color-tertiary-3:5,35,66;--color-tertiary-4:1,7,13;--headlines-font-family:"Poppins";--paragraphs-font-family:"STOLZ"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:33.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1963NcPoq6GvP1DMhwyKpB5P7Tga1DA { position:absolute;display:block;z-index:15001;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.875rem;width:13.75rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1611328125rem;left:0rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.625rem;left:3.15625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdOkEX37ve0OVVNupQoiEX2AEamrefeE { background-color:rgba(var(--color-primary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.25rem;left:7.75rem;display:block; }
#ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:25.25rem;width:24.125rem;top:9.5625rem;left:34.375rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-1),0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:8.3125rem;left:35.59375rem;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { position:absolute;display:block;z-index:15009;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:28.5625rem;width:22.8125rem;top:7.90625rem;left:35.21875rem;overflow:hidden;display:block; }
#uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { position:absolute;display:block;z-index:15011;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:5.0625rem;width:6.375rem;top:27.9375rem;left:30rem;overflow:hidden;display:block; }
#g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { position:absolute;display:block;z-index:15012;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:5.9375rem;width:2.9375rem;top:9.19921875rem;left:57.0625rem;overflow:hidden;display:block; }
#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.adaptive-delivery-prevent-bg, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyload, #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF.lazyloading { background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { background-color: transparent; background-image: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { display: none; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .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); }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { border-width: 0; border-radius: 0; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { 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; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:28.25rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.03125rem;left:29.9375rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { background-color:rgba(var(--color-primary-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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.71875rem;left:35rem;display:block; }
#OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.9951171875rem;left:30.8125rem;height:8.7715rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bMBz2UsQv0oJ3TfDsOGUcLlx5OGFbTHx { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.7666015625rem;left:30rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container { background-color: transparent; background-image: none; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container > .video-iframe-container { display: none; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row > .video-iframe-container { display: none; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .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); }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container { border-width: 0; border-radius: 0; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#cfNTKIqEDawsbSGt7Jd0St5PkhqpkpLv { color:#6c757b;display:block;width:9.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:19.76171875rem;left:2.15625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tn55llBTzafK970xzFfcqPE050OACzyT { color:#6c757b;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:19.76171875rem;left:12.375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HdohT3mRpbPEIMSaN9u25HJEZ6FvXRLa { position:absolute;display:block;z-index:15007;background-color:#fa6510;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.1875rem;width:3.75rem;top:9.3125rem;left:1.5625rem;display:block; }
#mynZQI5LNyTH5bxfCX5i7sRHQTEML4c8 { color:#6c757b;display:block;width:8.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:19.76171875rem;left:26.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDNHDLbT448bFTc1mR560n58Sy15gPm4 { position:absolute;display:block;z-index:15003;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:33.75rem;width:60rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
#rH8WPaB7Pf2UpfkocUSNWgJ9JvqFfH5R { color:#6c757b;display:block;width:8.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:19.76171875rem;left:37.46875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKKIAPbDZTwgzBouefrx0FerVh5Eu6O7 { color:#6c757b;display:block;width:8.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:19.76171875rem;left:49.65625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tw4g6VzqbtFZb0HPHI9RGry03TTthbp6 { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.3369140625rem;left:1.5625rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi { 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; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container { background-color: transparent; background-image: none; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container > .video-iframe-container { display: none; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row > .video-iframe-container { display: none; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .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); }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container { border-width: 0; border-radius: 0; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#dy26f6nBDFvfrdWwThuNnUPTdtvXFILx { color:rgba(var(--color-tertiary-2),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsxLXxxhf0sWExq9DtIIBQJf09a6vPC2 { 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-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(9,33,88,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:32.75rem;left:5.4375rem;display:block; }
#TWOyaX5bmSHqo3DBgcXPZrENq24e9OZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x94uFtsOQFtoFIN6Hpnb3p2vsVPJqmia { color:rgba(var(--color-tertiary-2),1);display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:6.443359375rem;left:0.8125rem;height:20.4667875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gpJp8TE8yygrwmOSDKPLvo9BhREd60P6 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:28.75rem;left:0.4375rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R8wCuRRmTDVG2Aa1MlFs0iqbOTzelLSU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:29.9375rem;top:1rem;left:30.0625rem;overflow:hidden;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.14453125rem;left:0rem;height:3.0869125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:2.375rem;width:60rem;position:relative;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { 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; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:55.5625rem;width:60rem;position:relative;display:block; }#cbHX5utHGy5axFFP6OpTC78CNckgIRyD { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.3125rem solid rgba(var(--color-secondary-2),1);border-left:0.3125rem solid rgba(var(--color-secondary-2),1);border-right:0.3125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.3125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:19.0625rem;width:19.0625rem;top:10.875rem;left:4.5625rem;display:block; }
#ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.25rem;top:14.0625rem;left:22rem;overflow:hidden;display:block; }
#IcxnEIKO1Ez5eahIy3nRS0aF0vEg2FLw { color:#1560da;display:block;width:22.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.21875rem;left:34rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-form-header {  }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-3),1);width:21.0625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .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.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-button { border-top-left-radius:6.125rem;border-top-right-radius:6.125rem;border-bottom-left-radius:6.125rem;border-bottom-right-radius:6.125rem;background-color:#fe6f20;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:21.0625rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .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);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.1875rem;overflow:hidden;font-style:normal;line-height:1.5; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .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; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-container:first-of-type{padding-top:0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-container:last-of-type{padding-bottom:0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:33.0625rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.0625rem;display:block;vertical-align:top; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre {display:block;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.25rem;left:33.0625rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #KeglISbXP15clKbXushZki1CdfSL4NBc { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #iPhbgVTxCwFgEc6ObNKABSaOlA7XBupF { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #urFCcQukGs9oq4W72xnvb7b0XitbMSPz { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #FNplQf513L6H7ATtabTGu2tbT29LhtUV { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Lvpyfpk5DCmoyeL8cSffQ9A1cNDHTJmt { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ySlXgt05u07hDD9WvTmlzvfOpfZDkEhF { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #mJz4fwfckkbdwJ6QTL9Xi5pA2FDgkRbZ { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Wbwawga30xZdhOHpb5cri4OIBKbT877V { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #GEzn1m5ehMNP4CbE9H6iDnz8sQ6N70S4 { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #fr6n45X5MvuE02LVv9NWZTvDWTS147tq { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #dpyl0U2x8LBbRnhNKkWba50lqOfiBtux { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #OToE7Ve9Qdp8Sy3TOGF7gDsvkcpktaUH { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Tze8VfPQzVgTXvsfDQG5P0zofJxda4d4 { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #eNPkB2THCd7TcTt9IIVDLeGSTF40Tf0n { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #zIL5Vf8TEwhpXmEFFW6oeECQpll7Jcbh { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #JQNMLu2bLR1evyrhTAwBLztKyD9gDMXw { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ZPOfKzrmpg2nEvzn6dJSGQJXo4XzZrbx { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #i36ziZVLqgoudd0aEeRmK60gots1UMKQ { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #hTJBwii9euIJorEPvwlGNxhXvf07eGgu { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #RhS5XTtVAa77qHvgkp0WBf2elB6Q6o5b { position:relative;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #MFui9JrIJVng8GnLRU7MtSZQEpT8eWeF { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #pXRTCQsc9Glh2uChUZToolkIQ5zJTmc6 { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #lcIRs2oeedxz3t7vfE3Ks0aW9D0rFG2p { position:relative;z-index:2; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Z6ICNQXSzTK50ySqB7Cu00BgUDk9oaSd { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #SfXcxBRdQuUTbp4NiAc8IJO6h29QkSsw { position:relative; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #IK1Jtrs5SsPugCNZt1s79rlymzQTwuXB { position:relative; }
#szeyJzrTSWxESTGSWRgO2WCJgyqy2Dfs { box-sizing:content-box;height:51.3125rem;width:25.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:3.4375rem;left:32.4375rem;border-top-left-radius:4.9375rem;border-top-right-radius:4.9375rem;border-bottom-left-radius:4.9375rem;border-bottom-right-radius:4.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dSiwElFgR0SCNENTTSTufTvfEs3GkTch { position:absolute;display:block;z-index:15019;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:14.0625rem;width:11.25rem;top:23.375rem;left:45.9375rem;overflow:hidden;display:block; }
#LRALNkwoxiCr2MbKZ1atcxsaiu1DhJTD { position:absolute;display:block;z-index:15020;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:5.375rem;width:9.125rem;top:37.125rem;left:27.125rem;overflow:hidden;display:block; }
#MNTxHGqVq8gI3U4gHWTZHlzTXR1TFg5T { position:absolute;display:block;z-index:15021;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:26.9375rem;width:26.9375rem;top:10.1875rem;left:4.5625rem;overflow:hidden;display:block; }
#JzXOhyaTsAbCsrB1BNyKgPmwJIsBZUo2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.25rem;top:4.3125rem;left:56.75rem;overflow:hidden;display:block; }
#wABRsIcg9AZWnZru6wKZA8iym3H35huN { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.25rem;top:8.1513671875rem;left:84.21875rem;overflow:hidden;display:block; }
#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { position:relative;display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { background-color: transparent; background-image: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row > .video-iframe-container { display: none; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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); }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { border-width: 0; border-radius: 0; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .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; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ihhDlIdiHl66ctX9dDJihuyiPF2umSrq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.8125rem;left:21.875rem; }
#ihhDlIdiHl66ctX9dDJihuyiPF2umSrq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#PWglTxBI8DoEU9ux59XlOO0d2QtISacT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.8125rem;left:24.4375rem; }
#PWglTxBI8DoEU9ux59XlOO0d2QtISacT > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.8125rem;left:27.0625rem; }
#g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#baJDCdxgEebgbMlWehMBfpU8G4UKlSDo { color:rgba(var(--color-secondary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:1.29980625rem;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; }
#eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:2.8125rem;left:29.625rem; }
#eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:2.75rem;left:32rem; }
#FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; }#x5lA6sTCuNmaF3uRlKhbFrESkCPxAs9O { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.4140625rem;left:15.625rem;height:1.29980625rem;display:block; }
#T7wE7VmvdehC0SaRRhu29kS9UEzOkoFK { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:9.4140625rem;left:27.9375rem;height:1.29980625rem;display:block; }
#z0ge8zhK0w29TyAH2FSJqqnXxMghliZb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:9.4140625rem;left:38.375rem;height:1.29980625rem;display:block; }
#ZxX37veVsf6P3dpkBhk7zFTb0Xf8iHfI { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6884765625rem;left:25.09375rem;display:block; }
#wHaOeCrbFpV29Au7yi3LGaAWJAn4LLZb { box-sizing:content-box;height:0.75rem;width:0.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.6884765625rem;left:35.71875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1963NcPoq6GvP1DMhwyKpB5P7Tga1DA { top:3.75rem;left:0rem;width:13.75rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:12.125rem;left:0rem;width:35.5rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { top:20.625rem;left:0rem;width:29.1875rem;height:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:18.125rem;height:3.125rem;top:27.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:9.5625rem;left:23.625rem;width:24.125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:8.3125rem;left:24.625rem;width:23.125rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:7.875rem;left:24.9375rem;width:22.8125rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { top:27.9375rem;left:23.875rem;width:6.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { top:9.1875rem;left:44.8125rem;width:2.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { top:2rem;left:0rem;width:28.25rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:2rem;left:0rem;width:30.0625rem;height:10.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:18.125rem;height:3.125rem;top:27.6875rem;left:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { top:12.9375rem;left:19.375rem;width:28.375rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMBz2UsQv0oJ3TfDsOGUcLlx5OGFbTHx { top:23.75rem;left:18.5625rem;width:29.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD { display:block; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfNTKIqEDawsbSGt7Jd0St5PkhqpkpLv { width:9.8125rem;height:6rem;top:19.75rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn55llBTzafK970xzFfcqPE050OACzyT { width:13.1875rem;height:9rem;top:19.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdohT3mRpbPEIMSaN9u25HJEZ6FvXRLa { width:3.75rem;height:0.1875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mynZQI5LNyTH5bxfCX5i7sRHQTEML4c8 { width:8.9375rem;height:4.5rem;top:19.75rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNHDLbT448bFTc1mR560n58Sy15gPm4 { top:1.625rem;left:0rem;width:47.75rem;height:26.859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8WPaB7Pf2UpfkocUSNWgJ9JvqFfH5R { width:8.9375rem;height:7.5rem;top:19.75rem;left:22.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKKIAPbDZTwgzBouefrx0FerVh5Eu6O7 { width:8.9375rem;height:3rem;top:19.75rem;left:38.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4g6VzqbtFZb0HPHI9RGry03TTthbp6 { top:5.3125rem;left:0rem;width:24.0625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi { display:block; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy26f6nBDFvfrdWwThuNnUPTdtvXFILx { top:2.0625rem;left:0rem;width:30.0625rem;height:3.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsxLXxxhf0sWExq9DtIIBQJf09a6vPC2 { width:18.125rem;height:3.125rem;top:32.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOyaX5bmSHqo3DBgcXPZrENq24e9OZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #x94uFtsOQFtoFIN6Hpnb3p2vsVPJqmia { top:6.4375rem;left:0rem;width:28.375rem;height:20.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpJp8TE8yygrwmOSDKPLvo9BhREd60P6 { top:28.75rem;left:0rem;width:29.1875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8wCuRRmTDVG2Aa1MlFs0iqbOTzelLSU { top:1rem;left:17.8125rem;width:29.9375rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { top:3.125rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { top:10.875rem;left:1.5rem;width:19.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { top:14.0625rem;left:18.9375rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcxnEIKO1Ez5eahIy3nRS0aF0vEg2FLw { width:22.1875rem;height:2.125rem;top:6.1875rem;left:24.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-regular-label { width:23.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-textarea { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-select { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-button { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-checkbox-label { width:22.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre  { width:23.25rem;height:auto;top:8.25rem;left:22rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .radio-container { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre {display:block;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre { width:23.25rem;height:auto;top:8.25rem;left:22rem; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #KeglISbXP15clKbXushZki1CdfSL4NBc {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #iPhbgVTxCwFgEc6ObNKABSaOlA7XBupF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #urFCcQukGs9oq4W72xnvb7b0XitbMSPz {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #FNplQf513L6H7ATtabTGu2tbT29LhtUV {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Lvpyfpk5DCmoyeL8cSffQ9A1cNDHTJmt {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ySlXgt05u07hDD9WvTmlzvfOpfZDkEhF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #mJz4fwfckkbdwJ6QTL9Xi5pA2FDgkRbZ {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Wbwawga30xZdhOHpb5cri4OIBKbT877V { display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #GEzn1m5ehMNP4CbE9H6iDnz8sQ6N70S4 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #fr6n45X5MvuE02LVv9NWZTvDWTS147tq {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #dpyl0U2x8LBbRnhNKkWba50lqOfiBtux { display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #OToE7Ve9Qdp8Sy3TOGF7gDsvkcpktaUH {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Tze8VfPQzVgTXvsfDQG5P0zofJxda4d4 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #eNPkB2THCd7TcTt9IIVDLeGSTF40Tf0n {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #zIL5Vf8TEwhpXmEFFW6oeECQpll7Jcbh {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #JQNMLu2bLR1evyrhTAwBLztKyD9gDMXw {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ZPOfKzrmpg2nEvzn6dJSGQJXo4XzZrbx {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #i36ziZVLqgoudd0aEeRmK60gots1UMKQ {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #hTJBwii9euIJorEPvwlGNxhXvf07eGgu {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #RhS5XTtVAa77qHvgkp0WBf2elB6Q6o5b {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #MFui9JrIJVng8GnLRU7MtSZQEpT8eWeF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #pXRTCQsc9Glh2uChUZToolkIQ5zJTmc6 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #lcIRs2oeedxz3t7vfE3Ks0aW9D0rFG2p {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Z6ICNQXSzTK50ySqB7Cu00BgUDk9oaSd {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #SfXcxBRdQuUTbp4NiAc8IJO6h29QkSsw {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #IK1Jtrs5SsPugCNZt1s79rlymzQTwuXB {  }
 }@media only screen and (max-width: 763px) { #szeyJzrTSWxESTGSWRgO2WCJgyqy2Dfs { top:3.4375rem;left:22.625rem;width:25.125rem;height:51.3125rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dSiwElFgR0SCNENTTSTufTvfEs3GkTch { top:23.375rem;left:36.5rem;width:11.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRALNkwoxiCr2MbKZ1atcxsaiu1DhJTD { top:37.125rem;left:14.75rem;width:9.125rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNTxHGqVq8gI3U4gHWTZHlzTXR1TFg5T { top:10.1875rem;left:0rem;width:26.9375rem;height:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXOhyaTsAbCsrB1BNyKgPmwJIsBZUo2 { top:4.3125rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABRsIcg9AZWnZru6wKZA8iym3H35huN { top:8.75rem;left:44.5rem;width:3.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihhDlIdiHl66ctX9dDJihuyiPF2umSrq { top:2.8125rem;left:15.875rem;width:2.0625rem;height:2.0625rem;display:block; }
#ihhDlIdiHl66ctX9dDJihuyiPF2umSrq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PWglTxBI8DoEU9ux59XlOO0d2QtISacT { top:2.8125rem;left:18.25rem;width:2.0625rem;height:2.0625rem;display:block; }
#PWglTxBI8DoEU9ux59XlOO0d2QtISacT > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 { top:2.8125rem;left:20.875rem;width:1.9375rem;height:1.9375rem;display:block; }
#g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #baJDCdxgEebgbMlWehMBfpU8G4UKlSDo { width:47.75rem;height:1.25rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ { top:2.8125rem;left:23.4375rem;width:2rem;height:2rem;display:block; }
#eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 { top:2.75rem;left:25.8125rem;width:2.125rem;height:2.125rem;display:block; }
#FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #x5lA6sTCuNmaF3uRlKhbFrESkCPxAs9O { top:9.375rem;left:0rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7wE7VmvdehC0SaRRhu29kS9UEzOkoFK { top:9.375rem;left:10.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0ge8zhK0w29TyAH2FSJqqnXxMghliZb { top:9.375rem;left:10.125rem;width:21.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxX37veVsf6P3dpkBhk7zFTb0Xf8iHfI { top:9.6875rem;left:18.90625rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHaOeCrbFpV29Au7yi3LGaAWJAn4LLZb { top:9.6875rem;left:29.53125rem;width:0.75rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:39.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1963NcPoq6GvP1DMhwyKpB5P7Tga1DA { width:5.5rem;height:1.25rem;top:1.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:19.375rem;height:7.3125rem;top:3.75rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrH8sbmXxPgyUZ7qayJ5DxZba8KzHTkl { width:19.375rem;height:4.38574375rem;top:12.3125rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdOkEX37ve0OVVNupQoiEX2AEamrefeE { width:16.875rem;height:2.8125rem;top:17.94824375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKLribhoNm6fQxeUqzUNdp23Vm3DkZMH { display:block; }
 }@media only screen and (max-width: 763px) { #Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:15.625rem;height:15.625rem;top:22.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:15.625rem;height:15.625rem;top:22.0107421875rem;left:2.1875rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:12.5rem;height:15.625rem;top:23.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzXebNOR31bV7zHbLxnKuaZPGSsH5GMw { width:6.375rem;height:5.0625rem;top:22.01074375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3E9hMCbT7aZ1zBLrJBFSwTlQuTg0Sic { width:2.9375rem;height:5.9375rem;top:30.4912109375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb6XR2ngOGnORB22IveTTBIbZqT9yyRF { display:block; }#gb6XR2ngOGnORB22IveTTBIbZqT9yyRF > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:54.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { width:17.3125rem;height:21.6875rem;top:10.5625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:9.75rem;top:0.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3k5owoqa2pc0x2FI9diSaM6oVOrbyOe { width:16.875rem;height:2.8125rem;top:51.462890625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtB2Mlc89fITOlVhWsonv6pQOTTkUuat { display:block; }
 }@media only screen and (max-width: 763px) { #p6w0nh9yDiU9aUG81Ev0uhnGMXJq0r1l { width:19.375rem;height:13.15725rem;top:31.0625rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMBz2UsQv0oJ3TfDsOGUcLlx5OGFbTHx { width:20rem;height:5.11816875rem;top:45.2197265625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD { display:block; }#TUlhMn2LqVBmqxcVCFTBzIliCgfXGbUD > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cfNTKIqEDawsbSGt7Jd0St5PkhqpkpLv { width:16.875rem;height:3rem;top:17.0625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn55llBTzafK970xzFfcqPE050OACzyT { width:17.5rem;height:6rem;top:20.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdohT3mRpbPEIMSaN9u25HJEZ6FvXRLa { width:3.75rem;height:0.1875rem;top:4.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mynZQI5LNyTH5bxfCX5i7sRHQTEML4c8 { width:18.25rem;height:1.5rem;top:15.5625rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNHDLbT448bFTc1mR560n58Sy15gPm4 { width:20rem;height:11.25rem;top:2.1494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH8WPaB7Pf2UpfkocUSNWgJ9JvqFfH5R { width:17.125rem;height:4.5rem;top:11.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKKIAPbDZTwgzBouefrx0FerVh5Eu6O7 { width:16.75rem;height:1.5rem;top:9.19921875rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw4g6VzqbtFZb0HPHI9RGry03TTthbp6 { width:20rem;height:2.4375rem;top:1.0244140625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi { display:block; }#qUDi21uAVqw8GaelHgnZVAnQswtHr9Gi > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy26f6nBDFvfrdWwThuNnUPTdtvXFILx { width:19.375rem;height:2.4375rem;top:1.25rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsxLXxxhf0sWExq9DtIIBQJf09a6vPC2 { width:16.875rem;height:2.8125rem;top:41.7939125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWOyaX5bmSHqo3DBgcXPZrENq24e9OZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #x94uFtsOQFtoFIN6Hpnb3p2vsVPJqmia { width:19.375rem;height:29.2382875rem;top:4.9375rem;left:0.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpJp8TE8yygrwmOSDKPLvo9BhREd60P6 { width:20rem;height:5.11816875rem;top:35.42575rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R8wCuRRmTDVG2Aa1MlFs0iqbOTzelLSU { width:15.5rem;height:19.375rem;top:45.8564125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:9.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #asCTa2ZKsycVFdhHdSioCo1G3qsHZH2l { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cbHX5utHGy5axFFP6OpTC78CNckgIRyD { width:7.8125rem;height:7.8125rem;top:1.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNonogWMCrJQt0iZgfmEHqR6oe67ydU { width:3.25rem;height:4.5rem;top:5.125rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcxnEIKO1Ez5eahIy3nRS0aF0vEg2FLw { width:16.5rem;height:3.8984375rem;top:21.96875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-text {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-select {padding-top: 0; padding-bottom: 0;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre  { width:17.5rem;height:39.6875rem;top:24rem;left:0rem; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre {display:block;}#JUWyT96VTKF1WHvvRxFskT0M1nTiJfre { width:17.5rem;height:39.6875rem;top:24rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #KeglISbXP15clKbXushZki1CdfSL4NBc {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #iPhbgVTxCwFgEc6ObNKABSaOlA7XBupF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #urFCcQukGs9oq4W72xnvb7b0XitbMSPz {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #FNplQf513L6H7ATtabTGu2tbT29LhtUV {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Lvpyfpk5DCmoyeL8cSffQ9A1cNDHTJmt {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ySlXgt05u07hDD9WvTmlzvfOpfZDkEhF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #mJz4fwfckkbdwJ6QTL9Xi5pA2FDgkRbZ {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Wbwawga30xZdhOHpb5cri4OIBKbT877V { display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #GEzn1m5ehMNP4CbE9H6iDnz8sQ6N70S4 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #fr6n45X5MvuE02LVv9NWZTvDWTS147tq {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #dpyl0U2x8LBbRnhNKkWba50lqOfiBtux { display:block; }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #OToE7Ve9Qdp8Sy3TOGF7gDsvkcpktaUH {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Tze8VfPQzVgTXvsfDQG5P0zofJxda4d4 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #eNPkB2THCd7TcTt9IIVDLeGSTF40Tf0n {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #zIL5Vf8TEwhpXmEFFW6oeECQpll7Jcbh {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #JQNMLu2bLR1evyrhTAwBLztKyD9gDMXw {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #ZPOfKzrmpg2nEvzn6dJSGQJXo4XzZrbx {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #i36ziZVLqgoudd0aEeRmK60gots1UMKQ {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #hTJBwii9euIJorEPvwlGNxhXvf07eGgu {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #RhS5XTtVAa77qHvgkp0WBf2elB6Q6o5b {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #MFui9JrIJVng8GnLRU7MtSZQEpT8eWeF {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #pXRTCQsc9Glh2uChUZToolkIQ5zJTmc6 {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #lcIRs2oeedxz3t7vfE3Ks0aW9D0rFG2p {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #Z6ICNQXSzTK50ySqB7Cu00BgUDk9oaSd {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #SfXcxBRdQuUTbp4NiAc8IJO6h29QkSsw {  }
 }@media only screen and (max-width: 763px) { #JUWyT96VTKF1WHvvRxFskT0M1nTiJfre #IK1Jtrs5SsPugCNZt1s79rlymzQTwuXB {  }
 }@media only screen and (max-width: 763px) { #szeyJzrTSWxESTGSWRgO2WCJgyqy2Dfs { width:20rem;height:50.875rem;top:19.1875rem;left:0rem;background-color:#ffeabb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dSiwElFgR0SCNENTTSTufTvfEs3GkTch { width:11.25rem;height:14.0625rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRALNkwoxiCr2MbKZ1atcxsaiu1DhJTD { width:9.125rem;height:5.375rem;top:12.5625rem;left:5.4375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MNTxHGqVq8gI3U4gHWTZHlzTXR1TFg5T { width:10.0625rem;height:10.0625rem;top:1.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXOhyaTsAbCsrB1BNyKgPmwJIsBZUo2 { width:3.25rem;height:4.5rem;top:20.0625rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wABRsIcg9AZWnZru6wKZA8iym3H35huN { width:3.25rem;height:4.5rem;top:71.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC3DWs20iWTnl8nS0wbaBJreeut3lc5R { display:block; }#lC3DWs20iWTnl8nS0wbaBJreeut3lc5R > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ihhDlIdiHl66ctX9dDJihuyiPF2umSrq { display:flex;width:2.0625rem;height:2.0625rem;top:8.94824375rem;left:8.9375rem; }
#ihhDlIdiHl66ctX9dDJihuyiPF2umSrq > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #PWglTxBI8DoEU9ux59XlOO0d2QtISacT { display:flex;width:2.0625rem;height:2.0625rem;top:12.26074375rem;left:8.9375rem; }
#PWglTxBI8DoEU9ux59XlOO0d2QtISacT > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 { display:flex;width:1.9375rem;height:1.9375rem;top:15.57324375rem;left:9rem; }
#g1Xv5xInFlfBQ8cQXWueBHJauZCroBn2 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #baJDCdxgEebgbMlWehMBfpU8G4UKlSDo { width:20rem;height:3.8994125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ { display:flex;width:2rem;height:2rem;top:18.76074375rem;left:9rem; }
#eFoodt1hdAERG8c65BAIE3OKGmFzo9rJ > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 { display:flex;width:2.125rem;height:2.125rem;top:22.01074375rem;left:8.9375rem; }
#FQAndPoTsTNtMR5i2Ty9RCK34KAhpTo7 > img { max-width: 100%;max-height:100%; width:2.125rem; height:2.125rem; } }@media only screen and (max-width: 763px) { #x5lA6sTCuNmaF3uRlKhbFrESkCPxAs9O { width:20rem;height:1.29980625rem;top:6.3984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7wE7VmvdehC0SaRRhu29kS9UEzOkoFK { width:20rem;height:1.29980625rem;top:27.38574375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z0ge8zhK0w29TyAH2FSJqqnXxMghliZb { width:20rem;height:1.29980625rem;top:31.93555rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxX37veVsf6P3dpkBhk7zFTb0Xf8iHfI { width:0.75rem;height:0.75rem;top:25.38574375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHaOeCrbFpV29Au7yi3LGaAWJAn4LLZb { width:0.75rem;height:0.75rem;top:29.93555rem;left:9.625rem;display:block; }
 }