.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:250,233,234;--color-primary-1:237,180,186;--color-primary-2:219,105,117;--color-primary-3:110,53,59;--color-primary-4:33,16,18;--color-secondary-0:235,251,251;--color-secondary-1:190,240,241;--color-secondary-2:124,225,227;--color-secondary-3:62,113,114;--color-secondary-4:19,34,34;--color-tertiary-0:255,255,255;--color-tertiary-1:212,216,195;--color-tertiary-2:113,124,54;--color-tertiary-3:57,62,27;--color-tertiary-4:11,12,5;--headlines-font-family:"Bitter";--paragraphs-font-family:"Josefin 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:#e6feff;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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/e9ef91c4-56ee-42ca-bf0c-a0b184b8e213/OdmadzaniezAjurweda.png");background-position:top 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; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.adaptive-delivery-prevent-bg, #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.lazyload, #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC.lazyloading { background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { background-color: transparent; background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { border-width: 0; border-radius: 0; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:10.5rem;width:22rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.625rem;left:6.6875rem;overflow:hidden;display:block; }
#SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { color:rgba(var(--color-tertiary-2),1);display:block;width:36.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:32.375rem;left:0rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:20.1875rem;left:0rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOF2NTWWt354towpOpVHzFqRoT6hAeaM { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:48.75rem;left:4.375rem;display:block; }
#EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVRZqzfZtTpR0XwWXTTgHe6N0L9NeG7I { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.5625rem;left:4.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { 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:43.75rem;width:43.75rem;display:none; }
#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container { background-color: transparent; background-image: none; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container > .video-iframe-container { display: none; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row > .video-iframe-container { display: none; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .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); }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container { border-width: 0; border-radius: 0; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#vJtghyETLTrzds5rwK8y149riE5Tlqye { color:#ffffff;display:block;width:38.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:14.656250476837rem;left:18.46875rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#qnB7QehBz5Vm8wkROHvAV2TAQcoiq5N7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:8.77475rem;text-align:center;text-align-last:center;display:block; }
#wfTWxD6T7z5B4T5395hneByWTksg2aWH { color:#ffffff;display:block;width:55.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:22.218750476837rem;left:11.03125rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top 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; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.adaptive-delivery-prevent-bg, #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.lazyload, #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL.lazyloading { background-image: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { background-color: transparent; background-image: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container { display: none; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .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); }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { border-width: 0; border-radius: 0; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL::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; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#J2utcEAAifeWb4VVd5D1IkTfGiUOxTo1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:4.75rem;left:6.71875rem;display:block; }
#U8UTF01pD7hEysUh8PbuLps9547KNsX4 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:42.583333492279rem;left:25rem;display:block; }
#l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SWc4X68kKQloiDSnX0QVPTsw72bDQdad { background-color:#e6feff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { background-color: transparent; background-image: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .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); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { border-width: 0; border-radius: 0; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.873697280884rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#VDdLpgFCHP3Bl4wTMVJ9wTxHCeJ6tiVz { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:19.478517532349rem;left:13.71875rem;height:11.39843125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muUPy5b3QBoku1MOq4OkrFTBJux8rMmf { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:32.998697280884rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;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; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container { background-color: transparent; background-image: none; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container > .video-iframe-container { display: none; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row > .video-iframe-container { display: none; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .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); }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container { border-width: 0; border-radius: 0; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#Mrn46H6D8UNZewBPRnGgJZKJP2WMn2kz { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.248046875rem;left:6.25rem;height:8.997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nBfgfGJ5zTTzGkF3TXXQ7EvnELOqVbPL { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:5.4492301940918rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCtVow8SeqiOE5P7Z47lclsfyGTry80v { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:14.28125rem;overflow:hidden;display:block; }
#HaMbOZR588ZGok7VSbcIP1sp1u4i2Xkb { box-sizing:content-box;height:16.875rem;width:34.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:1.625rem;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; }
#J4JixyURi9y8hrl1UcCTtiIN2N420BE5 { box-sizing:content-box;height:16.875rem;width:34.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:39.125rem;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; }
#HoTJ0zNPcVir721uKsi6QHo03uHMgfEX { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.5rem;left:37.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rdIce9iVR9AyaAyIhwrMK4CzDTcbSzcU { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:7.3125rem;left:43.75rem;height:8.997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zduUgDT2zmDNrgnIKyfw9RTpQQArEbJG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875rem;left:51.8125rem;overflow:hidden;display:block; }
#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;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; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container { background-color: transparent; background-image: none; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container > .video-iframe-container { display: none; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row > .video-iframe-container { display: none; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .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); }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container { border-width: 0; border-radius: 0; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#JgN3rhJMvc32BFOfEC5Ziz6AuJqxr5gk { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:7.2890625rem;left:43rem;height:7.1979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rqe0WZkeCEKuLFqv4OFCJQ48P0UltDBN { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:5.4895858764649rem;left:37.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tlLqSrQBgaQ8kkXrGfBqLbcGwGyans0N { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:51.78125rem;overflow:hidden;display:block; }
#ue42KTmilnqWm6Uxt8498WW5u9IgmOfe { box-sizing:content-box;height:16.875rem;width:34.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:39.09375rem;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; }
#v1syHL8DNnUqiTxIySVbVGbfa6pTRFkq { box-sizing:content-box;height:16.875rem;width:34.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:1.625rem;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; }
#XxD3vuuaDHQ5W0cROeCKGQ5Aly6zcyFE { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:7.25rem;left:6.25rem;height:8.997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mO9iZRGpv0bxUsF6O9HWttB6ALGLh5Pe { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.5306015014649rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onoJMNw6xSTHkFLDZfShfToWeGuwwibI { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875rem;left:14.28125rem;overflow:hidden;display:block; }
#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX { position:relative;display:block; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX { background-color: transparent; background-image: none; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container > .video-iframe-container { display: none; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row > .video-iframe-container { display: none; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .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); }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX { border-width: 0; border-radius: 0; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6feff;background-image:none;font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p1Vb6L7HnuTXNq419Min45yN2lua8t72 { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:5.8125009536743rem;left:13.71875rem;height:7.5989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPkmxvCGTE0aLTTn8m5qqnpHzBwCWBPX { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:2.2506513595581rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ydL2S0wpr91DrgKDm3QV352yavZa4NyT { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { background-color: transparent; background-image: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container > .video-iframe-container { display: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row > .video-iframe-container { display: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .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); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { border-width: 0; border-radius: 0; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;overflow:visible;position:relative;display:block; }#yqdm5oM92RlX1pt3SoFZQibqfebgCfKF { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:8.77475rem;text-align:center;text-align-last:center;display:block; }
#xJK9m60kWEZtOicAZ9avWLVMHiEDoWxc { color:#717c36;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:17.874349594116rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UQPF4J65mLH1kHdCqy9BSUktKrC3z1J0 { color:#47545a;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:24.935546875rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TnspDFQGM2snSUfZBKUq8zX7UXLFfO5T { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:20.289714813233rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#TP6t0sLm1pErlIEGX9Xg09x3QAngbxW8 { color:#47545a;display:block;width:54.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:30.498047828674rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AQS1JnvHo7sXkHv1xarlmXN76Il6SMUZ { box-sizing:content-box;height:22.0625rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#e5f7ff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.461589813233rem;left:7.375rem;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; }
#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { background-color: transparent; background-image: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container > .video-iframe-container { display: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row > .video-iframe-container { display: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .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); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { border-width: 0; border-radius: 0; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#iRpaqpZX0JoLBUZNdawPzBe5O1JGQGsA { color:#717c36;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iu9v8hPT5RuXDeG4Jd4xBxeuM48blNMM { color:#47545a;display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TqTZkbfSBaDf6pi3LmNy0Geo2ZMQSeqE { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#WxctF7V5pqJQ3VMCXLqrQPXLT4Bi7WNh { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:17.6875rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zPlZSR7UmazaMFgFlS5PXkCmDxIpn0bP { box-sizing:content-box;height:22.0625rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#dff1ef;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { background-color: transparent; background-image: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container > .video-iframe-container { display: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row > .video-iframe-container { display: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .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); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { border-width: 0; border-radius: 0; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#QKblkahvDgwE9AQZb3UeJcE8LmhSmU3H { color:#717c36;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#if1BieMRW0mbZPlaqMpkzvQpwas52Mfo { color:#47545a;display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wxnh0RRTWbTf8HA4bDPllVsMDUrp8Iyh { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#GcbepUxubgiApwKRZVgFPOd5Tf7WO6iB { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:17.6875rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uDTbP1fD3m2xwM34TQiHgZihwMTgxf4m { box-sizing:content-box;height:22.0625rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#ebf5f5;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { background-color: transparent; background-image: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container > .video-iframe-container { display: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row > .video-iframe-container { display: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .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); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { border-width: 0; border-radius: 0; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;overflow:visible;position:relative;display:block; }#wEz02oZqbXsVCibVGWbo7pamTmRDCkP0 { color:#717c36;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4OaeUKn3XyBcq823e5xJxxvUNTuMpGk { color:#47545a;display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfckRE9aLfM0EHZkuwl4QQF2LRbs2812 { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#ckNJwvcPTITFPQbaslJ6yx8Gb7bTJn0s { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:19.687511444092rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sh4ezTL0naHATLT0v0u3o9xTPsrebTG4 { box-sizing:content-box;height:25rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#fff8ea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { background-color: transparent; background-image: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container > .video-iframe-container { display: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row > .video-iframe-container { display: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .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); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { border-width: 0; border-radius: 0; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;overflow:visible;position:relative;display:block; }#gQ7vtaLiD2wKq2r2ONQ7UdodnE1Ugd1R { color:#717c36;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M1FxkZo6PWVywAr1R1E4w9vJKl4HkTlV { color:#47545a;display:block;width:52.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UMThyzkTOrHqVWmTfP7TlapFxEqPCL43 { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#rGv2trOwICa0xyMIqaKdoeWAmp7rHVcy { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:19.687511444092rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eM9QxoD2Ey9H0f3Xy1aPRTohGbPh806D { box-sizing:content-box;height:25rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#fff4f2;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { background-color: transparent; background-image: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container > .video-iframe-container { display: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row > .video-iframe-container { display: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .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); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { border-width: 0; border-radius: 0; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;overflow:visible;position:relative;display:block; }#hZM5OSMf5Hor2ir2TDxlrq5hA3MORpvA { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aRQ1AlMR1FRhPv5M7cr0A3CBKDS4cXBR { color:#47545a;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sPbgiMc8hCQN7UMOCULI4ybAH2E9TBXL { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#OJXdBBwhFdJ0E0OJknGGbG8pexl68TVF { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:19.687511444092rem;left:9.9375rem;height:3.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pbrAcfJJE7tM5r2P0TUflp5qBvRR3pNe { box-sizing:content-box;height:25rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#feedea;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { background-color: transparent; background-image: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container > .video-iframe-container { display: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row > .video-iframe-container { display: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .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); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { border-width: 0; border-radius: 0; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;overflow:visible;position:relative;display:block; }#LxlMdam0NOseTBEuhiVTI1glzK6MdMDT { color:#717c36;display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.6;letter-spacing:0;top:5rem;left:9.9375rem;height:1.79948125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CcHIOS41A5b4ddxG8UifHp1LPBpWae0M { color:#47545a;display:block;width:55.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:12.1875rem;left:9.9375rem;height:5.69921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Q1m9VryJMmJ7hRnDHn24k8NeZDVQWZAp { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:7.4375rem;left:9.9375rem;height:2.84375rem;text-align:left;text-align-last:left;display:block; }
#f3xw02nR5atIdiSgPIewVbx37lWeytCf { color:#47545a;display:block;width:52.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:19.687511444092rem;left:9.9375rem;height:9.4986875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lmNr6TdXDZH3nuZcc59Gm5VvTLLasGqD { box-sizing:content-box;height:28.4375rem;width:62.5rem;position:absolute;display:block;z-index:15020;background-color:#eeecf9;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:7.375rem;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; }
#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -moz-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -ms-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -o-linear-gradient(180deg, #e6feff, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #e6feff, #fff5d4);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; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { background-color: transparent; background-image: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container { display: none; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .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); }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { border-width: 0; border-radius: 0; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#wGzHS4iI0CdH04JZ4swn2m65UcERIi5M { color:#47545a;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.666034698486rem;left:0rem;height:4.63085625rem;text-align:center;text-align-last:center;display:block; }
#aF5mTlrHqLW6nB7uUADLuzULrnKSPBIF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:27.0625rem;left:33.0625rem;overflow:hidden;display:block; }
#qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:28.875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:32.375rem;left:13.75rem;height:7.197925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { box-sizing:content-box;height:17.5rem;width:71.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,255,255,0.5);background-image:none;top:25.0625rem;left:1.625rem;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; }
#beZDbUDd9XCLrKqhzuoofFbJE547tm71 { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:11.666015625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);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; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { background-color: transparent; background-image: none; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container > .video-iframe-container { display: none; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row > .video-iframe-container { display: none; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .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); }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { border-width: 0; border-radius: 0; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#eboZS5rQfLEXfWgLge0neTeiexTX4BWJ { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:8.9257926940919rem;left:6.25rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgeSmiboWAzTbl8SFF6RDVcd59As9A3p { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:5.4492301940918rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyP9BCTpTkk2bAy31KJGgSrwlbt6yrl4 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:14.28125rem;overflow:hidden;display:block; }
#abdhfXqW8lTpmySOtT3RfdqE4gd7kDaH { color:#717c36;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.4492301940918rem;left:37.5rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ul9oV7OUNJM16rsUPIDzPL93EGe6ykR7 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:3.6875114440918rem;left:51.78125rem;overflow:hidden;display:block; }
#oxqmtg2U5T4ld2n8EapNbUET9RWSnl2K { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:8.925132751465rem;left:43.75rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WdtNX7FEmfSpAFqDOVH54R3uoN3G7Tem { box-sizing:content-box;height:14.375rem;width:34.3125rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:1.625rem;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; }
#Jk23T2S2x9sShAo7sHhL4x89gyS2Xx6o { box-sizing:content-box;height:14.375rem;width:34.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:1.4375rem;left:39.09375rem;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; }
#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;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; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { background-color: transparent; background-image: none; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container > .video-iframe-container { display: none; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row > .video-iframe-container { display: none; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .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); }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { border-width: 0; border-radius: 0; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#VVfLQ8nB349uKNOixDZbldqz2PUJdxPD { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.9361934661865rem;left:3.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WMKr2gheUd0MXRmdoUCzxTNdks6XfzyU { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2291622161865rem;left:8.03125rem;overflow:hidden;display:block; }
#dVDeFZlTUMd4ZXXO9Htytkms3HkvvVy0 { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9.1686153411862rem;left:1.5625rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyxWKkT6lSF4FJ8eTn7yU0tdtftEBGPh { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.6;letter-spacing:0;top:5.9355478286743rem;left:28.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFwJzO0f0cV2s2kLEDQTqn0dsPftyD1z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2285165786743rem;left:33.03125rem;overflow:hidden;display:block; }
#UVMZAZsx33KhHhmxBKEHLf4IzqfESyqF { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.6;letter-spacing:0;top:9.1679697036744rem;left:26.5625rem;height:8.99740625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OpBMJyqqvVc5v9BKEggcrO8PPTTnEshK { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:5.9355478286743rem;left:53.125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SItEek6LX4zD7L7w1nXkkA3q7NsQHLe7 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.2285165786743rem;left:58.03125rem;overflow:hidden;display:block; }
#Ppvhtm27JU6L9TGzMwoFerWi8mEwvUKu { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:9.1679697036744rem;left:51.5625rem;height:5.39844375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D9EtvPtwUIBHaIaCd0gBwUFa2a9LiN9V { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:1.5625rem;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; }
#ikegrNg29FTUil9nTc1QqxClixwfUC4R { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:26.5625rem;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; }
#xbqxraIQdKyg7Tnepuzwq13WTxHyKJ8I { box-sizing:content-box;height:19.0625rem;width:21.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:51.5625rem;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; }
#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { position:relative;display:block; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { background-color: transparent; background-image: none; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container > .video-iframe-container { display: none; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row > .video-iframe-container { display: none; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .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); }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { border-width: 0; border-radius: 0; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6feff;background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#I5qZUwbLCwCWXtv0nfWAXW2vJlfpJ3Q2 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.125rem;left:14.28125rem;overflow:hidden;display:block; }
#UQGlpmButLDwOeIJrbxsJqOpJTZyfkiQ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:4.9375rem;left:51.78125rem;overflow:hidden;display:block; }
#WlHW4XAfxWGbcKUx0QRmeZmvelbFJLpX { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.75rem;left:9.375rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDe3Il9VkoyuxIoBUcTvxvORzsbqwDiA { color:#717c36;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.6;letter-spacing:0;top:6.875rem;left:46.875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk5wXZO3HT4N6cLEpIxoeWdGTe3OFlOk { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:10.279291152954rem;left:6.25rem;height:10.7968875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { color:#47545a;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.6;letter-spacing:0;top:10.27864074707rem;left:43.125rem;height:8.99740625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HNJgApCl0E3bQqExSONxittygwNu5FGU { box-sizing:content-box;height:21.875rem;width:34.3125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:1.59375rem;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; }
#xfs619uGvo1fZAyr1aRaILmvwmwPOx38 { box-sizing:content-box;height:21.875rem;width:34.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.5);background-image:none;top:2rem;left:39.09375rem;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; }
#WvLnGW3MPlXmT18S4BubxTC0dfTJRXp7 { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:28.478511810302rem;left:25.125rem;display:block; }
#J3faow8QZmJWDoZ6BzSE3Tiik193GZSL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top 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; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4.adaptive-delivery-prevent-bg, #Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4.lazyload, #Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4.lazyloading { background-image: none; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { background-color: transparent; background-image: none; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container > .video-iframe-container { display: none; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row > .video-iframe-container { display: none; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .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); }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { border-width: 0; border-radius: 0; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4::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; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#etwAAzvrOVKfqRblDA2bAp1NLMm34FS3 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#biMLc65SRHUTU5U1P9NCQiqNA5enKBdN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:11.062507629394rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#Q6T6ODXkw3sppdZnE1TRfdaZfOmKGwLH { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:21.9375rem;left:33rem;overflow:hidden;display:block; }
#W2H2tRKAriP36aSzQNrTwQnxH6MkpUAW { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:24.125rem;left:0rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWyNJXtLOy0ZC4g7TgX9LNfVsCfgw1P8 { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:29.8125rem;left:13.71875rem;height:10.7968875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qlsPh6R4NPz0BskCaQd4McaTVe925Grf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/f48bf1de-a9b5-4008-877c-28526951ac5f/OdmadzaniezAjurweda3.png");background-position:top 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; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf.adaptive-delivery-prevent-bg, #qlsPh6R4NPz0BskCaQd4McaTVe925Grf.lazyload, #qlsPh6R4NPz0BskCaQd4McaTVe925Grf.lazyloading { background-image: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { background-color: transparent; background-image: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container > .video-iframe-container { display: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row > .video-iframe-container { display: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .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); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { border-width: 0; border-radius: 0; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { font-size:0.875rem;font-family:arial;height:58.5rem;width:75rem;position:relative;display:block; }#hmUhsFMrwqAW7ZTTOOgfqJyaMr7Q7bpb { color:rgba(var(--color-tertiary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.0625rem;left:0rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZJItOaGGboQDLK16MQNVHNpUqUIbrMPC { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:48.750001907349rem;left:5.1875rem;display:block; }
#qLhBorlZ7aPMFsRGcWHlKTVRZBlXI8Vq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LPwKymNtBRHL9bHd5mTQDPoVWqXOeOMv { 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:43.75rem;width:43.75rem;display:none; }
#zsG3ZsUWNB1v30T6QwkMs7GsEH7a0HMx { color:rgba(var(--color-primary-2),1);display:block;width:37.75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:15.4765625rem;left:0rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#SegxMmGWOsyvWGTeoKUMoDu1XpRKip2f { color:#47545a;display:block;width:34.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:28.999348640442rem;left:0.21875rem;height:8.997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfQT6zd3SiXosA2utBWTHbQ8iABLlmTL { color:rgba(var(--color-tertiary-2),1);display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:40.000001907349rem;left:7.34375rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P23F7rtNq1cpqc1egQ72PDQ5breATdJE { background-color:#e6feff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { background-color: transparent; background-image: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container > .video-iframe-container { display: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row > .video-iframe-container { display: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .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); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { border-width: 0; border-radius: 0; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#d4lWEz4zTBQwrbDGvekT7KZ8Nrf2SXFM { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#mr8UvOWPAXytcZ7D4yPUtqSaUzba25hN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:11.540382385254rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#ec6PV3CP3cc7A0201XqsdpESXfURg6oU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:19.9375rem;left:33rem;overflow:hidden;display:block; }
#M4V8satiUruSbhBNTV8y0tMgHeoXK7Iq { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:22.125rem;left:0rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lvdWQMXkQ1qs7doMwHzJSr9hmGDZRmmB { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:29.625022888184rem;left:13.71875rem;height:8.99739375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container { background-color: transparent; background-image: none; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container > .video-iframe-container { display: none; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row > .video-iframe-container { display: none; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .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); }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container { border-width: 0; border-radius: 0; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#obwPmr1KO4Cq4W3zrFx5hsPnNqCDPnrX { color:rgba(var(--color-primary-2),1);display:block;width:69.75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:3.75rem;left:2.625rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#K9n2o2cA5qwnWpdApn04DpMtpO60Namt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container { background-color: transparent; background-image: none; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container > .video-iframe-container { display: none; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row > .video-iframe-container { display: none; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .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); }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container { border-width: 0; border-radius: 0; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#XZJ7XuD7UrvnviEH8o3VMKxhKXD2gDBw { box-sizing:content-box;height:13.5rem;width:56.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,245,212,0.5);background-image:none;top:2.5625rem;left:9.1041679382325rem;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; }
#bD2CTWHtv1aL5o0075clmleVsTls8exN { color:#717c36;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:11.28125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsJRnfe5dtHDPA62qN9AUTxqVXHbzr9t { color:#47545a;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:11.28125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#aa2egfikdXE51BK5nWTFKPN8c3gECR1y { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:40.6875rem;height:5.3984375rem;text-align:left;text-align-last:left;display:block; }
#IUnmJzCtFzJX5ETlT8o4IV4sOnNmRGqP { color:#717c36;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:40.6875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHvQoMBV8SkUfyL7kVnFMMwyEaci48PS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#zfWX9pt1L1L7PDZJix9TkWnGWNPfnLKO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.921875rem;left:35.19792175293rem; }
#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container { background-color: transparent; background-image: none; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container > .video-iframe-container { display: none; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row > .video-iframe-container { display: none; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .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); }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container { border-width: 0; border-radius: 0; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#ETP0c5g7KyfOhTMFgClfMp8A1z61VVTQ { color:#717c36;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:11.28125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rFTlSCA32NFv3dFkVOGfssHuegvF10vr { color:#47545a;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:11.28125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#TbIlfR1nofti3uNXrgW9KQyaGvXffEMC { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:40.6875rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#cMazbCAfUv7tXDE6sux3VBgbPXSCvbWg { color:#717c36;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:40.6875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwqJXlpxzbVoX5SHN80BbaCwVXI59nNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Zk7Mxz82MbsrbI1gvs3uZUTVDtUmsT9e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.921875rem;left:35.19792175293rem; }
#SKzent2lvrgkpgvTL4FbZsfNTKfVyP4G { box-sizing:content-box;height:13.5rem;width:56.25rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,245,212,0.5);background-image:none;top:2.5625rem;left:9.1041679382325rem;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; }
#yz0fOxT452hEco7MRvllKfkxPubqrxih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container { background-color: transparent; background-image: none; }#yz0fOxT452hEco7MRvllKfkxPubqrxih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container > .video-iframe-container { display: none; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row > .video-iframe-container { display: none; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .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); }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container { border-width: 0; border-radius: 0; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#MW3LF0IBT0zl5zO4iyoaOnqK3S6B0E0W { color:#717c36;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:11.28125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSRpVhbtD1RltAkr6Aw0DM6iFHN1EMQh { color:#47545a;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:11.28125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#wVOpZsrpeEfhr3x03stAWv6qMdTxRVMJ { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:40.6875rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#VrfgXyOEUQ29yZpyCLnVp6uX3uJ2rGnV { color:#717c36;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:40.6875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fpHkTJCTnyTLDqkCCKV0MyN5Rh8SyqWb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Sov4XpWXZ5obUSTTO5e5W31EETuNI3z2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.921875rem;left:35.19792175293rem; }
#frO404SgeiuGmsePBl5IKl7yMgt7ghSw { box-sizing:content-box;height:13.5rem;width:56.25rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,245,212,0.5), rgba(230,254,255,0.5));background-image: -moz-linear-gradient(180deg, rgba(255,245,212,0.5), rgba(230,254,255,0.5));background-image: -ms-linear-gradient(180deg, rgba(255,245,212,0.5), rgba(230,254,255,0.5));background-image: -o-linear-gradient(180deg, rgba(255,245,212,0.5), rgba(230,254,255,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#e6feff7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d47f', endColorstr='#e6feff7f' );";background-image: linear-gradient(180deg, rgba(255,245,212,0.5), rgba(230,254,255,0.5));background-size:auto !important;top:2.5625rem;left:9.1041679382325rem;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; }
#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container { background-color: transparent; background-image: none; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container > .video-iframe-container { display: none; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row > .video-iframe-container { display: none; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .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); }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container { border-width: 0; border-radius: 0; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container { font-size:0.875rem;font-family:arial;height:16.0625rem;width:75rem;position:relative;display:block; }#TM6fkJ8SVJnWTKSpQTrPziLTd5dEOnqu { color:#717c36;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:11.28125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uexyrpcTmVW37gx3kaKXbmdrWQql4ADN { color:#47545a;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:11.28125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#bdIWGWb1NQI4BoduxRFKXtNL6BqTDgyM { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:40.6875rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#dg9pynPbGCvBBbRu0qNtmfAb7wSzblpR { color:#717c36;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:40.6875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RgElQug5Tx0Jy8vcTynpOHPcqa5M8AgV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#yTx367Jq5HLwAQIoUJJQogRNfJ40eUBF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.921875rem;left:35.19792175293rem; }
#huLbGiv41GHehwycNJ337tNZw21SoE6q { box-sizing:content-box;height:13.5rem;width:56.25rem;position:absolute;display:block;z-index:15015;background-color:rgba(230,254,255,0.5);background-image:none;top:2.5611991882324rem;left:9.1041679382325rem;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; }
#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container { background-color: transparent; background-image: none; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container > .video-iframe-container { display: none; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row > .video-iframe-container { display: none; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .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); }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container { border-width: 0; border-radius: 0; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#T7vEiHBMyM1ZX46AS2MmZzsn2NW00dLX { color:#717c36;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:11.28125rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ARIlqEX78MGZuFlEPLreC1MhOeIp8JDN { color:#47545a;display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:11.28125rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#FqHKbmlJuDmXQprslW3prF6ZnqZSMrST { color:#47545a;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.6;letter-spacing:0;top:7.5123701095581rem;left:40.6875rem;height:3.59895625rem;text-align:left;text-align-last:left;display:block; }
#sF3lIXkOR3gzfcTgothSEcEkgcR5gk2z { color:#717c36;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.6;letter-spacing:0;top:5.0533857345581rem;left:40.6875rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gA2ctnp7XdNfiz6URwI5t1yS8Z4eeGxg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TcsFTsXtJQqTNmQQTLnEkDxDKk1oD1yu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:3.921875rem;left:35.19792175293rem; }
#hQsErfgTqq11prVNyWZPH7pTKPhXad5s { box-sizing:content-box;height:13.5rem;width:56.25rem;position:absolute;display:block;z-index:15016;background-color:rgba(230,254,255,0.5);background-image:none;top:2.5611991882324rem;left:9.1041679382325rem;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; }
#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #e6feff, #fff5d4);background-image: -moz-linear-gradient(181deg, #e6feff, #fff5d4);background-image: -ms-linear-gradient(181deg, #e6feff, #fff5d4);background-image: -o-linear-gradient(181deg, #e6feff, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );";background-image: linear-gradient(181deg, #e6feff, #fff5d4);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; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { background-color: transparent; background-image: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container { display: none; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .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); }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { border-width: 0; border-radius: 0; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:11.1875rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#yoVoNvET1TFvT4fbVilELGcyfMZ7CedO { color:#47545a;display:block;width:42.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.03125rem;left:16.375rem;height:13rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff5d4;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; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { background-color: transparent; background-image: none; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container > .video-iframe-container { display: none; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row > .video-iframe-container { display: none; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .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); }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { border-width: 0; border-radius: 0; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:75rem;position:relative;display:block; }#DGFtKuU2yaic4Rwa1ygOilzTxA83QgKO { 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:25rem;width:25rem;top:1.875rem;left:43.75rem;overflow:hidden;display:block; }
#QT0sJGmHa8wmt65Cdos7QMz8vxeIbJRN { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:29.125rem;left:6.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iNGtfV3xhZ6i89JtXGRBz1krsiLgfZTa { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:29.125rem;left:43.75rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HODh7EtEOfy3aQZQFSo0HlZP5PwaVJ6s { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:1.15625rem;left:42.96875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#a3w7nG8LZfI010bkBZkyJohXTtT5cAbT { position:absolute;display:block;z-index:15019;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:24.875rem;width:24.9375rem;top:1.9375rem;left:7.0625rem;overflow:hidden;display:block; }
#SwZtLUyZHmuRSk6U2PFsxcN3rQdBcXA0 { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:1.15625rem;left:6.25rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);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; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container { background-color: transparent; background-image: none; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container > .video-iframe-container { display: none; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row > .video-iframe-container { display: none; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .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); }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container { border-width: 0; border-radius: 0; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#oI6bg0zv0Z6Tp3pWsvdLo9D2MgIeMtJN { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:14.21875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TPA0QmcloMXwAc359l0gqyAzKSNPelqg { position:relative;display:block; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg { background-color: transparent; background-image: none; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container > .video-iframe-container { display: none; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row > .video-iframe-container { display: none; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .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); }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg { border-width: 0; border-radius: 0; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e6feff;background-image:none;font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fuqGMCqM1fklnqwhRAbJTCZ0rhDiwDD0 { position:absolute;display:block;z-index:15020;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:24.875rem;width:24.875rem;top:2.625rem;left:25.03125rem;overflow:hidden;display:block; }
#rzTaJnKGTTZyG2TNxCqHziAoTWG9zXJy { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;top:1.84375rem;left:24.21875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#nAqBJm9siWISEbqzdCAWzu4ElQ9oM4r0 { color:#717c36;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:30.4375rem;left:24.21875rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { background-color:#e6feff;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.adaptive-delivery-prevent-bg, #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.lazyload, #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt.lazyloading { background-image: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { background-color: transparent; background-image: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container > .video-iframe-container { display: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container { display: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .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); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { border-width: 0; border-radius: 0; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:4.0625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#qRliBug5HD1s47HrTzXdPRy4z528CicX { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:8.53125rem;text-align:center;text-align-last:center;display:block; }
#ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:19.125rem;left:33.0625rem;overflow:hidden;display:block; }
#oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.6;letter-spacing:0;top:21.1875rem;left:0rem;height:3.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6feff, #ffffff);background-image: -moz-linear-gradient(180deg, #e6feff, #ffffff);background-image: -ms-linear-gradient(180deg, #e6feff, #ffffff);background-image: -o-linear-gradient(180deg, #e6feff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #e6feff, #ffffff);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; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { background-color: transparent; background-image: none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container > .video-iframe-container { display: none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row > .video-iframe-container { display: none; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .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); }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { border-width: 0; border-radius: 0; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.6875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:17.9375rem;left:33.03125rem;overflow:hidden;display:block; }
#qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:24.1875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:27.625rem;left:13.75rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.875rem;left:0rem;height:5.6875rem;text-align:center;text-align-last:center;display:block; }
#DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:41.375rem;left:25rem;display:block; }
#WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tc9x6UprotwxMhTXxm1UTJNIHTi3lMAX { box-sizing:content-box;height:31.5rem;width:71.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.5);background-image:none;top:5.625rem;left:1.5625rem;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; }
#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b8cf4e65-cbca-4737-889b-1dcc14cbc357/Zdjeciegownenastronezapisufale.png");background-position:top 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; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ.adaptive-delivery-prevent-bg, #NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ.lazyload, #NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ.lazyloading { background-image: none; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container { background-color: transparent; background-image: none; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container > .video-iframe-container { display: none; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(230,254,255,0.92); }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row > .video-iframe-container { display: none; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .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); }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container { border-width: 0; border-radius: 0; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ::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; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#gMHO5RIizZT1PwPcGIW7BsSdsxR6Po8V { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:34.5rem;width:61.5625rem;top:10.375rem;left:6.71875rem;display:block; }
#IwRn55kkp2KBTAUDTlc3VOyqo0K9A4BH { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:47.2080078125rem;left:25rem;display:block; }
#e8MT2y5q8pNpwGnCI9LdIlp49avWNFTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHeAhUtvOv2HOLts095MhU2a9s6lXp2L { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { background-color: transparent; background-image: none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container > .video-iframe-container { display: none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row > .video-iframe-container { display: none; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .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); }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { border-width: 0; border-radius: 0; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#d495L6iwzUTTbCsVzdeTnq0z63pdy81T { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.82421875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e6feff);background-image: -moz-linear-gradient(180deg, #ffffff, #e6feff);background-image: -ms-linear-gradient(180deg, #ffffff, #e6feff);background-image: -o-linear-gradient(180deg, #ffffff, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #ffffff, #e6feff);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; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { background-color: transparent; background-image: none; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container > .video-iframe-container { display: none; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row > .video-iframe-container { display: none; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .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); }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { border-width: 0; border-radius: 0; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:75rem;position:relative;display:block; }#OsTLxB0gJNVQ9uxocdiDBepTfR2dCtpt { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:41.25rem;height:3.65625rem;font-style:normal;display:block; }
#CLss1sngm7RtDDdnynqOwPQPhSeKQhWI { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:24.1875rem;left:44.375rem;height:4.38671875rem;display:block; }
#B4oIBikFCNsxXRKSTbshLw3bgHX41uiZ { color:rgba(var(--color-primary-2),1);display:block;width:29.9375rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.6875rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#strexRs0THCUE0tswgMsvhHXUNPq7NpS { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.75rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGTBg4D27LI80t4g8sMTtSTLtvhesaKx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:24.1875rem;left:41.25rem; }
#vZ4dmp5MpHixadyrywtLUOE2fKIRmS6L { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:29.9375rem;left:41.25rem; }
#nQP0g0b3oTMUie8zcUq97rNrSEXdAc7K { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:29.9375rem;left:44.375rem;height:4.38671875rem;display:block; }
#WGUhKcK8hN12J30Ico5pnLTb2KsSFuQZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:35.6875rem;left:41.25rem; }
#pqhlJlS8aweHXhmv3okRENNLP232iWye { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:35.6875rem;left:44.375rem;height:4.38671875rem;display:block; }
#QpE5mIOr4UOX4iswBONfgHKDJTh7FG6k { 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:37.5rem;width:37.5rem;top:3.8125rem;left:0rem;overflow:hidden;display:block; }
#HawNtOPTobteEHGPUn38yi6hZJcb1wZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;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; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container { background-color: transparent; background-image: none; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container > .video-iframe-container { display: none; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row > .video-iframe-container { display: none; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .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); }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container { border-width: 0; border-radius: 0; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#ez81hT7RslSeZ0PdfSVAUUtRlgEPlX69 { color:rgba(var(--color-tertiary-2),1);display:block;width:34.25rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.625rem;height:3.65625rem;font-style:normal;display:block; }
#BviQtGJ2DzHqHBIghnNdICBaveA6fpg7 { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.9375rem;left:1.125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#BoZ8yvvSpBguaburZmZRrNfVfXNTx9pe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:27.03125rem;left:1.625rem; }
#xaVxNkLfVs50iUDri1AVh0JsQhF6AIZJ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:18.4375rem;left:1.1875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PGLg4eBPXK3qJnMQ4H86otLgFcpwuJiG { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.96875rem;left:4.75rem;height:4.38671875rem;font-style:normal;display:block; }
#vSEP35VUpiPzMR0h7WrfRTko0mxgyGUE { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:32.75rem;left:4.75rem;height:2.92448125rem;display:block; }
#owFf66IlQpaFKbKIsZfTdo5MXiBRJQQS { color:#47545a;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:38.4296875rem;left:4.75rem;height:4.3867125rem;display:block; }
#UroFPwTukvEnxrzDFi3NumWfp1PeJMmg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.09375rem;left:1.625rem; }
#TxmqPBM5AtDZZShsQyFlN7Kph9LecF9W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:39.4921875rem;left:1.625rem; }
#r8SibGVmh0ryUdWofBLyJLvv9zfR8TT1 { 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:37.5rem;width:37.5rem;top:7.125rem;left:37.5rem;overflow:hidden;display:block; }
#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -moz-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -ms-linear-gradient(180deg, #e6feff, #fff5d4);background-image: -o-linear-gradient(180deg, #e6feff, #fff5d4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6feff', endColorstr='#fff5d4' );";background-image: linear-gradient(180deg, #e6feff, #fff5d4);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; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container { background-color: transparent; background-image: none; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container > .video-iframe-container { display: none; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row > .video-iframe-container { display: none; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .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); }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container { border-width: 0; border-radius: 0; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#PrGHfKMWRq8Ea1s1v6x1ObcEp0lxt0JF { color:rgba(var(--color-tertiary-2),1);display:block;width:33.1875rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:40.5rem;height:3.65625rem;font-style:normal;display:block; }
#oBZwutJDq183ciPODntspGLPSOhHvmfQ { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:41.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kP7QoTsnpCXrgSMVOLrJhsBmykoUma4N { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:29.21875rem;left:41.28125rem; }
#m0QhTyGTG2c2TcDHIgBxCXHltgXODp8W { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34.8125rem;left:41.28125rem; }
#ZT69SzLP09zE0Bhb9BonotSu7A7R6u88 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:39.78125rem;left:41.28125rem; }
#ZTg4rFAcrBw2egZsF3ZDkJWp1ZZJsRDn { 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:37.5rem;width:37.5rem;top:7.5rem;left:0rem;overflow:hidden;display:block; }
#T9RUeIFOdETIEOQOM6PCqZocWVUKBB5m { color:rgba(var(--color-primary-2),1);display:block;width:30.0625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.0625rem;left:41.21875rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#QLZTykC76IaooLaoylT7hUPqbVUtf3ef { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:28.875rem;left:43.96875rem;height:2.924475rem;display:block; }
#ks9uzT9BvasnMGxLfwEVint8lFUuRbbD { color:#47545a;display:block;width:22rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:33.75rem;left:44.375rem;height:4.38671875rem;display:block; }
#Tw6mxT2IomSk5meiPVkaC00l00vOtzAz { color:#47545a;display:block;width:24.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:39.4375rem;left:44rem;height:2.924475rem;display:block; }
#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9ec;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.adaptive-delivery-prevent-bg, #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.lazyload, #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.lazyloading { background-image: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { background-color: transparent; background-image: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container > .video-iframe-container { display: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row > .video-iframe-container { display: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .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); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { border-width: 0; border-radius: 0; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { font-size:0.875rem;font-family:arial;height:82.875rem;width:75rem;position:relative;display:block; }#IiR70ysUc6gpQRMUkc3FL9znT58UePo1 { color:#717c36;display:block;width:46.9375rem;position:absolute;font-family:"josefin sans";font-size:3.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.5625rem;left:14.03125rem;height:8.7747375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C302CuI3M2RvP38SMdlmDuSZbD1XkJDQ { color:#db6975;display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ifyTnewOa7FRKVuAUzDEKTIXh90kVASZ { box-sizing:content-box;height:76.3125rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.625rem;left:14.0625rem;display:block; }
#xnTMfdOsTCx2VDIWEOo8bWdqiM4cL8AX { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:20.375rem;left:29.4375rem;overflow:hidden;display:block; }
#v2MC3aP3RQEr9SoWFgOBKocxxbW14UhH { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.8125rem;left:21.6875rem;display:block; }
#JAuk78xzpAJKtN5TcvDOcAioLV5qCIAh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S9GPKnzIyUJpMyilh6SgcGfl47q1JHME { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.125rem;left:21.75rem;display:block; }
#Kl7xqNRIxi8IoytQ8AcqWXzruGBg3Ds8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#az2sPMuJ9iSCVZu8gKReZuhAXAVXAcC5 { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:24.25rem;left:22.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zRhwaZVODPxRAf8HN2hk6ZO3TZie3zFW { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:27.5625rem;left:22.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#SMT182eFRR1ykFweV1QxP33yyoNAZcXm { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:38.375rem;left:22.5625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#kFJQChG0Mruh8F8wqpAyUIbduBgslE19 { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:33.1875rem;left:14.6875rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#maKxtV1KWThaTIIUKlTKAeZsQIni4uEf { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.25rem;left:20.4375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#fdNM7aoTJcSMzqV6FDlL3TPzuyard9wg { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:53.75rem;left:20.84375rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#MaWiXt6ryv38Tk1E9Kk1dnOnbqfHOpDs { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:43.5rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#HMDTKdOUh2S8QEKZTIEoaOh12isngfTB { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:43.5rem;left:16.75rem;overflow:hidden;display:block; }
#uZZrNrqTeJ397dwmtmevxmBANueEZrxM { position:absolute;display:block;z-index:15023;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:2.6875rem;width:2.6875rem;top:48.53125rem;left:16.75rem;overflow:hidden;display:block; }
#qDnPt4qNea4Gle71sp7Nt5hVSD8W6V8v { position:absolute;display:block;z-index:15024;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:2.6875rem;width:2.6875rem;top:54.03125rem;left:16.75rem;overflow:hidden;display:block; }
#KGHqW2c56MOT9sLNuxOev69B1tTARine { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:67.5rem;left:18.5rem;display:block; }
#dGI53ITZEWLukZAfd9FAuH6ST4KMZwda { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQlcnfqaTa4c6CNZGg0MZN1ov1FUtvTI { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:67.5rem;left:38.9375rem;display:block; }
#XLttIkGZtTVp6lSn83tksi6b0PZGdkCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFdPoWwQFHJMlEJDDlA02yJ1rHzRXsxn { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:64.062520980838rem;left:39rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#qnQyzqS8KyshtNVWEQnVZCA1g7qqd76c { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:64.062520980838rem;left:18.15625rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#oesAwsExiOiCNJcAGWxLeTkfNB1ziZid { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:58.875rem;left:20.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#KJcxUW2NMPRgQHHxz85VKyrdtMa3Gl68 { position:absolute;display:block;z-index:15025;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:2.6875rem;width:2.6875rem;top:59.15625rem;left:16.75rem;overflow:hidden;display:block; }
#MZwtxDXtbWKAu3uag174VsQqPSCQZi2a { color:#284d42;display:block;width:38.4375rem;position:absolute;font-family:"josefin sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:72.6875rem;left:19.430206298828rem;height:7.796875rem;text-align:left;text-align-last:left;display:block; }
#yfOXC64iantotb1uoQecmWhr2PTk5ybk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,249,236,0.92);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:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { border-width: 0; border-radius: 0; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:none; }#ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.5rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:19.5625rem;left:33.03125rem;overflow:hidden;display:block; }
#oop324VtfTNGrPzddS6p9TfXQdsDbvNH { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:21.6875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9ec', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #fff9ec, rgba(var(--color-primary-2),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; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { background-color: transparent; background-image: none; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container > .video-iframe-container { display: none; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row > .video-iframe-container { display: none; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .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); }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { border-width: 0; border-radius: 0; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:75rem;position:relative;display:block; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:400;font-size:1.25rem;color:#47545a;font-style:italic; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_6452c3ac2f6cfac8cbf0b0388020a3a58cd88af0.svg");background-size:contain !important; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.adaptive-delivery-prevent-bg, #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.lazyload, #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-trigger.lazyloading { background-image: none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:15.25rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD { display:none; }
#MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:5.625rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:bitter;font-size:2.1875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#PJlNiE62muIhgDtyyiLpTxwL8ceeUHuG { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:bitter;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:33.3125rem;left:25rem;display:block; }
#T4cl08qKve6o0BFXmltJdZoCAn7qRUXk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { background-color: transparent; background-image: none; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container > .video-iframe-container { display: none; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row > .video-iframe-container { display: none; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .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); }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { border-width: 0; border-radius: 0; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { font-size:0.875rem;font-family:"open sans";height:12.1875rem;width:75rem;position:relative;display:block; }#oRQ0f9ZXdvpivftmDzRK4SOxxiyzIrc3 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:3.8642578125rem;left:31.3125rem;overflow:hidden;display:block; }
#alTvwMNI6SJJvNODUOqMkqwH8ryMU1wQ { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.6142578125rem;left:41.9375rem;height:1.625rem;display:block; }
#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { border-width: 0; border-radius: 0; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;position:relative;display:none; }#rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:breathing;font-size:3.75rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:3.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.adaptive-delivery-prevent-bg, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyload, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyloading { background-image: none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { border-width: 0; border-radius: 0; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;position:relative;display:none; }#ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:23.561199188233rem;left:0rem;height:;display:block; }
#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6feff;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:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { border-width: 0; border-radius: 0; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { 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:25rem;width:25rem;top:1.875rem;left:43.75rem;overflow:hidden;display:block; }
#VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:29.125rem;left:6.25rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.249351501465rem;left:6.25rem;height:12.9375rem;display:block; }
#cviFWqENHRp9e814ELUrJ62O6sMxFDkR { color:#47545a;display:block;width:28.75rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:33.248699188233rem;left:43.75rem;height:12.9375rem;display:block; }
#Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { color:#717c36;display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:29.125rem;left:43.75rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;top:1.15625rem;left:42.96875rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { position:absolute;display:block;z-index:15019;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:24.875rem;width:24.9375rem;top:1.9375rem;left:7.0625rem;overflow:hidden;display:block; }
#d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { box-sizing:content-box;height:26.1875rem;width:26.3125rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:none;top:1.15625rem;left:6.25rem;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:0.1875rem;border-bottom-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-top-left-radius:0.1875rem;display:block; }
#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4feff;background-image:url("https://images.assets-landingi.com/uc/e9ef91c4-56ee-42ca-bf0c-a0b184b8e213/OdmadzaniezAjurweda.png");background-position:top 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:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.adaptive-delivery-prevent-bg, #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.lazyload, #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4.lazyloading { background-image: none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { border-width: 0; border-radius: 0; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:none; }#EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.75rem;width:20.4375rem;position:absolute;display:block;z-index:15016;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.125rem;left:8.1875rem;overflow:hidden;display:block; }
#igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { color:rgba(var(--color-tertiary-2),1);display:block;width:35.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:39.375rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { color:rgba(var(--color-primary-2),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.625rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:24.4375rem;left:0rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NmHiKmz74bVQDboGwb7diaeCE3txcFHp { 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:43.75rem;width:43.75rem;display:none; }
#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { 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), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),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:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { border-width: 0; border-radius: 0; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { font-size:0.875rem;font-family:arial;height:71.875rem;width:75rem;position:relative;display:none; }#Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { color:#db6975;display:block;width:60rem;position:absolute;font-family:"josefin sans";font-size:2.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8125rem;left:7.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { color:#f39c12;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.75rem;left:22.53125rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { box-sizing:content-box;height:55.9375rem;width:46.875rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:14.0625rem;display:block; }
#yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { color:#284d42;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.5rem;left:22.53125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #efe9a8;border-left:0.125rem solid #efe9a8;border-right:0.125rem solid #efe9a8;border-bottom:0.125rem solid #efe9a8;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:60.603515625rem;left:18.46875rem;display:block; }
#t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:60.603515625rem;left:38.9375rem;display:block; }
#TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { color:#284d42;display:block;width:17.375rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:56.228515625rem;left:39rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { color:#284d42;display:block;width:18.1875rem;position:absolute;font-family:"josefin sans";font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:56.228515625rem;left:18.125rem;height:2.761725rem;text-align:center;text-align-last:center;display:block; }
#nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.0625rem;width:21.0625rem;top:13.5rem;left:29.4375rem;overflow:hidden;display:block; }
#nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #f3c185;border-left:0.125rem solid #f3c185;border-right:0.125rem solid #f3c185;border-bottom:0.125rem solid #f3c185;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.6875rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:16.9375rem;left:21.65625rem;display:block; }
#sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.5625rem;height:2.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.25rem;left:21.71875rem;display:block; }
#oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:17.34375rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { color:#47545a;display:block;width:45.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.556640625rem;left:14.6875rem;height:4.1425875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:41.34375rem;left:20.40625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { color:#284d42;display:block;width:36.5625rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:45.625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { color:#284d42;display:block;width:37.375rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:36.625rem;left:20.8125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { color:#284d42;display:block;width:38.6875rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:50.34375rem;left:20.625rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:block; }
#aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { position:absolute;display:block;z-index:15023;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:2.6875rem;width:2.6875rem;top:41.34375rem;left:16.71875rem;overflow:hidden;display:block; }
#tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { position:absolute;display:block;z-index:15024;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:2.6875rem;width:2.6875rem;top:45.90625rem;left:16.71875rem;overflow:hidden;display:block; }
#C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { position:absolute;display:block;z-index:15025;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:2.6875rem;width:2.6875rem;top:51.4375rem;left:16.71875rem;overflow:hidden;display:block; }
#TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { position:absolute;display:block;z-index:15022;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:2.6875rem;width:2.6875rem;top:36.625rem;left:16.71875rem;overflow:hidden;display:none; }
#Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { color:#fffcdf;display:block;width:27.8125rem;position:absolute;font-family:"josefin sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.65625rem;left:22.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { background-color:#e6feff;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { border-width: 0; border-radius: 0; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;overflow:visible;position:relative;display:none; }#fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:11.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.296875rem;left:19.75rem;height:15rem;text-align:center;text-align-last:center;display:block; }
#AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { 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:5.25rem;width:44.1875rem;top:14.1875rem;left:15.375rem;overflow:hidden;display:block; }
#CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,245,245,0.5);top:12.94970703125rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { color:#47545a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.38720703125rem;left:16.5rem;height:3.5rem;text-align:center;text-align-last:center;display:block; }
#rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:36.69970703125rem;left:13.6875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.9375rem;top:33.3125rem;left:33rem;overflow:hidden;display:block; }
#NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.4375rem;position:absolute;font-family:bitter;font-size:6.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.796875rem;left:19.5625rem;height:8.25rem;text-align:center;text-align-last:center;display:block; }
#f2TX3MME6Uae7su783Tu7PskMkxSbGkA { color:#717c36;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375652313233rem;left:44.25rem;height:0.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.7291679382324rem;left:54.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(181,181,181,0.23) ;display:block; }
#iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.125rem;left:36.9375rem;display:block; }
#lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.125rem;left:22.8125rem;display:block; }
#dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { background-color:#fffaed;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { border-width: 0; border-radius: 0; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;overflow:visible;position:relative;display:none; }#aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:11.5625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.296875rem;left:19.75rem;height:15.03125rem;text-align:center;text-align-last:center;display:block; }
#FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { 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:5.25rem;width:44.1875rem;top:14.1875rem;left:15.375rem;overflow:hidden;display:block; }
#GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(245,245,245,0.5);top:12.94970703125rem;left:0rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { color:#47545a;display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:28.38720703125rem;left:16.5rem;height:3.59895625rem;text-align:center;text-align-last:center;display:block; }
#ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { color:rgba(var(--color-primary-2),1);display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:36.69970703125rem;left:13.6875rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#WS320OlhBV96uM0oM5aZknpGB6NaLRqx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:8.9375rem;top:33.3125rem;left:33rem;overflow:hidden;display:block; }
#iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { color:rgba(var(--color-primary-2),1);display:block;width:35.4375rem;position:absolute;font-family:bitter;font-size:6.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20.796875rem;left:19.5625rem;height:8.287125rem;text-align:center;text-align-last:center;display:block; }
#TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { color:#717c36;display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.375652313233rem;left:44.25rem;height:0.73111875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { box-sizing:content-box;height:12.5rem;width:12.5rem;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:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.7291679382324rem;left:54.3125rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(181,181,181,0.23) ;display:block; }
#pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffda5a;border-left:0.125rem solid #ffda5a;border-right:0.125rem solid #ffda5a;border-bottom:0.125rem solid #ffda5a;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:4.1875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.125rem;left:36.9375rem;display:block; }
#aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { background-color:rgba(255,255,255,0.58);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.3125rem;height:4.1875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:44.125rem;left:22.8125rem;display:block; }
#GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { border-width: 0; border-radius: 0; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:none; }#DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:5.44921875rem;left:1.25rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:0.875rem;left:7.8125rem; }
#g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.5625rem;left:1.25rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v0eTmT90oC1KnRyTGExl75TB8DGvwntN { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:20rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K0NWw878NxIX8OZylplA71wauO07JanK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.5625rem;left:26.25rem; }
#t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.5625rem;left:20rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:38.75rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.875rem;left:45.3125rem; }
#yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:8.5625rem;left:38.75rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dirReGx1OgVI29Afx7kpACaUhunRJB6c { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:8.5625rem;left:57.5rem;height:5.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.44873046875rem;left:57.5rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:0.875rem;left:64.0625rem; }
#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { border-width: 0; border-radius: 0; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:none; }#h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;top:10.762500762939rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.8125rem;width:8.9375rem;top:15.71875rem;left:33rem;overflow:hidden;display:block; }
#IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { color:#717c36;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;top:17.46875rem;left:0rem;height:1.79948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { color:rgba(var(--color-primary-2),1);display:block;width:52.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:21.824999809265rem;left:11.3125rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-form-header {  }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { display:block;width:19.3125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .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;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.75rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .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;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.125rem;width:19.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:#ffffff;background-image:none;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:arial;font-weight:400;text-align:left;text-align-last:left;font-size:0.75rem;background-color:transparent;background-image:none; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(255,255,255,0.32);border-left:0.125rem solid rgba(255,255,255,0.32);border-right:0.125rem solid rgba(255,255,255,0.32);border-bottom:0.125rem solid rgba(255,255,255,0.32);height:3.75rem;width:11.125rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.96875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container:first-of-type{padding-top:0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-container:last-of-type{padding-bottom:0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:29.4375rem;top:41.5rem;z-index:15003;position:absolute; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:19.9375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:29.4375rem;top:41.5rem;z-index:15003;position:absolute; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { position:relative;display:none; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG { position:relative; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR { position:relative; }
#SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { box-sizing:content-box;height:20.75rem;width:52rem;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.52);background-image:none;top:30rem;left:15.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; }
#eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { color:#717c36;display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:33.3125rem;left:30.375rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { position:absolute;display:block;z-index:15010;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: none;height:10.25rem;width:15.9375rem;top:28.9375rem;left:9.75rem;overflow:hidden;display:block; }
#wEDIARhep8XT9te1tx4NC4brcDqziHM9 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:15.375rem;top:27rem;left:12.3125rem;overflow:hidden;display:block; }
#rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { box-sizing:content-box;height:10.25rem;width:15.9375rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.3);background-image:none;top:28.9375rem;left:9.75rem;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; }
#mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { position:absolute;display:block;z-index:15014;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: none;height:10.625rem;width:15.9375rem;top:41.25rem;left:7.5rem;overflow:hidden;display:block; }
#TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { box-sizing:content-box;height:10.625rem;width:15.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.3);background-image:none;top:41.25rem;left:7.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; }
#uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:15.375rem;top:41.8125rem;left:-15.375rem;overflow:hidden;display:block; }
#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { border-width: 0; border-radius: 0; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:75rem;position:relative;display:none; }#ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:3.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:7.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; }
#GOKs8StdrwELEUiXQiUkNTIzTICIU98h { color:rgba(var(--color-tertiary-0),0.8);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:11.9375rem;left:19.375rem;height:3.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { 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:12.25rem;width:19.5rem;top:16.40625rem;left:1.71875rem;overflow:hidden;display:block; }
#C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { 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:15012;opacity:1;top:21.125rem;left:11.375rem; }
#ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { 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:15013;opacity:1;top:21.125rem;left:15.4375rem; }
#VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { 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:15013;opacity:1;top:21.125rem;left:19.375rem; }
#suCJOyf4p05EJAVROHMZBmrIO3JlJgud { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:24.831249237061rem;left:8.9375rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:27.049999237061rem;left:8.5rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3iEkAiugXv2NquTULE2dKTHl5X342Lm { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:28.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; }
#QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:27rem;left:29.1875rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:24.8125rem;left:29.6875rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { 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:15019;opacity:1;top:21.125rem;left:32.0625rem; }
#uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { 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:15020;opacity:1;top:21.125rem;left:36.125rem; }
#vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { 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:15020;opacity:1;top:21.125rem;left:40.0625rem; }
#Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { box-sizing:content-box;height:13.375rem;width:18.6875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-1),0.61);background-image:none;top:19.375rem;left:48.8125rem;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; }
#topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.4;letter-spacing:0;top:24.8125rem;left:50.3125rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NQWmkI7JvgqriophlFhWZy7FG63OIu1b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:21.46875rem;left:57.125rem; }
#Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { color:rgba(var(--color-tertiary-0),1);display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15029;line-height:1.6;letter-spacing:0;top:27rem;left:49.8125rem;height:4.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { box-sizing:content-box;height:2.8125rem;width:2.8125rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;top:21.09375rem;left:56.75rem;border-top-right-radius:6.25rem;border-bottom-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-top-left-radius:6.25rem;display:block; }
#q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { 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:10.375rem;width:17.0625rem;top:17.0625rem;left:31rem;overflow:hidden;display:block; }
#cTpqXsnhwuwN6asucHtvf0qD4Wre193k { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.875rem;top:15.535756587982rem;left:54.125rem;overflow:hidden;display:block; }
#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.adaptive-delivery-prevent-bg, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyload, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyloading { background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { border-width: 0; border-radius: 0; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:none; }#JMWWFRMwOTpKc70wapJrJvA8TbJLbVAi { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:"marck script";font-size:3.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6999998092651rem;left:0rem;height:4.38736875rem;text-align:center;text-align-last:center;display:block; }
#SPtObfnelB7gUBJLBs0Q91pA1C47T04h { color:rgba(var(--color-primary-2),1);display:block;width:49.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:12.075000762939rem;left:12.5rem;height:7.19791875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rnMOBGlACG7Wy0kNTGEFXt6F5cl72Tg8 { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.268750190735rem;left:13.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vb0ReiTpyu7LC7USep3ctILKdpwa9xsf { box-sizing:content-box;height:13.375rem;width:48.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),0.5);background-image:none;top:21.5625rem;left:13.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; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-form-header {  }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-regular-label { display:block;width:19.3125rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .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;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.75rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .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;border-top:0.125rem solid rgba(var(--color-secondary-2),0.32);border-left:0.125rem solid rgba(var(--color-secondary-2),0.32);border-right:0.125rem solid rgba(var(--color-secondary-2),0.32);border-bottom:0.125rem solid rgba(var(--color-secondary-2),0.32);height:3.125rem;width:19.3125rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-primary-3),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:300;font-size:1rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:19.3125rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:arial;font-weight:400;text-align:left;text-align-last:left;font-size:0.75rem;background-color:transparent;background-image:none; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;border-top:0.125rem solid rgba(var(--color-tertiary-0),0.32);border-left:0.125rem solid rgba(var(--color-tertiary-0),0.32);border-right:0.125rem solid rgba(var(--color-tertiary-0),0.32);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),0.32);height:3.75rem;width:11.125rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-0),1);line-height:1;box-sizing:border-box;font-family:var(--paragraphs-font-family);font-weight:700;text-align:center;text-align-last:center;font-size:1rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE [class*="-text"]:-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE [class*="-text"]::-moz-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-2),1);font-weight:300;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:30.375rem;height:auto;font-size:0.75rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:8.96875rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-container:first-of-type{padding-top:0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-container:last-of-type{padding-bottom:0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:20.375rem;top:26.8125rem;z-index:15004;position:absolute; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .radio-container { width:19.9375rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:31.6875rem;height:auto;left:20.375rem;top:26.8125rem;z-index:15004;position:absolute; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE #VcG8QBF7KTmrhtFPHnXl7a3hUwlq0kTe { position:relative; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE #D2ko4vr2cnGks7ht6FcyNdUiSdpVZJ4z { position:relative;display:none; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE #sDUKiaZrGzih3VLnluEOQR98uzEHPkFN { position:relative; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE #ZB7vKG57SpKWA8JTVtNxHtkkshtv21pm { position:relative; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE #PHHB0cvqXHd4yBKIEHQPBOODZJ3Mkadm { position:relative; }
#TcdVMnb6Zt2WGoqI3erkEMTgWyvfXWyM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:5.4375rem;top:19.375rem;left:10.75rem;overflow:hidden;display:block; }
#DnKgmpgKNQmMtaW1WGVDZS1mWvGPF082 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.25rem;top:33.6875rem;left:55.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { display:block; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { width:35.375rem;height:10rem;top:20.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF2NTWWt354towpOpVHzFqRoT6hAeaM { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block; }
 }@media only screen and (max-width: 763px) { #hVRZqzfZtTpR0XwWXTTgHe6N0L9NeG7I { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd { display:block; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJtghyETLTrzds5rwK8y149riE5Tlqye { width:38.0625rem;height:5.6875rem;top:14.625rem;left:4.84375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnB7QehBz5Vm8wkROHvAV2TAQcoiq5N7 { width:47.75rem;height:8.75rem;top:3.75rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfTWxD6T7z5B4T5395hneByWTksg2aWH { width:47.75rem;height:10.125rem;top:22.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { display:block; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2utcEAAifeWb4VVd5D1IkTfGiUOxTo1 { width:47.75rem;height:26.759390862944rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UTF01pD7hEysUh8PbuLps9547KNsX4 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block; }
 }@media only screen and (max-width: 763px) { #SWc4X68kKQloiDSnX0QVPTsw72bDQdad { display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { width:47.75rem;height:5.6875rem;top:11.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDdLpgFCHP3Bl4wTMVJ9wTxHCeJ6tiVz { width:47.5625rem;height:11.375rem;top:19.4375rem;left:0.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUPy5b3QBoku1MOq4OkrFTBJux8rMmf { width:47.75rem;height:2.8125rem;top:32.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX { display:block; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrn46H6D8UNZewBPRnGgJZKJP2WMn2kz { width:25rem;height:8.9375rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBfgfGJ5zTTzGkF3TXXQ7EvnELOqVbPL { width:37.5rem;height:1.75rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCtVow8SeqiOE5P7Z47lclsfyGTry80v { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMbOZR588ZGok7VSbcIP1sp1u4i2Xkb { width:34.3125rem;height:16.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4JixyURi9y8hrl1UcCTtiIN2N420BE5 { width:34.3125rem;height:16.875rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTJ0zNPcVir721uKsi6QHo03uHMgfEX { width:37.5rem;height:1.75rem;top:5.5rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdIce9iVR9AyaAyIhwrMK4CzDTcbSzcU { width:25rem;height:8.9375rem;top:7.3125rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduUgDT2zmDNrgnIKyfw9RTpQQArEbJG { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KftP1D3hroT37LB7eGfcuo1eyZDWt3GK { display:block; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgN3rhJMvc32BFOfEC5Ziz6AuJqxr5gk { width:25rem;height:7.1875rem;top:7.25rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqe0WZkeCEKuLFqv4OFCJQ48P0UltDBN { width:37.5rem;height:1.75rem;top:5.4375rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlLqSrQBgaQ8kkXrGfBqLbcGwGyans0N { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:31.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue42KTmilnqWm6Uxt8498WW5u9IgmOfe { width:34.3125rem;height:16.875rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1syHL8DNnUqiTxIySVbVGbfa6pTRFkq { width:34.3125rem;height:16.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxD3vuuaDHQ5W0cROeCKGQ5Aly6zcyFE { width:25rem;height:8.9375rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9iZRGpv0bxUsF6O9HWttB6ALGLh5Pe { width:37.5rem;height:1.75rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onoJMNw6xSTHkFLDZfShfToWeGuwwibI { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX { display:block; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1Vb6L7HnuTXNq419Min45yN2lua8t72 { width:47.5625rem;height:7.5625rem;top:5.8125rem;left:0.09375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPkmxvCGTE0aLTTn8m5qqnpHzBwCWBPX { width:47.75rem;height:1.75rem;top:2.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydL2S0wpr91DrgKDm3QV352yavZa4NyT { display:block; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqdm5oM92RlX1pt3SoFZQibqfebgCfKF { width:47.75rem;height:8.75rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJK9m60kWEZtOicAZ9avWLVMHiEDoWxc { width:15.3125rem;height:1.75rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQPF4J65mLH1kHdCqy9BSUktKrC3z1J0 { width:47.75rem;height:3.75rem;top:24.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnspDFQGM2snSUfZBKUq8zX7UXLFfO5T { width:47.75rem;height:2.8125rem;top:20.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP6t0sLm1pErlIEGX9Xg09x3QAngbxW8 { width:47.75rem;height:3.8125rem;top:30.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQS1JnvHo7sXkHv1xarlmXN76Il6SMUZ { width:47.75rem;height:22.0625rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 { display:block; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRpaqpZX0JoLBUZNdawPzBe5O1JGQGsA { width:15.3125rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu9v8hPT5RuXDeG4Jd4xBxeuM48blNMM { width:47.75rem;height:3.8125rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTZkbfSBaDf6pi3LmNy0Geo2ZMQSeqE { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxctF7V5pqJQ3VMCXLqrQPXLT4Bi7WNh { width:47.75rem;height:3.8125rem;top:17.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlZSR7UmazaMFgFlS5PXkCmDxIpn0bP { width:47.75rem;height:22.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq { display:block; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKblkahvDgwE9AQZb3UeJcE8LmhSmU3H { width:15.3125rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1BieMRW0mbZPlaqMpkzvQpwas52Mfo { width:47.75rem;height:3.8125rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnh0RRTWbTf8HA4bDPllVsMDUrp8Iyh { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcbepUxubgiApwKRZVgFPOd5Tf7WO6iB { width:47.75rem;height:3.8125rem;top:17.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTbP1fD3m2xwM34TQiHgZihwMTgxf4m { width:47.75rem;height:22.0625rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mXvB82sfL5km6m98f6WGQEM3CzAed9 { display:block; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEz02oZqbXsVCibVGWbo7pamTmRDCkP0 { width:15.3125rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OaeUKn3XyBcq823e5xJxxvUNTuMpGk { width:47.75rem;height:5.6875rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfckRE9aLfM0EHZkuwl4QQF2LRbs2812 { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckNJwvcPTITFPQbaslJ6yx8Gb7bTJn0s { width:47.75rem;height:3.75rem;top:19.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh4ezTL0naHATLT0v0u3o9xTPsrebTG4 { width:47.75rem;height:25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa { display:block; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ7vtaLiD2wKq2r2ONQ7UdodnE1Ugd1R { width:15.3125rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1FxkZo6PWVywAr1R1E4w9vJKl4HkTlV { width:47.75rem;height:5.6875rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMThyzkTOrHqVWmTfP7TlapFxEqPCL43 { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGv2trOwICa0xyMIqaKdoeWAmp7rHVcy { width:47.75rem;height:3.75rem;top:19.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9QxoD2Ey9H0f3Xy1aPRTohGbPh806D { width:47.75rem;height:25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w { display:block; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZM5OSMf5Hor2ir2TDxlrq5hA3MORpvA { width:18.75rem;height:1.8125rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQ1AlMR1FRhPv5M7cr0A3CBKDS4cXBR { width:47.75rem;height:5.6875rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbgiMc8hCQN7UMOCULI4ybAH2E9TBXL { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJXdBBwhFdJ0E0OJknGGbG8pexl68TVF { width:47.75rem;height:3.75rem;top:19.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbrAcfJJE7tM5r2P0TUflp5qBvRR3pNe { width:47.75rem;height:25rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp { display:block; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxlMdam0NOseTBEuhiVTI1glzK6MdMDT { width:31.25rem;height:1.8125rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHIOS41A5b4ddxG8UifHp1LPBpWae0M { width:47.75rem;height:5.6875rem;top:12.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1m9VryJMmJ7hRnDHn24k8NeZDVQWZAp { width:47.75rem;height:2.8125rem;top:7.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3xw02nR5atIdiSgPIewVbx37lWeytCf { width:47.75rem;height:9.4375rem;top:19.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmNr6TdXDZH3nuZcc59Gm5VvTLLasGqD { width:47.75rem;height:28.4375rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGzHS4iI0CdH04JZ4swn2m65UcERIi5M { width:47.75rem;height:4.625rem;top:16.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5mTlrHqLW6nB7uUADLuzULrnKSPBIF { width:8.9375rem;height:0.8125rem;top:27.0625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:47.75rem;height:1.75rem;top:28.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:47.5625rem;height:7.1875rem;top:32.375rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { width:47.75rem;height:17.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZDbUDd9XCLrKqhzuoofFbJE547tm71 { width:47.75rem;height:2.8125rem;top:11.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOlVsfGENxgGEdAh3OkQkyqS74heuCDP { display:block; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eboZS5rQfLEXfWgLge0neTeiexTX4BWJ { width:25rem;height:3.5625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeSmiboWAzTbl8SFF6RDVcd59As9A3p { width:37.5rem;height:1.75rem;top:5.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP9BCTpTkk2bAy31KJGgSrwlbt6yrl4 { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdhfXqW8lTpmySOtT3RfdqE4gd7kDaH { width:37.5rem;height:1.75rem;top:5.4375rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9oV7OUNJM16rsUPIDzPL93EGe6ykR7 { width:8.9375rem;height:0.8125rem;top:3.6875rem;left:31.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqmtg2U5T4ld2n8EapNbUET9RWSnl2K { width:25rem;height:3.5625rem;top:8.875rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdtNX7FEmfSpAFqDOVH54R3uoN3G7Tem { width:34.3125rem;height:14.375rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk23T2S2x9sShAo7sHhL4x89gyS2Xx6o { width:34.3125rem;height:14.375rem;top:1.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH { display:block; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVfLQ8nB349uKNOixDZbldqz2PUJdxPD { width:18.75rem;height:1.75rem;top:5.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKr2gheUd0MXRmdoUCzxTNdks6XfzyU { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDeFZlTUMd4ZXXO9Htytkms3HkvvVy0 { width:21.875rem;height:3.5625rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxWKkT6lSF4FJ8eTn7yU0tdtftEBGPh { width:18.75rem;height:1.75rem;top:5.875rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwJzO0f0cV2s2kLEDQTqn0dsPftyD1z { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMZAZsx33KhHhmxBKEHLf4IzqfESyqF { width:21.875rem;height:8.9375rem;top:9.125rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBMJyqqvVc5v9BKEggcrO8PPTTnEshK { width:18.75rem;height:1.75rem;top:5.875rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SItEek6LX4zD7L7w1nXkkA3q7NsQHLe7 { width:8.9375rem;height:0.8125rem;top:4.1875rem;left:35.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppvhtm27JU6L9TGzMwoFerWi8mEwvUKu { width:21.875rem;height:5.375rem;top:9.125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EtvPtwUIBHaIaCd0gBwUFa2a9LiN9V { width:21.875rem;height:19.0625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikegrNg29FTUil9nTc1QqxClixwfUC4R { width:21.875rem;height:19.0625rem;top:2rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbqxraIQdKyg7Tnepuzwq13WTxHyKJ8I { width:21.875rem;height:19.0625rem;top:2rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { display:block; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5qZUwbLCwCWXtv0nfWAXW2vJlfpJ3Q2 { width:8.9375rem;height:0.8125rem;top:4.125rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGlpmButLDwOeIJrbxsJqOpJTZyfkiQ { width:8.9375rem;height:0.8125rem;top:4.9375rem;left:31.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHW4XAfxWGbcKUx0QRmeZmvelbFJLpX { width:18.75rem;height:3.5rem;top:5.75rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDe3Il9VkoyuxIoBUcTvxvORzsbqwDiA { width:18.75rem;height:1.75rem;top:6.875rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5wXZO3HT4N6cLEpIxoeWdGTe3OFlOk { width:25rem;height:10.75rem;top:10.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { width:25rem;height:8.9375rem;top:10.25rem;left:22.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNJgApCl0E3bQqExSONxittygwNu5FGU { width:34.3125rem;height:21.875rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfs619uGvo1fZAyr1aRaILmvwmwPOx38 { width:34.3125rem;height:21.875rem;top:2rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLnGW3MPlXmT18S4BubxTC0dfTJRXp7 { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3faow8QZmJWDoZ6BzSE3Tiik193GZSL { display:block; }
 }@media only screen and (max-width: 763px) { #Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 { display:block; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etwAAzvrOVKfqRblDA2bAp1NLMm34FS3 { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMLc65SRHUTU5U1P9NCQiqNA5enKBdN { width:47.75rem;height:5.6875rem;top:11.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T6ODXkw3sppdZnE1TRfdaZfOmKGwLH { width:8.9375rem;height:0.8125rem;top:21.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2H2tRKAriP36aSzQNrTwQnxH6MkpUAW { width:47.75rem;height:3.5rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWyNJXtLOy0ZC4g7TgX9LNfVsCfgw1P8 { width:47.5625rem;height:10.75rem;top:29.8125rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsPh6R4NPz0BskCaQd4McaTVe925Grf { display:block; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmUhsFMrwqAW7ZTTOOgfqJyaMr7Q7bpb { width:35.375rem;height:6.75rem;top:7.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJItOaGGboQDLK16MQNVHNpUqUIbrMPC { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLhBorlZ7aPMFsRGcWHlKTVRZBlXI8Vq { display:block; }
 }@media only screen and (max-width: 763px) { #LPwKymNtBRHL9bHd5mTQDPoVWqXOeOMv { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zsG3ZsUWNB1v30T6QwkMs7GsEH7a0HMx { width:37.75rem;height:8.5rem;top:15.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SegxMmGWOsyvWGTeoKUMoDu1XpRKip2f { width:34.9375rem;height:8.9375rem;top:28.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQT6zd3SiXosA2utBWTHbQ8iABLlmTL { width:20.6875rem;height:3.5625rem;top:40rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P23F7rtNq1cpqc1egQ72PDQ5breATdJE { display:block; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4lWEz4zTBQwrbDGvekT7KZ8Nrf2SXFM { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mr8UvOWPAXytcZ7D4yPUtqSaUzba25hN { width:47.75rem;height:2.8125rem;top:11.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec6PV3CP3cc7A0201XqsdpESXfURg6oU { width:8.9375rem;height:0.8125rem;top:19.9375rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4V8satiUruSbhBNTV8y0tMgHeoXK7Iq { width:47.75rem;height:5.375rem;top:22.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvdWQMXkQ1qs7doMwHzJSr9hmGDZRmmB { width:47.5625rem;height:8.9375rem;top:29.625rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c { display:block; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obwPmr1KO4Cq4W3zrFx5hsPnNqCDPnrX { width:47.75rem;height:2.8125rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9n2o2cA5qwnWpdApn04DpMtpO60Namt { display:block; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZJ7XuD7UrvnviEH8o3VMKxhKXD2gDBw { width:47.75rem;height:13.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2CTWHtv1aL5o0075clmleVsTls8exN { width:25.4375rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsJRnfe5dtHDPA62qN9AUTxqVXHbzr9t { width:25.4375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa2egfikdXE51BK5nWTFKPN8c3gECR1y { width:23.9375rem;height:5.375rem;top:7.5rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUnmJzCtFzJX5ETlT8o4IV4sOnNmRGqP { width:23.9375rem;height:1.8125rem;top:5rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHvQoMBV8SkUfyL7kVnFMMwyEaci48PS { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfWX9pt1L1L7PDZJix9TkWnGWNPfnLKO { width:4.0625rem;height:4.0625rem;top:3.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #em1CCaS0EkaAOkc6DMqmawbiEECaDM2H { display:block; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETP0c5g7KyfOhTMFgClfMp8A1z61VVTQ { width:25.4375rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFTlSCA32NFv3dFkVOGfssHuegvF10vr { width:25.4375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbIlfR1nofti3uNXrgW9KQyaGvXffEMC { width:23.9375rem;height:3.5625rem;top:7.5rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMazbCAfUv7tXDE6sux3VBgbPXSCvbWg { width:23.9375rem;height:1.8125rem;top:5rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwqJXlpxzbVoX5SHN80BbaCwVXI59nNl { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zk7Mxz82MbsrbI1gvs3uZUTVDtUmsT9e { width:4.0625rem;height:4.0625rem;top:3.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKzent2lvrgkpgvTL4FbZsfNTKfVyP4G { width:47.75rem;height:13.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0fOxT452hEco7MRvllKfkxPubqrxih { display:block; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MW3LF0IBT0zl5zO4iyoaOnqK3S6B0E0W { width:25.4375rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSRpVhbtD1RltAkr6Aw0DM6iFHN1EMQh { width:25.4375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVOpZsrpeEfhr3x03stAWv6qMdTxRVMJ { width:23.9375rem;height:3.5625rem;top:7.5rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrfgXyOEUQ29yZpyCLnVp6uX3uJ2rGnV { width:23.9375rem;height:1.8125rem;top:5rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpHkTJCTnyTLDqkCCKV0MyN5Rh8SyqWb { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sov4XpWXZ5obUSTTO5e5W31EETuNI3z2 { width:4.0625rem;height:4.0625rem;top:3.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frO404SgeiuGmsePBl5IKl7yMgt7ghSw { width:47.75rem;height:13.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO { display:block; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM6fkJ8SVJnWTKSpQTrPziLTd5dEOnqu { width:25.4375rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uexyrpcTmVW37gx3kaKXbmdrWQql4ADN { width:25.4375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdIWGWb1NQI4BoduxRFKXtNL6BqTDgyM { width:23.9375rem;height:3.5625rem;top:7.5rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dg9pynPbGCvBBbRu0qNtmfAb7wSzblpR { width:23.9375rem;height:1.8125rem;top:5rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgElQug5Tx0Jy8vcTynpOHPcqa5M8AgV { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTx367Jq5HLwAQIoUJJQogRNfJ40eUBF { width:4.0625rem;height:4.0625rem;top:3.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huLbGiv41GHehwycNJ337tNZw21SoE6q { width:47.75rem;height:13.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve { display:block; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7vEiHBMyM1ZX46AS2MmZzsn2NW00dLX { width:25.4375rem;height:1.75rem;top:5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARIlqEX78MGZuFlEPLreC1MhOeIp8JDN { width:25.4375rem;height:3.5625rem;top:7.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqHKbmlJuDmXQprslW3prF6ZnqZSMrST { width:23.9375rem;height:3.5625rem;top:7.5rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF3lIXkOR3gzfcTgothSEcEkgcR5gk2z { width:23.9375rem;height:1.8125rem;top:5rem;left:23rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA2ctnp7XdNfiz6URwI5t1yS8Z4eeGxg { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TcsFTsXtJQqTNmQQTLnEkDxDKk1oD1yu { width:4.0625rem;height:4.0625rem;top:3.875rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQsErfgTqq11prVNyWZPH7pTKPhXad5s { width:47.75rem;height:13.5rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { width:47.75rem;height:2.8125rem;top:11.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoVoNvET1TFvT4fbVilELGcyfMZ7CedO { width:42.25rem;height:;top:16rem;left:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 { display:block; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGFtKuU2yaic4Rwa1ygOilzTxA83QgKO { top:1.875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0sJGmHa8wmt65Cdos7QMz8vxeIbJRN { width:29.25rem;height:2.5rem;top:29.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNGtfV3xhZ6i89JtXGRBz1krsiLgfZTa { width:29.25rem;height:2.5rem;top:29.125rem;left:18.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HODh7EtEOfy3aQZQFSo0HlZP5PwaVJ6s { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3w7nG8LZfI010bkBZkyJohXTtT5cAbT { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwZtLUyZHmuRSk6U2PFsxcN3rQdBcXA0 { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc { display:block; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6bg0zv0Z6Tp3pWsvdLo9D2MgIeMtJN { width:47.75rem;height:14rem;top:3.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPA0QmcloMXwAc359l0gqyAzKSNPelqg { display:block; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuqGMCqM1fklnqwhRAbJTCZ0rhDiwDD0 { width:29.75rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTaJnKGTTZyG2TNxCqHziAoTWG9zXJy { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAqBJm9siWISEbqzdCAWzu4ElQ9oM4r0 { width:26.875rem;height:2.5rem;top:30.4375rem;left:10.59375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { display:block; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { width:47.75rem;height:4.375rem;top:4.0625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRliBug5HD1s47HrTzXdPRy4z528CicX { width:47.75rem;height:8.5rem;top:9.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { width:8.9375rem;height:0.8125rem;top:19.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { width:47.75rem;height:3.5625rem;top:21.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { display:block; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { width:47.75rem;height:4.375rem;top:8.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:8.9375rem;height:0.8125rem;top:17.9375rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:47.75rem;height:1.75rem;top:24.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:47.5625rem;height:5.375rem;top:27.625rem;left:0.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:47.75rem;height:5.6875rem;top:14.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Tc9x6UprotwxMhTXxm1UTJNIHTi3lMAX { width:47.75rem;height:31.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ { display:none; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gMHO5RIizZT1PwPcGIW7BsSdsxR6Po8V { width:47.75rem;height:26.759390862944rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwRn55kkp2KBTAUDTlc3VOyqo0K9A4BH { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8MT2y5q8pNpwGnCI9LdIlp49avWNFTT { display:block; }
 }@media only screen and (max-width: 763px) { #zHeAhUtvOv2HOLts095MhU2a9s6lXp2L { width:47.75rem;height:4.375rem;top:4.1875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { display:block; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d495L6iwzUTTbCsVzdeTnq0z63pdy81T { width:47.75rem;height:4.375rem;top:2.8125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc { display:block; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsTLxB0gJNVQ9uxocdiDBepTfR2dCtpt { top:3.75rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLss1sngm7RtDDdnynqOwPQPhSeKQhWI { top:24.1875rem;left:23.9375rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4oIBikFCNsxXRKSTbshLw3bgHX41uiZ { width:29.9375rem;height:;top:8.6875rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #strexRs0THCUE0tswgMsvhHXUNPq7NpS { width:29.9375rem;height:4.875rem;top:17.75rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTBg4D27LI80t4g8sMTtSTLtvhesaKx { width:2.1875rem;height:2.1875rem;top:24.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZ4dmp5MpHixadyrywtLUOE2fKIRmS6L { width:2.1875rem;height:2.1875rem;top:29.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQP0g0b3oTMUie8zcUq97rNrSEXdAc7K { top:29.9375rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGUhKcK8hN12J30Ico5pnLTb2KsSFuQZ { width:2.1875rem;height:2.1875rem;top:35.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqhlJlS8aweHXhmv3okRENNLP232iWye { top:35.6875rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpE5mIOr4UOX4iswBONfgHKDJTh7FG6k { top:3.8125rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawNtOPTobteEHGPUn38yi6hZJcb1wZa { display:block; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ez81hT7RslSeZ0PdfSVAUUtRlgEPlX69 { top:3.5rem;left:0rem;width:34.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BviQtGJ2DzHqHBIghnNdICBaveA6fpg7 { width:30.0625rem;height:7.3125rem;top:8.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZ8yvvSpBguaburZmZRrNfVfXNTx9pe { width:2.1875rem;height:2.1875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaVxNkLfVs50iUDri1AVh0JsQhF6AIZJ { width:29.9375rem;height:4.875rem;top:18.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLg4eBPXK3qJnMQ4H86otLgFcpwuJiG { top:25.9375rem;left:0rem;width:22.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSEP35VUpiPzMR0h7WrfRTko0mxgyGUE { top:32.75rem;left:0rem;width:22rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFf66IlQpaFKbKIsZfTdo5MXiBRJQQS { top:38.375rem;left:0rem;width:24.5rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroFPwTukvEnxrzDFi3NumWfp1PeJMmg { width:2.1875rem;height:2.1875rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxmqPBM5AtDZZShsQyFlN7Kph9LecF9W { width:2.1875rem;height:2.1875rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8SibGVmh0ryUdWofBLyJLvv9zfR8TT1 { top:7.125rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH { display:block; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrGHfKMWRq8Ea1s1v6x1ObcEp0lxt0JF { top:6.5625rem;left:14.5625rem;width:33.1875rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZwutJDq183ciPODntspGLPSOhHvmfQ { width:29.9375rem;height:4.875rem;top:22.4375rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP7QoTsnpCXrgSMVOLrJhsBmykoUma4N { width:2.1875rem;height:2.1875rem;top:29.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0QhTyGTG2c2TcDHIgBxCXHltgXODp8W { width:2.1875rem;height:2.1875rem;top:34.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT69SzLP09zE0Bhb9BonotSu7A7R6u88 { width:2.1875rem;height:2.1875rem;top:39.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTg4rFAcrBw2egZsF3ZDkJWp1ZZJsRDn { top:7.5rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RUeIFOdETIEOQOM6PCqZocWVUKBB5m { width:30.0625rem;height:;top:11.0625rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZTykC76IaooLaoylT7hUPqbVUtf3ef { top:28.875rem;left:23.875rem;width:22.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9uzT9BvasnMGxLfwEVint8lFUuRbbD { top:33.75rem;left:23.9375rem;width:22rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6mxT2IomSk5meiPVkaC00l00vOtzAz { top:39.4375rem;left:23.25rem;width:24.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw { display:block; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiR70ysUc6gpQRMUkc3FL9znT58UePo1 { width:46.9375rem;height:8.75rem;top:9.5625rem;left:0.40625rem;color:#000000;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C302CuI3M2RvP38SMdlmDuSZbD1XkJDQ { width:29.9375rem;height:2.8125rem;top:19.75rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyTnewOa7FRKVuAUzDEKTIXh90kVASZ { width:46.875rem;height:76.3125rem;top:5.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnTMfdOsTCx2VDIWEOo8bWdqiM4cL8AX { width:21.0625rem;height:21.0625rem;top:20.375rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2MC3aP3RQEr9SoWFgOBKocxxbW14UhH { width:31.6875rem;height:2.4375rem;top:23.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAuk78xzpAJKtN5TcvDOcAioLV5qCIAh { display:block; }
 }@media only screen and (max-width: 763px) { #S9GPKnzIyUJpMyilh6SgcGfl47q1JHME { width:31.5625rem;height:2.4375rem;top:27.125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7xqNRIxi8IoytQ8AcqWXzruGBg3Ds8 { display:block; }
 }@media only screen and (max-width: 763px) { #az2sPMuJ9iSCVZu8gKReZuhAXAVXAcC5 { top:24.25rem;left:8.9375rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRhwaZVODPxRAf8HN2hk6ZO3TZie3zFW { top:27.5625rem;left:8.9375rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMT182eFRR1ykFweV1QxP33yyoNAZcXm { top:38.375rem;left:8.9375rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFJQChG0Mruh8F8wqpAyUIbduBgslE19 { width:45.625rem;height:4.125rem;top:33.1875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maKxtV1KWThaTIIUKlTKAeZsQIni4uEf { top:48.25rem;left:6.8125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdNM7aoTJcSMzqV6FDlL3TPzuyard9wg { top:53.75rem;left:7.21875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWiXt6ryv38Tk1E9Kk1dnOnbqfHOpDs { top:43.5rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTKdOUh2S8QEKZTIEoaOh12isngfTB { width:2.6875rem;height:2.6875rem;top:43.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZZrNrqTeJ397dwmtmevxmBANueEZrxM { width:2.6875rem;height:2.6875rem;top:48.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnPt4qNea4Gle71sp7Nt5hVSD8W6V8v { width:2.6875rem;height:2.6875rem;top:54rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHqW2c56MOT9sLNuxOev69B1tTARine { width:17.5rem;height:3.4375rem;top:67.5rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGI53ITZEWLukZAfd9FAuH6ST4KMZwda { display:block; }
 }@media only screen and (max-width: 763px) { #cQlcnfqaTa4c6CNZGg0MZN1ov1FUtvTI { width:17.5rem;height:3.4375rem;top:67.5rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLttIkGZtTVp6lSn83tksi6b0PZGdkCC { display:block; }
 }@media only screen and (max-width: 763px) { #bFdPoWwQFHJMlEJDDlA02yJ1rHzRXsxn { top:64.0625rem;left:25.375rem;width:17.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQyzqS8KyshtNVWEQnVZCA1g7qqd76c { top:64.0625rem;left:4.53125rem;width:18.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oesAwsExiOiCNJcAGWxLeTkfNB1ziZid { top:58.875rem;left:7rem;width:38.6875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJcxUW2NMPRgQHHxz85VKyrdtMa3Gl68 { width:2.6875rem;height:2.6875rem;top:59.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwtxDXtbWKAu3uag174VsQqPSCQZi2a { top:72.6875rem;left:5.8052062988281rem;width:38.4375rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:47.75rem;height:8.75rem;top:2.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:47.75rem;height:5.625rem;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:19.5625rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:47.75rem;height:1.75rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb { display:block; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { width:47.75rem;height:2.8125rem;top:10.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJlNiE62muIhgDtyyiLpTxwL8ceeUHuG { width:16.25rem;height:3.75rem;top:19.895833969116rem;left:27.80859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cl08qKve6o0BFXmltJdZoCAn7qRUXk { display:block; }
 }@media only screen and (max-width: 763px) { #buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h { display:block; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRQ0f9ZXdvpivftmDzRK4SOxxiyzIrc3 { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTvwMNI6SJJvNODUOqMkqwH8ryMU1wQ { width:1.125rem;height:1.625rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { display:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { width:43.75rem;height:2.84375rem;top:2.666748046875rem;left:2rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { width:47.75rem;height:;top:23.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { display:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { top:1.875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { width:29.25rem;height:2.5rem;top:29.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { top:33.1875rem;left:0rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cviFWqENHRp9e814ELUrJ62O6sMxFDkR { top:33.1875rem;left:19rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { width:29.25rem;height:2.5rem;top:29.125rem;left:18.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { width:31.0625rem;height:30.75rem;top:5.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { display:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { width:15.25rem;height:7.5rem;top:0rem;left:28.311199188233rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { width:18.99869725rem;height:4rem;top:15.333333969116rem;left:26.9296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { width:35.375rem;height:13.5rem;top:24.4375rem;left:0rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHiKmz74bVQDboGwb7diaeCE3txcFHp { width:43.75rem;height:43.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { width:47.75rem;height:7.25rem;top:2.8125rem;left:0rem;color:#000000;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { width:29.9375rem;height:2.8125rem;top:12.75rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { width:46.875rem;height:55.9375rem;top:10.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { top:31.5rem;left:8.90625rem;width:29.9375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { width:17.5rem;height:3.4375rem;top:60.5625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block; }
 }@media only screen and (max-width: 763px) { #eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { width:17.5rem;height:3.4375rem;top:60.5625rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block; }
 }@media only screen and (max-width: 763px) { #RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { top:56.1875rem;left:25.375rem;width:17.375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { top:56.1875rem;left:4.5rem;width:18.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { width:21.0625rem;height:21.0625rem;top:13.5rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { width:31.6875rem;height:2.4375rem;top:16.9375rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block; }
 }@media only screen and (max-width: 763px) { #v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { width:31.5625rem;height:2.4375rem;top:20.25rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block; }
 }@media only screen and (max-width: 763px) { #RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { top:17.3125rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { width:45.625rem;height:4.125rem;top:24.5rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { top:41.3125rem;left:6.78125rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { top:45.625rem;left:7.1875rem;width:36.5625rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { top:36.625rem;left:7.1875rem;width:37.375rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { top:50.3125rem;left:7rem;width:38.6875rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { width:2.6875rem;height:2.6875rem;top:41.3125rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { width:2.6875rem;height:2.6875rem;top:45.875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { width:2.6875rem;height:2.6875rem;top:51.4375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { width:2.6875rem;height:2.6875rem;top:36.625rem;left:3.09375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { top:20.625rem;left:8.90625rem;width:27.8125rem;height:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { width:35.4375rem;height:15rem;top:12.25rem;left:6.125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { width:44.1875rem;height:5.25rem;top:14.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { width:47.75rem;height:1.25rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { width:41.9375rem;height:3.5625rem;top:28.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { width:47.5625rem;height:4rem;top:36.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { width:8.9375rem;height:2.1875rem;top:33.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { width:35.4375rem;height:8.25rem;top:20.75rem;left:5.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TX3MME6Uae7su783Tu7PskMkxSbGkA { width:29.9375rem;height:0.6875rem;top:10.375rem;left:17.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { width:12.5rem;height:12.5rem;top:1.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { width:15.25rem;height:4.1875rem;top:44.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block; }
 }@media only screen and (max-width: 763px) { #dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { width:12.3125rem;height:4.1875rem;top:44.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { width:35.4375rem;height:15rem;top:12.25rem;left:6.125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { width:44.1875rem;height:5.25rem;top:14.1875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { width:47.75rem;height:1.25rem;top:12.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { width:41.9375rem;height:3.5625rem;top:28.375rem;left:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { width:47.5625rem;height:4rem;top:36.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS320OlhBV96uM0oM5aZknpGB6NaLRqx { width:8.9375rem;height:2.1875rem;top:33.3125rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { width:35.4375rem;height:8.25rem;top:20.75rem;left:5.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { width:29.9375rem;height:0.6875rem;top:10.375rem;left:17.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { width:12.5rem;height:12.5rem;top:1.6875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { width:15.25rem;height:4.1875rem;top:44.125rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block; }
 }@media only screen and (max-width: 763px) { #a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { width:12.3125rem;height:4.1875rem;top:44.125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block; }
 }@media only screen and (max-width: 763px) { #eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { width:16.25rem;height:1.375rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { width:3.125rem;height:3.125rem;top:0.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { width:16.25rem;height:8.375rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTmT90oC1KnRyTGExl75TB8DGvwntN { width:16.25rem;height:1.375rem;top:5.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NWw878NxIX8OZylplA71wauO07JanK { width:3.75rem;height:3.75rem;top:0.5625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { width:16.25rem;height:4.1875rem;top:8.5625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { width:16.25rem;height:1.375rem;top:5.4375rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { width:3.125rem;height:3.125rem;top:0.875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { width:16.25rem;height:5.5625rem;top:8.5625rem;left:19.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dirReGx1OgVI29Afx7kpACaUhunRJB6c { width:16.25rem;height:6.9375rem;top:8.5625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { width:16.25rem;height:1.375rem;top:5.4375rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { width:3.125rem;height:3.125rem;top:0.875rem;left:40.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { width:47.75rem;height:4.375rem;top:10.75rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { width:8.9375rem;height:0.8125rem;top:15.6875rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { width:47.75rem;height:1.75rem;top:17.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { width:47.75rem;height:3.5625rem;top:21.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { width:19.3125rem;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-textarea { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { width:19.3125rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { width:30.375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { width:8.96875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { width:31.6875rem;height:auto;top:41.5rem;left:13.5625rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:19.9375rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 {display:inline-block;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { width:31.6875rem;height:auto;top:41.5rem;left:13.5625rem; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { display:none; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR {  }
 }@media only screen and (max-width: 763px) { #SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { width:47.75rem;height:20.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { width:32.25rem;height:8rem;top:33.3125rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { width:15.9375rem;height:10.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDIARhep8XT9te1tx4NC4brcDqziHM9 { width:15.375rem;height:8.9375rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { width:15.9375rem;height:10.25rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { width:15.9375rem;height:10.625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { width:15.9375rem;height:10.625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { width:15.375rem;height:11.1875rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { display:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { width:47.75rem;height:4.375rem;top:5.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { width:18.6875rem;height:13.375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKs8StdrwELEUiXQiUkNTIzTICIU98h { width:36.25rem;height:3.5625rem;top:11.9375rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { width:19.5rem;height:12.25rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { width:2.8125rem;height:2.8125rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { width:2.8125rem;height:2.8125rem;top:21.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suCJOyf4p05EJAVROHMZBmrIO3JlJgud { width:15.75rem;height:1.375rem;top:24.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { width:16.6875rem;height:4.1875rem;top:27rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3iEkAiugXv2NquTULE2dKTHl5X342Lm { width:18.6875rem;height:13.375rem;top:19.375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { width:16.6875rem;height:4.1875rem;top:27rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { width:15.75rem;height:1.375rem;top:24.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { width:2.8125rem;height:2.8125rem;top:21.125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { width:2.8125rem;height:2.8125rem;top:21.125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { width:18.6875rem;height:13.375rem;top:19.375rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { width:15.75rem;height:1.375rem;top:24.8125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQWmkI7JvgqriophlFhWZy7FG63OIu1b { width:2.0625rem;height:2.0625rem;top:21.4375rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { width:16.6875rem;height:4.1875rem;top:27rem;left:31.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { width:2.8125rem;height:2.8125rem;top:21.0625rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { width:17.0625rem;height:10.375rem;top:17.0625rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpqXsnhwuwN6asucHtvf0qD4Wre193k { width:16.875rem;height:11.1875rem;top:15.5rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI { display:none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMWWFRMwOTpKc70wapJrJvA8TbJLbVAi { width:47.75rem;height:4.375rem;top:5.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPtObfnelB7gUBJLBs0Q91pA1C47T04h { width:47.75rem;height:7.1875rem;top:12.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnMOBGlACG7Wy0kNTGEFXt6F5cl72Tg8 { width:47.75rem;height:3rem;top:23.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vb0ReiTpyu7LC7USep3ctILKdpwa9xsf { width:47.75rem;height:13.375rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-regular-label { width:19.3125rem;display:block; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-text { width:19.3125rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-textarea { width:19.3125rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select { width:19.3125rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-checkbox-label { width:30.375rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-radio-label { width:8.96875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE  { width:31.6875rem;height:auto;top:26.8125rem;left:6.75rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .radio-container { width:19.9375rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE {display:inline-block;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE { width:31.6875rem;height:auto;top:26.8125rem;left:6.75rem; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #VcG8QBF7KTmrhtFPHnXl7a3hUwlq0kTe {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #D2ko4vr2cnGks7ht6FcyNdUiSdpVZJ4z { display:none; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #sDUKiaZrGzih3VLnluEOQR98uzEHPkFN {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #ZB7vKG57SpKWA8JTVtNxHtkkshtv21pm {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #PHHB0cvqXHd4yBKIEHQPBOODZJ3Mkadm {  }
 }@media only screen and (max-width: 763px) { #TcdVMnb6Zt2WGoqI3erkEMTgWyvfXWyM { width:5.4375rem;height:6.3125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKgmpgKNQmMtaW1WGVDZS1mWvGPF082 { width:4.25rem;height:4.4375rem;top:33.6875rem;left:41.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:block; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { background-color: transparent; background-image: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row > .video-iframe-container { display: none; }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .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); }#O06UTlWd3tnzPqcQkb2tZkBPn7TTogJC > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { width:9.375rem;height:4.5rem;top:21.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { width:20rem;height:2.03125rem;top:31.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { width:20rem;height:4rem;top:26.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOF2NTWWt354towpOpVHzFqRoT6hAeaM { width:18.75rem;height:4.375rem;top:40.625rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDwUIEmOuQ38DrzzaI9hMSPXcnw9efRq { display:block; }
 }@media only screen and (max-width: 763px) { #hVRZqzfZtTpR0XwWXTTgHe6N0L9NeG7I { width:17.5rem;height:2.92448125rem;top:35.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfCZm42GfgOlA7AuPV8MVhbz3ViwLNE1 { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd { display:block; }#zDVNyvRiSq0hqkl6B9JIH7NkR4rTtbXd > .row .container { width:20rem;height:42.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJtghyETLTrzds5rwK8y149riE5Tlqye { width:20rem;height:6rem;top:8.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qnB7QehBz5Vm8wkROHvAV2TAQcoiq5N7 { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wfTWxD6T7z5B4T5395hneByWTksg2aWH { width:20rem;height:17.1875rem;top:15.75rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL { display:block; }#p5mUoLd8zCs0B2biQLhHHeKzGhF3a2lL > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2utcEAAifeWb4VVd5D1IkTfGiUOxTo1 { height:11.2080078125rem;width:20rem;top:2.1015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8UTF01pD7hEysUh8PbuLps9547KNsX4 { width:15.0625rem;height:3.4375rem;top:15.14453125rem;left:2.46875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l53vxeqMopMmnvEXXvKsJIHOKoIhAhN2 { display:block; }
 }@media only screen and (max-width: 763px) { #SWc4X68kKQloiDSnX0QVPTsw72bDQdad { background-color:rgba(245,245,245,0.62);background-image:none;display:block; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { background-color: transparent; background-image: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row > .video-iframe-container { display: none; }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .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); }#SWc4X68kKQloiDSnX0QVPTsw72bDQdad > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FEkdKnCfJ3HO56QLQy1MZzgBCTvLKU8T { width:20rem;height:4rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #KhcVCMKMTaaTZVNNwGmp8TUWwLcUE7eE { width:14.4375rem;height:9.375rem;top:9.5rem;left:2.78125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VDdLpgFCHP3Bl4wTMVJ9wTxHCeJ6tiVz { width:20rem;height:12.79688125rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUPy5b3QBoku1MOq4OkrFTBJux8rMmf { width:20rem;height:1.5625rem;top:34.171875rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX { display:block; }#pSPOh5W9Zop7idlG88yi8D4BA2AKXEHX > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mrn46H6D8UNZewBPRnGgJZKJP2WMn2kz { width:20rem;height:7.9980625rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBfgfGJ5zTTzGkF3TXXQ7EvnELOqVbPL { width:20rem;height:1.3997375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCtVow8SeqiOE5P7Z47lclsfyGTry80v { width:8.9375rem;height:0.8125rem;top:2.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMbOZR588ZGok7VSbcIP1sp1u4i2Xkb { width:20rem;height:11.625rem;top:1.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4JixyURi9y8hrl1UcCTtiIN2N420BE5 { width:20rem;height:11.625rem;top:1.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoTJ0zNPcVir721uKsi6QHo03uHMgfEX { width:20rem;height:1.3997375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdIce9iVR9AyaAyIhwrMK4CzDTcbSzcU { width:20rem;height:7.9980625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zduUgDT2zmDNrgnIKyfw9RTpQQArEbJG { width:8.9375rem;height:0.8125rem;top:2.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KftP1D3hroT37LB7eGfcuo1eyZDWt3GK { display:block; }#KftP1D3hroT37LB7eGfcuo1eyZDWt3GK > .row .container { width:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgN3rhJMvc32BFOfEC5Ziz6AuJqxr5gk { width:20rem;height:6.3984375rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rqe0WZkeCEKuLFqv4OFCJQ48P0UltDBN { width:20rem;height:1.3997375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlLqSrQBgaQ8kkXrGfBqLbcGwGyans0N { width:8.9375rem;height:0.8125rem;top:15.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ue42KTmilnqWm6Uxt8498WW5u9IgmOfe { width:20rem;height:11.25rem;top:14.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1syHL8DNnUqiTxIySVbVGbfa6pTRFkq { width:20rem;height:11.25rem;top:14.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxD3vuuaDHQ5W0cROeCKGQ5Aly6zcyFE { width:20rem;height:7.9980625rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO9iZRGpv0bxUsF6O9HWttB6ALGLh5Pe { width:20rem;height:1.3997375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onoJMNw6xSTHkFLDZfShfToWeGuwwibI { width:8.9375rem;height:0.8125rem;top:15.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX { display:block; }#HygM1ZXqCCeBTpSSxPug2LR3vcPp2PsX > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p1Vb6L7HnuTXNq419Min45yN2lua8t72 { width:20rem;height:6.3984375rem;top:5.29948125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPkmxvCGTE0aLTTn8m5qqnpHzBwCWBPX { width:20rem;height:2.79948125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydL2S0wpr91DrgKDm3QV352yavZa4NyT { background-color:#ffffff;background-image:none;display:block; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { background-color: transparent; background-image: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container > .video-iframe-container { display: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row > .video-iframe-container { display: none; }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .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); }#ydL2S0wpr91DrgKDm3QV352yavZa4NyT > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqdm5oM92RlX1pt3SoFZQibqfebgCfKF { width:20rem;height:6rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xJK9m60kWEZtOicAZ9avWLVMHiEDoWxc { width:18.75rem;height:1.3997375rem;top:10.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQPF4J65mLH1kHdCqy9BSUktKrC3z1J0 { width:18.75rem;height:7.9980625rem;top:16.453126907349rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnspDFQGM2snSUfZBKUq8zX7UXLFfO5T { width:18.75rem;height:1.5625rem;top:13.0625rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TP6t0sLm1pErlIEGX9Xg09x3QAngbxW8 { width:18.75rem;height:6.3984375rem;top:26.145833969116rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQS1JnvHo7sXkHv1xarlmXN76Il6SMUZ { width:20rem;height:24.6875rem;top:9.4218730926512rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 { background-color:#ffffff;background-image:none;display:block; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { background-color: transparent; background-image: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container > .video-iframe-container { display: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row > .video-iframe-container { display: none; }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .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); }#rGIml9MvTTiaKUz03aDkTgT4kJ81tIm7 > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iRpaqpZX0JoLBUZNdawPzBe5O1JGQGsA { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu9v8hPT5RuXDeG4Jd4xBxeuM48blNMM { width:18.75rem;height:6.3984375rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqTZkbfSBaDf6pi3LmNy0Geo2ZMQSeqE { width:18.75rem;height:1.5625rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WxctF7V5pqJQ3VMCXLqrQPXLT4Bi7WNh { width:18.75rem;height:4.798825rem;top:16.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPlZSR7UmazaMFgFlS5PXkCmDxIpn0bP { width:20rem;height:21.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq { background-color:#ffffff;background-image:none;display:block; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { background-color: transparent; background-image: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container > .video-iframe-container { display: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row > .video-iframe-container { display: none; }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .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); }#gqmgDGWEzOSzEphx3hvCJCXVSW9FIQTq > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKblkahvDgwE9AQZb3UeJcE8LmhSmU3H { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1BieMRW0mbZPlaqMpkzvQpwas52Mfo { width:18.75rem;height:6.3984375rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxnh0RRTWbTf8HA4bDPllVsMDUrp8Iyh { width:18.75rem;height:1.5625rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GcbepUxubgiApwKRZVgFPOd5Tf7WO6iB { width:18.75rem;height:4.798825rem;top:16.4375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDTbP1fD3m2xwM34TQiHgZihwMTgxf4m { width:20rem;height:21.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7mXvB82sfL5km6m98f6WGQEM3CzAed9 { background-color:#ffffff;background-image:none;display:block; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { background-color: transparent; background-image: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container > .video-iframe-container { display: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row > .video-iframe-container { display: none; }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .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); }#r7mXvB82sfL5km6m98f6WGQEM3CzAed9 > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wEz02oZqbXsVCibVGWbo7pamTmRDCkP0 { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4OaeUKn3XyBcq823e5xJxxvUNTuMpGk { width:18.75rem;height:11.19725rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfckRE9aLfM0EHZkuwl4QQF2LRbs2812 { width:18.75rem;height:3.125rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ckNJwvcPTITFPQbaslJ6yx8Gb7bTJn0s { width:18.75rem;height:4.798825rem;top:21.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh4ezTL0naHATLT0v0u3o9xTPsrebTG4 { width:20rem;height:26.875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa { background-color:#ffffff;background-image:none;display:block; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { background-color: transparent; background-image: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container > .video-iframe-container { display: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row > .video-iframe-container { display: none; }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .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); }#qiuPbJLkTvaSBLdOs0mhx2l9kXMaS8Qa > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ7vtaLiD2wKq2r2ONQ7UdodnE1Ugd1R { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1FxkZo6PWVywAr1R1E4w9vJKl4HkTlV { width:18.75rem;height:9.597625rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMThyzkTOrHqVWmTfP7TlapFxEqPCL43 { width:18.75rem;height:1.5625rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rGv2trOwICa0xyMIqaKdoeWAmp7rHVcy { width:19.0625rem;height:4.798825rem;top:19.812500476837rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM9QxoD2Ey9H0f3Xy1aPRTohGbPh806D { width:20rem;height:25.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w { background-color:#ffffff;background-image:none;display:block; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { background-color: transparent; background-image: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container > .video-iframe-container { display: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row > .video-iframe-container { display: none; }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .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); }#O0oUcCXwOF6c3b7UZ7cfu4qHO8sWl99w > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZM5OSMf5Hor2ir2TDxlrq5hA3MORpvA { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRQ1AlMR1FRhPv5M7cr0A3CBKDS4cXBR { width:18.75rem;height:12.796875rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPbgiMc8hCQN7UMOCULI4ybAH2E9TBXL { width:18.75rem;height:1.5625rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OJXdBBwhFdJ0E0OJknGGbG8pexl68TVF { width:19.0625rem;height:4.798825rem;top:22.9375rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbrAcfJJE7tM5r2P0TUflp5qBvRR3pNe { width:20rem;height:28.6875rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp { background-color:#ffffff;background-image:none;display:block; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { background-color: transparent; background-image: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container > .video-iframe-container { display: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row > .video-iframe-container { display: none; }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .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); }#AixF8QKN2IoUsKLXQGDUNXRObUi3v3qp > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LxlMdam0NOseTBEuhiVTI1glzK6MdMDT { width:18.75rem;height:1.3997375rem;top:2.75rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcHIOS41A5b4ddxG8UifHp1LPBpWae0M { width:18.75rem;height:11.19725rem;top:8.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1m9VryJMmJ7hRnDHn24k8NeZDVQWZAp { width:18.75rem;height:1.5625rem;top:4.9375rem;left:0.625rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #f3xw02nR5atIdiSgPIewVbx37lWeytCf { width:19.25rem;height:11.19725rem;top:21.25rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmNr6TdXDZH3nuZcc59Gm5VvTLLasGqD { width:20rem;height:33.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { width:20rem;height:39.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { width:20rem;height:2rem;top:2.1875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wGzHS4iI0CdH04JZ4swn2m65UcERIi5M { width:18.6875rem;height:7.3112rem;top:5.15625rem;left:0.65625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #aF5mTlrHqLW6nB7uUADLuzULrnKSPBIF { width:8.9375rem;height:0.8125rem;top:17.250001907349rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:20rem;height:1.3997375rem;top:19.062501907349rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:20rem;height:9.5976625rem;top:22.250001907349rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTvI7P7LDlfBMvtRyNVoSfGxIg4rotOS { width:20rem;height:17.6875rem;top:15.860677719116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beZDbUDd9XCLrKqhzuoofFbJE547tm71 { width:20rem;height:3.125rem;top:34.798187255859rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hOlVsfGENxgGEdAh3OkQkyqS74heuCDP { display:block; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eboZS5rQfLEXfWgLge0neTeiexTX4BWJ { width:20rem;height:3.199225rem;top:7.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeSmiboWAzTbl8SFF6RDVcd59As9A3p { width:20rem;height:1.3997375rem;top:4.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP9BCTpTkk2bAy31KJGgSrwlbt6yrl4 { width:8.9375rem;height:0.8125rem;top:2.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdhfXqW8lTpmySOtT3RfdqE4gd7kDaH { width:20rem;height:1.3997375rem;top:17.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9oV7OUNJM16rsUPIDzPL93EGe6ykR7 { width:8.9375rem;height:0.8125rem;top:15.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqmtg2U5T4ld2n8EapNbUET9RWSnl2K { width:20rem;height:3.199225rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdtNX7FEmfSpAFqDOVH54R3uoN3G7Tem { width:20rem;height:11.625rem;top:1.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jk23T2S2x9sShAo7sHhL4x89gyS2Xx6o { width:20rem;height:11.25rem;top:14.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH { display:block; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVfLQ8nB349uKNOixDZbldqz2PUJdxPD { width:18.75rem;height:1.3997375rem;top:4.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKr2gheUd0MXRmdoUCzxTNdks6XfzyU { width:8.9375rem;height:0.8125rem;top:2.375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDeFZlTUMd4ZXXO9Htytkms3HkvvVy0 { width:20rem;height:3.199225rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxWKkT6lSF4FJ8eTn7yU0tdtftEBGPh { width:18.75rem;height:1.3997375rem;top:16.875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwJzO0f0cV2s2kLEDQTqn0dsPftyD1z { width:8.9375rem;height:0.8125rem;top:14.6875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMZAZsx33KhHhmxBKEHLf4IzqfESyqF { width:20rem;height:7.9980625rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBMJyqqvVc5v9BKEggcrO8PPTTnEshK { width:18.75rem;height:1.3997375rem;top:33.625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SItEek6LX4zD7L7w1nXkkA3q7NsQHLe7 { width:8.9375rem;height:0.8125rem;top:31.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppvhtm27JU6L9TGzMwoFerWi8mEwvUKu { width:20rem;height:4.7988375rem;top:36rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9EtvPtwUIBHaIaCd0gBwUFa2a9LiN9V { width:20rem;height:10.75rem;top:1.166672706604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikegrNg29FTUil9nTc1QqxClixwfUC4R { width:20rem;height:15.4375rem;top:13.42317199707rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbqxraIQdKyg7Tnepuzwq13WTxHyKJ8I { width:20rem;height:12.1875rem;top:30.173177242279rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { display:block; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5qZUwbLCwCWXtv0nfWAXW2vJlfpJ3Q2 { width:8.9375rem;height:0.8125rem;top:1.9375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGlpmButLDwOeIJrbxsJqOpJTZyfkiQ { width:8.9375rem;height:0.8125rem;top:23rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHW4XAfxWGbcKUx0QRmeZmvelbFJLpX { width:18.75rem;height:2.799475rem;top:4rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDe3Il9VkoyuxIoBUcTvxvORzsbqwDiA { width:18.75rem;height:1.3997375rem;top:25.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5wXZO3HT4N6cLEpIxoeWdGTe3OFlOk { width:20rem;height:9.597675rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { width:20rem;height:7.9980625rem;top:27.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNJgApCl0E3bQqExSONxittygwNu5FGU { width:20rem;height:19.375rem;top:1.0234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfs619uGvo1fZAyr1aRaILmvwmwPOx38 { width:20rem;height:15.9375rem;top:21.810550689698rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLnGW3MPlXmT18S4BubxTC0dfTJRXp7 { width:16.1875rem;height:3.6875rem;top:39.310546875rem;left:1.90625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3faow8QZmJWDoZ6BzSE3Tiik193GZSL { display:block; }
 }@media only screen and (max-width: 763px) { #Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 { display:block; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etwAAzvrOVKfqRblDA2bAp1NLMm34FS3 { width:20rem;height:2rem;top:2.0416679382324rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #biMLc65SRHUTU5U1P9NCQiqNA5enKBdN { width:18.5625rem;height:6.09375rem;top:5.2115898132324rem;left:0.71875rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T6ODXkw3sppdZnE1TRfdaZfOmKGwLH { width:8.9375rem;height:0.8125rem;top:13.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2H2tRKAriP36aSzQNrTwQnxH6MkpUAW { width:20rem;height:4.19921875rem;top:15.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWyNJXtLOy0ZC4g7TgX9LNfVsCfgw1P8 { width:18.75rem;height:17.59570625rem;top:21.624995231628rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlsPh6R4NPz0BskCaQd4McaTVe925Grf { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:block; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { background-color: transparent; background-image: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container > .video-iframe-container { display: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row > .video-iframe-container { display: none; }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .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); }#qlsPh6R4NPz0BskCaQd4McaTVe925Grf > .row .container { width:20rem;height:83.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmUhsFMrwqAW7ZTTOOgfqJyaMr7Q7bpb { width:20rem;height:4rem;top:26.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJItOaGGboQDLK16MQNVHNpUqUIbrMPC { width:18.75rem;height:4.375rem;top:40.625rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLhBorlZ7aPMFsRGcWHlKTVRZBlXI8Vq { display:block; }
 }@media only screen and (max-width: 763px) { #LPwKymNtBRHL9bHd5mTQDPoVWqXOeOMv { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zsG3ZsUWNB1v30T6QwkMs7GsEH7a0HMx { width:20rem;height:6.25rem;top:46.250002861023rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SegxMmGWOsyvWGTeoKUMoDu1XpRKip2f { width:20rem;height:12.796875rem;top:53.750002861023rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfQT6zd3SiXosA2utBWTHbQ8iABLlmTL { width:20rem;height:2.79948125rem;top:67.796877861025rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P23F7rtNq1cpqc1egQ72PDQ5breATdJE { background-color:rgba(245,245,245,0.62);background-image:none;display:block; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { background-color: transparent; background-image: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container > .video-iframe-container { display: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row > .video-iframe-container { display: none; }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .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); }#P23F7rtNq1cpqc1egQ72PDQ5breATdJE > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4lWEz4zTBQwrbDGvekT7KZ8Nrf2SXFM { width:20rem;height:4rem;top:1.5625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mr8UvOWPAXytcZ7D4yPUtqSaUzba25hN { width:14.4375rem;height:3.125rem;top:9.5rem;left:2.78125rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ec6PV3CP3cc7A0201XqsdpESXfURg6oU { width:8.9375rem;height:0.8125rem;top:13.875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4V8satiUruSbhBNTV8y0tMgHeoXK7Iq { width:20rem;height:4.19921875rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvdWQMXkQ1qs7doMwHzJSr9hmGDZRmmB { width:20rem;height:11.19728125rem;top:21.38671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c { display:block; }#ZUnJpyc9o4tM8y08tIMfEkzICTnC8c0c > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #obwPmr1KO4Cq4W3zrFx5hsPnNqCDPnrX { width:20rem;height:4.6875rem;top:2.3125209808349rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #K9n2o2cA5qwnWpdApn04DpMtpO60Namt { display:block; }#K9n2o2cA5qwnWpdApn04DpMtpO60Namt > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XZJ7XuD7UrvnviEH8o3VMKxhKXD2gDBw { width:20rem;height:18.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD2CTWHtv1aL5o0075clmleVsTls8exN { width:18.125rem;height:1.3997375rem;top:2.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gsJRnfe5dtHDPA62qN9AUTxqVXHbzr9t { width:18.5rem;height:4rem;top:4.5625rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aa2egfikdXE51BK5nWTFKPN8c3gECR1y { width:18.125rem;height:3rem;top:15.375rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IUnmJzCtFzJX5ETlT8o4IV4sOnNmRGqP { width:18.125rem;height:1.3997375rem;top:13.0625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nHvQoMBV8SkUfyL7kVnFMMwyEaci48PS { display:flex;top:8.84375rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #zfWX9pt1L1L7PDZJix9TkWnGWNPfnLKO { display:flex;top:23.125rem;left:7.9375rem;width:4.0625rem;height:4.0625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #em1CCaS0EkaAOkc6DMqmawbiEECaDM2H { display:block; }#em1CCaS0EkaAOkc6DMqmawbiEECaDM2H > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETP0c5g7KyfOhTMFgClfMp8A1z61VVTQ { width:18.125rem;height:1.3997375rem;top:2.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFTlSCA32NFv3dFkVOGfssHuegvF10vr { width:18.5rem;height:2rem;top:4.5625rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TbIlfR1nofti3uNXrgW9KQyaGvXffEMC { width:18.125rem;height:3rem;top:14.875rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cMazbCAfUv7tXDE6sux3VBgbPXSCvbWg { width:18.125rem;height:1.3997375rem;top:12.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwqJXlpxzbVoX5SHN80BbaCwVXI59nNl { display:flex;top:7.9062309265138rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #Zk7Mxz82MbsrbI1gvs3uZUTVDtUmsT9e { display:flex;top:23.125rem;left:7.9375rem;width:4.0625rem;height:4.0625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #SKzent2lvrgkpgvTL4FbZsfNTKfVyP4G { width:20rem;height:18.5rem;top:1.4166440963745rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz0fOxT452hEco7MRvllKfkxPubqrxih { display:block; }#yz0fOxT452hEco7MRvllKfkxPubqrxih > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MW3LF0IBT0zl5zO4iyoaOnqK3S6B0E0W { width:18.125rem;height:1.3997375rem;top:2.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSRpVhbtD1RltAkr6Aw0DM6iFHN1EMQh { width:18.5rem;height:3rem;top:4.5625rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wVOpZsrpeEfhr3x03stAWv6qMdTxRVMJ { width:18.125rem;height:3rem;top:14.875rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VrfgXyOEUQ29yZpyCLnVp6uX3uJ2rGnV { width:18.125rem;height:1.3997375rem;top:12.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fpHkTJCTnyTLDqkCCKV0MyN5Rh8SyqWb { display:flex;top:7.9062309265138rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #Sov4XpWXZ5obUSTTO5e5W31EETuNI3z2 { display:flex;top:23.125rem;left:7.9375rem;width:4.0625rem;height:4.0625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #frO404SgeiuGmsePBl5IKl7yMgt7ghSw { width:20rem;height:18.5rem;top:1.4166679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO { display:block; }#fIKiRcny4rhAcgr0pvxA5RGxwJk3sbdO > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TM6fkJ8SVJnWTKSpQTrPziLTd5dEOnqu { width:18.125rem;height:1.3997375rem;top:2.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uexyrpcTmVW37gx3kaKXbmdrWQql4ADN { width:18.5rem;height:3rem;top:4.5625rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #bdIWGWb1NQI4BoduxRFKXtNL6BqTDgyM { width:18.125rem;height:3rem;top:14.875rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dg9pynPbGCvBBbRu0qNtmfAb7wSzblpR { width:18.125rem;height:1.3997375rem;top:12.5rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgElQug5Tx0Jy8vcTynpOHPcqa5M8AgV { display:flex;top:7.9062309265138rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #yTx367Jq5HLwAQIoUJJQogRNfJ40eUBF { display:flex;top:23.125rem;left:7.9375rem;width:4.0625rem;height:4.0625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #huLbGiv41GHehwycNJ337tNZw21SoE6q { width:20rem;height:18.5625rem;top:1.4166679382324rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve { display:block; }#V8pJLXN9uJTKnmz6X4a2CTaHbZ3ny5Ve > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7vEiHBMyM1ZX46AS2MmZzsn2NW00dLX { width:18.125rem;height:1.3997375rem;top:2.5625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARIlqEX78MGZuFlEPLreC1MhOeIp8JDN { width:18.5rem;height:3rem;top:4.5625rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FqHKbmlJuDmXQprslW3prF6ZnqZSMrST { width:18.125rem;height:3rem;top:15.4375rem;left:0.9375rem;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #sF3lIXkOR3gzfcTgothSEcEkgcR5gk2z { width:18.125rem;height:1.3997375rem;top:12.875rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gA2ctnp7XdNfiz6URwI5t1yS8Z4eeGxg { display:flex;top:8.655601501465rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15028; }
 }@media only screen and (max-width: 763px) { #TcsFTsXtJQqTNmQQTLnEkDxDKk1oD1yu { display:flex;top:23.125rem;left:7.9375rem;width:4.0625rem;height:4.0625rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #hQsErfgTqq11prVNyWZPH7pTKPhXad5s { width:20rem;height:19.25rem;top:1.4166679382324rem;left:0rem;background-color:rgba(230,254,255,0.5);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { width:20rem;height:2rem;top:2.5416698455811rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { width:19.4375rem;height:6.09375rem;top:5.5625009536743rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yoVoNvET1TFvT4fbVilELGcyfMZ7CedO { width:18.75rem;height:17.9511875rem;top:11.125000953674rem;left:0.625rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 { display:block; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGFtKuU2yaic4Rwa1ygOilzTxA83QgKO { width:20rem;height:20rem;top:28.358072280884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0sJGmHa8wmt65Cdos7QMz8vxeIbJRN { width:17.5rem;height:2.5rem;top:0.6875rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNGtfV3xhZ6i89JtXGRBz1krsiLgfZTa { width:17.5rem;height:2.5rem;top:25.899740219116rem;left:1.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HODh7EtEOfy3aQZQFSo0HlZP5PwaVJ6s { width:19.75rem;height:26.1875rem;top:120.2333984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #a3w7nG8LZfI010bkBZkyJohXTtT5cAbT { width:20rem;height:19.94925rem;top:3.7499904632568rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwZtLUyZHmuRSk6U2PFsxcN3rQdBcXA0 { width:19.75rem;height:26.1875rem;top:93.8583984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc { display:block; }#FXxUTriXPFBHgTsfJhMbNLkwrP0XQGIc > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oI6bg0zv0Z6Tp3pWsvdLo9D2MgIeMtJN { width:18.75rem;height:17.54688125rem;top:2.328125rem;left:0.625rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TPA0QmcloMXwAc359l0gqyAzKSNPelqg { display:block; }#TPA0QmcloMXwAc359l0gqyAzKSNPelqg > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fuqGMCqM1fklnqwhRAbJTCZ0rhDiwDD0 { width:20rem;height:20rem;top:4.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzTaJnKGTTZyG2TNxCqHziAoTWG9zXJy { width:19.75rem;height:26.1875rem;top:1.25rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #nAqBJm9siWISEbqzdCAWzu4ElQ9oM4r0 { width:20rem;height:2.5rem;top:1.90625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt { background-color:rgba(230,254,255,0.62);background-image:none;display:block; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { background-color: transparent; background-image: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container > .video-iframe-container { display: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row > .video-iframe-container { display: none; }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .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); }#bNsKFk8mqDJXvMAQrywiMmm5IhEmLoTt > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uwHBG7OINek6JxzdAWANbmVqmyJsfDWH { width:20rem;height:4rem;top:1.9375rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qRliBug5HD1s47HrTzXdPRy4z528CicX { width:20rem;height:8.125rem;top:6.875rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ABgz7ywtMKg2VJfe9hU7FVRkMvTQ1Pom { width:8.9375rem;height:0.8125rem;top:16.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUUTATMe4ud87bzCFCTvHdfQTJTrNKH0 { width:20rem;height:2.799475rem;top:18.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { display:block; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { width:17.1875rem;height:2rem;top:3.8125rem;left:1.4375rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:5.75rem;height:0.5625rem;top:15.8125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:20rem;height:1.3997375rem;top:17.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:18.75rem;height:7.99805rem;top:19.937500953674rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:20rem;height:6.25rem;top:7.5625rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DuDaFCdyMBODpIcXR1vCzI9vnyPBy9tK { width:14.0625rem;height:3.125rem;top:29.125rem;left:2.96875rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WA96nh74NbtCpqN7cZCfo1VfEEsELsIJ { display:block; }
 }@media only screen and (max-width: 763px) { #Tc9x6UprotwxMhTXxm1UTJNIHTi3lMAX { width:20rem;height:27.8125rem;top:2.2291660308838rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ { display:block; }#NQEl63NAL9Jmo94Q1eSkskbzIcpcTyrZ > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMHO5RIizZT1PwPcGIW7BsSdsxR6Po8V { height:11.2080078125rem;width:20rem;top:6.7890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwRn55kkp2KBTAUDTlc3VOyqo0K9A4BH { width:14.8125rem;height:3.375rem;top:20.14453125rem;left:2.59375rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8MT2y5q8pNpwGnCI9LdIlp49avWNFTT { display:block; }
 }@media only screen and (max-width: 763px) { #zHeAhUtvOv2HOLts095MhU2a9s6lXp2L { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zNzEKEX5eRreesRoTcpzJa2IISxPHVyA { display:block; }#zNzEKEX5eRreesRoTcpzJa2IISxPHVyA > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d495L6iwzUTTbCsVzdeTnq0z63pdy81T { width:17.1875rem;height:4rem;top:1.9375rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc { display:block; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsTLxB0gJNVQ9uxocdiDBepTfR2dCtpt { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLss1sngm7RtDDdnynqOwPQPhSeKQhWI { width:15.4375rem;height:5.84895625rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4oIBikFCNsxXRKSTbshLw3bgHX41uiZ { width:18rem;height:4.38671875rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #strexRs0THCUE0tswgMsvhHXUNPq7NpS { width:18.1875rem;height:3.25rem;top:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGTBg4D27LI80t4g8sMTtSTLtvhesaKx { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #vZ4dmp5MpHixadyrywtLUOE2fKIRmS6L { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #nQP0g0b3oTMUie8zcUq97rNrSEXdAc7K { width:16.625rem;height:5.84895625rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGUhKcK8hN12J30Ico5pnLTb2KsSFuQZ { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #pqhlJlS8aweHXhmv3okRENNLP232iWye { width:16.0625rem;height:7.3111875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpE5mIOr4UOX4iswBONfgHKDJTh7FG6k { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HawNtOPTobteEHGPUn38yi6hZJcb1wZa { display:block; }#HawNtOPTobteEHGPUn38yi6hZJcb1wZa > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ez81hT7RslSeZ0PdfSVAUUtRlgEPlX69 { width:19.0625rem;height:2.03125rem;top:21.374336242676rem;left:0.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BviQtGJ2DzHqHBIghnNdICBaveA6fpg7 { width:18.75rem;height:4.38671875rem;top:24.375015258789rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZ8yvvSpBguaburZmZRrNfVfXNTx9pe { display:flex;width:2.1875rem;height:2.1875rem;top:35.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #xaVxNkLfVs50iUDri1AVh0JsQhF6AIZJ { width:19.4375rem;height:3.25rem;top:29.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLg4eBPXK3qJnMQ4H86otLgFcpwuJiG { width:15.25rem;height:7.3111875rem;top:34.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSEP35VUpiPzMR0h7WrfRTko0mxgyGUE { width:15.75rem;height:4.38671875rem;top:43.125rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFf66IlQpaFKbKIsZfTdo5MXiBRJQQS { width:15.9375rem;height:7.3112rem;top:49.0625rem;left:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroFPwTukvEnxrzDFi3NumWfp1PeJMmg { display:flex;width:2.1875rem;height:2.1875rem;top:43.125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TxmqPBM5AtDZZShsQyFlN7Kph9LecF9W { display:flex;width:2.1875rem;height:2.1875rem;top:52.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #r8SibGVmh0ryUdWofBLyJLvv9zfR8TT1 { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH { display:block; }#vZxN0Qd3TaXA9RTALGoJlCHmA6TZgQXH > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrGHfKMWRq8Ea1s1v6x1ObcEp0lxt0JF { width:19.0625rem;height:2.03125rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBZwutJDq183ciPODntspGLPSOhHvmfQ { width:18.1875rem;height:3.25rem;top:32.0625rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP7QoTsnpCXrgSMVOLrJhsBmykoUma4N { display:flex;width:2.1875rem;height:2.1875rem;top:37rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #m0QhTyGTG2c2TcDHIgBxCXHltgXODp8W { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ZT69SzLP09zE0Bhb9BonotSu7A7R6u88 { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #ZTg4rFAcrBw2egZsF3ZDkJWp1ZZJsRDn { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RUeIFOdETIEOQOM6PCqZocWVUKBB5m { width:18.75rem;height:5.84895625rem;top:25.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZTykC76IaooLaoylT7hUPqbVUtf3ef { width:16.75rem;height:4.38671875rem;top:37rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9uzT9BvasnMGxLfwEVint8lFUuRbbD { width:16.0625rem;height:5.84895625rem;top:43.1875rem;left:3.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6mxT2IomSk5meiPVkaC00l00vOtzAz { width:15.8125rem;height:4.38671875rem;top:52rem;left:3.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.adaptive-delivery-prevent-bg, #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.lazyload, #PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw.lazyloading { background-image: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { background-color: transparent; background-image: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.64); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container > .video-iframe-container { display: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,249,236,0.64); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row > .video-iframe-container { display: none; }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .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); }#PMOSrk10JAqG5SJRzURJ1GDqZGxfeJlw > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IiR70ysUc6gpQRMUkc3FL9znT58UePo1 { width:20rem;height:7.79883125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;color:#717c36;display:block; }
 }@media only screen and (max-width: 763px) { #C302CuI3M2RvP38SMdlmDuSZbD1XkJDQ { width:20rem;height:2.03125rem;top:13.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyTnewOa7FRKVuAUzDEKTIXh90kVASZ { width:20rem;height:77.4375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnTMfdOsTCx2VDIWEOo8bWdqiM4cL8AX { width:6.25rem;height:6.25rem;top:11.4375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2MC3aP3RQEr9SoWFgOBKocxxbW14UhH { width:19rem;height:2.4375rem;top:16.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAuk78xzpAJKtN5TcvDOcAioLV5qCIAh { display:block; }
 }@media only screen and (max-width: 763px) { #S9GPKnzIyUJpMyilh6SgcGfl47q1JHME { width:19rem;height:2.4375rem;top:19.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kl7xqNRIxi8IoytQ8AcqWXzruGBg3Ds8 { display:block; }
 }@media only screen and (max-width: 763px) { #az2sPMuJ9iSCVZu8gKReZuhAXAVXAcC5 { width:20rem;height:1.29948125rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRhwaZVODPxRAf8HN2hk6ZO3TZie3zFW { width:20rem;height:1.29948125rem;top:20.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMT182eFRR1ykFweV1QxP33yyoNAZcXm { width:20rem;height:1.4622375rem;top:32.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFJQChG0Mruh8F8wqpAyUIbduBgslE19 { width:18rem;height:6.9043rem;top:23.25rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #maKxtV1KWThaTIIUKlTKAeZsQIni4uEf { width:16.625rem;height:4.14258125rem;top:40.875rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdNM7aoTJcSMzqV6FDlL3TPzuyard9wg { width:14.6875rem;height:4.14258125rem;top:46.6875rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaWiXt6ryv38Tk1E9Kk1dnOnbqfHOpDs { width:16.875rem;height:4.14258125rem;top:36rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTKdOUh2S8QEKZTIEoaOh12isngfTB { width:1.5625rem;height:1.5625rem;top:36.000000953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZZrNrqTeJ397dwmtmevxmBANueEZrxM { width:1.5625rem;height:1.5625rem;top:53.811851501465rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDnPt4qNea4Gle71sp7Nt5hVSD8W6V8v { width:1.5625rem;height:1.5625rem;top:40.875002861023rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGHqW2c56MOT9sLNuxOev69B1tTARine { width:17.5rem;height:3.4375rem;top:64.5625038147rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #dGI53ITZEWLukZAfd9FAuH6ST4KMZwda { display:block; }
 }@media only screen and (max-width: 763px) { #cQlcnfqaTa4c6CNZGg0MZN1ov1FUtvTI { width:17.5rem;height:3.4375rem;top:73.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLttIkGZtTVp6lSn83tksi6b0PZGdkCC { display:block; }
 }@media only screen and (max-width: 763px) { #bFdPoWwQFHJMlEJDDlA02yJ1rHzRXsxn { width:17.375rem;height:2.5989625rem;top:70.3125038147rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnQyzqS8KyshtNVWEQnVZCA1g7qqd76c { width:17.375rem;height:2.5989625rem;top:61.442060470581rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oesAwsExiOiCNJcAGWxLeTkfNB1ziZid { width:16.75rem;height:5.5234375rem;top:53rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJcxUW2NMPRgQHHxz85VKyrdtMa3Gl68 { width:1.5625rem;height:1.5625rem;top:47.2109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZwtxDXtbWKAu3uag174VsQqPSCQZi2a { width:20rem;height:12.99476875rem;top:81rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:20rem;height:22.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:20rem;height:6rem;top:2.125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:16.5625rem;height:7.25rem;top:9.6875rem;left:1.71875rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:18.9375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:20rem;height:1.375rem;top:20.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb { display:block; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-heading-text { font-weight:400;font-style:normal;font-size:1.125rem;height:auto; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW { display:flex;height:auto;width:17.5rem;top:10.937501907349rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { width:18.75rem;height:4rem;top:2.375rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HtUIzZZaxnEQtlfHX1reaW6dO1oPpuTT { width:20rem;height:2rem;top:7.0625019073488rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #PJlNiE62muIhgDtyyiLpTxwL8ceeUHuG { width:18.75rem;height:4.375rem;top:29.4375rem;left:0.625rem;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4cl08qKve6o0BFXmltJdZoCAn7qRUXk { display:block; }
 }@media only screen and (max-width: 763px) { #buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h { display:block; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRQ0f9ZXdvpivftmDzRK4SOxxiyzIrc3 { width:6.25rem;height:3.0625rem;top:2.59375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTvwMNI6SJJvNODUOqMkqwH8ryMU1wQ { width:1.3125rem;height:1.21875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws { display:none; }#A3boxDWe6KfOCPTJ5bFCMMrTiTeqITws > .row .container { width:20rem;height:8.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rmPGwthXqJBPZCEyyENcDDoBxLFJzKma { width:19.9970703125rem;height:1.75rem;top:1.61328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuLe8BKhIqS1MkFhuqavC2zwI9g8WL10 { width:20rem;height:1.75rem;top:4.55078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.adaptive-delivery-prevent-bg, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyload, #wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN.lazyloading { background-image: none; }#wXl26QJc6z4iO4uiK8fmAryyDrOkDMRN > .row .container { width:20rem;height:31.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZmM8lyCphB5v7BgMRdRRz20kKDIrTzJM { width:20rem;height:9.749375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5mXn8Vme98aICZL446lT9bTtGCPGGd0 { display:none; }#H5mXn8Vme98aICZL446lT9bTtGCPGGd0 > .row .container { width:20rem;height:93.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K2y36NrccmWtrG8MoM8lsC1cdpmK6H42 { width:20rem;height:20rem;top:48.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfQpHOE0PHxV4k7tW7KnhxzqFEZF5o44 { width:17.5rem;height:2.5rem;top:23.75rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ZHRqhfZFXaJu76uilfidJTlOsKS2BZ { width:17.5rem;height:20.125rem;top:25.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cviFWqENHRp9e814ELUrJ62O6sMxFDkR { width:17.5rem;height:20.125rem;top:71.171226501462rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2Isxiew9JGUTCFFcBcGandLNAexoQPU { width:17.5rem;height:2.5rem;top:69.421224594119rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlnUVp4TmaZOagJkfrnp5kCtUvdiLiEa { width:19.75rem;height:26.1875rem;top:120.2333984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #JPSydTaaFs0N1Q5dteCxMZTdPB63B0S7 { width:20rem;height:19.949874686717rem;top:1.5146484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5pkHTZdERNUsOaON8XncR7yvD1KOyRB { width:19.75rem;height:26.1875rem;top:93.8583984375rem;left:0rem;border-top:0.125rem solid #f4b46d;border-left:0.125rem solid #f4b46d;border-right:0.125rem solid #f4b46d;border-bottom:0.125rem solid #f4b46d;display:none; }
 }@media only screen and (max-width: 763px) { #HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -moz-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -ms-linear-gradient(180deg, #fff5d4, #e6feff);background-image: -o-linear-gradient(180deg, #fff5d4, #e6feff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#e6feff' );";background-image: linear-gradient(180deg, #fff5d4, #e6feff);background-size:cover !important;display:none; }#HEO8DsPmxOz6tcQw4CwVg2zZakPnSoV4 > .row .container { width:20rem;height:47.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EB7VBUzyfZH8baAUa2q9TJWPpQfIzP8F { width:9.375rem;height:4.5rem;top:21.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSEp0UZIHyOL5P6RwbNFnJemC3VJWmn { width:20rem;height:2.03125rem;top:32.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsG7zmgxKSCteRWgxtyCfz3hQ3xWeCDQ { width:20rem;height:4.79948125rem;top:26rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmHiKmz74bVQDboGwb7diaeCE3txcFHp { top:0rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:20rem;height:74.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { width:20rem;height:4rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#db6975;display:block; }
 }@media only screen and (max-width: 763px) { #OHthUoHxwIp42RLKsnOwuMTeXZcCpgTG { width:20rem;height:2rem;top:5.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { width:20rem;height:66.6875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { width:20rem;height:1.4375rem;top:24.9677734375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqJR55dsvRMJ0VwTCWzP4onC1kZTUIvp { width:17.5rem;height:3.4375rem;top:56.125rem;left:1.25rem;border-top:0.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;display:block; }
 }@media only screen and (max-width: 763px) { #t1U99AcoZ63tt5vlBNzMvCAOnXSqEBlx { display:block; }
 }@media only screen and (max-width: 763px) { #eZSCQgfNyEha10tK4GOsuVuA5AvXT32d { width:17.5rem;height:3.4375rem;top:65.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block; }
 }@media only screen and (max-width: 763px) { #RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { width:17.375rem;height:2.5rem;top:62.125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { width:17.375rem;height:2.5rem;top:52.875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDkOETQ7l94P03UEGvtu8upEJGLg5i2U { width:6.25rem;height:6.25rem;top:3.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvyf7x4bJABnMlQVWxUuU6ZMrOWcoZqq { width:19rem;height:2.4375rem;top:8.53125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTeV8a3WT4Gql5pnTvvJCwGUkNpvZb5G { display:block; }
 }@media only screen and (max-width: 763px) { #v68QCZLhaTMrmzV9ErfMZJgz5TQJxL8l { width:19rem;height:2.4375rem;top:11.85546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeVNwQwWTfplx9cPDSSwpirc4FKdnwIO { display:block; }
 }@media only screen and (max-width: 763px) { #RrZapQyRKmgmkOXxzsKraypuKvQlTyCR { width:20rem;height:1.25rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0UwOTiHtopTfHEy9TK9W3QdwnMuNWoK { width:18rem;height:6.875rem;top:15.38671875rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { width:16.625rem;height:4.125rem;top:33rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { width:14.6875rem;height:5.5rem;top:38.78125rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { width:16.875rem;height:4.125rem;top:28.09375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { width:16.75rem;height:5.5rem;top:45.91796875rem;left:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKgpEVXg0kJOWrpC3M2QRLbMV0tGsAns { width:1.5625rem;height:1.5625rem;top:33.593750953674rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKkLrGPmzOFG9sTeBOFS9elJKJTngvbB { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLDB6lL6Z14sED5bnuxrdX2h3VqzBZM4 { width:1.5625rem;height:1.5625rem;top:28rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6OHZk4WvXSEafc8dvBP3vSbLR7O1mqm { width:2.6875rem;height:2.6875rem;top:90.19921875rem;left:17.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TvuC20sko4ONuteIbhsdC4C2Rn1OLPRg { width:1.5625rem;height:1.5625rem;top:47.88671875rem;left:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { width:1.5625rem;height:1.5625rem;top:40.4375rem;left:0.5rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Lfx9TkWzTw17aVyyXEmyz0Mkmx7DRRPO { width:20rem;height:1.25rem;top:12.44921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fzK5qkm0feFZpd9TqHPRbFUHu0GP4iCK { width:20rem;height:7.0625rem;top:11.244791984558rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzycOh8Gq4S25SLmddzDRD4aPSV2zbZs { width:20rem;height:2.3762376237624rem;top:11.99374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEv3qvzO2r4LwBoVyNdTOsVEPaTWPCNR { width:14.75rem;height:2.625rem;top:8.456250190735rem;left:2.625rem;font-size:0.875rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #B5Mux4FLU6LHTnoTuHc8FadcbmswE4lF { width:19.625rem;height:5.5rem;top:20.157291412354rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rg89ZD0tFfLIcoPbZv63zoylvHsbOVb7 { width:20rem;height:6.25rem;top:29.882291793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zh01IfaRraVCQTi0PxRZJmB8FNTr4S1e { width:5.875rem;height:1.375rem;top:27.257291793823rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnT1Xy5KaKUzbCQIdVSwh10JgXe5NrpG { width:16.4375rem;height:3.3125rem;top:15.651041984558rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TX3MME6Uae7su783Tu7PskMkxSbGkA { width:20rem;height:0.6875rem;top:3.6625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKLQIPeBCTutMlBzzulIQBB3yDOe69ip { width:12.5rem;height:12.5rem;top:7.697956085205rem;left:4.9166669845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq71Te6gvO9hwMUlFc1VGpZmbX7lkSJp { width:10.8125rem;height:3.4375rem;top:38.8125rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbxVf924XEbSUBJKVaHNXdsstDTnbvEc { display:block; }
 }@media only screen and (max-width: 763px) { #dbLwrfnsqv711T9GTD9NbDrXuFx5IBX0 { width:8.5rem;height:3.4375rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT84ThVqfU7sSsQRGBotatvFSWz6tIB6 { display:block; }
 }@media only screen and (max-width: 763px) { #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cd135d46-8b0b-4452-ba35-81c625f0ea23/bg.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:20rem;height:50.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aCkXoR5qMwL2KmNH8DnCrHbfxb3Fb2lT { width:20rem;height:7.0625rem;top:11.244791984558rem;left:0rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiuWMdJN84bdf8eOn2EUpXs77M5kzvnk { width:20rem;height:2.3762376237624rem;top:11.99374961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ37W7dD58r3VcA7KtZVRigtk8alJkcQ { width:14.75rem;height:2.625rem;top:8.456250190735rem;left:2.625rem;font-size:0.875rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 1.875rem #f5f5f5;display:block; }
 }@media only screen and (max-width: 763px) { #ddM3yi9I9Zaw9wx9x1ePLX2L8krgSafV { width:19.625rem;height:5.5rem;top:20.157291412354rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxSF95adIKUHS1xTSMK2AJg29RMGnzn { width:20rem;height:6.25rem;top:29.882291793823rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS320OlhBV96uM0oM5aZknpGB6NaLRqx { width:5.875rem;height:1.375rem;top:27.257291793823rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPwETwQuVclx61gsMZNGNtTHRG1ThcyG { width:16.4375rem;height:3.3125rem;top:15.651041984558rem;left:1.4375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNQlPJD9nzU7bKw05gGCNGISGx1Sn0o { width:20rem;height:0.6875rem;top:3.6625rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNN2lEKRAzAKweJev1NeLAHiXMZ1nreU { width:12.5rem;height:12.5rem;top:-6.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL3g5ppRiAwfDhiLzcKiSXr8mNrHR60R { width:10.8125rem;height:3.4375rem;top:38.8125rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCKqp0UzQb8gJlN15rOpK2PZKpz1I4Nw { display:block; }
 }@media only screen and (max-width: 763px) { #a21fSuRC5Q01y15AKh5hSCbK6N4S4LUq { width:8.5rem;height:3.4375rem;top:38.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbtA5kO0eMuMwitFPAPvQPvopU2pD6OL { display:block; }
 }@media only screen and (max-width: 763px) { #eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh { display:none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:20rem;height:55.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DEIgDCComLOu8TBTpR2v3M1Ip0VGpDpv { width:20rem;height:1.375rem;top:5.375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4Mku8ri4WDRbIgRP3nUQp0u7JAsgbhQ { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #g02uwaF9FPHUTPtA83SbKIxWTn5QJTx8 { width:17.625rem;height:6.875rem;top:7.300000190735rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0eTmT90oC1KnRyTGExl75TB8DGvwntN { width:20rem;height:1.375rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0NWw878NxIX8OZylplA71wauO07JanK { display:flex;width:3.75rem;height:3.75rem;top:16.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #t4AL9esqT3aoiEzGddrbF2xonOvRGMQR { width:20rem;height:4.125rem;top:22.487500190735rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAFwZu0csT6dQATsJ8TRlArXUP8WehhT { width:20rem;height:1.375rem;top:32.46249961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #REIO3Gbu3FaX92ShTh0BoWwhETT8Na0e { display:flex;width:3.125rem;height:3.125rem;top:28.46249961853rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yoDAmzAWBHtAqRBLLvneGpZcP2v3KCMV { width:20rem;height:4.125rem;top:34.39999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dirReGx1OgVI29Afx7kpACaUhunRJB6c { width:19.25rem;height:5.5rem;top:46.6875rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0V08JUWLrs55wkgHplNn1b0DWh8C0L { width:20rem;height:1.375rem;top:44.700000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrbTGUauyMgVWSrTBF8OBkrI2XDxTZeA { display:flex;width:3.125rem;height:3.125rem;top:40.574999809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bf464f9-6615-4b29-8838-91b0dd18727b/bg4.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:20rem;height:65.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h7tbxX9zfhdQLJarNDTatz89vHFxZSfx { width:20rem;height:2rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #u94G7lSWa3puxFo4AI8Nkl6TsbKhcQk5 { width:5.75rem;height:0.625rem;top:5.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB0RshTyFsvgyy9SmEV9FnDPtN1wDu95 { width:20rem;height:1.375rem;top:6.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJmy2e4gRKHKT8sw9hJRhZosiz8J3QWI { width:20rem;height:7.8125rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-regular-label { width:16.875rem;display:block; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-textarea { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-input-button { width:16.875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-checkbox-label { width:16.1875rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .widget-radio-label { width:7.75rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0  { width:17.5rem;height:auto;top:36.1875rem;left:0rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 .radio-container { width:17.5rem; }
#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 {display:inline-block;}#OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 { width:17.5rem;height:auto;top:36.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #iqVWU8l4nyTsgWO1CN3XvTMoqzP6Xn2V {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #lRCedhas5pkXfqUwaIUSN1OIXgVDBaSb { display:none; }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #vCND84DJbyUekwt0S5nZbgF1rMROlr7M {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #a8sGxqIq3WpPrpVrLAP6IuAoTfDb9bzG {  }
 }@media only screen and (max-width: 763px) { #OB1e7TTdKRpdg8wevQ1nmKowq3ErDzm0 #MqyXbKMfeaTe0LSAeDNMkDZB219gt2sR {  }
 }@media only screen and (max-width: 763px) { #SmH1SE3cZ7zlfVeARKZSFA1g8bSTWE1d { width:20rem;height:33.75rem;top:20.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRtQnw00GZ5s5uiTsUx3yV4Miy9Sf4pM { width:16.75rem;height:12.25rem;top:23.4375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuzCTGGTUEPgtWNSr7ehs0TqaTHP1zt6 { width:12.3125rem;height:7.875rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEDIARhep8XT9te1tx4NC4brcDqziHM9 { width:10.8125rem;height:6.1875rem;top:51.8125rem;left:10.125rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #rsET2ghiMclGXQ2cKgJbhotk2PDTAm0F { width:12.3125rem;height:7.875rem;top:48.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkNbCbivewS9TLG4IK8TQvv9ts88cZ1L { width:12.3125rem;height:8.1875rem;top:53.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TknoGCJTW6k5wqNrBnqIiHtSaVXGm1xc { width:12.3125rem;height:8.1875rem;top:53.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaeRxquSFT5Qtxr1waZxSlRQxbVyK1n2 { width:10.4375rem;height:7.5625rem;top:50.125rem;left:-1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC { display:none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:20rem;height:64.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZniyCLGWdbdQPVdEyQvQPZ64AFdnvmFn { width:20rem;height:4rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uKKBCgD4aLKxN9mDJTmP1T6916brCaf8 { width:18.6875rem;height:13.375rem;top:17.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOKs8StdrwELEUiXQiUkNTIzTICIU98h { width:18.4375rem;height:6.25rem;top:8.699999809265rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5NVA1EqmkE1RwiN1Zg9BcwoKg4E4h6m { width:16.5625rem;height:10.375rem;top:16.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24oWZSVy5Mx1xCLc96qV0ATDdGyb7kT { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #ud3IRE1uFbwQIPSTzpn8lBV5rcIRNKs5 { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #VSgHcTKq6PLGLIUSOWMWh0K0NerFpDvS { display:flex;width:2.8125rem;height:2.8125rem;top:19.6875rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #suCJOyf4p05EJAVROHMZBmrIO3JlJgud { width:15.75rem;height:1.375rem;top:23.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOfu6TEu5G5D80707VAfD3muk6K5TMy1 { width:16.6875rem;height:4.125rem;top:25.625rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3iEkAiugXv2NquTULE2dKTHl5X342Lm { width:18.6875rem;height:13.375rem;top:32.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXILga4tl5kxeFbc3VnTMu4ubP5EJf6q { width:16.6875rem;height:4.125rem;top:40.25rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6nak1nJZcHa5TclSuROTbCbRcMmcQ4Z { width:15.75rem;height:1.375rem;top:38.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4k4Bpe8MTaKDKLiqc2JLIFVLQVLcRxD { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:4.5625rem; }
 }@media only screen and (max-width: 763px) { #uNDk29xOmWeruCUEgidrcWpJD2aqVEE8 { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #vpNifrJbivIOUWwzFrcwGV3qPs8DBwT9 { display:flex;width:2.8125rem;height:2.8125rem;top:34.375rem;left:12.5625rem; }
 }@media only screen and (max-width: 763px) { #Aw1UOr9EWkGbCWyyrGoymADMTxXxGwhP { width:18.6875rem;height:13.375rem;top:47.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #topubJnlnG1LLZc6VTSkE27hdbOvW0JQ { width:15.75rem;height:1.375rem;top:52.6875rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQWmkI7JvgqriophlFhWZy7FG63OIu1b { display:flex;width:2.0625rem;height:2.0625rem;top:49.3125rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #Nn360hzo9GbIQqF9v95GQ7TTyAaC58Tz { width:16.6875rem;height:4.125rem;top:54.875rem;left:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP5UxTHMT43zmelzLHkMqrXsbSOqfhks { width:2.8125rem;height:2.8125rem;top:48.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AivHKOB4oSkOXnELqgII1OwNWT4Nrz { width:13.875rem;height:8.3125rem;top:31.5625rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTpqXsnhwuwN6asucHtvf0qD4Wre193k { width:15.375rem;height:10.0625rem;top:52.375rem;left:5.7138429752066rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/005b91a1-d369-4cc8-bfb7-e225a5dbe379/bg5.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.adaptive-delivery-prevent-bg, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyload, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyloading { background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { width:20rem;height:50.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JMWWFRMwOTpKc70wapJrJvA8TbJLbVAi { width:20rem;height:4rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SPtObfnelB7gUBJLBs0Q91pA1C47T04h { width:20rem;height:10.9375rem;top:8.7000007629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnMOBGlACG7Wy0kNTGEFXt6F5cl72Tg8 { width:20rem;height:4.125rem;top:24.28750038147rem;left:0rem;font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Vb0ReiTpyu7LC7USep3ctILKdpwa9xsf { width:20rem;height:19.8125rem;top:22.10000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-regular-label { width:16.875rem;display:block; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-text { width:16.875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-text {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-textarea { width:16.875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select { width:16.875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-select {padding-top: 0; padding-bottom: 0;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-input-button { width:16.875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-checkbox-label { width:16.1875rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .widget-radio-label { width:7.75rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE  { width:17.5rem;height:auto;top:28.97500038147rem;left:0rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE .radio-container { width:17.5rem; }
#MzTXKOioSd6coPdJHcJyMobnceqUJQHE {display:inline-block;}#MzTXKOioSd6coPdJHcJyMobnceqUJQHE { width:17.5rem;height:auto;top:28.97500038147rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #VcG8QBF7KTmrhtFPHnXl7a3hUwlq0kTe {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #D2ko4vr2cnGks7ht6FcyNdUiSdpVZJ4z { display:none; }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #sDUKiaZrGzih3VLnluEOQR98uzEHPkFN {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #ZB7vKG57SpKWA8JTVtNxHtkkshtv21pm {  }
 }@media only screen and (max-width: 763px) { #MzTXKOioSd6coPdJHcJyMobnceqUJQHE #PHHB0cvqXHd4yBKIEHQPBOODZJ3Mkadm {  }
 }@media only screen and (max-width: 763px) { #TcdVMnb6Zt2WGoqI3erkEMTgWyvfXWyM { width:3.375rem;height:3.9375rem;top:20.85000038147rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKgmpgKNQmMtaW1WGVDZS1mWvGPF082 { width:2.75rem;height:2.875rem;top:39.91250038147rem;left:12.6875rem;display:block; }
 }