.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,221,236;--color-primary-1:250,142,193;--color-primary-2:244,29,130;--color-primary-3:122,15,65;--color-primary-4:37,4,20;--color-secondary-0:255,248,204;--color-secondary-1:255,233,102;--color-secondary-2:255,219,0;--color-secondary-3:255,127,0;--color-secondary-4:51,44,0;--color-tertiary-0:255,255,255;--color-tertiary-1:77,77,77;--color-tertiary-2:55,55,55;--color-tertiary-3:56,46,46;--color-tertiary-4:0,0,0;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Cormorant Garamond"; }@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:#eef8ff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dc117660-5bd7-46d7-bc47-7c618f206b2a/BANERGRA_Bezmamy.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:31.0625rem;left:0rem;display:block; }
#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.adaptive-delivery-prevent-bg, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyload, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyloading { background-image: none; }
#zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:2.8125rem;top:21.75rem;left:31.7265625rem;overflow:hidden;display:none; }
#JomXlAK3KvK6gSmm1Qdf3TthTRXdKdfe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:18.4375rem;top:0rem;left:26.129560470581rem;overflow:hidden;display:block; }
#PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:2.625rem;font-weight:700;z-index:14997;line-height:1.1;letter-spacing:0;top:21.4375rem;left:40.25rem;height:8.66015625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;color:#4e5873;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:22.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:poppins;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #089995, #008783);background-image: -moz-linear-gradient(90deg, #089995, #008783);background-image: -ms-linear-gradient(90deg, #089995, #008783);background-image: -o-linear-gradient(90deg, #089995, #008783);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#089995', endColorstr='#008783' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#089995', endColorstr='#008783' );";background-image: linear-gradient(90deg, #089995, #008783);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:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.9375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:14.3125rem;height:3.8125rem;font-family:var(--headlines-font-family);overflow:hidden;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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:lato;font-size:0.75rem;font-weight:400;color:#4e5873;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .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; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.125rem;left:45.0625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.75rem;line-height:1.3;font-weight:400;color:#4e5873;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.5625rem;left:48.625rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.1875rem;width:25.9375rem;top:1.0625rem;left:48.125rem;display:block; }
#CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { color:#4e5873;display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.8125rem;left:49.375rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(7,7,7,0.21) ;height:32.25rem;width:25.9375rem;top:2.6866321563721rem;left:48.125001907349rem;display:block; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.1855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:49.5rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:9.5625rem;left:63.3125rem;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:rgba(var(--color-tertiary-2),1);display:block;width:10.0625rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:10rem;left:63.1875rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NiERvrgrVEmMWq5t6qlLzo5NEPmebimT { color:#4e5873;display:block;width:13.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:6.0677084922791rem;left:28.723958969116rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KuN1KBl6a83crUTCbhFeqXUQ6eVAxHTc { color:rgba(var(--color-primary-2),1);display:block;width:23.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:7.5618491172787rem;left:23.467882156372rem;height:4.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XUNWAsnZTPFLdzNlGan5OvKe0FrtLDT8 { color:#4e5873;display:block;width:23.686rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:25.794271469116rem;left:23.504777908325rem;height:5.3375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FOTOQmmPsmCOeasy9aaPopHKLsFMCg6w { box-sizing:content-box;height:3.49935rem;width:19.3120625rem;position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #abbed7, #61759c);background-image: -moz-linear-gradient(90deg, #abbed7, #61759c);background-image: -ms-linear-gradient(90deg, #abbed7, #61759c);background-image: -o-linear-gradient(90deg, #abbed7, #61759c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );";background-image: linear-gradient(90deg, #abbed7, #61759c);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.748047828674rem;left:25.691190719604rem;border-top-right-radius:5rem;border-bottom-right-radius:5rem;border-bottom-left-radius:5rem;border-top-left-radius:5rem;display:block; }
#R6g2du1HXLHdmFoTfzaxOdGZVXSNBKEa { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:5.24956875rem;top:31.932510375976rem;left:45.753038406372rem;overflow:hidden;display:block; }
#ZszPbfcpHmgZfTTVBEiubvfWnJTf3AkJ { position:absolute;display:block;z-index:14996;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:17.8125rem;width:17.8125rem;top:10.560981750488rem;left:41.184900283814rem;overflow:hidden;display:block; }
#rG4224W9yPMtyKfyyfOgyPMCJob7WdcG { color:#ffffff;display:block;width:21.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:11.810981750488rem;left:24.691625595092rem;height:3.71875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#phEBRnqZcOQSe4vPNBxesDP6Rh36RmeP { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.68685rem;width:5.68685rem;top:2.4375rem;left:45.1875rem;overflow:hidden;display:block; }
#myTA55ucJhAEsZJHnrkHcwI4Kzi52iVn { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.436625rem;width:11.436625rem;top:15.247396469116rem;left:29.628908157349rem;overflow:hidden;display:block; }
#xPeQlXuPZNlJTGLK0iMTG5kPTHx2lEiv { position:absolute;display:block;z-index:14994;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:28.186875rem;width:28.186875rem;top:1.062283039093rem;left:2.9372844696045rem;overflow:hidden;display:block; }
#ZXpnRu1TUoinDOvdFcE3nbB5yPhn4dQW { position:absolute;display:block;z-index:14997;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:9.375rem;width:9.375rem;top:4.392361164093rem;left:0rem;overflow:hidden;display:block; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { background-color: transparent; background-image: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { display: none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .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); }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#ld3P6UgnGBlqx0lkMUpXVvdqRX2O63IS { color:#ffffff;display:block;width:33.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.3843307495117rem;left:4.1927089691162rem;height:2.32486875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b9Tyt1oDlGZf4bkTCOiTVrCRTvu4e7sE { color:rgba(var(--color-tertiary-1),1);display:block;width:32.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:18.375rem;left:5.75rem;height:5.36133125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NW4ldKJgk6PATITqz7dvQtJ6NN6VV8HJ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:29.3125rem;top:2.6875rem;left:42.5rem;overflow:hidden;display:block; }
#CnqJQmHiWI1hNNMS2Eq4JP9LcQkyMimx { color:rgba(var(--color-tertiary-1),1);display:block;width:31.436625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:21rem;left:5.75rem;height:8.93555rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h51DNNFeJWWFc2dhT9Jd02SxNymJdTNT { box-sizing:content-box;height:15.3125rem;width:36.624375rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.630860328674rem;left:2.7560768127441rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#FSJy8vn6lenuDXxrWXf6kUzP4vziKmSq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:24.75rem;left:43.625rem;overflow:hidden;display:block; }
#ZBM4yc4JeREmni5T2BRqA61RycoGmksX { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:10.5rem;top:24.75rem;left:44.375rem;overflow:hidden;display:block; }
#FmKKLucWwfqnqJTup8fMyPmD16Af8TXd { position:absolute;display:block;z-index:15043;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:17.3730625rem;width:17.3730625rem;top:0rem;left:56.546228408814rem;overflow:hidden;display:block; }
#JdzITmCT0i8zFbvdUMCkRG0oiO97gvBR { box-sizing:content-box;height:13.75rem;width:37rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #abbed7, #61759c);background-image: -moz-linear-gradient(90deg, #abbed7, #61759c);background-image: -ms-linear-gradient(90deg, #abbed7, #61759c);background-image: -o-linear-gradient(90deg, #abbed7, #61759c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );";background-image: linear-gradient(90deg, #abbed7, #61759c);background-size:auto !important;top:1.4991321563721rem;left:2.568359375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Pg7EM6oauyFoP68WWLFTXVCh0sW1lnAP { color:#ffffff;display:block;width:33.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.498481750488rem;left:4.1927089691162rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ugn94rhKJSbHk9tsQSDKQg0ILtfkKwhs { box-sizing:content-box;height:4.56055rem;width:23.3735rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.0199642181396rem;left:8.6284732818606rem;border-top-right-radius:4.375rem;border-bottom-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-top-left-radius:4.375rem;display:block; }
#kEHAfQeKd7izUUxmS1GqTw0hHXdQ2iU2 { color:#ffffff;display:block;width:20.4373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:7.0863723754881rem;left:10.097658157349rem;height:2.32486875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container { background-color: transparent; background-image: none; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container > .video-iframe-container { display: none; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row > .video-iframe-container { display: none; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .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); }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container { border-width: 0; border-radius: 0; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:75rem;position:relative;display:block; }#U2av35L0WDeJCpDyoB3RPAF1Z1IXx7xp { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(100,0,181,0.5);top:1.6875rem;left:19.96875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .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; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-text.counter-number { border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;font-style:normal; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q { 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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:19.5rem;height:5.4375rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:6.4365234375rem;left:27.4375rem;z-index:15001; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #OTkwyhkwTnDKyJCxmBsLsK4WXP1s44AO { display:flex;position:relative;top:0rem;left:0rem; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #VVQPXDFRml5RNMq9XLzh8EHuNeW3znlR { width:auto; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nK5nGSg9AKBwR7Kr6iR6oA4xIxJ8Ju73 {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #xZudIKwambODiEAJJBkvsAiDfMVtKZTt { display:flex;position:relative;top:0rem;left:0rem; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #yu3mwpTpdZzOqPXctOli6nSlpPwPQ8rr {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AkuiT3TTRb8lAzp02GKorqeibirK9J83 {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nOClP8T0nFu6Idq1bZvPFcD6GTTlo0Qa { display:flex;position:relative;top:0rem;left:0rem; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #GSD7bOwmXma4vvJz3ZIxHtQuLAPynQdp {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #FBDo4yU7KvToL5oNR6EwETssn9epQGV6 {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AZhSBBuIWVlwtRNTwhCwpfIO1f6NPGq0 { display:flex;position:relative;top:0rem;left:0rem; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #R4hlE5Rfy3IDZ2e80QkkodFya8GZS7Wy {  }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #l8rwTXSNmTO31ZUZ1yAGQrl0dC817XSc {  }
#ECRMhA7Fq8PvLTOwBDgWm6M99A2AXvEt { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:6.4375rem;top:1.6875rem;left:2.40625rem;overflow:hidden;display:block; }
#goAM1F39wvORlcC4Ccvah20lfeC0dpsF { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:5.5859375rem;left:54.21875rem;overflow:hidden;display:block; }
#qSZc7QGokpwWA3HpuCZGWL7tuHc7pUzq { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.4375rem;top:1.23046875rem;left:60.65625rem;overflow:hidden;display:block; }
#J80rd2dRANHJBoGbcvwgFmQTcJCOrh4v { position:absolute;display:block;z-index:15004;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:6.4375rem;width:6.4375rem;top:5.9990234375rem;left:9.71875rem;overflow:hidden;display:block; }
#PfVlBmkTcyRVJdPIaqwQqkGF4stm3gZg { position:absolute;display:block;z-index:15004;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:7.625rem;width:7rem;top:5.5859375rem;left:65.578125rem;overflow:hidden;display:block; }
#UpLbWafcqR7KNZe95UoLUTddLLFVl2do { position:absolute;display:block;z-index:15004;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:3.25rem;width:3rem;top:2.01171875rem;left:16.15625rem;overflow:hidden;display:block; }
#fwnadfLdrxcygUyxr94paVEma8MmO5JS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #abbed7, #61759c);background-image: -moz-linear-gradient(90deg, #abbed7, #61759c);background-image: -ms-linear-gradient(90deg, #abbed7, #61759c);background-image: -o-linear-gradient(90deg, #abbed7, #61759c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );";background-image: linear-gradient(90deg, #abbed7, #61759c);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container { background-color: transparent; background-image: none; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container > .video-iframe-container { display: none; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row > .video-iframe-container { display: none; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .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); }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container { border-width: 0; border-radius: 0; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#ZoTbMDtuyRR2IVcPzWEtcf6s7JHtC6Qg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;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(--headlines-font-family);font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:4.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:7.3203125rem;left:29.1875rem;display:block; }
#GFaTpkAam1ZAHNcCF38maZ91l8aq80XS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZ4X06p7avR0i6NLVwwZVoqs9znrTg78 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:8.46875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#089995;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; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container { background-color: transparent; background-image: none; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container > .video-iframe-container { display: none; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row > .video-iframe-container { display: none; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .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); }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container { border-width: 0; border-radius: 0; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container { font-size:0.875rem;font-family:arial;height:0.375rem;width:75rem;position:relative;display:block; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/9b0a632f-d33a-40f3-954d-93cb5c114b4f/FOTODESKTOP.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.adaptive-delivery-prevent-bg, #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.lazyload, #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.lazyloading { background-image: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { background-color: transparent; background-image: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container > .video-iframe-container { display: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container { display: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .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); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { border-width: 0; border-radius: 0; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#dq8uDoGPMPZwGWXSxFf9TVHf59qxHbex { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#n6Z8feWTIqiPckMaFquvSBNbWscDvpZx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#OnOQxnCgCPhNFi7adlQLfbGaxpXF4tpL { color:rgba(var(--color-tertiary-1),1);display:block;width:38.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.5615234375rem;left:30.599609375rem;height:8.287125rem;text-align:center;text-align-last:center;display:block; }
#bTUnlL9ohExIlSwp72dBLb4L5O9yT54M { color:#1f374a;display:block;width:22.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:20.5rem;left:38.944010257721rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bA3XDTlGGWwxL1VK0kWeSwgvfC2MGudz { color:#f41d82;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:15.845703125rem;left:28.748046875rem;height:3.575rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BGWMeqFdPsTn2x8CBUJt0y73iMGRZUId { position:absolute;display:block;z-index:15040;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:9.1875rem;width:9.1875rem;top:26.6875rem;left:64.6875rem;overflow:hidden;display:block; }
#ZUPIJy7hSfDLRmbkg2k0QFLkD6eFNvrp { box-sizing:content-box;height:19.75rem;width:46.6875rem;position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(243deg, #eff6ff, #ffffff);background-image: -moz-linear-gradient(243deg, #eff6ff, #ffffff);background-image: -ms-linear-gradient(243deg, #eff6ff, #ffffff);background-image: -o-linear-gradient(243deg, #eff6ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff6ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff6ff', endColorstr='#ffffff' );";background-image: linear-gradient(243deg, #eff6ff, #ffffff);background-size:auto !important;top:4.78125rem;left:26.562500476837rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.2493515014649rem;left:32.749567031861rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.124568939209rem;left:36.250001907349rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.124568939209rem;left:40.625001907349rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.124568939209rem;left:29.124349594116rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:31.0625rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:2.8125rem;height:4.3125rem;top:21.75rem;left:18.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JomXlAK3KvK6gSmm1Qdf3TthTRXdKdfe { width:18.4375rem;height:5.24956875rem;top:0rem;left:12.504560470581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { width:9.75rem;height:2.875rem;top:29.6875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22rem;height:28.125rem;top:8.125rem;left:23.25rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22rem;height:28.125rem;top:7.5625rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:1.0625rem;left:21.8125rem;width:25.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { top:5.8125rem;left:24.625rem;width:23.125rem;height:1.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:2.625rem;left:21.8125rem;width:25.9375rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:1.875rem;left:24.625rem;width:23.125rem;height:2.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:9.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:10rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiERvrgrVEmMWq5t6qlLzo5NEPmebimT { width:13.1875rem;height:2.0625rem;top:6.0625rem;left:15.098958969116rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuN1KBl6a83crUTCbhFeqXUQ6eVAxHTc { width:23.625rem;height:4.1875rem;top:7.5rem;left:9.8428821563719rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUNWAsnZTPFLdzNlGan5OvKe0FrtLDT8 { width:23.625rem;height:5.3125rem;top:25.75rem;left:9.879777908325rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOTOQmmPsmCOeasy9aaPopHKLsFMCg6w { width:19.25rem;height:3.4375rem;top:11.6875rem;left:12.066190719604rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6g2du1HXLHdmFoTfzaxOdGZVXSNBKEa { width:5.1875rem;height:5.1875rem;top:31.875rem;left:32.128038406372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZszPbfcpHmgZfTTVBEiubvfWnJTf3AkJ { width:17.8125rem;height:17.8125rem;top:10.5rem;left:27.559900283814rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG4224W9yPMtyKfyyfOgyPMCJob7WdcG { width:21rem;height:3.6875rem;top:11.75rem;left:11.066625595092rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #phEBRnqZcOQSe4vPNBxesDP6Rh36RmeP { width:5.625rem;height:5.625rem;top:2.4375rem;left:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTA55ucJhAEsZJHnrkHcwI4Kzi52iVn { width:11.375rem;height:11.375rem;top:15.1875rem;left:16.003908157349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeQlXuPZNlJTGLK0iMTG5kPTHx2lEiv { width:28.125rem;height:28.125rem;top:1rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXpnRu1TUoinDOvdFcE3nbB5yPhn4dQW { width:9.375rem;height:9.375rem;top:4.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld3P6UgnGBlqx0lkMUpXVvdqRX2O63IS { width:33.8125rem;height:2.3125rem;top:3.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9Tyt1oDlGZf4bkTCOiTVrCRTvu4e7sE { width:32.1875rem;height:5.3125rem;top:18.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW4ldKJgk6PATITqz7dvQtJ6NN6VV8HJ { width:29.3125rem;height:29.1875rem;top:2.6875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqJQmHiWI1hNNMS2Eq4JP9LcQkyMimx { width:31.375rem;height:8.875rem;top:21rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51DNNFeJWWFc2dhT9Jd02SxNymJdTNT { width:36.5625rem;height:15.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSJy8vn6lenuDXxrWXf6kUzP4vziKmSq { width:5.1875rem;height:5.1875rem;top:24.75rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBM4yc4JeREmni5T2BRqA61RycoGmksX { width:10.5rem;height:10.5rem;top:24.75rem;left:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmKKLucWwfqnqJTup8fMyPmD16Af8TXd { width:17.3125rem;height:17.3125rem;top:0rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdzITmCT0i8zFbvdUMCkRG0oiO97gvBR { width:37rem;height:13.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7EM6oauyFoP68WWLFTXVCh0sW1lnAP { width:33.8125rem;height:;top:11.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugn94rhKJSbHk9tsQSDKQg0ILtfkKwhs { width:23.3125rem;height:4.5rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEHAfQeKd7izUUxmS1GqTw0hHXdQ2iU2 { width:20.375rem;height:2.3125rem;top:7.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw { display:block; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2av35L0WDeJCpDyoB3RPAF1Z1IXx7xp { width:35.0625rem;height:3.875rem;top:1.6875rem;left:6.34375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .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; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .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; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q { width:19.5rem;height:5.4375rem;display:flex;top:6.125rem;left:12.8125rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #OTkwyhkwTnDKyJCxmBsLsK4WXP1s44AO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #VVQPXDFRml5RNMq9XLzh8EHuNeW3znlR {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nK5nGSg9AKBwR7Kr6iR6oA4xIxJ8Ju73 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #xZudIKwambODiEAJJBkvsAiDfMVtKZTt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #yu3mwpTpdZzOqPXctOli6nSlpPwPQ8rr {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AkuiT3TTRb8lAzp02GKorqeibirK9J83 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nOClP8T0nFu6Idq1bZvPFcD6GTTlo0Qa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #GSD7bOwmXma4vvJz3ZIxHtQuLAPynQdp {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #FBDo4yU7KvToL5oNR6EwETssn9epQGV6 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AZhSBBuIWVlwtRNTwhCwpfIO1f6NPGq0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #R4hlE5Rfy3IDZ2e80QkkodFya8GZS7Wy {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #l8rwTXSNmTO31ZUZ1yAGQrl0dC817XSc {  }
 }@media only screen and (max-width: 763px) { #ECRMhA7Fq8PvLTOwBDgWm6M99A2AXvEt { width:6.4375rem;height:7rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goAM1F39wvORlcC4Ccvah20lfeC0dpsF { width:6.4375rem;height:6.4375rem;top:5.5625rem;left:40.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSZc7QGokpwWA3HpuCZGWL7tuHc7pUzq { width:4.4375rem;height:4.8125rem;top:1.1875rem;left:43.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J80rd2dRANHJBoGbcvwgFmQTcJCOrh4v { width:6.4375rem;height:6.4375rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfVlBmkTcyRVJdPIaqwQqkGF4stm3gZg { width:7rem;height:7.625rem;top:5.5625rem;left:40.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpLbWafcqR7KNZe95UoLUTddLLFVl2do { width:3rem;height:3.25rem;top:2rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwnadfLdrxcygUyxr94paVEma8MmO5JS { display:block; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoTbMDtuyRR2IVcPzWEtcf6s7JHtC6Qg { width:16.625rem;height:4.125rem;top:7.3125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFaTpkAam1ZAHNcCF38maZ91l8aq80XS { display:block; }
 }@media only screen and (max-width: 763px) { #OZ4X06p7avR0i6NLVwwZVoqs9znrTg78 { width:47.75rem;height:3.875rem;top:1.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCGXZbmsChPBQsmw3iDJ94EIAWs4452n { display:block; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE { display:block; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8uDoGPMPZwGWXSxFf9TVHf59qxHbex { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6Z8feWTIqiPckMaFquvSBNbWscDvpZx { display:none; }
 }@media only screen and (max-width: 763px) { #OnOQxnCgCPhNFi7adlQLfbGaxpXF4tpL { width:38.9375rem;height:8.25rem;top:7.5rem;left:8.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTUnlL9ohExIlSwp72dBLb4L5O9yT54M { top:20.5rem;left:25.319010257721rem;width:22.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA3XDTlGGWwxL1VK0kWeSwgvfC2MGudz { width:33.4375rem;height:3.5625rem;top:15.8125rem;left:14.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGWMeqFdPsTn2x8CBUJt0y73iMGRZUId { width:9.1875rem;height:9.1875rem;top:26.6875rem;left:38.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUPIJy7hSfDLRmbkg2k0QFLkD6eFNvrp { width:46.6875rem;height:19.75rem;top:4.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.1875rem;left:19.124567031861rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.0625rem;left:22.625001907349rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.0625rem;left:27.000001907349rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.0625rem;left:15.499349594116rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(223deg, #ffffff, #d7eef9);background-image: -moz-linear-gradient(223deg, #ffffff, #d7eef9);background-image: -ms-linear-gradient(223deg, #ffffff, #d7eef9);background-image: -o-linear-gradient(223deg, #ffffff, #d7eef9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7eef9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7eef9' );";background-image: linear-gradient(223deg, #ffffff, #d7eef9);background-size:initial !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6b9caa1d-afa7-42bc-9713-f8ddd76c30bf/mobile_19022x.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.adaptive-delivery-prevent-bg, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyload, #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2.lazyloading { background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:56.9609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:1.125rem;height:1.8125rem;top:13.8134765625rem;left:9.09375rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #JomXlAK3KvK6gSmm1Qdf3TthTRXdKdfe { width:11rem;height:3.3125rem;top:0rem;left:9.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PRE45nKgWFybTvIuCRpHd6sTl6n0D7s9 { width:9.75rem;height:0;top:30.25rem;left:0.625rem;font-size:1.3125rem;z-index:15041;text-align:right;text-align-last:right;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto;color:#4d4d4d; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:2.25rem;margin-bottom:0.25rem;margin-left:2.25rem;background-color:#089995;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.5625rem;overflow:hidden;height:3.75rem;text-align:center;text-align-last:center;font-family:"cormorant garamond"; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:27.875rem;left:0rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:27.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #eZAp8UXwWrkKh1VpOvJ1oJhkG8ZX9ylH {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #reMqeSDgMAThA5B8kviJvoV9JKPN8z5I {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:20rem;height:3.375rem;top:22.1875rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { width:19.1875rem;height:1.54375rem;top:26.375rem;left:0.8125rem;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:20rem;height:31.4375rem;top:22.1875rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:20rem;height:1.94986875rem;top:22.9375rem;left:0rem;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:29.4375rem;left:8.6875rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.4355625rem;height:1.5rem;top:29.9375rem;left:9rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NiERvrgrVEmMWq5t6qlLzo5NEPmebimT { width:5.06185rem;height:1.9121125rem;top:3.9355471134186rem;left:11.787109673023rem;font-size:1.125rem;z-index:15040;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KuN1KBl6a83crUTCbhFeqXUQ6eVAxHTc { width:10.625rem;height:1.40625rem;top:5.409939289093rem;left:8.9364150166512rem;font-size:1.5625rem;z-index:15040;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #XUNWAsnZTPFLdzNlGan5OvKe0FrtLDT8 { width:8.3125rem;height:2.9746125rem;top:17.365234375rem;left:10.061632454395rem;font-size:2.125rem;z-index:15040;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #FOTOQmmPsmCOeasy9aaPopHKLsFMCg6w { width:11.5625rem;height:2.375rem;top:7.1929264068606rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6g2du1HXLHdmFoTfzaxOdGZVXSNBKEa { width:3.62413125rem;height:3.62413125rem;top:21.331380844116rem;left:8.1879342198375rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #ZszPbfcpHmgZfTTVBEiubvfWnJTf3AkJ { width:9.5605625rem;height:9.5605625rem;top:17.364367485046rem;left:1.5440538525581rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rG4224W9yPMtyKfyyfOgyPMCJob7WdcG { width:9.75rem;height:2.5rem;top:7.1299924850462rem;left:9.25021648407rem;font-size:1.5625rem;z-index:15040;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #phEBRnqZcOQSe4vPNBxesDP6Rh36RmeP { width:5.625rem;height:5.625rem;top:58.194474594116rem;left:7.1875rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #myTA55ucJhAEsZJHnrkHcwI4Kzi52iVn { width:9.6875rem;height:9.6875rem;top:8.8465719223025rem;left:9.717882454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPeQlXuPZNlJTGLK0iMTG5kPTHx2lEiv { width:20rem;height:20rem;top:72.637809063719rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZXpnRu1TUoinDOvdFcE3nbB5yPhn4dQW { width:13.125rem;height:13.125rem;top:58.262809063721rem;left:3.4375rem;z-index:14994;display:none; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:block; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ld3P6UgnGBlqx0lkMUpXVvdqRX2O63IS { width:17.7485rem;height:3.44921875rem;top:1.5907135009766rem;left:1.1252171397209rem;font-size:1.4375rem;z-index:15040;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #b9Tyt1oDlGZf4bkTCOiTVrCRTvu4e7sE { width:17.249375rem;height:8.125rem;top:16.758900642395rem;left:1.3747830986977rem;font-size:1.25rem;z-index:15040;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NW4ldKJgk6PATITqz7dvQtJ6NN6VV8HJ { width:17.874375rem;height:17.8125rem;top:37.375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnqJQmHiWI1hNNMS2Eq4JP9LcQkyMimx { width:16.7480625rem;height:11.375rem;top:22.25rem;left:1.6875rem;font-size:1.25rem;z-index:15040;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #h51DNNFeJWWFc2dhT9Jd02SxNymJdTNT { width:18.75rem;height:30.5rem;top:4.375rem;left:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f3f9ff, #ffffff);background-image: -moz-linear-gradient(180deg, #f3f9ff, #ffffff);background-image: -ms-linear-gradient(180deg, #f3f9ff, #ffffff);background-image: -o-linear-gradient(180deg, #f3f9ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f9ff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f3f9ff, #ffffff);background-size:auto !important;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #FSJy8vn6lenuDXxrWXf6kUzP4vziKmSq { width:5.1875rem;height:5.1875rem;top:47.375rem;left:7.75rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ZBM4yc4JeREmni5T2BRqA61RycoGmksX { width:4.74935rem;height:4.74935rem;top:51.4375rem;left:12.9375rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #FmKKLucWwfqnqJTup8fMyPmD16Af8TXd { width:10.5620625rem;height:10.5620625rem;top:33.625rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdzITmCT0i8zFbvdUMCkRG0oiO97gvBR { width:18.75rem;height:15.6875rem;top:-0.16081047058106rem;left:0.62500005960463rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #abbed7, #61759c);background-image: -moz-linear-gradient(90deg, #abbed7, #61759c);background-image: -ms-linear-gradient(90deg, #abbed7, #61759c);background-image: -o-linear-gradient(90deg, #abbed7, #61759c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbed7', endColorstr='#61759c' );";background-image: linear-gradient(90deg, #abbed7, #61759c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7EM6oauyFoP68WWLFTXVCh0sW1lnAP { width:17.6248125rem;height:3.44921875rem;top:9.8415794372556rem;left:1.1870660185814rem;font-size:1.4375rem;z-index:15040;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ugn94rhKJSbHk9tsQSDKQg0ILtfkKwhs { width:19.4375rem;height:3.375rem;top:5.7855911254883rem;left:0.24978309869766rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #kEHAfQeKd7izUUxmS1GqTw0hHXdQ2iU2 { width:20rem;height:1.875rem;top:6.5920143127444rem;left:0rem;font-size:1.5625rem;z-index:15046;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw { display:block; }#riy2xEXdOfecXnrw2ImVEI3aRB7BbMdw > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2av35L0WDeJCpDyoB3RPAF1Z1IXx7xp { width:20rem;height:2.11198125rem;top:1.4160169363022rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-text.counter-number { padding-top:0.429375rem;padding-right:0.3825rem;padding-bottom:0.429375rem;padding-left:0.3825rem;width:2.293125rem;min-width:2.293125rem;height:2.308125rem;font-size:1.7175rem;line-height:36.93px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.268125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0575rem;height:0.9125rem;font-size:0.644375rem;line-height:14.6px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q { width:16.749125rem;height:4.47156875rem;display:flex;top:4.8947486877441rem;left:1.5690105557442rem;z-index:15001;padding-top:0.05375rem;padding-right:0.054375rem;padding-bottom:0.05375rem;padding-left:0.054375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #OTkwyhkwTnDKyJCxmBsLsK4WXP1s44AO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #VVQPXDFRml5RNMq9XLzh8EHuNeW3znlR {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nK5nGSg9AKBwR7Kr6iR6oA4xIxJ8Ju73 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #xZudIKwambODiEAJJBkvsAiDfMVtKZTt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #yu3mwpTpdZzOqPXctOli6nSlpPwPQ8rr {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AkuiT3TTRb8lAzp02GKorqeibirK9J83 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #nOClP8T0nFu6Idq1bZvPFcD6GTTlo0Qa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #GSD7bOwmXma4vvJz3ZIxHtQuLAPynQdp {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #FBDo4yU7KvToL5oNR6EwETssn9epQGV6 {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #AZhSBBuIWVlwtRNTwhCwpfIO1f6NPGq0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #R4hlE5Rfy3IDZ2e80QkkodFya8GZS7Wy {  }
 }@media only screen and (max-width: 763px) { #AKHcey3QPEqf4SeVHDuXpvpAKAWnsP6Q #l8rwTXSNmTO31ZUZ1yAGQrl0dC817XSc {  }
 }@media only screen and (max-width: 763px) { #ECRMhA7Fq8PvLTOwBDgWm6M99A2AXvEt { width:1.75rem;height:1.875rem;top:1.0357146263123rem;left:11.473214626312rem;display:block; }
 }@media only screen and (max-width: 763px) { #goAM1F39wvORlcC4Ccvah20lfeC0dpsF { width:6.4375rem;height:6.4375rem;top:31.8487125rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qSZc7QGokpwWA3HpuCZGWL7tuHc7pUzq { width:4.4375rem;height:4.8125rem;top:39.5362125rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J80rd2dRANHJBoGbcvwgFmQTcJCOrh4v { width:3.6875rem;height:3.6875rem;top:0.62946605682375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfVlBmkTcyRVJdPIaqwQqkGF4stm3gZg { width:7rem;height:7.625rem;top:45.5987125rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpLbWafcqR7KNZe95UoLUTddLLFVl2do { width:3rem;height:3.25rem;top:0.84821677207944rem;left:13.187500476837rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwnadfLdrxcygUyxr94paVEma8MmO5JS { display:block; }#fwnadfLdrxcygUyxr94paVEma8MmO5JS > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZoTbMDtuyRR2IVcPzWEtcf6s7JHtC6Qg { width:11.875rem;height:3.125rem;top:5.5625rem;left:4.09375rem;line-height:1.6;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFaTpkAam1ZAHNcCF38maZ91l8aq80XS { display:block; }
 }@media only screen and (max-width: 763px) { #OZ4X06p7avR0i6NLVwwZVoqs9znrTg78 { width:16.4375rem;height:4.22395625rem;top:0.5625rem;left:1.78125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCGXZbmsChPBQsmw3iDJ94EIAWs4452n { display:block; }#hCGXZbmsChPBQsmw3iDJ94EIAWs4452n > .row .container { width:20rem;height:0.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE { background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/5fc73efc-95fd-472b-a0cd-92f3a7c5d2e9/FOTOMOBILE.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.adaptive-delivery-prevent-bg, #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.lazyload, #DR0UQc51GpM2gkMXohxqU9unLuoGcLVE.lazyloading { background-image: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { background-color: transparent; background-image: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container > .video-iframe-container { display: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container { display: none; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .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); }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { border-width: 0; border-radius: 0; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DR0UQc51GpM2gkMXohxqU9unLuoGcLVE > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dq8uDoGPMPZwGWXSxFf9TVHf59qxHbex { width:20rem;height:20.6875rem;top:0rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:4.75rem;border-top-right-radius:4.75rem;border-bottom-left-radius:4.75rem;border-bottom-right-radius:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6Z8feWTIqiPckMaFquvSBNbWscDvpZx { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #OnOQxnCgCPhNFi7adlQLfbGaxpXF4tpL { width:15.2495625rem;height:9.3424375rem;top:1.5494785308838rem;left:2.3752172589302rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTUnlL9ohExIlSwp72dBLb4L5O9yT54M { width:16.686875rem;height:1.19986875rem;top:13.997395515442rem;left:1.6562501192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bA3XDTlGGWwxL1VK0kWeSwgvfC2MGudz { width:20rem;height:2.4375rem;top:10.514759063721rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BGWMeqFdPsTn2x8CBUJt0y73iMGRZUId { width:2.56185rem;height:2.56185rem;top:4.3109817504883rem;left:15.130209267139rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZUPIJy7hSfDLRmbkg2k0QFLkD6eFNvrp { width:18.625rem;height:17.1875rem;top:0rem;left:0.49869787693024rem;background-color:transparent;background-image: -webkit-linear-gradient(199deg, #eff6ff, #ffffff);background-image: -moz-linear-gradient(199deg, #eff6ff, #ffffff);background-image: -ms-linear-gradient(199deg, #eff6ff, #ffffff);background-image: -o-linear-gradient(199deg, #eff6ff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff6ff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff6ff', endColorstr='#ffffff' );";background-image: linear-gradient(199deg, #eff6ff, #ffffff);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }