.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:227,225,244;--color-primary-1:163,157,219;--color-primary-2:71,58,183;--color-primary-3:36,29,92;--color-primary-4:11,9,27;--color-secondary-0:255,253,236;--color-secondary-1:255,250,192;--color-secondary-2:255,244,128;--color-secondary-3:128,122,64;--color-secondary-4:38,37,19;--color-tertiary-0:255,255,255;--color-tertiary-1:248,207,236;--color-tertiary-2:231,95,190;--color-tertiary-3:116,48,95;--color-tertiary-4:23,9,19;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3119234f-35c2-4b69-83b2-ad6d0b2b2483/blur3.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { background-color: transparent; background-image: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { display: none; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .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); }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { border-width: 0; border-radius: 0; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:75rem;overflow:visible;position:relative;display:block; }#oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:4.474609375rem;left:8.96875rem;height:11.341125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { position:absolute;display:block;z-index:15021;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:45.75rem;width:50.1875rem;top:11.80908203125rem;left:20.544558337405rem;overflow:hidden;display:block; }
#rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { color:rgba(var(--color-tertiary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:1.625rem;left:17.09375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:35.498046875rem;left:1.25rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { color:rgba(var(--color-tertiary-4),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:31.875rem;left:1.25rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q2f5TdMoT0hXuHXeKOiKrG4KfUE0s9gX { background-color:#160812;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.125rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:43.466796875rem;left:1.25rem;display:block; }
#xDKEo1uGNKquvrdyfTw8LASXeuMm2aDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { 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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { background-color: transparent; background-image: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { display: none; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .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); }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { border-width: 0; border-radius: 0; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { font-size:0.875rem;font-family:arial;height:76.6875rem;width:75rem;position:relative;display:block; }#U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { color:rgba(var(--color-tertiary-4),1);display:block;width:72.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:1.1230440139771rem;left:1.1545143127441rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.6;letter-spacing:0;top:5.682373046875rem;left:1.40625rem;height:4.798175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HH9Ta1rLaNsBd40KLafX5QTMd28CazpT { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.6;letter-spacing:0;top:11.63671875rem;left:1.40625rem;height:7.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uUgdgQ5FtbAa0A8KmHalglzkW3sPx2zH { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15041;line-height:1.6;letter-spacing:0;top:21.7646484375rem;left:1.15576171875rem;height:7.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H6SiRp9SOol6R8NR9n0DxllrTPxCkcPr { color:rgba(var(--color-tertiary-4),1);display:block;width:72.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.6;letter-spacing:0;top:31.51318359375rem;left:1.15576171875rem;height:7.19725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WH7t9OBlWVWvuNVMfCTLpsqhGHuPabXa { box-sizing:content-box;height:14.3115rem;width:71.625rem;position:absolute;display:block;z-index:15043;background-color:#ddf9f7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.263671875rem;left:1.15576171875rem;display:block; }
#t3sT0SI9K9KlKaCuJublGHhQhkKLvszL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15043;line-height:1.4;letter-spacing:0;top:42.958987236023rem;left:2.2775611877441rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZMTzfADl4D6hZn2G5Iw64z4iNWuPw1GD { color:rgba(var(--color-tertiary-4),1);display:block;width:68.49875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:46.1337890625rem;left:2.279296875rem;height:9.596375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rJ7Bf8NeRvfdqbU4h6TFrtnWxdF2nnPv { color:rgba(var(--color-tertiary-4),1);display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.6;letter-spacing:0;top:59.7333984375rem;left:1.15576171875rem;height:2.3999rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n3sEX79EtZmQFOxTPvUHovEScTyvgU6S { color:rgba(var(--color-tertiary-4),1);display:block;width:70.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15045;line-height:1.6;letter-spacing:0;top:65.232421875rem;left:1.15576171875rem;height:8.099125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { 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; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { background-color: transparent; background-image: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { display: none; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .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); }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { border-width: 0; border-radius: 0; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:75rem;position:relative;display:block; }#Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.625rem;left:8.0625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:7.3125rem;left:8.0625rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.25rem;left:8.0625rem;height:3.89756875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:7.3125rem;left:29.25rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#necSJHuxusRIyrgh0aT7exivAhL9lLJT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:10.25rem;left:29.25rem;height:3.89756875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:15rem;left:29.25rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uwZmmudatMXQvdp5QveOznSWbgc8UsyT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:10.1875rem;left:50.4375rem;height:3.89756875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:14.9375rem;left:50.4375rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.1;letter-spacing:0;top:7.25rem;left:50.4375rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#os9F1SoauaULP5keqzagwcWGhm86ItC3 { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:9.75rem;left:7.3125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:9.75rem;left:28.6875rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#iR0oMQf3euHty7IKu7U4larqUsPLVatS { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:9.75rem;left:49.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#F8PKDgHV1MzBf5f6aJDIuxUss3gev0ex { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15052;line-height:1.1;letter-spacing:0;top:24.3125rem;left:8.0625rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sb5hck3OoOcvTWcIoOGTaUUTCJ9iKGUv { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:26.75rem;left:7.3125rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#pm8m30UzTdnVn7SU4BSKLdI9GR85chDn { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:27.25rem;left:8.0625rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VfXmSnPDnFNRTegRfTRD30wyEJvrOD8x { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:31rem;left:8.0625rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zPTZbf7SAUDDiuKfL5GKqm7Lz67A0QLz { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.1;letter-spacing:0;top:24.3125rem;left:29.25rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a86mSHb8f59rPR83OOvWvfna2su8KIy8 { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:26.75rem;left:28.6875rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#KOwv53PeeTvySXigpimeg3cpJyEVFuH4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:27.25rem;left:29.25rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dTI9LoMrn1hKhRSTuw8uR3MTeCsLqqqd { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:30.375rem;left:28.6875rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZoJWmi1aa6NmTUC5rMZhzcsTcywOEiG { color:#24a7a4;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.1;letter-spacing:0;top:24.25rem;left:50.4375rem;height:1.6499rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCFG8QO2L6iSqmFWTPDZkpZ4hTNmRlBv { box-sizing:content-box;height:2.375rem;width:3.25rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-2),0.3);background-image:none;top:26.75rem;left:49.9375rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#ZT4CRPQuDVa7gPDgFsM5kk3L6HHHI3QH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.1875rem;left:50.4375rem;height:1.94970625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KGNhADMfv0D9oevg9g7hIE9NUTWTe3iF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:30.375rem;left:50.4375rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wZwhLs4KTCT68436ORTE9mJrUZgtXFDS { color:rgba(var(--color-tertiary-4),1);display:block;width:72.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:1.6048164367676rem;left:2.3122825622559rem;height:3.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { background-color: transparent; background-image: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { display: none; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .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); }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { border-width: 0; border-radius: 0; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.57rem;padding-right:0.5175rem;padding-bottom:0.57rem;padding-left:0.5175rem;display:block;align-items:center;width:3.1025rem;min-width:3.1025rem;height:3.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.280625rem;font-weight:400;line-height:49px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { background-color:;background-image:none;color:#25f4ee;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.138125rem;height:1.209375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.855rem;font-weight:400;line-height:19.35px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:20.5625rem;height:5.768125rem;padding-top:0.7125rem;padding-right:0.739375rem;padding-bottom:0.7125rem;padding-left:0.739375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:26.4775390625rem;z-index:15084; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F { width:auto; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
#uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { background-color:#25f4ee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),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:8.4375rem;height:3.125rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:1.65625rem;left:50.6875rem;display:block; }
#RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { color:rgba(var(--color-tertiary-0),1);display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:2.4240438938141rem;left:8.2269954681394rem;height:2.34375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ddf9f7;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; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { background-color: transparent; background-image: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { display: none; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .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); }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { border-width: 0; border-radius: 0; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { color:rgba(var(--color-tertiary-4),1);display:block;width:55rem;position:absolute;font-family:"yeseva one";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:2.9850273132324rem;left:1.6200084686279rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:7.1864147186281rem;left:1.6167526245118rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: none;height:26.4995625rem;width:31.624375rem;top:6.3736991882325rem;left:40.434026718139rem;overflow:hidden;display:block; }
#DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { box-sizing:content-box;height:4.125rem;width:4.9375rem;position:absolute;display:block;z-index:15005;background-color:rgba(231,95,190,0.3);background-image:none;top:2.25rem;left:0.75rem;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;display:block; }
#xgJELuFR49dtAdvpsvUcp0ooCm4e4UyI { color:rgba(var(--color-tertiary-4),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:10.986328125rem;left:1.6134986877441rem;height:9.9989375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BJdhHQSFTo775A2Vi4T0SucUVzO6VV9s { color:rgba(var(--color-tertiary-4),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:23.190099239349rem;left:1.6167526245118rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvZPRtScWPnR6I12Tx0ffn2BS2OEaswq { color:rgba(var(--color-tertiary-4),1);display:block;width:72.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:34.750436306rem;left:1.6167526245118rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z { 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; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container { background-color: transparent; background-image: none; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container > .video-iframe-container { display: none; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row > .video-iframe-container { display: none; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .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); }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container { border-width: 0; border-radius: 0; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#pKEtBR9ulMzv6imGcDDN0g7JT4LXWq1T { color:rgba(var(--color-tertiary-4),1);display:block;width:41.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:1.4127616882324rem;left:1.4963111877441rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MlAxhWtcRNrFahQwF4kGmptCgCV5dNZh { color:rgba(var(--color-tertiary-4),1);display:block;width:72.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15023;line-height:1.1;letter-spacing:0;top:4.6006946563721rem;left:1.4963111877441rem;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iHQi9Tf1JgqJEJTPk8z0Q43TuegNpiNG { color:rgba(var(--color-tertiary-4),1);display:block;width:72.686875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:7.79296875rem;left:1.4963111877441rem;height:1.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RF5oe18dWluskgllum6gERyC22KOMPXz { color:rgba(var(--color-tertiary-4),1);display:block;width:45.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.9;letter-spacing:0;top:12.10285949707rem;left:1.4963111877441rem;height:16.6189375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GyQFpkPd6tympZGdJSKCm2MwvlhNqZNw { position:absolute;display:block;z-index:15026;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:29.874125rem;width:22.686625rem;top:1.2489061355591rem;left:49.434682846069rem;overflow:hidden;display:block; }
#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container { background-color: transparent; background-image: none; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container > .video-iframe-container { display: none; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row > .video-iframe-container { display: none; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .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); }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container { border-width: 0; border-radius: 0; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#e8tdscTRxxtBnfUBKu7PJORchxVKieCa { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.1;letter-spacing:0;top:4.6234769821167rem;left:9.3739147186281rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eOUATNhzNDGC6Z7mCn5pZkIeBniuRXcl { color:rgba(var(--color-tertiary-4),1);display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:9.8101110458375rem;left:9.3739147186281rem;height:3.4982625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container { background-color: transparent; background-image: none; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container > .video-iframe-container { display: none; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row > .video-iframe-container { display: none; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .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); }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container { border-width: 0; border-radius: 0; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-form-header {  }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:36.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #892eff;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:36.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .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:36.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-button { 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:#25f4ee;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:8.25rem;margin-bottom:0.25rem;margin-left:8.25rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:20.125rem;height:2.9375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.2; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:35.375rem;overflow:hidden;font-style:normal;float:none; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .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; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-container:first-of-type{padding-top:0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-container:last-of-type{padding-bottom:0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.591796875rem;left:16.56005859375rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:36.625rem;display:block;vertical-align:top; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH {display:block;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:36.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15016;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.591796875rem;left:16.56005859375rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #NdiZzzaf9kcygLXU8JqpT8MO4tt7PN7u { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #s7lgOWAGyRrV6e9VKdZScMVGZhn2lSqa { position:relative;display:none; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #t8cSI7BfwpMB9mubo3A8m3tEn9JNwoVX { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #fT1hASsH2HFHc3Q7JPpSolrBXWzsW9rS { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dwRsT2QoEMIB3oDcnZ7Ls1hoNdUcd9r7 { position:relative;display:none; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #SsmaGCTqOiToR4Eviqlc8nRhHlrCy4OL { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #UoKtvBCIhCrC1TirMbpUVE2huE1qMhFZ { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #AHNNSNRFKFTsnxs8uzPJFaBRapHgv09W { position:relative;display:none; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #EkeZaGwO5UkT188kdDLexKpoqXCPsEng { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dnXCmvp1RSKdFJ48FTilItq5pqNroSCO { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #nDhlezfcCbzs37bp1CadgItHJzzsf8Uk { position:relative;z-index:2; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #GgHiIUBgSGDuzacELvUaPebSSfd08dI9 { position:relative; }
#TbAR4vwqCWtiW7EJmqDM5Vf0DIpX00MJ { position:relative;display:block; }
#cyvZoI9lmsDgfn5Hz2mqTrHWOsEGk2Rq { position:relative;display:block; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dRxIiXQeASap0wzrNGbkiscH6QTne3TD { position:relative; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #cSpdSXysSzKN9Tm1berxkBdZ5RCyKQUl { position:relative; }
#uGthJGi9vO3UlEu1KTQn8ArFaFwysz01 { box-sizing:content-box;height:24.3125rem;width:43.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:14.436849594116rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-primary-3),0.2) ;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { top:4.4375rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:47.75rem;height:43.52801992528rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { top:1.625rem;left:3.46875rem;width:40.8125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { top:35.4375rem;left:0rem;width:31.8125rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { top:31.875rem;left:0rem;width:45.5rem;height:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2f5TdMoT0hXuHXeKOiKrG4KfUE0s9gX { width:14.6875rem;height:3.125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDKEo1uGNKquvrdyfTw8LASXeuMm2aDq { display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { top:1.0625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { top:5.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9Ta1rLaNsBd40KLafX5QTMd28CazpT { top:11.625rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUgdgQ5FtbAa0A8KmHalglzkW3sPx2zH { top:21.75rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6SiRp9SOol6R8NR9n0DxllrTPxCkcPr { top:31.5rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WH7t9OBlWVWvuNVMfCTLpsqhGHuPabXa { top:42.25rem;left:0rem;width:47.75rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sT0SI9K9KlKaCuJublGHhQhkKLvszL { top:42.9375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTzfADl4D6hZn2G5Iw64z4iNWuPw1GD { top:46.125rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJ7Bf8NeRvfdqbU4h6TFrtnWxdF2nnPv { top:59.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3sEX79EtZmQFOxTPvUHovEScTyvgU6S { top:65.1875rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:13.5rem;height:7.9375rem;top:15.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { top:7.3125rem;left:0rem;width:12.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { top:10.25rem;left:0rem;width:12.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { top:7.3125rem;left:15.625rem;width:12.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { top:10.25rem;left:15.625rem;width:12.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:14.0625rem;height:7.9375rem;top:15rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { top:10.1875rem;left:34.9375rem;width:12.8125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:15.3125rem;height:5.9375rem;top:14.9375rem;left:32.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { top:7.25rem;left:34.9375rem;width:12.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.1875rem;height:2.3125rem;top:9.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.1875rem;height:2.3125rem;top:9.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.1875rem;height:2.3125rem;top:9.75rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8PKDgHV1MzBf5f6aJDIuxUss3gev0ex { top:24.3125rem;left:0rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb5hck3OoOcvTWcIoOGTaUUTCJ9iKGUv { width:3.1875rem;height:2.3125rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm8m30UzTdnVn7SU4BSKLdI9GR85chDn { top:27.25rem;left:0rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXmSnPDnFNRTegRfTRD30wyEJvrOD8x { width:12.8125rem;height:7.9375rem;top:31rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTZbf7SAUDDiuKfL5GKqm7Lz67A0QLz { top:24.3125rem;left:15.625rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a86mSHb8f59rPR83OOvWvfna2su8KIy8 { width:3.1875rem;height:2.3125rem;top:26.75rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwv53PeeTvySXigpimeg3cpJyEVFuH4 { top:27.25rem;left:15.625rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTI9LoMrn1hKhRSTuw8uR3MTeCsLqqqd { width:12.8125rem;height:7.9375rem;top:30.375rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoJWmi1aa6NmTUC5rMZhzcsTcywOEiG { top:24.25rem;left:34.9375rem;width:12.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCFG8QO2L6iSqmFWTPDZkpZ4hTNmRlBv { width:3.1875rem;height:2.3125rem;top:26.75rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4CRPQuDVa7gPDgFsM5kk3L6HHHI3QH { top:27.1875rem;left:34.9375rem;width:12.8125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNhADMfv0D9oevg9g7hIE9NUTWTe3iF { width:12.8125rem;height:7.9375rem;top:30.375rem;left:34.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwhLs4KTCT68436ORTE9mJrUZgtXFDS { top:1.5625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:18rem;height:5.0625rem;top:0rem;left:12.8525390625rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:8.4375rem;height:3.125rem;top:1.625rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { top:2.375rem;left:0rem;width:25.5rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { top:2.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:34.6875rem;height:2rem;top:7.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { width:31.5625rem;height:26.447714505227rem;top:6.3125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:4.875rem;height:4.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJELuFR49dtAdvpsvUcp0ooCm4e4UyI { width:37.5rem;height:9.9375rem;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJdhHQSFTo775A2Vi4T0SucUVzO6VV9s { width:37.5rem;height:7.9375rem;top:23.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvZPRtScWPnR6I12Tx0ffn2BS2OEaswq { width:47.75rem;height:5rem;top:34.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z { display:block; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKEtBR9ulMzv6imGcDDN0g7JT4LXWq1T { top:1.375rem;left:0rem;width:41.5625rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlAxhWtcRNrFahQwF4kGmptCgCV5dNZh { top:4.5625rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHQi9Tf1JgqJEJTPk8z0Q43TuegNpiNG { top:7.75rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF5oe18dWluskgllum6gERyC22KOMPXz { top:12.0625rem;left:0rem;width:45.75rem;height:16.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyQFpkPd6tympZGdJSKCm2MwvlhNqZNw { top:1.1875rem;left:25.0625rem;width:22.625rem;height:29.79297617539rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n { display:block; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8tdscTRxxtBnfUBKu7PJORchxVKieCa { top:4.5625rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUATNhzNDGC6Z7mCn5pZkIeBniuRXcl { top:9.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4USSUtvbElTNJkWusRrBZJx8T8zGrvT { display:block; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-regular-label { width:36.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-textarea { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-select { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-button { width:20.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.25rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-checkbox-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH  { width:36.625rem;height:auto;top:1.5625rem;left:2.93505859375rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .radio-container { width:36.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH {display:block;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH { width:36.625rem;height:auto;top:1.5625rem;left:2.93505859375rem; }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #NdiZzzaf9kcygLXU8JqpT8MO4tt7PN7u {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #s7lgOWAGyRrV6e9VKdZScMVGZhn2lSqa {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #t8cSI7BfwpMB9mubo3A8m3tEn9JNwoVX {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #fT1hASsH2HFHc3Q7JPpSolrBXWzsW9rS {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dwRsT2QoEMIB3oDcnZ7Ls1hoNdUcd9r7 {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #SsmaGCTqOiToR4Eviqlc8nRhHlrCy4OL {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #UoKtvBCIhCrC1TirMbpUVE2huE1qMhFZ {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #AHNNSNRFKFTsnxs8uzPJFaBRapHgv09W {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #EkeZaGwO5UkT188kdDLexKpoqXCPsEng {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dnXCmvp1RSKdFJ48FTilItq5pqNroSCO {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #nDhlezfcCbzs37bp1CadgItHJzzsf8Uk {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #GgHiIUBgSGDuzacELvUaPebSSfd08dI9 {  }
 }@media only screen and (max-width: 763px) { #TbAR4vwqCWtiW7EJmqDM5Vf0DIpX00MJ { display:block; }
 }@media only screen and (max-width: 763px) { #cyvZoI9lmsDgfn5Hz2mqTrHWOsEGk2Rq { display:block; }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dRxIiXQeASap0wzrNGbkiscH6QTne3TD {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #cSpdSXysSzKN9Tm1berxkBdZ5RCyKQUl {  }
 }@media only screen and (max-width: 763px) { #uGthJGi9vO3UlEu1KTQn8ArFaFwysz01 { width:43.375rem;height:24.3125rem;top:0rem;left:0.81184959411619rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3119234f-35c2-4b69-83b2-ad6d0b2b2483/blur3.svg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #UVdgEkqBAtfRUexbGlWy422wDKXlBqOD { display:block; }#UVdgEkqBAtfRUexbGlWy422wDKXlBqOD > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oA5IUumlCkhXB5XUH1ch8WTweJwDqGDh { width:19.8730625rem;height:12.028rem;top:4.6245660781861rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OOFkitoy9BwIuyN9LziRdDHk3ITMetyd { width:20rem;height:18.2498125rem;top:37.494575500488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWnOh9viQsfu0TnDqq4kNdVOc8ppcbTc { width:20rem;height:1.62435rem;top:1.5625rem;left:0rem;font-size:1.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #wBBiH9FQaRd9hL6wHsCAwIfiqf1sgvA9 { width:20rem;height:6.996525rem;top:23.435331344604rem;left:0rem;font-size:1.25rem;z-index:15045;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UEWJtAOkqeMAzNGXgZ4Ma297VwKURxvf { width:20rem;height:1.7806rem;top:19.123264312744rem;left:0rem;font-size:1.1875rem;z-index:15044;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2f5TdMoT0hXuHXeKOiKrG4KfUE0s9gX { width:14.6875rem;height:3.125rem;top:32.999134063721rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDKEo1uGNKquvrdyfTw8LASXeuMm2aDq { display:block; }
 }@media only screen and (max-width: 763px) { #yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 { display:block; }#yV5JyTnibbfl3kVZOVre4XuNh9ZoIGo4 > .row .container { width:20rem;height:117.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U4w12KgIKiEsCvU2M6zISHt0tKCcsQnl { width:20rem;height:2.4056rem;top:2.8103294372559rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dDU4UWTlJTXm9CW7avs8US1wZOEnTZrk { width:20rem;height:7.2005rem;top:6.7220096588138rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HH9Ta1rLaNsBd40KLafX5QTMd28CazpT { width:20rem;height:14.4010625rem;top:15.626079559326rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uUgdgQ5FtbAa0A8KmHalglzkW3sPx2zH { width:20rem;height:16.2011875rem;top:31.764323234558rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6SiRp9SOol6R8NR9n0DxllrTPxCkcPr { width:20rem;height:16.2011875rem;top:49.689667701721rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WH7t9OBlWVWvuNVMfCTLpsqhGHuPabXa { width:20rem;height:25.125rem;top:68.157552719119rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3sT0SI9K9KlKaCuJublGHhQhkKLvszL { width:20rem;height:5.9982625rem;top:69.254565715788rem;left:0rem;font-size:1.875rem;z-index:15044;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMTzfADl4D6hZn2G5Iw64z4iNWuPw1GD { width:20rem;height:16.2011875rem;top:76.126305580137rem;left:0rem;font-size:1.125rem;z-index:15045;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rJ7Bf8NeRvfdqbU4h6TFrtnWxdF2nnPv { width:20rem;height:5.4003875rem;top:94.991335868837rem;left:0rem;font-size:1.125rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3sEX79EtZmQFOxTPvUHovEScTyvgU6S { width:20rem;height:13.9985rem;top:101.49088478088rem;left:0rem;font-size:1.25rem;z-index:15010;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc { display:block; }#ALi8DlhHNNAxTNeeL37wEm1UUgmz5SIc > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cf4ihVFgNo9Hmfk2y9iso4JRvMnABOJz { width:12.874375rem;height:7.2005rem;top:14.812290191651rem;left:3.3116319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdzCJtfqPhWs83oHIpAwONzGVVy94Ql7 { width:12.874375rem;height:1.23698125rem;top:7.75rem;left:3.625rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xR4GmX4rdBQuGs9QBnGqHnKZCMamgrEV { width:12.875rem;height:3.57421875rem;top:10.25rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5AvG6SUbM4Rbye1eErAun0nKbbEpXs1 { width:12.875rem;height:1.23698125rem;top:23.75rem;left:3.625rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #necSJHuxusRIyrgh0aT7exivAhL9lLJT { width:12.875rem;height:3.57421875rem;top:26.1875rem;left:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeI8uixQNBPNekSDeXaHBTtLXQb3kmZx { width:12.874375rem;height:7.2005rem;top:31.0625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwZmmudatMXQvdp5QveOznSWbgc8UsyT { width:12.875rem;height:3.57421875rem;top:42.6875rem;left:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzNwCKoxhiXK0G0mAXbm69BUSNyEdiwr { width:12.874375rem;height:7.2005rem;top:47.0625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVaAac6d1lUWiiVRb94niAGh8TwnLC8f { width:12.875rem;height:1.23698125rem;top:40.25rem;left:3.6875rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #os9F1SoauaULP5keqzagwcWGhm86ItC3 { width:3.25rem;height:2.375rem;top:9.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4oe8GS5CAHbwoXuknuKKxLOuvhFd0yv { width:3.25rem;height:2.375rem;top:25.875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iR0oMQf3euHty7IKu7U4larqUsPLVatS { width:3.25rem;height:2.375rem;top:42.4375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8PKDgHV1MzBf5f6aJDIuxUss3gev0ex { width:12.8125rem;height:1.23698125rem;top:55.9375rem;left:3.625rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #Sb5hck3OoOcvTWcIoOGTaUUTCJ9iKGUv { width:3.18685rem;height:2.31228125rem;top:58.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm8m30UzTdnVn7SU4BSKLdI9GR85chDn { width:12.8125rem;height:1.9487875rem;top:58.25rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfXmSnPDnFNRTegRfTRD30wyEJvrOD8x { width:12.8125rem;height:7.2005rem;top:60.875rem;left:3.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPTZbf7SAUDDiuKfL5GKqm7Lz67A0QLz { width:12.8125rem;height:1.23698125rem;top:69.625rem;left:3.75rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #a86mSHb8f59rPR83OOvWvfna2su8KIy8 { width:3.18685rem;height:2.3112rem;top:71.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOwv53PeeTvySXigpimeg3cpJyEVFuH4 { width:12.8125rem;height:1.9487875rem;top:71.875rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTI9LoMrn1hKhRSTuw8uR3MTeCsLqqqd { width:12.8125rem;height:5.4003875rem;top:74.625rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZoJWmi1aa6NmTUC5rMZhzcsTcywOEiG { width:12.8125rem;height:1.23698125rem;top:81.6875rem;left:3.5rem;font-size:1.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TCFG8QO2L6iSqmFWTPDZkpZ4hTNmRlBv { width:3.18685rem;height:2.3112rem;top:83.5625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT4CRPQuDVa7gPDgFsM5kk3L6HHHI3QH { width:12.8125rem;height:1.9487875rem;top:83.75rem;left:3.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGNhADMfv0D9oevg9g7hIE9NUTWTe3iF { width:12.8125rem;height:7.2005rem;top:86.4375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZwhLs4KTCT68436ORTE9mJrUZgtXFDS { width:20rem;height:4.39886875rem;top:1.8619809150696rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqTU7w0tgb7tSp5IRhKrclroh61NxiSz { display:block; }#kqTU7w0tgb7tSp5IRhKrclroh61NxiSz > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:-9%;left:0rem; }
#smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW { display:flex;width:17.999125rem;height:5.06185rem;top:3.0740032196045rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #ogDW9uTpc4qvpC3ahGuprwE8U0dT9vdc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #CRtZzX0GP63CbQUqPacWisd5cLuoSE9F {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #fIyHNNb6GLLTmIciTPfMBTlLxMXlaokP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zGWZLVtmmR5u4oDM8VwnQhaE9CT3OuDd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #QdGVFl8yAbFB1xJarpi52W7V4ygzM2TC {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #xe7WMXeNXQAtXNgMD7TEqkfvLeqy1uPv {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #TW4fveTtgtZxaXpmou8dxC3ERphQa0kI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #OPIxfGLNh6FtTEszRC2wqeFtupXF7GxZ {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #q6kJW4pSG05RcSrxeeT1bFS0Ol06akA4 {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #koN9PQuaVIXvtkvoEo157BJUnFCEnuz7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #zxHnE3eroO48tybgyKR3Wdzhu6N70vzP {  }
 }@media only screen and (max-width: 763px) { #smqNyZbCaFRTK8oSUZ6JOt0iruuskFKW #SrpQ6GAwFtTpwoX3zpLRGKDtsHwruxtT {  }
 }@media only screen and (max-width: 763px) { #uTB7lwHqEZTLV9Ho7AUXSCyu7XTwvJ10 { width:12.7495625rem;height:3.4375rem;top:10.124784469604rem;left:3.6241319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZdPa53AfyZDl4yrpP03PPfOcTI2JNSk { display:block; }
 }@media only screen and (max-width: 763px) { #bGkkBoxKzAAkal2IcCuEVIPvSP4xXWoE { width:17.0625rem;height:1.7871125rem;top:1.875rem;left:1.46875rem;font-size:1.375rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 { display:block; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCSLulZSzG27dmoh8oGrJOQuhL33FrO1 > .row .container { width:20rem;height:85rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eaIdpaZI3whRP3zqJXxlVgw66m61BviQ { width:20rem;height:7.3111875rem;top:1.0579414367676rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #srZMtkd9l9x7cltAsTPbShwo7lfRu2oN { width:20rem;height:3.6002625rem;top:9.2328560352325rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbzKWwzXEf90sMk5sIsn61iDp7OTnBgf { width:20rem;height:16.6875rem;top:14.310981988907rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZl8Sdv1BmXWqBqola1G9a5aFsOeieK1 { width:4.43685rem;height:3.125rem;top:1.0611972808838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgJELuFR49dtAdvpsvUcp0ooCm4e4UyI { width:20rem;height:16.2011875rem;top:32.936202287674rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BJdhHQSFTo775A2Vi4T0SucUVzO6VV9s { width:20rem;height:12.6009375rem;top:50.425350189209rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LvZPRtScWPnR6I12Tx0ffn2BS2OEaswq { width:20rem;height:18.28125rem;top:64.403211593625rem;left:0rem;font-size:1.5625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z { display:block; }#hcT1LCGvCbWDlnqEH6Om4TeVQQHi9T6z > .row .container { width:20rem;height:64.873103515625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pKEtBR9ulMzv6imGcDDN0g7JT4LXWq1T { width:20rem;height:1.37478125rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlAxhWtcRNrFahQwF4kGmptCgCV5dNZh { width:20rem;height:2.1994375rem;top:4.2805991172791rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iHQi9Tf1JgqJEJTPk8z0Q43TuegNpiNG { width:20rem;height:2.74956875rem;top:7.1050491333006rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RF5oe18dWluskgllum6gERyC22KOMPXz { width:20rem;height:25.30925rem;top:11.446397304535rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyQFpkPd6tympZGdJSKCm2MwvlhNqZNw { width:20rem;height:26.33575rem;top:38.537327766419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n { display:block; }#pSaTbeg6FVFOu43fgLJPXJMIwImrBA3n > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e8tdscTRxxtBnfUBKu7PJORchxVKieCa { width:18.5623125rem;height:7.8353125rem;top:2.7343921661377rem;left:0.71831601858137rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOUATNhzNDGC6Z7mCn5pZkIeBniuRXcl { width:18.5623125rem;height:9.5594375rem;top:12.259115219116rem;left:0.71831601858137rem;font-size:1.125rem;z-index:15010;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #c4USSUtvbElTNJkWusRrBZJx8T8zGrvT { display:block; }#c4USSUtvbElTNJkWusRrBZJx8T8zGrvT > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-text {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-select {padding-top: 0; padding-bottom: 0;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-input-button { width:12.75rem;margin-top:0.25rem;margin-right:2.375rem;margin-bottom:0.25rem;margin-left:2.375rem;height:3.875rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH  { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH {display:block;}#R3kVTdsNU4FNteBelx2t3tqx54HD5qkH { width:17.5rem;height:auto;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #NdiZzzaf9kcygLXU8JqpT8MO4tt7PN7u {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #s7lgOWAGyRrV6e9VKdZScMVGZhn2lSqa {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #t8cSI7BfwpMB9mubo3A8m3tEn9JNwoVX {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #fT1hASsH2HFHc3Q7JPpSolrBXWzsW9rS {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dwRsT2QoEMIB3oDcnZ7Ls1hoNdUcd9r7 {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #SsmaGCTqOiToR4Eviqlc8nRhHlrCy4OL {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #UoKtvBCIhCrC1TirMbpUVE2huE1qMhFZ {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #AHNNSNRFKFTsnxs8uzPJFaBRapHgv09W {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #EkeZaGwO5UkT188kdDLexKpoqXCPsEng {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dnXCmvp1RSKdFJ48FTilItq5pqNroSCO {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #nDhlezfcCbzs37bp1CadgItHJzzsf8Uk {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #GgHiIUBgSGDuzacELvUaPebSSfd08dI9 {  }
 }@media only screen and (max-width: 763px) { #TbAR4vwqCWtiW7EJmqDM5Vf0DIpX00MJ { display:block; }
 }@media only screen and (max-width: 763px) { #cyvZoI9lmsDgfn5Hz2mqTrHWOsEGk2Rq { display:block; }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #dRxIiXQeASap0wzrNGbkiscH6QTne3TD {  }
 }@media only screen and (max-width: 763px) { #R3kVTdsNU4FNteBelx2t3tqx54HD5qkH #cSpdSXysSzKN9Tm1berxkBdZ5RCyKQUl {  }
 }@media only screen and (max-width: 763px) { #uGthJGi9vO3UlEu1KTQn8ArFaFwysz01 { width:20rem;height:26.0625rem;top:1.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(71,58,183,0.2) ;display:block; }
 }