.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:254,236,218;--color-primary-1:235,190,183;--color-primary-2:252,162,72;--color-primary-3:151,97,43;--color-primary-4:50,32,14;--color-secondary-0:243,229,225;--color-secondary-1:217,168,154;--color-secondary-2:178,80,52;--color-secondary-3:89,40,26;--color-secondary-4:27,12,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Work Sans";--paragraphs-font-family:"work sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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;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); }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container { background-color: transparent; background-image: none; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container > .video-iframe-container { display: none; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row > .video-iframe-container { display: none; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .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); }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container { border-width: 0; border-radius: 0; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#g5FTXIoLTs9vuh2CgLP9BSJEvAJC2nsA { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:1.6875rem;left:6.25rem;overflow:hidden;display:block; }
#NqkPm8G9xnZrCWsOo4KK6OaCpellfIl9 { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:59.1875rem;display:block; }
#quG8AzG6Z4yr0UU4wb70e07xhRTRDywI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0.25);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4125rem;padding-right:0.370625rem;padding-bottom:0.4125rem;padding-left:0.370625rem;display:block;align-items:center;width:2.22125rem;min-width:2.22125rem;height:2.21625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.65rem;font-weight:700;line-height:35.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .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.2575rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.961875rem;height:0.875625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.61875rem;font-weight:400;line-height:14.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk { 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:rgba(var(--color-tertiary-0),0);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:15.875rem;height:4.17431875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"work sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.9375rem;left:39.625rem;z-index:15010; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #xR42egR9dIUhhpAxtbQgAcHTCMo9NOMA { display:flex;position:relative;top:0rem;left:0rem; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #PyCz6QHuz3wfFArADBGmHpo0DTJXHgOa { width:auto; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #P6kfSkK2NkaPmLNmr70mvXdJ0hdsbPGa {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #yTtupAlKzTayaztfnhr6LLdWXF8ieu25 { display:flex;position:relative;top:0rem;left:0rem; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #rKeCNRNzquHouCx8003IAzCAyJo4XrZw {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #wNFmf47RatBbK6nBmI4Caue8A5xExZBN {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #taoZQDTr66G9Im2nn6enc8RTgQKVxWO2 { display:flex;position:relative;top:0rem;left:0rem; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ruSBLUdEvTZKiVEn3Jez80wbLrl1Hv3d {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #EVLa5AzybrmWeZa7p3RxAtIgD0OtBeHL {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ouXyzTaBcgFt1rdmN3hFo9TbRv7lTQRe { display:flex;position:relative;top:0rem;left:0rem; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #BKzdXKmWsaeUN6QIll98yCVuWXrHwRsf {  }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ezNQVKs17e1WIo5n2fOplgHPMNPCoetT {  }
#Ly8WFtOF3WJTirfe5SLN6oWpm8TsMvIw { position:absolute;display:block;z-index:15004;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.75rem;width:3.0625rem;top:0.625rem;left:18.125rem;overflow:hidden;display:block; }
#bTTbNwJAf8PLNr2CSGTJvG5e2K1WdcXe { position:absolute;display:block;z-index:15005;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.75rem;width:2.625rem;top:0.625rem;left:14.3125rem;overflow:hidden;display:block; }
#DVfT52X60UnNNfkFE7IIhf0bJs2o8RHP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:3.67480625rem;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:none; }
#T9WHofDLiI68RUE0w93uJNizbaGScB9f { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:2.25rem;left:23.875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ESEO8BiVNylcHAgdk4k5FiB7r9UwyXbu { box-sizing:content-box;height:4.1875rem;width:3.625rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OF1mXqhuBATFfn9JhF2T8rhCLVUXEuLR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.375rem;width:2.3125rem;top:3.0625rem;left:0.65625rem;overflow:hidden;display:block; }
#VSMLKASCz9LBU5PazVXFFTKnrrTInRte { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.5rem;width:2.375rem;top:1.21875rem;left:0.625rem;overflow:hidden;display:block; }
#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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;z-index:auto;display:block; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container { background-color: transparent; background-image: none; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container > .video-iframe-container { display: none; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row > .video-iframe-container { display: none; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .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); }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container { border-width: 0; border-radius: 0; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/be090eb6-8705-4d8f-bcfb-38c694e2e157/Gemini_Generated_Image_11zegh11zegh11ze.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.adaptive-delivery-prevent-bg, #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.lazyload, #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.lazyloading { background-image: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { background-color: transparent; background-image: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.54); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container > .video-iframe-container { display: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.54); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row > .video-iframe-container { display: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .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); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { border-width: 0; border-radius: 0; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#SIGMimJIsEgQ6LdwtAzkFPNE4GyiBGnM { color:rgba(var(--color-primary-0),1);display:block;width:50.5rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:400;z-index:15014;line-height:.9;letter-spacing:0;top:5.9375rem;left:12.25rem;height:7.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T16GzdE8sJBzqUvJnDGhrEhWpkEoOE2U { color:rgba(var(--color-primary-0),1);display:block;width:47.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14.875rem;left:14.15625rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-form-header {  }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:22.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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.5625rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-tertiary-4),1);font-size:1.125rem;overflow:hidden;font-family:var(--headlines-font-family);box-shadow: none;vertical-align:top;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);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.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.125rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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.5625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:"work sans";font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:transparent;background-image: -webkit-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -moz-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -ms-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -o-linear-gradient(231deg, #e76d4d, #ff9c83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );";background-image: linear-gradient(231deg, #e76d4d, #ff9c83);background-size:auto !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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:22.5625rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-moz-placeholder { color:rgba(47,47,47,0.56);font-family:var(--headlines-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-moz-placeholder { color:rgba(47,47,47,0.56);font-family:var(--headlines-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-ms-input-placeholder { color:rgba(47,47,47,0.56);font-family:var(--headlines-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-webkit-input-placeholder { color:rgba(47,47,47,0.56);font-family:var(--headlines-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.3125rem;overflow:hidden;font-style:normal;float:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:first-of-type{padding-top:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:last-of-type{padding-bottom:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;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;position:absolute;top:30.9375rem;left:25rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;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;position:absolute;top:30.9375rem;left:25rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX { position:relative;display:none; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #FX8ZLqsxX0bW8X9rwIz4TJfNDDr5uy0o { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #NzFEBvTgVnKuO9wvnWSnxcdV9Iw3OP3A { position:relative;z-index:2; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #WEIfLCHmGEpt9GqTCxWg1T14SnIOBxiB { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 { position:relative; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm { position:relative; }
#qbvpz28B7MDeNVP5wtexnhMd7luxRDA9 { box-sizing:content-box;height:28.625rem;width:26.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.9);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:23.25rem;left:24.3125rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#HOTgow9UIgsOo7hxPruCFBSHPwTeL9uN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.5625rem;left:16.9375rem; }
#MGBZ4NVKNPUWCTVrsGqmmWKROBxHJchS { color:#feecda;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:19.375rem;left:18.8125rem;height:1.75rem;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; }
#BvT78dIm8X7ZGyBJEImfCN8WKRCoK54N { color:#feecda;display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:19.375rem;left:44rem;height:1.75rem;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; }
#OhcWRfGNA1lz1e1wz4uVIgfskcGvb1a4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.5rem;left:42.5rem; }
#DZr7sHmQbgRoJaPIx1mtaIO3Tis0maGQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:19.5625rem;left:30.375rem; }
#bQBby532NXipzwoOqkBStgbEqCTvec0a { color:#feecda;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:19.375rem;left:32.375rem;height:1.75rem;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; }
#oXiwp1Sxa16mD1CueNLxPRCAVQNE3nHg { color:#000000;display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.125rem;left:26.5rem;height:2.375rem;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; }
#xBpfMvx3NSt1cBtsAH30BsHm4OaPXSeL { color:rgba(var(--color-secondary-2),1);display:block;width:21.5rem;position:absolute;font-family:lora;font-size:2rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:25rem;left:26.8125rem;height:4rem;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; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-0),0.25);background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.4125rem;padding-right:0.370625rem;padding-bottom:0.4125rem;padding-left:0.370625rem;display:block;align-items:center;width:2.22125rem;min-width:2.22125rem;height:2.21625rem;position:relative;font-family:var(--headlines-font-family);font-size:1.65rem;font-weight:700;line-height:35.46px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .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.2575rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.961875rem;height:0.875625rem;position:relative;font-family:var(--headlines-font-family);font-size:0.61875rem;font-weight:400;line-height:14.01px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L { 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:rgba(var(--color-tertiary-0),0);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:15.875rem;height:4.174375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"work sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.9375rem;left:20.5rem;z-index:15010;display:none; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ozfrBk3T9DrPHUVo5GySoKBrxIHo4Ide { display:flex;position:relative;top:0rem;left:0rem; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #gJodb7M6nvczEKfOHC2ETVrzxNV5ppGF { width:auto; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VR0fwypxDB5sv9cFzGaaGNPQhsO0dVSQ {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #z0ftzLgfr4Gi8wme9f2BvXbtNoWz9qnx { display:flex;position:relative;top:0rem;left:0rem; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #u7VRvbZPXO71E2Tu4HpbL37qQuTAB97k {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VcBJDzTEUTUOdrkzc2dvezK6gfyAHMzU {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #QKdCg8yWMUTrt2TXS772sipAMZGW4Xqm { display:flex;position:relative;top:0rem;left:0rem; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #CWXOVGuFS29D5HrkgsQrvTvBFMIypIVN {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #nDQAXADDdWN8Po6yTU7McgrmR90f0y0m {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #JgV7T3VkbQ2ZHvehEIJXLWrEHTIHOFZE { display:flex;position:relative;top:0rem;left:0rem; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #LhtyMlGnAtW1bXvV39eAe99HtwznxzXM {  }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ZkmBp8Mg7toHcPBo6WS5tInRDSSN6MKJ {  }
#deUohoN80WIL1LiuvEmTkdHogiK5aZGX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));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; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { background-color: transparent; background-image: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container > .video-iframe-container { display: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container { display: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .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); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { border-width: 0; border-radius: 0; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#JyqF6sna12cl1zi0uE8uA3eTAh4gAcET { color:#2f2f2f;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.25rem;left:2.5625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#wnuh5T276JqIuLRV00pKENOL5GiMdWcX { color:rgba(var(--color-secondary-2),1);display:block;width:33.5625rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:7.75rem;left:2.5625rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOdndS4ezyORcCw53EW5O07p7OsDyTAd { color:rgba(var(--color-secondary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:5.3125rem;left:2.5625rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#WweLOcxANJPA21GWguFAKkhgs0diQGQK { box-sizing:content-box;height:6.0625rem;width:0.125rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:2.5625rem;display:block; }
#k6gQ52Ttw67mDU8vCDzBi9bDM2q8GrJ0 { color:rgba(var(--color-secondary-2),1);display:block;width:26rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:22.5625rem;left:3.625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#lMkdV766H20knDF9Ob6T2TAdA6DS37PD { color:#2f2f2f;display:block;width:35.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:15.25rem;left:2.5625rem;height:5.25rem;text-align:left;text-align-last:left;display:none; }
#csPm7NlNaCTVzSHJvTmeosSFSsq9MduP { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:23.625rem;width:35.4375rem;top:4.78125rem;left:39.5625rem;overflow:hidden;display:block; }
#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), #ffb5a6);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), #ffb5a6);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), #ffb5a6);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), #ffb5a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb5a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#ffb5a6' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), #ffb5a6);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; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container { background-color: transparent; background-image: none; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container > .video-iframe-container { display: none; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row > .video-iframe-container { display: none; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .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); }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container { border-width: 0; border-radius: 0; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:75rem;position:relative;display:block; }#ZQX6cczN6EbLD243pobHJyzl4KmAFACp { color:rgba(var(--color-secondary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.75rem;left:23.25rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#DxT0QT9urJmOsJ6V5UaAkqLwPbWNcG1K { color:rgba(var(--color-secondary-2),1);display:block;width:67.5625rem;position:absolute;font-family:lora;font-size:4.375rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:4.32421875rem;left:3.6875rem;height:8.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT6BAFkNsmbMEWCQfbk8NSK4RWdQ4sxZ { color:#2f2f2f;display:block;width:38rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:15.25rem;left:18.5rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#GDXLZsRPMS6JMyIbrkG8Xu1asVh2iudB { box-sizing:content-box;height:18.5rem;width:20.625rem;position:absolute;display:block;z-index:15014;background-color:#f8f2e7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:28.5625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#ZdgnU9q7NI9pIWxg3aWBiGGpVPTH4X1e { box-sizing:content-box;height:18.5rem;width:20.625rem;position:absolute;display:block;z-index:15015;background-color:#f8f2e7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:51.5rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#QogCUytw2iaCpE73NiX6iETd2hvncm4R { box-sizing:content-box;height:18.5rem;width:20.625rem;position:absolute;display:block;z-index:15016;background-color:#f8f2e7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.5rem;left:5.375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#zwq4NNs6FfoKcdJ7aHSG5cC0Rf3UCgNa { color:#2f2f2f;display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:30.75rem;left:30.3125rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#bcXoXSgXCIW4vXSbD8XdnaUXx91EExfv { color:#2f2f2f;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:29.9619140625rem;left:53.25rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#Eiv9J4go6crbBDnKZdEVrgqG6mTe1EVr { color:#2f2f2f;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:29.3125rem;left:7.3125rem;height:4.6875rem;text-align:left;text-align-last:left;display:block; }
#r6g8nVToQdzkxNEtZ5O7AaMGxlZ03smH { color:rgba(var(--color-secondary-2),1);display:block;width:16.8125rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:26.75rem;left:30.5rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ifGlgSopcawW5M0m4VDpx9qRtBlRf0xM { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -moz-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -ms-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -o-linear-gradient(180deg, #f4aeb0, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #f4aeb0, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:30.3125rem;display:block; }
#Khmw1f3307iVPi6UShOwEJTPRkPip6yJ { color:rgba(var(--color-secondary-2),1);display:block;width:16.8125rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.1;letter-spacing:0;top:26.75rem;left:53.40625rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAlLnxWD8sSGSPZHIxX72x4lGiVEafbS { color:rgba(var(--color-secondary-2),1);display:block;width:16.8125rem;position:absolute;font-family:lora;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:26.8125rem;left:7.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXim2Vigbp3M3osJxTdu0wZMRGiI4qTZ { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -moz-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -ms-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -o-linear-gradient(180deg, #f4aeb0, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #f4aeb0, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:53.25rem;display:block; }
#vq27SLgkTvskeTxmWr0zWMN6LokZxwZ4 { box-sizing:content-box;height:3.625rem;width:3.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -moz-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -ms-linear-gradient(180deg, #f4aeb0, #fca248);background-image: -o-linear-gradient(180deg, #f4aeb0, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4aeb0', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #f4aeb0, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:7rem;display:block; }
#xyaWJSSN7DzDqQax543RbfWpXeuBC6nF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:22.5625rem;left:30.75rem; }
#fEr1UUpxre5CzhBQlsK7iP7LtyLFKqf1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23rem;left:54.0625rem; }
#tbTsnnpLrCIgDvIWFJUHvWuFlsd1BqxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.75rem;left:7.5625rem; }
#Uh6AzbbQVqw5VNrhXkwqa6LeXnedonJ0 { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -moz-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -ms-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -o-linear-gradient(231deg, #e76d4d, #ff9c83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );";background-image: linear-gradient(231deg, #e76d4d, #ff9c83);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.8125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.125rem;left:29.65625rem;display:block; }
#XEVT87Dh0HeMwUpw2ooD29G8BWcctnDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));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; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { background-color: transparent; background-image: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container > .video-iframe-container { display: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container { display: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .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); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { border-width: 0; border-radius: 0; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#k1kyALrBhyBcxm7COaSo7zJdGPGfupNs { color:#2f2f2f;display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:41.4375rem;height:9.375rem;text-align:left;text-align-last:left;display:block; }
#HUcoTvNdvhRWk7klOodzDydx9zUydJVJ { color:rgba(var(--color-secondary-2),1);display:block;width:31.75rem;position:absolute;font-family:lora;font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:8.0625rem;left:41.4375rem;height:9.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tuo6cP6Q9Iz02oQwi8iTsiHQrJXav5tr { color:rgba(var(--color-secondary-2),1);display:block;width:32.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:6.125rem;left:41.437500953674rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#x9o5TTQWVrk5AtG0ycLHQNJGfAcJNLxn { color:#2f2f2f;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:32.75rem;left:43.125rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#vnT5xyDKCvRDRkVEOaZdLCN0ZVZNzDmL { color:#2f2f2f;display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:32.75rem;left:57.9375rem;height:3.5625rem;text-align:left;text-align-last:left;display:block; }
#NCzR6hVwHTcVvE41SWxdf9yTTFd6CUWK { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:33rem;left:41.4375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#feUx2EgEFUr3TJGQ0ciZxSaax5lNemNc { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:32.75rem;left:56.1875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qm6yIUK1PU8E7NVXbE8JvXXJcUpOm0v5 { color:#2f2f2f;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:37.6875rem;left:43.125rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#cxUIORgS1MFCTQmCrX445prX8ZeKa7Ds { color:#2f2f2f;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:37.6875rem;left:57.9375rem;height:2.375rem;text-align:left;text-align-last:left;display:block; }
#y67TNH8aqBiI9RX2noZ2asaxULTwxI6u { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:37.6875rem;left:56.1875rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sv2XDGwh0al9kAFccrhJPwkcBdwHQPBb { color:rgba(var(--color-secondary-2),1);display:block;width:1.5625rem;position:absolute;font-family:lora;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:37.9375rem;left:41.4375rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uJTnsT2b7tdvoazsdR2DpmT2FZU6x2G1 { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.1875rem;left:41.4375rem;display:block; }
#Wsn0P8NINIWXGkTfeQXZtgaX2hMDy1Qk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.7) ;height:32.375rem;width:25.875rem;top:7.53125rem;left:5.8125rem;overflow:hidden;display:block; }
#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #fdb996);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #fdb996);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #fdb996);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #fdb996);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fdb996' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#fdb996' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #fdb996);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; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container { background-color: transparent; background-image: none; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container > .video-iframe-container { display: none; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row > .video-iframe-container { display: none; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .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); }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container { border-width: 0; border-radius: 0; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container { font-size:0.875rem;font-family:arial;height:72.0625rem;width:75rem;position:relative;display:block; }#wIbeGi7UeXdOTFivIK2sSB50Fw2aoAON { color:rgba(var(--color-primary-0),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:3.875rem;left:19.15625rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#JoLolGCJ15ufrGNzN4l8i8fHwkt8HHDK { color:rgba(var(--color-primary-0),1);display:block;width:70.3125rem;position:absolute;font-family:lora;font-size:3.6875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:6.5rem;left:2.34375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wOEH4STKMIJQcVGrG90HKgy6mpz8hl2W { color:rgba(var(--color-primary-0),1);display:block;width:57.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:11.75rem;left:8.65625rem;height:4.6875rem;text-align:center;text-align-last:center;display:block; }
#BIIEDxWJePqUF4O5GLSXgMqqhIgvcCW1 { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:17.875rem;top:19.375rem;left:0rem;overflow:hidden;display:block; }
#Gp1Tp7V0MaEyKdgQTiuLFAFo0hDZ3EcS { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:17.8125rem;top:21.9375rem;left:57.1875rem;overflow:hidden;display:block; }
#K8RAndNJiVDwZr3AMR6UmfXTaeoq05KN { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:17.8125rem;top:19.375rem;left:37.9375rem;overflow:hidden;display:block; }
#idTNNQnXrH7yZyg1anIhRGnO6wesE8so { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:30.625rem;width:17.8125rem;top:22.0625rem;left:19.0625rem;overflow:hidden;display:block; }
#IVhCZDb9QBAb3iRyXW3u2tB5cdafAWMz { position:absolute;display:block;z-index:15000;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:62.5rem;width:62.5rem;display:none; }
#htQ8JpUX36TcncDwyuhN4RXxdx7ES4t9 { position:absolute;display:block;z-index:15000;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:62.5rem;width:62.5rem;display:none; }
#DJfzEJuQqNl2Er8o2tlwHAba67s1WqqM { position:absolute;display:block;z-index:15000;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:62.5rem;width:62.5rem;display:none; }
#lEw4VGtm9kXAh92IThKiye5LqpkitLDm { position:absolute;display:block;z-index:15000;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:62.5rem;width:62.5rem;display:none; }
#TAwymHmQ6X7zyiEUmeIncnZtAQPWURzm { box-sizing:content-box;height:12.5rem;width:23.6875rem;position:absolute;display:block;z-index:15019;background-color:rgba(255,255,255,0.34);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:55rem;left:0rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#gT5PW7OmyNTMpXBr8wKWysF7TEvc6yF7 { 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:15026;opacity:1;top:56.8125rem;left:1.6875rem; }
#VsUbSBqr9mpr8eCbR96OCvQNTJcgf2Qp { box-sizing:content-box;height:12.5rem;width:23.6875rem;position:absolute;display:block;z-index:15020;background-color:rgba(255,255,255,0.34);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:55rem;left:25.625rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#RZlbx54rNIw3iQ8TbVm3Eut2apS8lZ1m { 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:15027;opacity:1;top:56.4375rem;left:27.3125rem; }
#mdc9gsONAPTZ0ykLJXVvCGvmylrLKM8s { box-sizing:content-box;height:12.5rem;width:23.6875rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.34);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);top:55rem;left:51.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#KVGNzk3WG2R3aG0NvUUL5S5DQEVfmuEx { 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:15028;opacity:1;top:56.8125rem;left:52.875rem; }
#X4UFRDbJRc6sQh01DZQmZwdPbPDlk8K9 { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:59.0625rem;left:1.6875rem;height:3.5rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#eFSfLBk2TU5go1E8Sw2HrLpzWEGngx8W { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:65.125rem;left:1.6875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#tP23Etat1TndnG1sVH2UnKfGkg9cNXal { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:59.0625rem;left:27.3125rem;height:5.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#UpQfST9w3G1IEdSmR52UuvIbEdGhsbMJ { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:65.125rem;left:27.3125rem;height:1.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#WhrqpNDEEzGobwIhatKcH38HhtQBgarS { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:59.0625rem;left:52.875rem;height:5.25rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#acqDpPBQfFWBAehHycwxzzNhkitop1kh { color:rgba(var(--color-secondary-2),1);display:block;width:20.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:65.125rem;left:52.875rem;height:1.375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-0),1));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; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { background-color: transparent; background-image: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container > .video-iframe-container { display: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container { display: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .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); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { border-width: 0; border-radius: 0; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#ov6k5T573kATD6zIB3zX1zI2yQlAaTae { color:rgba(var(--color-secondary-2),1);display:block;width:31rem;position:absolute;font-family:lora;font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:9.75rem;left:3.3125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NuGqhIZF9qT0U7cTDa2yMh6iXSAZoQn3 { color:rgba(var(--color-secondary-2),1);display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:7.8125rem;left:3.3125rem;height:1.5625rem;text-align:left;text-align-last:left;display:block; }
#iUPCxTid6iAt6elw7Kbt0lzBFbJB1H7i { color:rgba(var(--color-secondary-2),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:16.1875rem;left:7.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#tdFrE6bTZHfNKkTNbnRsrnV9TFf5RMft { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -moz-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -ms-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -o-linear-gradient(180deg, #ecbdbe, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #ecbdbe, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:3.3125rem;display:block; }
#XwvoXWLseP63yZKiTb6N3IaFQ1ma8DnQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:16.84375rem;left:3.96875rem; }
#dooTF5D2K7aEQSxz4lNninKSxZBQLupF { color:rgba(var(--color-secondary-3),1);display:block;width:16.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:18.125rem;left:7.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RvZDSoxFbaToBvK22tJcpt3eTZ5XSpvE { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.125rem;left:3.1875rem;display:block; }
#u3RPdta9WqawAPqeXaDLw0sIl7GLiRWu { box-sizing:content-box;height:0.125rem;width:31.0625rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.125rem;left:3.21875rem;display:block; }
#zQIqKmqDSTPrRRt1e6H19IOUJsiG81Fe { color:rgba(var(--color-secondary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:27.625rem;left:7.875rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OtHT3biy95gZzBI2bE5u47wL83xoRFGb { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -moz-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -ms-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -o-linear-gradient(180deg, #ecbdbe, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #ecbdbe, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24rem;left:3.3125rem;display:block; }
#mRkyXmiiKp1aWf3XrTzPm41zpPEiyf0f { color:rgba(var(--color-secondary-3),1);display:block;width:16.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:25.9375rem;left:7.875rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uNFkgdTmi2IPPTnp5v9OMfvNXm2tcpfZ { color:rgba(var(--color-secondary-2),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:24rem;left:7.875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#UdZhevmVyU1ohLM6sKQVzcZRqVVrLwiA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:24.6875rem;left:3.9375rem; }
#HBVEeEFl8t9fwrNH3ApAx0svGOTXE4As { box-sizing:content-box;height:3.25rem;width:3.25rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -moz-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -ms-linear-gradient(180deg, #ecbdbe, #fca248);background-image: -o-linear-gradient(180deg, #ecbdbe, #fca248);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecbdbe', endColorstr='#fca248' );";background-image: linear-gradient(180deg, #ecbdbe, #fca248);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.75rem;left:3.375rem;display:block; }
#LFgOAXhyS1Mab7m9wgJd7Kg3xrR4dhnv { color:rgba(var(--color-secondary-3),1);display:block;width:16.9375rem;position:absolute;font-family:lora;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.1;letter-spacing:0;top:34.6875rem;left:7.9375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kG5kV4cMGJFJX1upm0qMTNQrikxtPGRX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.4375rem;left:4rem; }
#vLqulDpf81J01ius2dfcGu3dGwdJr8go { color:rgba(var(--color-secondary-2),1);display:block;width:4.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.4;letter-spacing:0;top:32.75rem;left:7.9375rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#iJd9qTdxQ2Dd8wXKRGi5OzHbW1RbHQiZ { position:absolute;display:block;z-index:15048;height:21.75rem;width:33.0625rem;top:7.8125rem;left:39rem;display:block; }
#sTmNm7FVR91Fz2rO8opwrUJABzdHftzk { box-sizing:content-box;height:11.625rem;width:33.1875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.0625rem;left:38.9375rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#zKXJQscR0hhiGyGG6FPQTrfQRLPCe64b { color:rgba(var(--color-secondary-2),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15025;line-height:1.4;letter-spacing:0;top:34.1875rem;left:41.3125rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#lXLdELVgAzniopOLrIQseSaeRUszuB4Q { color:rgba(var(--color-secondary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15024;line-height:1.1;letter-spacing:0;top:37.1875rem;left:43.25rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FTdxxnkJV0PXZXTREtvUTfTOZWv17iLC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:37.0625rem;left:41.3125rem; }
#fxTBgZpfgiOR6r9akIkHE8AhM7RvrinI { color:rgba(var(--color-secondary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.1;letter-spacing:0;top:39.75rem;left:43.25rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CfFNkFAhIIOCS6o0PgafHnPTibHb2rIc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:39.625rem;left:41.3125rem; }
#Mqxxc4PtxSlwH6iBbtDhlrglUTci5Z18 { color:rgba(var(--color-secondary-3),1);display:block;width:10.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:39.75rem;left:58.3125rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvrVxWArNz6tM9B5xFsEXy95fa9GyhIv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:39.625rem;left:56.375rem; }
#UsCppLTucqVOhfuwczEGCkG4paeTXSQ8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:37.0625rem;left:56.375rem; }
#HLG38I0HTRIcJxIc8QDWdWQcGqV9JMZa { color:rgba(var(--color-secondary-3),1);display:block;width:11.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:37.1875rem;left:58.3125rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bv4DxZKwtcT8tUZdIwp87MymXGVu3hTf { position:absolute;display:block;z-index:15048;height:21.75rem;width:33.0625rem;top:7.8125rem;left:39rem;display:none; }
#NpCZbUkhh1UfgOHMKHPnnFO4RAJQ6vJp { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.8125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30rem;left:28.40625rem;display:none; }
#piJbJCoTtHZbz9zrlQXBbv3DzWL2AcwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ggnw2BKwx5te5O9QEUETCdbKg6t0eWgL { background-color:transparent;background-image: -webkit-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -moz-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -ms-linear-gradient(231deg, #e76d4d, #ff9c83);background-image: -o-linear-gradient(231deg, #e76d4d, #ff9c83);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76d4d', endColorstr='#ff9c83' );";background-image: linear-gradient(231deg, #e76d4d, #ff9c83);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(0,0,0,0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:38.9375rem;left:3.3125rem;display:block; }
#TNPWZTPNwSq7LnzA47eP6gg61TCEbAHP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zLwpRWZDHqRVd9AylObGAFy7c63bPRt4 { color:rgba(var(--color-secondary-3),1);display:block;width:24.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:19.6875rem;left:7.875rem;height:1.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container { background-color: transparent; background-image: none; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container > .video-iframe-container { display: none; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row > .video-iframe-container { display: none; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .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); }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container { border-width: 0; border-radius: 0; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#HRDsQ1HvIaCxm0yaWuyDzOMuxGP3PAlU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:7.1875rem;top:4rem;left:2.375rem;overflow:hidden;display:block; }
#qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE { box-sizing:content-box;color:#5d92ff;font-size:2.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:15017;opacity:1;top:4rem;left:10.625rem; }
#qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa { box-sizing:content-box;color:#5d92ff;font-size:2.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:15018;opacity:1;top:4rem;left:14.125rem; }
#kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#kOrdmIDLx8xvelw8XoXbJEz5RUhD1dVC { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CdXvVayqQlQ0VlTRkHRBerbWyP76dUIZ { color:rgba(var(--color-secondary-2),1);display:block;width:10.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:6.6875rem;left:64.375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#LTHyOEbuc4nithHRi15IMDbdCuXehnv0 { color:rgba(var(--color-secondary-2),1);display:block;width:8.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.75rem;left:66.9375rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#gT1KSgoLET7Mf7kJTZRpaAqIFI93uxgQ { color:rgba(var(--color-secondary-4),1);display:block;width:25.687rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.75rem;left:49.3125rem;height:1.25rem;text-align:right;text-align-last:right;display:block; }
#M8nBf9UhwvfmOWyrgSfyRx0z1tR4OzOp { color:rgba(var(--color-secondary-2),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:4.693359375rem;left:64.3125rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#Pv9mho8t4AG5939Ke4aHTH320yLCW0Tl { position:absolute;display:block;z-index:15002;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.4375rem;width:5.4375rem;top:2.0625rem;left:26.875rem;overflow:hidden;display:block; }
#woETcEIEFQCaQEfpCplmnOTGoMwvztFr { position:absolute;display:block;z-index:15003;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:7.5rem;width:7.5rem;top:1.25rem;left:34.125rem;overflow:hidden;display:block; }
#wKFDxhggSUe6Aem2bKcPGuZTIcGbNMfh { position:absolute;display:block;z-index:15003;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.4375rem;width:5.4375rem;top:2.3125rem;left:42.6875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EyBNbRbO03f2QFogsJLkld8QOAHBpt6u { display:block; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5FTXIoLTs9vuh2CgLP9BSJEvAJC2nsA { top:1.6875rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqkPm8G9xnZrCWsOo4KK6OaCpellfIl9 { width:15.8125rem;height:3.5625rem;top:1.1875rem;left:31.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #quG8AzG6Z4yr0UU4wb70e07xhRTRDywI { display:block; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .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; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .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; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk { display:flex;width:18rem;height:5.0625rem;top:0.5625rem;left:14.34375rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #xR42egR9dIUhhpAxtbQgAcHTCMo9NOMA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #PyCz6QHuz3wfFArADBGmHpo0DTJXHgOa {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #P6kfSkK2NkaPmLNmr70mvXdJ0hdsbPGa {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #yTtupAlKzTayaztfnhr6LLdWXF8ieu25 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #rKeCNRNzquHouCx8003IAzCAyJo4XrZw {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #wNFmf47RatBbK6nBmI4Caue8A5xExZBN {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #taoZQDTr66G9Im2nn6enc8RTgQKVxWO2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ruSBLUdEvTZKiVEn3Jez80wbLrl1Hv3d {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #EVLa5AzybrmWeZa7p3RxAtIgD0OtBeHL {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ouXyzTaBcgFt1rdmN3hFo9TbRv7lTQRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #BKzdXKmWsaeUN6QIll98yCVuWXrHwRsf {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ezNQVKs17e1WIo5n2fOplgHPMNPCoetT {  }
 }@media only screen and (max-width: 763px) { #Ly8WFtOF3WJTirfe5SLN6oWpm8TsMvIw { top:0.625rem;left:4.5rem;width:3.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTTbNwJAf8PLNr2CSGTJvG5e2K1WdcXe { top:0.625rem;left:0.6875rem;width:2.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVfT52X60UnNNfkFE7IIhf0bJs2o8RHP { width:17.1875rem;height:;top:1.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9WHofDLiI68RUE0w93uJNizbaGScB9f { width:14.8125rem;height:1.5rem;top:2.25rem;left:10.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESEO8BiVNylcHAgdk4k5FiB7r9UwyXbu { top:0.6875rem;left:0rem;width:3.625rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF1mXqhuBATFfn9JhF2T8rhCLVUXEuLR { top:3.0625rem;left:0rem;width:2.3125rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSMLKASCz9LBU5PazVXFFTKnrrTInRte { top:1.1875rem;left:0rem;width:2.375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 { display:block; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 { display:block; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIGMimJIsEgQ6LdwtAzkFPNE4GyiBGnM { top:5.9375rem;left:0rem;width:47.75rem;height:7.875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16GzdE8sJBzqUvJnDGhrEhWpkEoOE2U { top:14.875rem;left:0.53125rem;width:47.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { width:22.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-checkbox-label { width:21.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { width:22.5625rem;height:auto;top:30.9375rem;left:11.375rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { width:22.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { width:22.5625rem;height:auto;top:30.9375rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #FX8ZLqsxX0bW8X9rwIz4TJfNDDr5uy0o {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #NzFEBvTgVnKuO9wvnWSnxcdV9Iw3OP3A {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #WEIfLCHmGEpt9GqTCxWg1T14SnIOBxiB {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm {  }
 }@media only screen and (max-width: 763px) { #qbvpz28B7MDeNVP5wtexnhMd7luxRDA9 { top:23.25rem;left:10.6875rem;width:26.4375rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTgow9UIgsOo7hxPruCFBSHPwTeL9uN { top:19.5625rem;left:3.3125rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGBZ4NVKNPUWCTVrsGqmmWKROBxHJchS { width:10.0625rem;height:1.75rem;top:19.375rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvT78dIm8X7ZGyBJEImfCN8WKRCoK54N { width:14.0625rem;height:1.75rem;top:19.375rem;left:30.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcWRfGNA1lz1e1wz4uVIgfskcGvb1a4 { top:19.5rem;left:28.875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZr7sHmQbgRoJaPIx1mtaIO3Tis0maGQ { top:19.5625rem;left:16.75rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQBby532NXipzwoOqkBStgbEqCTvec0a { width:9.0625rem;height:1.75rem;top:19.375rem;left:18.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXiwp1Sxa16mD1CueNLxPRCAVQNE3nHg { width:22.0625rem;height:2.4375rem;top:29.125rem;left:12.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBpfMvx3NSt1cBtsAH30BsHm4OaPXSeL { width:21.5rem;height:4rem;top:25rem;left:13.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .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; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .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; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L { display:flex;width:18rem;height:5.0625rem;top:0.5625rem;left:14.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ozfrBk3T9DrPHUVo5GySoKBrxIHo4Ide { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #gJodb7M6nvczEKfOHC2ETVrzxNV5ppGF {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VR0fwypxDB5sv9cFzGaaGNPQhsO0dVSQ {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #z0ftzLgfr4Gi8wme9f2BvXbtNoWz9qnx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #u7VRvbZPXO71E2Tu4HpbL37qQuTAB97k {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VcBJDzTEUTUOdrkzc2dvezK6gfyAHMzU {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #QKdCg8yWMUTrt2TXS772sipAMZGW4Xqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #CWXOVGuFS29D5HrkgsQrvTvBFMIypIVN {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #nDQAXADDdWN8Po6yTU7McgrmR90f0y0m {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #JgV7T3VkbQ2ZHvehEIJXLWrEHTIHOFZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #LhtyMlGnAtW1bXvV39eAe99HtwznxzXM {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ZkmBp8Mg7toHcPBo6WS5tInRDSSN6MKJ {  }
 }@media only screen and (max-width: 763px) { #deUohoN80WIL1LiuvEmTkdHogiK5aZGX { display:block; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqF6sna12cl1zi0uE8uA3eTAh4gAcET { top:15.25rem;left:0rem;width:35.5rem;height:5.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnuh5T276JqIuLRV00pKENOL5GiMdWcX { top:7.75rem;left:0rem;width:33.5625rem;height:5.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOdndS4ezyORcCw53EW5O07p7OsDyTAd { top:5.3125rem;left:0rem;width:28.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WweLOcxANJPA21GWguFAKkhgs0diQGQK { top:22.125rem;left:0rem;width:0.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6gQ52Ttw67mDU8vCDzBi9bDM2q8GrJ0 { top:22.5625rem;left:0rem;width:26rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMkdV766H20knDF9Ob6T2TAdA6DS37PD { top:9.5rem;left:0rem;width:20rem;height:5.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #csPm7NlNaCTVzSHJvTmeosSFSsq9MduP { top:4.75rem;left:12.3125rem;width:35.4375rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT { display:block; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQX6cczN6EbLD243pobHJyzl4KmAFACp { top:2.75rem;left:9.625rem;width:28.5rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxT0QT9urJmOsJ6V5UaAkqLwPbWNcG1K { top:4.3125rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6BAFkNsmbMEWCQfbk8NSK4RWdQ4sxZ { top:15.25rem;left:4.875rem;width:38rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDXLZsRPMS6JMyIbrkG8Xu1asVh2iudB { top:20.5rem;left:14.9375rem;width:20.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgnU9q7NI9pIWxg3aWBiGGpVPTH4X1e { top:20.5rem;left:27.125rem;width:20.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QogCUytw2iaCpE73NiX6iETd2hvncm4R { top:20.5rem;left:0rem;width:20.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwq4NNs6FfoKcdJ7aHSG5cC0Rf3UCgNa { top:30.75rem;left:16.6875rem;width:16.75rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcXoXSgXCIW4vXSbD8XdnaUXx91EExfv { top:29.9375rem;left:30.625rem;width:17.125rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eiv9J4go6crbBDnKZdEVrgqG6mTe1EVr { top:29.3125rem;left:0rem;width:15.6875rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6g8nVToQdzkxNEtZ5O7AaMGxlZ03smH { top:26.75rem;left:16.875rem;width:16.8125rem;height:3.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGlgSopcawW5M0m4VDpx9qRtBlRf0xM { top:22.1875rem;left:16.6875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khmw1f3307iVPi6UShOwEJTPRkPip6yJ { top:26.75rem;left:30.9375rem;width:16.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAlLnxWD8sSGSPZHIxX72x4lGiVEafbS { top:26.8125rem;left:0rem;width:16.8125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXim2Vigbp3M3osJxTdu0wZMRGiI4qTZ { top:22.1875rem;left:39.625rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq27SLgkTvskeTxmWr0zWMN6LokZxwZ4 { top:22.1875rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyaWJSSN7DzDqQax543RbfWpXeuBC6nF { top:22.5625rem;left:17.125rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEr1UUpxre5CzhBQlsK7iP7LtyLFKqf1 { top:23rem;left:40.4375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTsnnpLrCIgDvIWFJUHvWuFlsd1BqxZ { top:22.75rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh6AzbbQVqw5VNrhXkwqa6LeXnedonJ0 { width:18.1875rem;height:3.8125rem;top:42.125rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEVT87Dh0HeMwUpw2ooD29G8BWcctnDr { display:block; }
 }@media only screen and (max-width: 763px) { #INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 { display:block; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1kyALrBhyBcxm7COaSo7zJdGPGfupNs { top:18.6875rem;left:17.375rem;width:30.375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUcoTvNdvhRWk7klOodzDydx9zUydJVJ { top:8.0625rem;left:16rem;width:31.75rem;height:9.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuo6cP6Q9Iz02oQwi8iTsiHQrJXav5tr { top:6.125rem;left:15.4375rem;width:32.3125rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9o5TTQWVrk5AtG0ycLHQNJGfAcJNLxn { top:32.75rem;left:23.875rem;width:12.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnT5xyDKCvRDRkVEOaZdLCN0ZVZNzDmL { top:32.75rem;left:34rem;width:13.75rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzR6hVwHTcVvE41SWxdf9yTTFd6CUWK { top:33rem;left:23.875rem;width:1.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feUx2EgEFUr3TJGQ0ciZxSaax5lNemNc { top:32.75rem;left:35.75rem;width:1.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm6yIUK1PU8E7NVXbE8JvXXJcUpOm0v5 { top:37.6875rem;left:23.875rem;width:13.375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxUIORgS1MFCTQmCrX445prX8ZeKa7Ds { top:37.6875rem;left:34.75rem;width:13rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y67TNH8aqBiI9RX2noZ2asaxULTwxI6u { top:37.6875rem;left:35.75rem;width:1.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv2XDGwh0al9kAFccrhJPwkcBdwHQPBb { top:37.9375rem;left:23.875rem;width:1.5625rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJTnsT2b7tdvoazsdR2DpmT2FZU6x2G1 { top:30.1875rem;left:16.6875rem;width:31.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wsn0P8NINIWXGkTfeQXZtgaX2hMDy1Qk { top:7.5rem;left:0rem;width:25.875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6UxiqSMe7TlqTBZKX07MwgtXpsckagA { display:block; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbeGi7UeXdOTFivIK2sSB50Fw2aoAON { top:3.875rem;left:5.53125rem;width:36.6875rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLolGCJ15ufrGNzN4l8i8fHwkt8HHDK { top:6.5rem;left:0rem;width:47.75rem;height:4rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOEH4STKMIJQcVGrG90HKgy6mpz8hl2W { top:11.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIIEDxWJePqUF4O5GLSXgMqqhIgvcCW1 { top:19.375rem;left:0rem;width:17.875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp1Tp7V0MaEyKdgQTiuLFAFo0hDZ3EcS { top:21.9375rem;left:29.9375rem;width:17.8125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8RAndNJiVDwZr3AMR6UmfXTaeoq05KN { top:19.375rem;left:24.3125rem;width:17.8125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #idTNNQnXrH7yZyg1anIhRGnO6wesE8so { top:22.0625rem;left:5.4375rem;width:17.8125rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVhCZDb9QBAb3iRyXW3u2tB5cdafAWMz { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #htQ8JpUX36TcncDwyuhN4RXxdx7ES4t9 { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DJfzEJuQqNl2Er8o2tlwHAba67s1WqqM { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lEw4VGtm9kXAh92IThKiye5LqpkitLDm { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TAwymHmQ6X7zyiEUmeIncnZtAQPWURzm { top:55rem;left:0rem;width:23.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT5PW7OmyNTMpXBr8wKWysF7TEvc6yF7 { top:56.8125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsUbSBqr9mpr8eCbR96OCvQNTJcgf2Qp { top:55rem;left:12rem;width:23.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZlbx54rNIw3iQ8TbVm3Eut2apS8lZ1m { top:56.4375rem;left:13.6875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdc9gsONAPTZ0ykLJXVvCGvmylrLKM8s { top:55rem;left:23.9375rem;width:23.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVGNzk3WG2R3aG0NvUUL5S5DQEVfmuEx { top:56.8125rem;left:39.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UFRDbJRc6sQh01DZQmZwdPbPDlk8K9 { top:59.0625rem;left:0rem;width:20.4375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFSfLBk2TU5go1E8Sw2HrLpzWEGngx8W { top:65.125rem;left:0rem;width:20.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP23Etat1TndnG1sVH2UnKfGkg9cNXal { top:59.0625rem;left:13.6875rem;width:20.5625rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpQfST9w3G1IEdSmR52UuvIbEdGhsbMJ { top:65.125rem;left:13.6875rem;width:20.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhrqpNDEEzGobwIhatKcH38HhtQBgarS { top:59.0625rem;left:27.3125rem;width:20.4375rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #acqDpPBQfFWBAehHycwxzzNhkitop1kh { top:65.125rem;left:27.3125rem;width:20.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmrEixfmgiDnOdMnJNAgKQFcNutfJooN { display:block; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ov6k5T573kATD6zIB3zX1zI2yQlAaTae { top:9.75rem;left:0rem;width:31rem;height:3.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuGqhIZF9qT0U7cTDa2yMh6iXSAZoQn3 { top:7.8125rem;left:0rem;width:28.5rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUPCxTid6iAt6elw7Kbt0lzBFbJB1H7i { top:16.1875rem;left:1.0625rem;width:4.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdFrE6bTZHfNKkTNbnRsrnV9TFf5RMft { top:16.1875rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvoXWLseP63yZKiTb6N3IaFQ1ma8DnQ { top:16.8125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dooTF5D2K7aEQSxz4lNninKSxZBQLupF { top:18.125rem;left:1.0625rem;width:16.9375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvZDSoxFbaToBvK22tJcpt3eTZ5XSpvE { top:22.125rem;left:0rem;width:31.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RPdta9WqawAPqeXaDLw0sIl7GLiRWu { top:31.125rem;left:0rem;width:31.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQIqKmqDSTPrRRt1e6H19IOUJsiG81Fe { top:27.625rem;left:0rem;width:24.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtHT3biy95gZzBI2bE5u47wL83xoRFGb { top:24rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkyXmiiKp1aWf3XrTzPm41zpPEiyf0f { top:25.9375rem;left:1.0625rem;width:16.9375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNFkgdTmi2IPPTnp5v9OMfvNXm2tcpfZ { top:24rem;left:1.0625rem;width:4.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdZhevmVyU1ohLM6sKQVzcZRqVVrLwiA { top:24.6875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBVEeEFl8t9fwrNH3ApAx0svGOTXE4As { top:32.75rem;left:0rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgOAXhyS1Mab7m9wgJd7Kg3xrR4dhnv { top:34.6875rem;left:1.125rem;width:16.9375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG5kV4cMGJFJX1upm0qMTNQrikxtPGRX { top:33.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqulDpf81J01ius2dfcGu3dGwdJr8go { top:32.75rem;left:1.125rem;width:4.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJd9qTdxQ2Dd8wXKRGi5OzHbW1RbHQiZ { top:7.8125rem;left:13.25rem;width:33.0625rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTmNm7FVR91Fz2rO8opwrUJABzdHftzk { top:32.0625rem;left:14.5625rem;width:33.1875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKXJQscR0hhiGyGG6FPQTrfQRLPCe64b { top:34.1875rem;left:23.875rem;width:15.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXLdELVgAzniopOLrIQseSaeRUszuB4Q { top:37.1875rem;left:23.875rem;width:11.4375rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTdxxnkJV0PXZXTREtvUTfTOZWv17iLC { top:37.0625rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxTBgZpfgiOR6r9akIkHE8AhM7RvrinI { top:39.75rem;left:23.875rem;width:10.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfFNkFAhIIOCS6o0PgafHnPTibHb2rIc { top:39.625rem;left:23.875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mqxxc4PtxSlwH6iBbtDhlrglUTci5Z18 { top:39.75rem;left:37.5rem;width:10.25rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvrVxWArNz6tM9B5xFsEXy95fa9GyhIv { top:39.625rem;left:35.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsCppLTucqVOhfuwczEGCkG4paeTXSQ8 { top:37.0625rem;left:35.9375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLG38I0HTRIcJxIc8QDWdWQcGqV9JMZa { top:37.1875rem;left:36.25rem;width:11.5rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv4DxZKwtcT8tUZdIwp87MymXGVu3hTf { top:7.8125rem;left:13.25rem;width:33.0625rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NpCZbUkhh1UfgOHMKHPnnFO4RAJQ6vJp { width:18.1875rem;height:3.8125rem;top:30rem;left:14.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #piJbJCoTtHZbz9zrlQXBbv3DzWL2AcwE { display:block; }
 }@media only screen and (max-width: 763px) { #Ggnw2BKwx5te5O9QEUETCdbKg6t0eWgL { width:18.1875rem;height:3.8125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPWZTPNwSq7LnzA47eP6gg61TCEbAHP { display:block; }
 }@media only screen and (max-width: 763px) { #zLwpRWZDHqRVd9AylObGAFy7c63bPRt4 { top:19.6875rem;left:0rem;width:24.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn { display:block; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRDsQ1HvIaCxm0yaWuyDzOMuxGP3PAlU { top:4rem;left:0rem;width:7.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE { top:4rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
#qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa { top:4rem;left:0.5rem;width:2.625rem;height:2.625rem;display:block; }
#kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #kOrdmIDLx8xvelw8XoXbJEz5RUhD1dVC { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #CdXvVayqQlQ0VlTRkHRBerbWyP76dUIZ { top:6.6875rem;left:37.125rem;width:10.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTHyOEbuc4nithHRi15IMDbdCuXehnv0 { top:8.75rem;left:39.6875rem;width:8.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1KSgoLET7Mf7kJTZRpaAqIFI93uxgQ { top:2.75rem;left:22.125rem;width:25.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8nBf9UhwvfmOWyrgSfyRx0z1tR4OzOp { top:4.6875rem;left:37.0625rem;width:10.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv9mho8t4AG5939Ke4aHTH320yLCW0Tl { top:2.0625rem;left:13.25rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woETcEIEFQCaQEfpCplmnOTGoMwvztFr { top:1.25rem;left:20.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKFDxhggSUe6Aem2bKcPGuZTIcGbNMfh { top:2.3125rem;left:29.0625rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f2f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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) { #EyBNbRbO03f2QFogsJLkld8QOAHBpt6u { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#EyBNbRbO03f2QFogsJLkld8QOAHBpt6u > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g5FTXIoLTs9vuh2CgLP9BSJEvAJC2nsA { width:5.75rem;height:2.125rem;top:0.65625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NqkPm8G9xnZrCWsOo4KK6OaCpellfIl9 { width:13.1875rem;height:2.9375rem;top:3.0625rem;left:6.8125rem;font-size:0.9375rem;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -moz-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -ms-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -o-linear-gradient(231deg, #ff9c83, #e76d4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c83', endColorstr='#e76d4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c83', endColorstr='#e76d4d' );";background-image: linear-gradient(231deg, #ff9c83, #e76d4d);background-size:auto !important;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #quG8AzG6Z4yr0UU4wb70e07xhRTRDywI { display:block; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .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; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .widget-text.counter-number { padding-top:0.320625rem;padding-right:0.29375rem;padding-bottom:0.320625rem;padding-left:0.29375rem;width:1.76375rem;min-width:1.76375rem;height:1.725rem;font-size:1.28375rem;line-height:27.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.200625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.35125rem;height:0.681875rem;font-size:0.48125rem;line-height:10.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fBgPqpgT1VPe59r3EH1466eMDmP7HJSk { display:flex;width:13.375rem;height:3.24875rem;top:0.59375rem;left:3.96875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #xR42egR9dIUhhpAxtbQgAcHTCMo9NOMA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #PyCz6QHuz3wfFArADBGmHpo0DTJXHgOa {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #P6kfSkK2NkaPmLNmr70mvXdJ0hdsbPGa {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #yTtupAlKzTayaztfnhr6LLdWXF8ieu25 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #rKeCNRNzquHouCx8003IAzCAyJo4XrZw {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #wNFmf47RatBbK6nBmI4Caue8A5xExZBN {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #taoZQDTr66G9Im2nn6enc8RTgQKVxWO2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ruSBLUdEvTZKiVEn3Jez80wbLrl1Hv3d {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #EVLa5AzybrmWeZa7p3RxAtIgD0OtBeHL {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ouXyzTaBcgFt1rdmN3hFo9TbRv7lTQRe { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #BKzdXKmWsaeUN6QIll98yCVuWXrHwRsf {  }
 }@media only screen and (max-width: 763px) { #fBgPqpgT1VPe59r3EH1466eMDmP7HJSk #ezNQVKs17e1WIo5n2fOplgHPMNPCoetT {  }
 }@media only screen and (max-width: 763px) { #Ly8WFtOF3WJTirfe5SLN6oWpm8TsMvIw { width:2.5rem;height:4.1875rem;top:3.9375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTTbNwJAf8PLNr2CSGTJvG5e2K1WdcXe { width:1.9375rem;height:3.875rem;top:3.9375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVfT52X60UnNNfkFE7IIhf0bJs2o8RHP { width:17.1875rem;height:1.3999rem;top:1.0625rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:300;font-style:normal;line-height:1.4;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #T9WHofDLiI68RUE0w93uJNizbaGScB9f { width:15.375rem;height:0;top:4.36328125rem;left:3.125rem;text-align:right;text-align-last:right;font-size:0.875rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ESEO8BiVNylcHAgdk4k5FiB7r9UwyXbu { width:5.625rem;height:2rem;top:3.5625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF1mXqhuBATFfn9JhF2T8rhCLVUXEuLR { width:2.3125rem;height:1.375rem;top:3.875rem;left:2.9375rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSMLKASCz9LBU5PazVXFFTKnrrTInRte { width:2.375rem;height:1.4375rem;top:3.875rem;left:0.3125rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 { position:relative;z-index:auto;display:block; }#gn3LnrnBPzNwFtOkCK4JA5dqgx4TRCH2 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/27fac997-ba98-432b-a93e-b9817392b1c5/Heromobile4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.adaptive-delivery-prevent-bg, #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.lazyload, #e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6.lazyloading { background-image: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { background-color: transparent; background-image: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.59); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container > .video-iframe-container { display: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.59); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row > .video-iframe-container { display: none; }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .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); }#e9513OLhQAUHfeNl8TRzNIkNmy6WmMT6 > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIGMimJIsEgQ6LdwtAzkFPNE4GyiBGnM { width:20rem;height:5.0872375rem;top:4.0625rem;left:0rem;font-size:2.3125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T16GzdE8sJBzqUvJnDGhrEhWpkEoOE2U { width:18.3125rem;height:5.9985375rem;top:10.125rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:first-of-type{padding-top:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .widget-container:last-of-type{padding-bottom:0;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7  { width:17.5rem;height:auto;top:29.5625rem;left:0rem; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 {display:block;}#hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 { width:17.5rem;height:auto;top:29.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #XQizAVesOOlJ060WSsAJTquvsTWlbne2 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #lQhvqvVlXo5LrsvP0LRwIRPpfukqKQCk {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OaFys9U8GyVWrdIgxfdmXG9VaVmHglb4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #fRLck2nO8BgF8lrTAZQw5Vdh8NHA0Fty {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #VZ0TcWQs45r92b0XaCaTEVO1RdO5BFlq {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #vLHQ8UpUr5qleBMFO6AOnIVKpE1gKLdm {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #TPHUkC92eATSqXquTBryPu0Q1AkTAltb {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #QVi87reQcTiUR8y1OxeXh35CLOrElsiX {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #IAcamGoIam1IhCJ3JhDMl9Hm1FK24ac4 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #FX8ZLqsxX0bW8X9rwIz4TJfNDDr5uy0o {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #NzFEBvTgVnKuO9wvnWSnxcdV9Iw3OP3A {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #WEIfLCHmGEpt9GqTCxWg1T14SnIOBxiB {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #T1NTKkbfJZhieBml4nuqoZmWVITe29g1 {  }
 }@media only screen and (max-width: 763px) { #hGVEHkA7TJSgBsdOnTNXSZ4sNPXs32N7 #OKKusfXUHocA1oid82vHmtn9irZNB1rm {  }
 }@media only screen and (max-width: 763px) { #qbvpz28B7MDeNVP5wtexnhMd7luxRDA9 { width:20rem;height:27.4375rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOTgow9UIgsOo7hxPruCFBSHPwTeL9uN { display:flex;width:1.375rem;height:1.375rem;top:17.375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #MGBZ4NVKNPUWCTVrsGqmmWKROBxHJchS { width:10.0625rem;height:1.13736875rem;top:17.5rem;left:2.4375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BvT78dIm8X7ZGyBJEImfCN8WKRCoK54N { width:11.1875rem;height:1.13736875rem;top:19.4375rem;left:5.375rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OhcWRfGNA1lz1e1wz4uVIgfskcGvb1a4 { display:flex;width:1.375rem;height:1.375rem;top:19.3125rem;left:3.5rem; }
 }@media only screen and (max-width: 763px) { #DZr7sHmQbgRoJaPIx1mtaIO3Tis0maGQ { display:flex;width:1.4375rem;height:1.4375rem;top:17.34375rem;left:10.25rem; }
 }@media only screen and (max-width: 763px) { #bQBby532NXipzwoOqkBStgbEqCTvec0a { width:7.1875rem;height:1.13736875rem;top:17.5rem;left:12.125rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oXiwp1Sxa16mD1CueNLxPRCAVQNE3nHg { width:19rem;height:2.44921875rem;top:27.75rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xBpfMvx3NSt1cBtsAH30BsHm4OaPXSeL { width:20rem;height:3.5rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;font-weight:300;font-style:normal;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .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; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .widget-text.counter-number { padding-top:0.320625rem;padding-right:0.29375rem;padding-bottom:0.320625rem;padding-left:0.29375rem;width:1.76375rem;min-width:1.76375rem;height:1.725rem;font-size:1.28375rem;line-height:27.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.200625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.35125rem;height:0.681875rem;font-size:0.48125rem;line-height:10.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NZP3sPZPdmMi7uaL87if1dmicDGwzu5L { display:flex;width:13.375rem;height:3.24875rem;top:50.875rem;left:3.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;z-index:15012; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ozfrBk3T9DrPHUVo5GySoKBrxIHo4Ide { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #gJodb7M6nvczEKfOHC2ETVrzxNV5ppGF {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VR0fwypxDB5sv9cFzGaaGNPQhsO0dVSQ {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #z0ftzLgfr4Gi8wme9f2BvXbtNoWz9qnx { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #u7VRvbZPXO71E2Tu4HpbL37qQuTAB97k {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #VcBJDzTEUTUOdrkzc2dvezK6gfyAHMzU {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #QKdCg8yWMUTrt2TXS772sipAMZGW4Xqm { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #CWXOVGuFS29D5HrkgsQrvTvBFMIypIVN {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #nDQAXADDdWN8Po6yTU7McgrmR90f0y0m {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #JgV7T3VkbQ2ZHvehEIJXLWrEHTIHOFZE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #LhtyMlGnAtW1bXvV39eAe99HtwznxzXM {  }
 }@media only screen and (max-width: 763px) { #NZP3sPZPdmMi7uaL87if1dmicDGwzu5L #ZkmBp8Mg7toHcPBo6WS5tInRDSSN6MKJ {  }
 }@media only screen and (max-width: 763px) { #deUohoN80WIL1LiuvEmTkdHogiK5aZGX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { background-color: transparent; background-image: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container > .video-iframe-container { display: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container { display: none; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .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); }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { border-width: 0; border-radius: 0; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#deUohoN80WIL1LiuvEmTkdHogiK5aZGX > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyqF6sna12cl1zi0uE8uA3eTAh4gAcET { width:20rem;height:0;top:9.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wnuh5T276JqIuLRV00pKENOL5GiMdWcX { width:20rem;height:3.7122375rem;top:4.0625rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOdndS4ezyORcCw53EW5O07p7OsDyTAd { width:20rem;height:1.2246125rem;top:2.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WweLOcxANJPA21GWguFAKkhgs0diQGQK { width:0.125rem;height:6.0625rem;top:16.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6gQ52Ttw67mDU8vCDzBi9bDM2q8GrJ0 { width:17.9375rem;height:5.8496125rem;top:16.6875rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15003;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lMkdV766H20knDF9Ob6T2TAdA6DS37PD { width:20rem;height:5.5996125rem;top:9.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #csPm7NlNaCTVzSHJvTmeosSFSsq9MduP { width:20rem;height:13.333333333333rem;top:24.25rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT { display:block; }#R9RkSo0cn8WlEbnTmQQfVE9PJLEFN1mT > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZQX6cczN6EbLD243pobHJyzl4KmAFACp { width:20rem;height:1.2246125rem;top:3.486328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DxT0QT9urJmOsJ6V5UaAkqLwPbWNcG1K { width:20rem;height:7.4238125rem;top:4.96142578125rem;left:0rem;font-size:2.25rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CT6BAFkNsmbMEWCQfbk8NSK4RWdQ4sxZ { width:20rem;height:2.79980625rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #GDXLZsRPMS6JMyIbrkG8Xu1asVh2iudB { width:20rem;height:14.75rem;top:30.25rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #ZdgnU9q7NI9pIWxg3aWBiGGpVPTH4X1e { width:20rem;height:12.8125rem;top:45.875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #QogCUytw2iaCpE73NiX6iETd2hvncm4R { width:20rem;height:13rem;top:16.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zwq4NNs6FfoKcdJ7aHSG5cC0Rf3UCgNa { width:16.1875rem;height:4.19970625rem;top:38.4375rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bcXoXSgXCIW4vXSbD8XdnaUXx91EExfv { width:17.125rem;height:4.19970625rem;top:52.25rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Eiv9J4go6crbBDnKZdEVrgqG6mTe1EVr { width:17.125rem;height:4.19970625rem;top:23.4375rem;left:1.4375rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #r6g8nVToQdzkxNEtZ5O7AaMGxlZ03smH { width:10.875rem;height:5.15625rem;top:32.125rem;left:6.0625rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ifGlgSopcawW5M0m4VDpx9qRtBlRf0xM { width:3.625rem;height:3.625rem;top:32.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khmw1f3307iVPi6UShOwEJTPRkPip6yJ { width:9.75rem;height:1.71875rem;top:47.625rem;left:6.625rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAlLnxWD8sSGSPZHIxX72x4lGiVEafbS { width:10.3125rem;height:1.71875rem;top:18.8125rem;left:6.3125rem;font-size:1.5625rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FXim2Vigbp3M3osJxTdu0wZMRGiI4qTZ { width:3.625rem;height:3.625rem;top:47.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq27SLgkTvskeTxmWr0zWMN6LokZxwZ4 { width:3.625rem;height:3.625rem;top:18.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyaWJSSN7DzDqQax543RbfWpXeuBC6nF { display:flex;width:2.8125rem;height:2.8125rem;top:32.5rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #fEr1UUpxre5CzhBQlsK7iP7LtyLFKqf1 { display:flex;width:2rem;height:2rem;top:48.375rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #tbTsnnpLrCIgDvIWFJUHvWuFlsd1BqxZ { display:flex;width:2.5rem;height:2.5rem;top:19.3125rem;left:2.1875rem; }
 }@media only screen and (max-width: 763px) { #Uh6AzbbQVqw5VNrhXkwqa6LeXnedonJ0 { width:18.1875rem;height:3.8125rem;top:59.9375rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEVT87Dh0HeMwUpw2ooD29G8BWcctnDr { display:block; }
 }@media only screen and (max-width: 763px) { #INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { background-color: transparent; background-image: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container > .video-iframe-container { display: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container { display: none; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .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); }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { border-width: 0; border-radius: 0; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#INmWUi5MdCnKJuoAKKb5Azd3K3pL4vq8 > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1kyALrBhyBcxm7COaSo7zJdGPGfupNs { width:20rem;height:10.7973625rem;top:11.3125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HUcoTvNdvhRWk7klOodzDydx9zUydJVJ { width:20rem;height:5.56835625rem;top:4.625rem;left:0rem;font-size:1.6875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tuo6cP6Q9Iz02oQwi8iTsiHQrJXav5tr { width:20rem;height:2.44921875rem;top:2.23828125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #x9o5TTQWVrk5AtG0ycLHQNJGfAcJNLxn { width:6.4375rem;height:7.347625rem;top:50.4375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #vnT5xyDKCvRDRkVEOaZdLCN0ZVZNzDmL { width:7rem;height:8.57225rem;top:50.4375rem;left:11.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #NCzR6hVwHTcVvE41SWxdf9yTTFd6CUWK { width:1.5625rem;height:2.0625rem;top:50.4375rem;left:0.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #feUx2EgEFUr3TJGQ0ciZxSaax5lNemNc { width:1.5625rem;height:2.0625rem;top:50.4375rem;left:9.9375rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qm6yIUK1PU8E7NVXbE8JvXXJcUpOm0v5 { width:6.5625rem;height:7.347625rem;top:59.875rem;left:2.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #cxUIORgS1MFCTQmCrX445prX8ZeKa7Ds { width:7.75rem;height:4.8984375rem;top:59.875rem;left:12.25rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #y67TNH8aqBiI9RX2noZ2asaxULTwxI6u { width:1.5625rem;height:2.0625rem;top:59.875rem;left:10.25rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sv2XDGwh0al9kAFccrhJPwkcBdwHQPBb { width:1.5625rem;height:2.0625rem;top:59.875rem;left:0.6875rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJTnsT2b7tdvoazsdR2DpmT2FZU6x2G1 { width:20rem;height:0.125rem;top:76.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wsn0P8NINIWXGkTfeQXZtgaX2hMDy1Qk { width:20rem;height:25.0239375rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6UxiqSMe7TlqTBZKX07MwgtXpsckagA { display:block; }#n6UxiqSMe7TlqTBZKX07MwgtXpsckagA > .row .container { width:20rem;height:90.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIbeGi7UeXdOTFivIK2sSB50Fw2aoAON { width:20rem;height:1.2246125rem;top:2.236328125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #JoLolGCJ15ufrGNzN4l8i8fHwkt8HHDK { width:20rem;height:3.98730625rem;top:3.8994125rem;left:0rem;font-size:1.8125rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOEH4STKMIJQcVGrG90HKgy6mpz8hl2W { width:20rem;height:11.19925rem;top:8.91015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BIIEDxWJePqUF4O5GLSXgMqqhIgvcCW1 { width:9.375rem;height:16.1875rem;top:20.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gp1Tp7V0MaEyKdgQTiuLFAFo0hDZ3EcS { width:9.3125rem;height:16.0625rem;top:38.8125rem;left:0rem;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #K8RAndNJiVDwZr3AMR6UmfXTaeoq05KN { width:9.25rem;height:16.3125rem;top:20.625rem;left:10.720788043478rem;display:none; }
 }@media only screen and (max-width: 763px) { #idTNNQnXrH7yZyg1anIhRGnO6wesE8so { width:9.5rem;height:16.375rem;top:38.5625rem;left:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVhCZDb9QBAb3iRyXW3u2tB5cdafAWMz { top:27.0625rem;left:0rem;width:11rem;height:11rem;z-index:15029;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #htQ8JpUX36TcncDwyuhN4RXxdx7ES4t9 { top:30.5625rem;left:10.75rem;width:9.25rem;height:9.25rem;z-index:15030;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #DJfzEJuQqNl2Er8o2tlwHAba67s1WqqM { top:22.25rem;left:7.1875rem;width:7.625rem;height:7.625rem;z-index:15031;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #lEw4VGtm9kXAh92IThKiye5LqpkitLDm { top:38.75rem;left:3.125rem;width:10.3125rem;height:10.3125rem;z-index:15032;overflow:hidden;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.125rem solid rgba(var(--color-primary-0),1);border-left:0.125rem solid rgba(var(--color-primary-0),1);border-right:0.125rem solid rgba(var(--color-primary-0),1);border-bottom:0.125rem solid rgba(var(--color-primary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #TAwymHmQ6X7zyiEUmeIncnZtAQPWURzm { width:19.875rem;height:10.75rem;top:50.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gT5PW7OmyNTMpXBr8wKWysF7TEvc6yF7 { display:flex;width:2.3125rem;height:2.3125rem;top:46rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VsUbSBqr9mpr8eCbR96OCvQNTJcgf2Qp { width:19.875rem;height:11.0625rem;top:62.5625rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #RZlbx54rNIw3iQ8TbVm3Eut2apS8lZ1m { display:flex;width:2.3125rem;height:2.3125rem;top:63.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #mdc9gsONAPTZ0ykLJXVvCGvmylrLKM8s { width:19.875rem;height:11.125rem;top:74.875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #KVGNzk3WG2R3aG0NvUUL5S5DQEVfmuEx { display:flex;width:2.3125rem;height:2.3125rem;top:76.1875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #X4UFRDbJRc6sQh01DZQmZwdPbPDlk8K9 { width:16.25rem;height:3.82470625rem;top:53.75rem;left:1.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eFSfLBk2TU5go1E8Sw2HrLpzWEGngx8W { width:11.6875rem;height:1.3125rem;top:58.375rem;left:4.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tP23Etat1TndnG1sVH2UnKfGkg9cNXal { width:17.75rem;height:3.82470625rem;top:66.6875rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UpQfST9w3G1IEdSmR52UuvIbEdGhsbMJ { width:9.4375rem;height:1.3125rem;top:70.8125rem;left:5.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #WhrqpNDEEzGobwIhatKcH38HhtQBgarS { width:17rem;height:3.82470625rem;top:79rem;left:1.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #acqDpPBQfFWBAehHycwxzzNhkitop1kh { width:10.875rem;height:1.3125rem;top:83.3125rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #bmrEixfmgiDnOdMnJNAgKQFcNutfJooN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-0),1));background-size:auto !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; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { background-color: transparent; background-image: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container > .video-iframe-container { display: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container { display: none; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .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); }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { border-width: 0; border-radius: 0; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bmrEixfmgiDnOdMnJNAgKQFcNutfJooN > .row .container { width:20rem;height:84.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ov6k5T573kATD6zIB3zX1zI2yQlAaTae { width:20rem;height:2.40625rem;top:4.5rem;left:0rem;font-size:2.1875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NuGqhIZF9qT0U7cTDa2yMh6iXSAZoQn3 { width:20rem;height:1.13736875rem;top:3.33740234375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iUPCxTid6iAt6elw7Kbt0lzBFbJB1H7i { width:4.625rem;height:1.3999rem;top:8.9375rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #tdFrE6bTZHfNKkTNbnRsrnV9TFf5RMft { width:3.25rem;height:3.25rem;top:8.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwvoXWLseP63yZKiTb6N3IaFQ1ma8DnQ { display:flex;width:1.9375rem;height:1.9375rem;top:9.625rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #dooTF5D2K7aEQSxz4lNninKSxZBQLupF { width:11.625rem;height:2.75rem;top:10.58642578125rem;left:5rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RvZDSoxFbaToBvK22tJcpt3eTZ5XSpvE { width:20rem;height:0.125rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3RPdta9WqawAPqeXaDLw0sIl7GLiRWu { width:20rem;height:0.125rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQIqKmqDSTPrRRt1e6H19IOUJsiG81Fe { width:12.25rem;height:1.0996125rem;top:21.9375rem;left:5rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OtHT3biy95gZzBI2bE5u47wL83xoRFGb { width:3.25rem;height:3.25rem;top:18.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRkyXmiiKp1aWf3XrTzPm41zpPEiyf0f { width:13.625rem;height:1.375rem;top:20.25rem;left:5rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uNFkgdTmi2IPPTnp5v9OMfvNXm2tcpfZ { width:4.625rem;height:1.3999rem;top:18.6875rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UdZhevmVyU1ohLM6sKQVzcZRqVVrLwiA { display:flex;width:1.9375rem;height:1.9375rem;top:19.3125rem;left:1.625rem; }
 }@media only screen and (max-width: 763px) { #HBVEeEFl8t9fwrNH3ApAx0svGOTXE4As { width:3.25rem;height:3.25rem;top:27rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFgOAXhyS1Mab7m9wgJd7Kg3xrR4dhnv { width:12.75rem;height:2.75rem;top:28.6875rem;left:5rem;font-size:1.25rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kG5kV4cMGJFJX1upm0qMTNQrikxtPGRX { display:flex;width:1.9375rem;height:1.9375rem;top:27.6875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #vLqulDpf81J01ius2dfcGu3dGwdJr8go { width:4.625rem;height:1.3999rem;top:27rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #iJd9qTdxQ2Dd8wXKRGi5OzHbW1RbHQiZ { width:20rem;height:21.75rem;top:39.62646484375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTmNm7FVR91Fz2rO8opwrUJABzdHftzk { width:17.375rem;height:13.75rem;top:62.875rem;left:1.3125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #zKXJQscR0hhiGyGG6FPQTrfQRLPCe64b { width:15.125rem;height:1.3125rem;top:64.6875rem;left:2.4375rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lXLdELVgAzniopOLrIQseSaeRUszuB4Q { width:11.3125rem;height:1.0996125rem;top:67.25rem;left:4.75rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTdxxnkJV0PXZXTREtvUTfTOZWv17iLC { display:flex;width:1.3125rem;height:1.3125rem;top:67.125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #fxTBgZpfgiOR6r9akIkHE8AhM7RvrinI { width:10.25rem;height:1.0996125rem;top:69.25rem;left:5rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CfFNkFAhIIOCS6o0PgafHnPTibHb2rIc { display:flex;width:1.3125rem;height:1.3125rem;top:71.4375rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #Mqxxc4PtxSlwH6iBbtDhlrglUTci5Z18 { width:10.25rem;height:1.0996125rem;top:73.75rem;left:5rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JvrVxWArNz6tM9B5xFsEXy95fa9GyhIv { display:flex;width:1.3125rem;height:1.3125rem;top:73.625rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #UsCppLTucqVOhfuwczEGCkG4paeTXSQ8 { display:flex;width:1.3125rem;height:1.3125rem;top:69.125rem;left:2.8125rem; }
 }@media only screen and (max-width: 763px) { #HLG38I0HTRIcJxIc8QDWdWQcGqV9JMZa { width:11.5rem;height:1.0996125rem;top:71.5625rem;left:5.0625rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bv4DxZKwtcT8tUZdIwp87MymXGVu3hTf { width:18.75rem;height:28.125rem;top:32.874990463257rem;left:0.625rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #NpCZbUkhh1UfgOHMKHPnnFO4RAJQ6vJp { width:16.4375rem;height:3.625rem;top:78.1875rem;left:1.8125rem;font-size:1rem;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -moz-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -ms-linear-gradient(231deg, #ff9c83, #e76d4d);background-image: -o-linear-gradient(231deg, #ff9c83, #e76d4d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c83', endColorstr='#e76d4d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c83', endColorstr='#e76d4d' );";background-image: linear-gradient(231deg, #ff9c83, #e76d4d);background-size:auto !important;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #piJbJCoTtHZbz9zrlQXBbv3DzWL2AcwE { display:block; }
 }@media only screen and (max-width: 763px) { #Ggnw2BKwx5te5O9QEUETCdbKg6t0eWgL { width:18.1875rem;height:3.8125rem;top:73.875rem;left:0.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TNPWZTPNwSq7LnzA47eP6gg61TCEbAHP { display:block; }
 }@media only screen and (max-width: 763px) { #zLwpRWZDHqRVd9AylObGAFy7c63bPRt4 { width:14.8125rem;height:1.0996125rem;top:13.6875rem;left:5.0625rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn { display:block; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn { border-width: 0; border-radius: 0; }#QQZE4TdmTyIDLkoT6UhkPG5R3IHkzcIn > .row .container { width:20rem;height:28.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRDsQ1HvIaCxm0yaWuyDzOMuxGP3PAlU { width:6.375rem;height:2.3125rem;top:2.41796875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:7.875rem;font-size:1.3125rem; }
#qEWrtbEKyfMLZlEHSxSAiv9xZ26HmPAE > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa { display:flex;width:1.875rem;height:1.875rem;top:13.6875rem;left:10.3125rem;font-size:1.3125rem; }
#kF0hV3rIiMaM6qKq3k3zcsLscae9xsAa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #kOrdmIDLx8xvelw8XoXbJEz5RUhD1dVC { top:16.5rem;left:2.6875rem;width:14.625rem;height:0;z-index:15022;background-color:rgba(255,255,255,0.74);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),0.52);border-left:0.0625rem solid rgba(var(--color-secondary-4),0.52);border-right:0.0625rem solid rgba(var(--color-secondary-4),0.52);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),0.52);display:block; }
 }@media only screen and (max-width: 763px) { #CdXvVayqQlQ0VlTRkHRBerbWyP76dUIZ { width:10rem;height:1.13736875rem;top:20.8125rem;left:5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTHyOEbuc4nithHRi15IMDbdCuXehnv0 { width:7.062rem;height:1.13736875rem;top:24.5625rem;left:6.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT1KSgoLET7Mf7kJTZRpaAqIFI93uxgQ { width:10.812375rem;height:2.2747375rem;top:17.25rem;left:4.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8nBf9UhwvfmOWyrgSfyRx0z1tR4OzOp { width:9.3125rem;height:1.13736875rem;top:22.67578125rem;left:5.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv9mho8t4AG5939Ke4aHTH320yLCW0Tl { width:4.25rem;height:4.25rem;top:1.44921875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woETcEIEFQCaQEfpCplmnOTGoMwvztFr { width:6.5625rem;height:6.5625rem;top:5.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKFDxhggSUe6Aem2bKcPGuZTIcGbNMfh { width:5.4375rem;height:5.4375rem;top:6.3125rem;left:4.125rem;display:block; }
 }