.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:66rem;width:75rem;position:relative;display:block; }#JB4G9FQC6tCZiR6W7HfrMuZEW1WNxuiK { border-bottom:0;border-left:0;border-right:0;border-top:0;height:6.3125rem;width:13.125rem;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:8.9375rem;left:8.9375rem;overflow:hidden;display:block; }
#SdTcGpfJ5zuuV636nIVJH0ouA8J6kfuT { color:rgba(var(--color-tertiary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:30.75rem;left:4.9166679382324rem;height:2.8125rem;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.2;letter-spacing:0;top:16.625rem;left:0rem;height:12rem;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:42.3125rem;left:4.384765625rem;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:35.875rem;left:4.9166679382324rem;height:4rem;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; }
#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK { 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; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container { background-color: transparent; background-image: none; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container > .video-iframe-container { display: none; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row > .video-iframe-container { display: none; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .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); }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container { border-width: 0; border-radius: 0; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#PlclKKfos45HLEf3FXtzRiZQzMAN5hyL { 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:4.125rem;left:0rem;height:8.75rem;text-align:center;text-align-last:center;display:block; }
#iAaxXayTA2n94Um93K277cGz18XTQd8V { 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:15017;line-height:1.3;letter-spacing:0;top:14.6875rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#OyKvVUJdiB0khKfFNDX1f1v5XDlc4Mkl { 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.625rem;left:33rem;overflow:hidden;display:block; }
#kOKZ8IwOmRWTGy2ZP7b7WODx3THJDmup { 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.6875rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qsToCifMhu8tkLvycTX6gcT0pebNAeB6 { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:24.9375rem;left:13.71875rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;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:33.875rem;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.375rem;text-align:center;text-align-last:center;display:block; }
#wGzHS4iI0CdH04JZ4swn2m65UcERIi5M { 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:15017;line-height:1.3;letter-spacing:0;top:11.000005722046rem;left:0rem;height:5.625rem;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:19.625rem;left:33rem;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:21.375rem;left:0rem;height:1.75rem;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:300;z-index:15019;line-height:1.6;letter-spacing:0;top:24.9375rem;left:13.71875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;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:22.6875rem;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:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.80078125rem;left:6.25rem;height:7rem;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:7.2076835632325rem;left:0rem;height:1.75rem;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:5.625rem;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:7.2076835632325rem;left:37.5rem;height:1.75rem;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:5.625rem;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:300;z-index:15025;line-height:1.6;letter-spacing:0;top:10.80078125rem;left:43.75rem;height:7rem;text-align:center;text-align-last:center;font-style:normal;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:24.25rem;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:7.25rem;left:3.125rem;height:1.75rem;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:5.625rem;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:300;z-index:15025;line-height:1.6;letter-spacing:0;top:10.779949188233rem;left:1.5625rem;height:8.75rem;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:7.25rem;left:28.125rem;height:1.75rem;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:5.625rem;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:300;z-index:15022;line-height:1.6;letter-spacing:0;top:10.75rem;left:26.5625rem;height:8.75rem;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:7.25rem;left:53.125rem;height:1.75rem;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:5.625rem;left:58.0625rem;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:300;z-index:15025;line-height:1.6;letter-spacing:0;top:10.779949188233rem;left:51.5625rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;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:20.875rem;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.5rem;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.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nk5wXZO3HT4N6cLEpIxoeWdGTe3OFlOk { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:10.279296875rem;left:7.8125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { color:#47545a;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:10.279296875rem;left:45.3125rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;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:39.125rem;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:7.9375rem;left:0rem;height:4.375rem;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:13.9375rem;left:0rem;height:5.625rem;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.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nWyNJXtLOy0ZC4g7TgX9LNfVsCfgw1P8 { 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:300;z-index:15014;line-height:1.6;letter-spacing:0;top:29rem;left:13.71875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ffffff, #e6feff);background-image: -moz-linear-gradient(181deg, #ffffff, #e6feff);background-image: -ms-linear-gradient(181deg, #ffffff, #e6feff);background-image: -o-linear-gradient(181deg, #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(181deg, #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; }#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:30.375rem;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:6.25rem;left:0rem;height:4.375rem;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.8125rem;text-align:center;text-align-last:center;display:block; }
#DmPscVafKKNoTmLx0C5RReITt4guNoSF { color:#47545a;display:block;width:42.25rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.134765625rem;left:16.375rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p8bvszXsabkGoabHv0nNWWqdw4OD5UGs { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.10546875rem;left:18.0625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 { 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; }#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:54.75rem;width:75rem;position:relative;display:block; }#bKCUKCD08PUvnG8wX87vkgXs6HzNvfgv { 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:6.25rem;overflow:hidden;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; }
#WytS604ShUmgrCkctl00EPW5LvGJTgT7 { 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:11.5rem;display:block; }
#L8TQ19x0ya6WxEdDZmowbGvGK3zPGFuy { 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:11.5rem;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; }
#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU { 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; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container { background-color: transparent; background-image: none; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container > .video-iframe-container { display: none; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row > .video-iframe-container { display: none; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .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); }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container { border-width: 0; border-radius: 0; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#tOp1XQi28V4hxnROBbkda1iVvSk665nH { 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.375rem;text-align:center;text-align-last:center;display:block; }
#uJR6DtxJpCPVTy2fIw4270ZPvSaPvp1P { 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:15017;line-height:1.3;letter-spacing:0;top:11.000005722046rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#eQSKMwoiRURiamwayENZAlfW7KydFi5A { 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.625rem;left:33rem;overflow:hidden;display:block; }
#KvQBJgdb7BxVCbWcsZQAug0wOJ7es2vL { 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.375rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l0BboW0CclrOB00fdSEXc7APvPkJsVPN { color:#47545a;display:block;width:47.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:24.9375rem;left:13.71875rem;height:3.5rem;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:#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; }#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:35.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:3.88671875rem;left:0rem;height:4.375rem;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:16.625rem;left:33rem;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:18.375rem;left:0rem;height:1.75rem;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:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.6875rem;left:13.6875rem;height:3.5rem;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:10.086588859558rem;left:0rem;height:5.625rem;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.625rem;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.3125rem;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.3125rem;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.3125rem;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:45.0625rem;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:7.5rem;left:1.125rem;height:3.625rem;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:12.375rem;left:1.125rem;height:;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:30.90625rem;left:1.125rem; }
#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:23.8125rem;left:1.125rem;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:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.75rem;height:1.4375rem;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:34.5rem;left:4.75rem;height:1.4375rem;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:39.8125rem;left:4.75rem;height:1.4375rem;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:35.5625rem;left:1.125rem; }
#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:40.180374145507rem;left:1.125rem; }
#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.5625rem;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:45rem;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.625rem;font-style:normal;display:block; }
#oBZwutJDq183ciPODntspGLPSOhHvmfQ { color:#47545a;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:28.875rem;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:9.75rem;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.53125rem;left:43.96875rem;height:2.875rem;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.3125rem;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.875rem;display:block; }
#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX { 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; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container { background-color: transparent; background-image: none; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container > .video-iframe-container { display: none; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row > .video-iframe-container { display: none; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .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); }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container { border-width: 0; border-radius: 0; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:75rem;position:relative;display:block; }#E5dabEdogOpNNKRs7m3zQboSErHWIEqd { 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:7.5rem;left:1.125rem;height:3.625rem;font-style:normal;display:block; }
#Pxync6EFqyqToZsR74rswld4oHPOodVg { 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.5rem;left:37.5rem;overflow:hidden;display:block; }
#D2nahanuC46fK4oINTpoahR3SSRDeuus { 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:30.90625rem;left:1.125rem; }
#XEvedBhK3s25lxHamtCOdpvtCH7b2BLf { 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:23.8125rem;left:1.125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C9ewLocLHOyVs7fT8EJZkxweDDETWOCx { color:#47545a;display:block;width:22.8125rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:4.75rem;height:1.4375rem;display:block; }
#vgzFZMwZ0brOh2eb8sGnATNAKyTMPsM9 { 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:34.5rem;left:4.75rem;height:1.4375rem;display:block; }
#ITRrPJHUpZ1oICXTO72lJGkF2JIWiyXv { 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:39.8125rem;left:4.75rem;height:1.4375rem;display:block; }
#AHwQT572FZWrcy9WvzoORIVhsu0A3r6M { 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.5625rem;left:1.125rem; }
#xLGVpykPtU48iWQgeZ6rebe6gV4vnRbO { 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:40.180374145507rem;left:1.125rem; }
#uaLM2zXNaFpDeRkLHI6QW6MQKwp1lHV1 { 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:15006;line-height:1.3;letter-spacing:0;top:12.4375rem;left:1.125rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -moz-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -ms-linear-gradient(180deg, #fff5d4, #ffffff);background-image: -o-linear-gradient(180deg, #fff5d4, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d4', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #fff5d4, #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; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container { background-color: transparent; background-image: none; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container > .video-iframe-container { display: none; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row > .video-iframe-container { display: none; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .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); }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container { border-width: 0; border-radius: 0; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#cm67wcuk49ABaLnmbhDtQDgcmGfZKh8p { 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:7.5rem;left:41.25rem;height:3.625rem;font-style:normal;display:block; }
#TFyNbKmcAbCAfdDFM2z5TgfHa77HduQ7 { 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:27.9375rem;left:44.375rem;height:4.3125rem;display:block; }
#X3h1WpPU9u1RulJQNVyugSx2CJ0FJ0pz { 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:12.4375rem;left:41.3125rem;height:7.3125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#RgwzziGCb3XRzCHTmR0nFve0ipxGf2Ai { color:#47545a;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:21.5rem;left:41.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NCGGxh9GDgo85oBkBN3btGc2rFkVwQnS { 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:27.9375rem;left:41.25rem; }
#HoazfT4puKepS7w8dXzeCgtKb92kN7nv { 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:33.6875rem;left:41.25rem; }
#WOZp9IA9ozVcuxQzbIfCk48647IyXKH9 { 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:33.6875rem;left:44.375rem;height:4.3125rem;display:block; }
#GC570OxQczqPAWGJo6Vkm11AT6nxLuxp { 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.4375rem;left:41.25rem; }
#c0MJf6MTKOwSinfbfJCRQv41HcRQSZ0n { 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:39.4375rem;left:44.375rem;height:4.3125rem;display:block; }
#ov7Cl1s7F0XhnlqCRE4g6TVIallnZ7B4 { 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.5rem;left:0rem;overflow:hidden;display:block; }
#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 { position:relative;display:block; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 { background-color: transparent; background-image: none; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row .container > .video-iframe-container { display: none; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row > .video-iframe-container { display: none; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .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); }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 { border-width: 0; border-radius: 0; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .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; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;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; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ffffff, #e6feff);background-image: -moz-linear-gradient(181deg, #ffffff, #e6feff);background-image: -ms-linear-gradient(181deg, #ffffff, #e6feff);background-image: -o-linear-gradient(181deg, #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(181deg, #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; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container { background-color: transparent; background-image: none; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container > .video-iframe-container { display: none; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row > .video-iframe-container { display: none; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .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); }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container { border-width: 0; border-radius: 0; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;position:relative;display:block; }#D2DKSkiwJwZgh4M4RAmypTgMHPts5uIA { 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:6.25rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#BJ2f4T8Apig9ow2fA3Swp74hhH1nuwCS { 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.9375rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#qwJHA1wcyDGu3XalhdeWnoahW0G1AKDG { 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:44.500001430511rem;left:50rem;overflow:hidden;display:block; }
#eCHkgeJ6Tx64nMEimphQ5NhpMsIeRiHH { 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:17.561849117279rem;left:50rem;overflow:hidden;display:block; }
#lkOOTacVL2XFDuvS6JGZhVWgFzM1ZxTu { color:rgba(var(--color-tertiary-2),1);display:block;width:28.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17.562541246414rem;left:0rem;height:4.375rem;text-align:left;text-align-last:left;display:block; }
#HVrIaAXapZTccLCULUVkN8sEcRh0ggFL { color:rgba(var(--color-primary-2),1);display:block;width:42.25rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:0rem;height:;font-style:italic;text-align:left;text-align-last:left;display:block; }
#gDx1EWCEWFU9FNvKQO3MG5Jddou4vR9M { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:30.412742614746rem;left:0rem;height:10.0625rem;display:block; }
#fcTr9SWSUrnI44FncQEPovCaH5WAH7zR { color:#717c36;display:block;width:39.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:28.625rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aZSeTmIBzHkV52DBQDbwPcA6CamO6N6v { color:#717c36;display:block;width:39.375rem;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:44.5rem;left:0rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ULBBT5PeXTcthh2DNg2XzARfduTdfexp { color:#47545a;display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:46.299461364746rem;left:0rem;height:10.0625rem;font-style:normal;display:block; }
#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ffffff, #e6feff);background-image: -moz-linear-gradient(181deg, #ffffff, #e6feff);background-image: -ms-linear-gradient(181deg, #ffffff, #e6feff);background-image: -o-linear-gradient(181deg, #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(181deg, #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; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container { background-color: transparent; background-image: none; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container > .video-iframe-container { display: none; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row > .video-iframe-container { display: none; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .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); }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container { border-width: 0; border-radius: 0; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#igDRr8fmBV7EfgUeqmPuQhGAxTFlFZM6 { 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:6.25rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#NAgBHarsWrg7gyy8xQDnqmVBKXKdWZG6 { 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.8125rem;text-align:center;text-align-last:center;display:block; }
#MOLhUQDCbnrH7InciVzoUfTSWRugnVu8 { color:#47545a;display:block;width:42.25rem;position:absolute;font-family:bitter;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.134765625rem;left:16.375rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#FeCl6HWb6FKzlpqwJhsWpFOzBZmkQT7K { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:18.10546875rem;left:18.0625rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 { 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; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container { background-color: transparent; background-image: none; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container > .video-iframe-container { display: none; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row > .video-iframe-container { display: none; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .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); }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container { border-width: 0; border-radius: 0; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#ViKoqqZA1nNdm5Oar2b536iT5LHZyQ23 { 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; }
#sTBpnLSJnZOCflf30ouwmcwJDBiHT7uO { 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; }
#vLaTTTWDNZTBbm5a3SyrKBrEvbwEto1B { 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:11.5rem;display:block; }
#NH0Mw7GEaXTozzaWE4yJrw5XVq30ERXp { 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:11.5rem;display:block; }
#E0w5TdmWZW74J84udqA8KM20UhWeLFT8 { 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; }
#QMe23yLhZ3bek5TaXGvKZ7vitHLWECSP { 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:25.0625rem;width:25.125rem;top:1.84375rem;left:6.1875rem;overflow:hidden;display:block; }
#aICahThH5DI5iZ7dHpgABO63wworlq9V { position:relative;display:block; }#aICahThH5DI5iZ7dHpgABO63wworlq9V { background-color: transparent; background-image: none; }#aICahThH5DI5iZ7dHpgABO63wworlq9V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row .container > .video-iframe-container { display: none; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row > .video-iframe-container { display: none; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .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); }#aICahThH5DI5iZ7dHpgABO63wworlq9V { border-width: 0; border-radius: 0; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .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; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .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:22.4375rem;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; }#IAKfWlAt0LatFKk8JMopgw0sD3s2BvtE { 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:15014;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#Z1cJTSCb8QJILvRvkInTfXgM2EEb0oZ0 { 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:15015;line-height:1.3;letter-spacing:0;top:6.625rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#MQrZJufvUy4LTsiqder44oPFpllIeoWe { 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:15006;line-height:1.3;letter-spacing:0;top:12.5rem;left:22.53125rem;height:4.875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#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:block; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { background-color: transparent; background-image: none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container > .video-iframe-container { display: none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row > .video-iframe-container { display: none; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .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); }#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:72.75rem;width:75rem;position:relative;display:block; }#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.25rem;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:13.5rem;left:22.53125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { box-sizing:content-box;height:57rem;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:11.375rem;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:32.625rem;left:22.53125rem;height:2rem;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:62.478515625rem;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:62.478515625rem;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:57.166015625rem;left:39rem;height:4.125rem;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:57.853515625rem;left:18.125rem;height:2.75rem;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-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: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.125rem solid #f4ce83;border-left:0.125rem solid #f4ce83;border-right:0.125rem solid #f4ce83;border-bottom:0.125rem solid #f4ce83;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.244140625rem;left:14.6875rem;height:5.5rem;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.0625rem;left:20.8125rem;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.34375rem;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:4.875rem;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; }
#yfOXC64iantotb1uoQecmWhr2PTk5ybk { 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; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk.adaptive-delivery-prevent-bg, #yfOXC64iantotb1uoQecmWhr2PTk5ybk.lazyload, #yfOXC64iantotb1uoQecmWhr2PTk5ybk.lazyloading { background-image: none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { background-color: transparent; background-image: none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container > .video-iframe-container { display: none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.92); }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row > .video-iframe-container { display: none; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .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); }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { border-width: 0; border-radius: 0; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk::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; }#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:30.875rem;width:75rem;position:relative;display:block; }#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:5.625rem;left:0rem;height:4.375rem;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:11.3125rem;left:0rem;height:2.8125rem;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:15.5625rem;left:33rem;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:17.3125rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JcipGi9a9HJ5PsEqI1qROfA5rrCMsrdF { 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:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21.625rem;left:13.6875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(96deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(96deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(96deg, #ffffff, rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(96deg, #ffffff, rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(96deg, #ffffff, rgba(var(--color-primary-0),1));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; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container { background-color: transparent; background-image: none; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container > .video-iframe-container { display: none; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row > .video-iframe-container { display: none; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .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); }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container { border-width: 0; border-radius: 0; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;position:relative;display:block; }#cOdUAxt5VvPV1tOTkv9kSpsOgsks6wEm { 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:24.125rem;width:24.125rem;top:7.6666679382325rem;left:50.875rem;overflow:hidden;display:block; }
#ggnlxOr9UCMzCV5uOJCbSq9cT1MwbScs { color:rgba(var(--color-tertiary-2),1);display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#PxtKN4mvGLIgD5IsMZus1tOTQIIMevTo { color:rgba(var(--color-primary-2),1);display:block;width:44.5625rem;position:absolute;font-family:bitter;font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.0625rem;height:4.875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#K616Bu2DPbZUWUbDR08Kr0TO4T8ioeDW { color:#47545a;display:block;width:44.4375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:7.1875rem;display:block; }
#dPWvX2ezU4Ocv5vEIfy4wafx1gEZDFdF { color:#47545a;display:block;width:29.9375rem;position:absolute;font-family:"josefin sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:26.1875rem;left:0rem;height:1.4375rem;font-style:normal;display:block; }
#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 { 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; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container { background-color: transparent; background-image: none; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container > .video-iframe-container { display: none; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row > .video-iframe-container { display: none; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .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); }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container { border-width: 0; border-radius: 0; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#RErhrbEw9kyxHcTeb4KxOhEBIaTGa7Cs { 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:15006;line-height:1.3;letter-spacing:0;top:5.6999998092651rem;left:0rem;height:4.375rem;text-align:center;text-align-last:center;display:block; }
#cKAXMCZdahBkJiA9EGTaQIHGil5UefJT { 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:16.625rem;left:33rem;overflow:hidden;display:block; }
#xzxMW4GTOJfMMVfOOELlg7XOeeer8NG7 { 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:18.375rem;left:0rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#po8T7sgXxXI3bnQRfK1bC7cbREFnvli9 { 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:300;z-index:15009;line-height:1.6;letter-spacing:0;top:22.6875rem;left:13.6875rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAUE27P3si2WNgbkkDR516fvKw5cFaJg { 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:15007;line-height:1.3;letter-spacing:0;top:10.086588859558rem;left:0rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT { 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; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container { background-color: transparent; background-image: none; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container > .video-iframe-container { display: none; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row > .video-iframe-container { display: none; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .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); }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container { border-width: 0; border-radius: 0; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#PdnosRqqGwabU9zQfHXL8xKKr4e1qcmK { 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; }
#gc3Nnz399T6C27PCgUNrih2Uati5INSW { 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; }
#G9QzF3Hn4L6m61D1KwliftpM43LbvTfd { color:#47545a;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; }
#vv0FBF19VKhytotbi3tTloDmzdZofUtF { 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; }
#Ug0T3JRZTFQ4pV6RdBfd2gHRJyHF6Wlu { 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; }
#u48kTy8NZ9cw5p0BabW6d1iPyvhqLqP8 { color:#47545a;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; }
#unZ5XWueE2cKiiJP3ZdvO27Tr1ElCZ5g { 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; }
#G8CydMSB4DAfikd7G0eB7yzR5UPJoTEE { 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; }
#M1JVCS0fXT4HZxIhgqDVGwS9TFTKK3TB { color:#47545a;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; }
#Ibmu3mEeqnFxOAE0vRA83dJPDNz9cfwG { color:#47545a;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; }
#idIwpKhLuS1ovx1XU0xPv5bHFopLRNvk { 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; }
#z8LKWN8nyBxMh2KbTz9TcKrGZEtka7qG { 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; }
#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, 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:52.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:20.25rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #KGqfEuXZqh7LXPTDUl9hWM52aW5cLoNR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #r7clm8g8AIFE9Wl8V1KV6tXlwEHc5HcP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #MXeiTBtg5VIWwHVv9qnJECHLytNJSECc { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #yuJlTZaSLfQETw97kLT0dshD97RQzeHe {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TpZ4AgrBE95OzzR1AkEs0UFIa91pPJr0 {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sx0vhFMS2rIMTzsbTooyU62xWdlW1BGC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UFRAfr9o7h43q5CSuk8KPD3a4HbVKht0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pgZTHJlS0KSOe9zJLoTB01hN5sB564CV { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dI9h2SvCJNu5GViwTGF7amf030Eo44Nl {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RR9sBwCDWIOOThixtoxgRnR2UzHra52Z { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ErHZra7s0O3HF9W52UKsyWJHTxhirSQ9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HyBm4x3vPDmfgu9FXen0KMOLfg1NhIUE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lhJLX6FT7h4pgnBlubBcsZmD4NgNrLDy { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #XeMUm4BT7CqomFsMCdzqBTD1QQs4ckAm {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UkG52uluMVSOco5PIyy6JguD9SZ119Xu { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TITALMuUsubXcPUfAcJoBDgaz5nPSepi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #limR7AaXTE10LZe6kuVho811cRq73IaR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sR64kBJQeNsV9gH3bKIvKtsKfERdRWNm { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HWTXc98Tzapq0RmBgZ78Xu0VH8LzkVTT {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TfqeCqAT5XysTk6BLybwio7TPfvIhRZ8 { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pZB0Hu6APzCeJ6VO7zJbzfkimrwzc5Hg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RP5BRdLbd1eJyb7KhyyEuDqSVeTvdAtl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UwDfdWoTiuBfcXQaMstTUTg699ZTi55t { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #QxcLA4SqToKn5pxCTONuc6rHKTlPHiLX {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vR0SMZzr3CDu3VETv46F11tEgLxFOglH { display:none; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wEBlaayu6t720MiLIMVJNElJVw8brHgp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ddz4L01RDHM6OUl3mfEaQP8nnDS4hbMK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PEfdanDfmbQlJZXzfFs1osMSiO9lvcCL { display:block;position:relative; }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I4fdaDLNQdCmav9zNwe0CwyDM3yq25Az {  }
#ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TO4VuWPnRNxEam7htsuusqTT5189CJBF { 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.375rem;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.8125rem;text-align:center;text-align-last:center;display:block; }
#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 { 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; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container { background-color: transparent; background-image: none; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container > .video-iframe-container { display: none; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row > .video-iframe-container { display: none; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .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); }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container { border-width: 0; border-radius: 0; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .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; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .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; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .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; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .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); }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .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; }#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-trigger.adaptive-delivery-prevent-bg, #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-trigger.lazyload, #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-trigger.lazyloading { background-image: none; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB { 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-secondary-1),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:20.25rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt { display:none; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i { display:none; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #dInTDAxEJDkME4nELJzwlFF5N65ISLns { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #CimtZeMMGTE9aCIUxLRmEamKe75vITvr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Use5bDh1IzoTtbFMV4txHO9lgQopk35T { display:none; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB { display:none; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt { display:block;position:relative; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #BHvsl02bnfX92FX8313Q2x7zGqsrqllD { display:none; }
#y407MIrgW2AKvbKtQtCwCALTGTWDpQwf { 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.375rem;text-align:center;text-align-last:center;display:block; }
#U7uXD9628UiZi2zKh6T3sN8vvcb6gJqc { 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.8125rem;text-align:center;text-align-last:center;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:17.125rem;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:5.8229370117188rem;left:31.875rem;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:5.8021240234375rem;left:42.5rem;height:1.625rem;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:block; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { background-color: transparent; background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container > .video-iframe-container { display: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container { display: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .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); }#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:block; }#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:block; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { background-color: transparent; background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container > .video-iframe-container { display: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container { display: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .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); }#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:block; }#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:15rem;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.25rem;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.5rem;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.25rem;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.6875rem;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:block; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { background-color: transparent; background-image: none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container > .video-iframe-container { display: none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row > .video-iframe-container { display: none; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .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); }#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:block; }#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:block; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { background-color: transparent; background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container > .video-iframe-container { display: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container { display: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .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); }#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:block; }#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.375rem;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.75rem;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.5rem;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:6rem;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:block; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { background-color: transparent; background-image: none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container > .video-iframe-container { display: none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row > .video-iframe-container { display: none; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .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); }#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:block; }#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.375rem;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.5rem;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.375rem;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.125rem;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.125rem;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.375rem;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.375rem;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.125rem;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:block; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.adaptive-delivery-prevent-bg, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyload, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyloading { background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { background-color: transparent; background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container > .video-iframe-container { display: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row > .video-iframe-container { display: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .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); }#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:block; }#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.375rem;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:7rem;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:12rem;top:16.625rem;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) { #RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK { display:block; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlclKKfos45HLEf3FXtzRiZQzMAN5hyL { width:47.75rem;height:8.75rem;top:4.125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAaxXayTA2n94Um93K277cGz18XTQd8V { width:47.75rem;height:2.8125rem;top:14.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyKvVUJdiB0khKfFNDX1f1v5XDlc4Mkl { width:8.9375rem;height:0.8125rem;top:19.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKZ8IwOmRWTGy2ZP7b7WODx3THJDmup { width:47.75rem;height:1.75rem;top:21.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsToCifMhu8tkLvycTX6gcT0pebNAeB6 { width:47.5625rem;height:9.375rem;top:24.9375rem;left:0.09375rem;font-size:1.1875rem;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:5.625rem;top:11rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5mTlrHqLW6nB7uUADLuzULrnKSPBIF { width:8.9375rem;height:0.8125rem;top:19.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:47.75rem;height:1.75rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:47.5625rem;height:5.25rem;top:24.9375rem;left:0.09375rem;font-size:1rem;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:7.1875rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeSmiboWAzTbl8SFF6RDVcd59As9A3p { width:37.5rem;height:1.75rem;top:7.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP9BCTpTkk2bAy31KJGgSrwlbt6yrl4 { width:8.9375rem;height:0.8125rem;top:5.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdhfXqW8lTpmySOtT3RfdqE4gd7kDaH { width:37.5rem;height:1.75rem;top:7.1875rem;left:10.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9oV7OUNJM16rsUPIDzPL93EGe6ykR7 { width:8.9375rem;height:0.8125rem;top:5.625rem;left:31.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqmtg2U5T4ld2n8EapNbUET9RWSnl2K { width:25rem;height:7.1875rem;top:10.75rem;left:22.75rem;font-size:1rem;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:7.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKr2gheUd0MXRmdoUCzxTNdks6XfzyU { width:8.9375rem;height:0.8125rem;top:5.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDeFZlTUMd4ZXXO9Htytkms3HkvvVy0 { width:21.875rem;height:8.9375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxWKkT6lSF4FJ8eTn7yU0tdtftEBGPh { width:18.75rem;height:1.75rem;top:7.25rem;left:13rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwJzO0f0cV2s2kLEDQTqn0dsPftyD1z { width:8.9375rem;height:0.8125rem;top:5.625rem;left:19.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMZAZsx33KhHhmxBKEHLf4IzqfESyqF { width:21.875rem;height:8.9375rem;top:10.75rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBMJyqqvVc5v9BKEggcrO8PPTTnEshK { width:18.75rem;height:1.75rem;top:7.25rem;left:28.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SItEek6LX4zD7L7w1nXkkA3q7NsQHLe7 { width:8.9375rem;height:0.8125rem;top:5.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppvhtm27JU6L9TGzMwoFerWi8mEwvUKu { width:21.875rem;height:8.9375rem;top:10.75rem;left:25.75rem;font-size:1rem;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:21.875rem;height:8.75rem;top:10.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { width:21.875rem;height:8.75rem;top:10.25rem;left:24.875rem;font-size:1rem;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:7.9375rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMLc65SRHUTU5U1P9NCQiqNA5enKBdN { width:47.75rem;height:5.625rem;top:13.9375rem;left:0rem;font-size:2.1875rem;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:3.5rem;top:29rem;left:0.09375rem;font-size:1rem;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:6.25rem;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:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmPscVafKKNoTmLx0C5RReITt4guNoSF { width:42.25rem;height:;top:23.125rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bvszXsabkGoabHv0nNWWqdw4OD5UGs { top:18.0625rem;left:4.4375rem;width:37.5rem;height:4.375rem;font-size:3.375rem;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) { #bKCUKCD08PUvnG8wX87vkgXs6HzNvfgv { top:1.875rem;left:0rem;width:25rem;height:25rem;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) { #WytS604ShUmgrCkctl00EPW5LvGJTgT7 { top:33.1875rem;left:0rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TQ19x0ya6WxEdDZmowbGvGK3zPGFuy { top:33.1875rem;left:19rem;width:28.75rem;height:13.125rem;font-size:1.125rem;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) { #E23mgeQ60Tpne9ffschXyxTBwTuiw5iU { display:block; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOp1XQi28V4hxnROBbkda1iVvSk665nH { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJR6DtxJpCPVTy2fIw4270ZPvSaPvp1P { width:47.75rem;height:2.8125rem;top:11rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQSKMwoiRURiamwayENZAlfW7KydFi5A { width:8.9375rem;height:0.8125rem;top:19.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvQBJgdb7BxVCbWcsZQAug0wOJ7es2vL { width:47.75rem;height:1.75rem;top:21.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0BboW0CclrOB00fdSEXc7APvPkJsVPN { width:47.5625rem;height:3.5625rem;top:24.9375rem;left:0.09375rem;font-size:1rem;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:3.875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:8.9375rem;height:0.8125rem;top:16.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:47.75rem;height:1.75rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:47.5625rem;height:3.5625rem;top:22.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:47.75rem;height:5.625rem;top:10.0625rem;left:0rem;font-size:2.1875rem;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:7.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:;top:12.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZ8yvvSpBguaburZmZRrNfVfXNTx9pe { width:2.1875rem;height:2.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaVxNkLfVs50iUDri1AVh0JsQhF6AIZJ { width:29.9375rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLg4eBPXK3qJnMQ4H86otLgFcpwuJiG { top:30.5625rem;left:0rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSEP35VUpiPzMR0h7WrfRTko0mxgyGUE { top:34.5rem;left:0rem;width:22rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFf66IlQpaFKbKIsZfTdo5MXiBRJQQS { top:39.8125rem;left:0rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroFPwTukvEnxrzDFi3NumWfp1PeJMmg { width:2.1875rem;height:2.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxmqPBM5AtDZZShsQyFlN7Kph9LecF9W { width:2.1875rem;height:2.1875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8SibGVmh0ryUdWofBLyJLvv9zfR8TT1 { top:7.5625rem;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:28.875rem;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:9.75rem;top:11.0625rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZTykC76IaooLaoylT7hUPqbVUtf3ef { top:28.5rem;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) { #kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX { display:block; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5dabEdogOpNNKRs7m3zQboSErHWIEqd { top:7.5rem;left:0rem;width:34.25rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxync6EFqyqToZsR74rswld4oHPOodVg { top:7.5rem;left:10.25rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2nahanuC46fK4oINTpoahR3SSRDeuus { width:2.1875rem;height:2.1875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEvedBhK3s25lxHamtCOdpvtCH7b2BLf { width:29.9375rem;height:4.875rem;top:23.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ewLocLHOyVs7fT8EJZkxweDDETWOCx { top:30.5625rem;left:0rem;width:22.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgzFZMwZ0brOh2eb8sGnATNAKyTMPsM9 { top:34.5rem;left:0rem;width:22rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRrPJHUpZ1oICXTO72lJGkF2JIWiyXv { top:39.8125rem;left:0rem;width:24.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwQT572FZWrcy9WvzoORIVhsu0A3r6M { width:2.1875rem;height:2.1875rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLGVpykPtU48iWQgeZ6rebe6gV4vnRbO { width:2.1875rem;height:2.1875rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaLM2zXNaFpDeRkLHI6QW6MQKwp1lHV1 { width:30.0625rem;height:;top:12.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r { display:block; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cm67wcuk49ABaLnmbhDtQDgcmGfZKh8p { top:7.5rem;left:17.8125rem;width:29.9375rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyNbKmcAbCAfdDFM2z5TgfHa77HduQ7 { top:27.9375rem;left:23.9375rem;width:22.8125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3h1WpPU9u1RulJQNVyugSx2CJ0FJ0pz { width:29.9375rem;height:7.3125rem;top:12.4375rem;left:17.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgwzziGCb3XRzCHTmR0nFve0ipxGf2Ai { width:29.9375rem;height:4.875rem;top:21.5rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCGGxh9GDgo85oBkBN3btGc2rFkVwQnS { width:2.1875rem;height:2.1875rem;top:27.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoazfT4puKepS7w8dXzeCgtKb92kN7nv { width:2.1875rem;height:2.1875rem;top:33.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOZp9IA9ozVcuxQzbIfCk48647IyXKH9 { top:33.6875rem;left:23.9375rem;width:22rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC570OxQczqPAWGJo6Vkm11AT6nxLuxp { width:2.1875rem;height:2.1875rem;top:39.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0MJf6MTKOwSinfbfJCRQv41HcRQSZ0n { top:39.4375rem;left:23.9375rem;width:22rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov7Cl1s7F0XhnlqCRE4g6TVIallnZ7B4 { top:7.5rem;left:0rem;width:37.5rem;height:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpcFZ5a7IIBploHUdEvxz529GypJNI6 { display:block; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkfLCcdKrgNKtdqObHOGbMRQna834wi0 { display:block; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2DKSkiwJwZgh4M4RAmypTgMHPts5uIA { width:47.75rem;height:4.375rem;top:6.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2f4T8Apig9ow2fA3Swp74hhH1nuwCS { width:47.75rem;height:2.8125rem;top:11.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwJHA1wcyDGu3XalhdeWnoahW0G1AKDG { top:44.5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCHkgeJ6Tx64nMEimphQ5NhpMsIeRiHH { top:17.5rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkOOTacVL2XFDuvS6JGZhVWgFzM1ZxTu { width:28.625rem;height:4.375rem;top:17.5625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrIaAXapZTccLCULUVkN8sEcRh0ggFL { width:42.25rem;height:;top:23.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDx1EWCEWFU9FNvKQO3MG5Jddou4vR9M { top:30.375rem;left:0rem;width:37.5rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTr9SWSUrnI44FncQEPovCaH5WAH7zR { width:39.375rem;height:1.75rem;top:28.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSeTmIBzHkV52DBQDbwPcA6CamO6N6v { width:39.375rem;height:1.75rem;top:44.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULBBT5PeXTcthh2DNg2XzARfduTdfexp { top:46.25rem;left:0rem;width:37.5rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz { display:block; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igDRr8fmBV7EfgUeqmPuQhGAxTFlFZM6 { width:47.75rem;height:4.375rem;top:6.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAgBHarsWrg7gyy8xQDnqmVBKXKdWZG6 { width:47.75rem;height:2.8125rem;top:11.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOLhUQDCbnrH7InciVzoUfTSWRugnVu8 { width:42.25rem;height:;top:23.125rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCl6HWb6FKzlpqwJhsWpFOzBZmkQT7K { top:18.0625rem;left:4.4375rem;width:37.5rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 { display:block; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViKoqqZA1nNdm5Oar2b536iT5LHZyQ23 { top:1.875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBpnLSJnZOCflf30ouwmcwJDBiHT7uO { width:29.25rem;height:2.5rem;top:29.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLaTTTWDNZTBbm5a3SyrKBrEvbwEto1B { top:33.1875rem;left:0rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH0Mw7GEaXTozzaWE4yJrw5XVq30ERXp { top:33.1875rem;left:19rem;width:28.75rem;height:13.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0w5TdmWZW74J84udqA8KM20UhWeLFT8 { 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) { #QMe23yLhZ3bek5TaXGvKZ7vitHLWECSP { width:29.875rem;height:29.75rem;top:6rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #aICahThH5DI5iZ7dHpgABO63wworlq9V { display:block; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAKfWlAt0LatFKk8JMopgw0sD3s2BvtE { width:47.75rem;height:4.375rem;top:2.25rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1cJTSCb8QJILvRvkInTfXgM2EEb0oZ0 { width:47.75rem;height:2.8125rem;top:6.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQrZJufvUy4LTsiqder44oPFpllIeoWe { width:29.9375rem;height:4.875rem;top:12.5rem;left:8.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:block; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:47.75rem;position:relative;display:block; } }@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:13.5rem;left:8.90625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdfvGnM69QhKQuLeCQGPTmqfpVCvSolZ { width:46.875rem;height:57rem;top:11.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAliti2AkOadu1eQNRTM8VmVQJZRB5Is { top:32.625rem;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:62.4375rem;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:62.4375rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpEve0srI6uJtcRRc69drNNsNXJXszH { display:block; }
 }@media only screen and (max-width: 763px) { #RyksnTyLeyXWXgMfmbSEc1fo6X4rKNsc { top:57.125rem;left:25.375rem;width:17.375rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { top:57.8125rem;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:5.5rem;top:24.1875rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { top:41.0625rem;left:7.1875rem;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.3125rem;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:4.875rem;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) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:block; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:47.75rem;height:2.8125rem;top:11.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:15.5625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:47.75rem;height:1.75rem;top:17.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcipGi9a9HJ5PsEqI1qROfA5rrCMsrdF { width:47.5625rem;height:3.5625rem;top:21.625rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS { display:block; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOdUAxt5VvPV1tOTkv9kSpsOgsks6wEm { top:7.625rem;left:23.625rem;width:24.125rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnlxOr9UCMzCV5uOJCbSq9cT1MwbScs { top:23.75rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxtKN4mvGLIgD5IsMZus1tOTQIIMevTo { width:44.5625rem;height:4.875rem;top:7.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K616Bu2DPbZUWUbDR08Kr0TO4T8ioeDW { top:14.5rem;left:0rem;width:44.4375rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPWvX2ezU4Ocv5vEIfy4wafx1gEZDFdF { top:26.1875rem;left:0rem;width:29.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 { display:block; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RErhrbEw9kyxHcTeb4KxOhEBIaTGa7Cs { width:47.75rem;height:4.375rem;top:5.6875rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKAXMCZdahBkJiA9EGTaQIHGil5UefJT { width:8.9375rem;height:0.8125rem;top:16.625rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzxMW4GTOJfMMVfOOELlg7XOeeer8NG7 { width:47.75rem;height:1.75rem;top:18.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po8T7sgXxXI3bnQRfK1bC7cbREFnvli9 { width:47.5625rem;height:3.5625rem;top:22.6875rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUE27P3si2WNgbkkDR516fvKw5cFaJg { width:47.75rem;height:2.8125rem;top:10.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT { display:block; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdnosRqqGwabU9zQfHXL8xKKr4e1qcmK { width:16.25rem;height:1.375rem;top:5.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3Nnz399T6C27PCgUNrih2Uati5INSW { width:3.125rem;height:3.125rem;top:0.875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9QzF3Hn4L6m61D1KwliftpM43LbvTfd { width:16.25rem;height:8.375rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv0FBF19VKhytotbi3tTloDmzdZofUtF { width:16.25rem;height:1.375rem;top:5.4375rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0T3JRZTFQ4pV6RdBfd2gHRJyHF6Wlu { width:3.75rem;height:3.75rem;top:0.5625rem;left:16.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u48kTy8NZ9cw5p0BabW6d1iPyvhqLqP8 { 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) { #unZ5XWueE2cKiiJP3ZdvO27Tr1ElCZ5g { width:16.25rem;height:1.375rem;top:5.4375rem;left:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8CydMSB4DAfikd7G0eB7yzR5UPJoTEE { width:3.125rem;height:3.125rem;top:0.875rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1JVCS0fXT4HZxIhgqDVGwS9TFTKK3TB { 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) { #Ibmu3mEeqnFxOAE0vRA83dJPDNz9cfwG { 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) { #idIwpKhLuS1ovx1XU0xPv5bHFopLRNvk { width:16.25rem;height:1.375rem;top:5.4375rem;left:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8LKWN8nyBxMh2KbTz9TcKrGZEtka7qG { width:3.125rem;height:3.125rem;top:0.875rem;left:40.21875rem;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 #KGqfEuXZqh7LXPTDUl9hWM52aW5cLoNR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #r7clm8g8AIFE9Wl8V1KV6tXlwEHc5HcP {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #MXeiTBtg5VIWwHVv9qnJECHLytNJSECc {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #yuJlTZaSLfQETw97kLT0dshD97RQzeHe {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TpZ4AgrBE95OzzR1AkEs0UFIa91pPJr0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sx0vhFMS2rIMTzsbTooyU62xWdlW1BGC {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UFRAfr9o7h43q5CSuk8KPD3a4HbVKht0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pgZTHJlS0KSOe9zJLoTB01hN5sB564CV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dI9h2SvCJNu5GViwTGF7amf030Eo44Nl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RR9sBwCDWIOOThixtoxgRnR2UzHra52Z {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ErHZra7s0O3HF9W52UKsyWJHTxhirSQ9 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HyBm4x3vPDmfgu9FXen0KMOLfg1NhIUE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lhJLX6FT7h4pgnBlubBcsZmD4NgNrLDy {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #XeMUm4BT7CqomFsMCdzqBTD1QQs4ckAm {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UkG52uluMVSOco5PIyy6JguD9SZ119Xu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TITALMuUsubXcPUfAcJoBDgaz5nPSepi {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #limR7AaXTE10LZe6kuVho811cRq73IaR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sR64kBJQeNsV9gH3bKIvKtsKfERdRWNm {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HWTXc98Tzapq0RmBgZ78Xu0VH8LzkVTT {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TfqeCqAT5XysTk6BLybwio7TPfvIhRZ8 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pZB0Hu6APzCeJ6VO7zJbzfkimrwzc5Hg {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RP5BRdLbd1eJyb7KhyyEuDqSVeTvdAtl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UwDfdWoTiuBfcXQaMstTUTg699ZTi55t {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #QxcLA4SqToKn5pxCTONuc6rHKTlPHiLX {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vR0SMZzr3CDu3VETv46F11tEgLxFOglH {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wEBlaayu6t720MiLIMVJNElJVw8brHgp {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ddz4L01RDHM6OUl3mfEaQP8nnDS4hbMK {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PEfdanDfmbQlJZXzfFs1osMSiO9lvcCL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I4fdaDLNQdCmav9zNwe0CwyDM3yq25Az {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TO4VuWPnRNxEam7htsuusqTT5189CJBF {  }
 }@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) { #lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 { display:block; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB { display:flex;height:auto;width:31.875rem;top:6.1875rem;left:13.375rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #y407MIrgW2AKvbKtQtCwCALTGTWDpQwf { width:47.75rem;height:4.375rem;top:5.625rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7uXD9628UiZi2zKh6T3sN8vvcb6gJqc { width:47.75rem;height:2.8125rem;top:10.625rem;left:0rem;font-size:2.1875rem;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) { #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy { display:block; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:47.5rem;position:relative;display:block; } }@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:block; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:47.5rem;position:relative;display:block; } }@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:block; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:47.75rem;position:relative;display:block; } }@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:block; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:47.75rem;position:relative;display:block; } }@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:block; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:47.75rem;position:relative;display:block; } }@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:block; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { width:47.75rem;position:relative;display:block; } }@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:47.5rem;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:2rem;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) { #Mep32DpX7FEDp4VrFyTcuMq20TvwvQa0 { width:20rem;height:4.75rem;top:26rem;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:700;font-style:normal;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.875rem;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) { #RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK { display:block; }#RrInvwZoVzlNrkUD3D4ns3sLVMcEnXLK > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlclKKfos45HLEf3FXtzRiZQzMAN5hyL { width:20rem;height:6rem;top:1.625rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #iAaxXayTA2n94Um93K277cGz18XTQd8V { width:20rem;height:4rem;top:8.8125rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OyKvVUJdiB0khKfFNDX1f1v5XDlc4Mkl { width:8.9375rem;height:0.8125rem;top:13.9375rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOKZ8IwOmRWTGy2ZP7b7WODx3THJDmup { width:20rem;height:1.375rem;top:15.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsToCifMhu8tkLvycTX6gcT0pebNAeB6 { width:20rem;height:10.9375rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhlNw6EctUsUBECSZNMGThLutCqwlbk0 { display:block; }#xhlNw6EctUsUBECSZNMGThLutCqwlbk0 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVaAQ9H3vSFHoaPCteLc9ed9T7NepanQ { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #wGzHS4iI0CdH04JZ4swn2m65UcERIi5M { width:20rem;height:4rem;top:6.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #aF5mTlrHqLW6nB7uUADLuzULrnKSPBIF { width:8.9375rem;height:0.8125rem;top:11.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFTQmUa3fb8c60ZWoTIGnGri6pqhrdg3 { width:20rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txQRMZ5nOl6qTmSkEE8bFwv2bg4B58KR { width:20rem;height:7.8125rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOlVsfGENxgGEdAh3OkQkyqS74heuCDP { display:block; }#hOlVsfGENxgGEdAh3OkQkyqS74heuCDP > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eboZS5rQfLEXfWgLge0neTeiexTX4BWJ { width:20rem;height:7.8125rem;top:5.9615875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgeSmiboWAzTbl8SFF6RDVcd59As9A3p { width:20rem;height:1.375rem;top:3.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyP9BCTpTkk2bAy31KJGgSrwlbt6yrl4 { width:8.9375rem;height:0.8125rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #abdhfXqW8lTpmySOtT3RfdqE4gd7kDaH { width:20rem;height:1.375rem;top:19.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ul9oV7OUNJM16rsUPIDzPL93EGe6ykR7 { width:8.9375rem;height:0.8125rem;top:17.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxqmtg2U5T4ld2n8EapNbUET9RWSnl2K { width:20rem;height:7.8125rem;top:22.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH { display:block; }#Evwz9c7pNadf3hk5M7Wn5U2D9lkN6KiH > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVfLQ8nB349uKNOixDZbldqz2PUJdxPD { width:18.75rem;height:1.375rem;top:3.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKr2gheUd0MXRmdoUCzxTNdks6XfzyU { width:8.9375rem;height:0.8125rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDeFZlTUMd4ZXXO9Htytkms3HkvvVy0 { width:20rem;height:7.8125rem;top:5.9615875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyxWKkT6lSF4FJ8eTn7yU0tdtftEBGPh { width:18.75rem;height:1.375rem;top:19.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFwJzO0f0cV2s2kLEDQTqn0dsPftyD1z { width:8.9375rem;height:0.8125rem;top:17.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVMZAZsx33KhHhmxBKEHLf4IzqfESyqF { width:20rem;height:7.8125rem;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpBMJyqqvVc5v9BKEggcrO8PPTTnEshK { width:18.75rem;height:1.375rem;top:36.375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SItEek6LX4zD7L7w1nXkkA3q7NsQHLe7 { width:8.9375rem;height:0.8125rem;top:34.3125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ppvhtm27JU6L9TGzMwoFerWi8mEwvUKu { width:20rem;height:7.8125rem;top:39rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTxvs5DaHu64h2scrEU2BWZTCF882Q1E { display:block; }#zTxvs5DaHu64h2scrEU2BWZTCF882Q1E > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5qZUwbLCwCWXtv0nfWAXW2vJlfpJ3Q2 { width:8.9375rem;height:0.8125rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQGlpmButLDwOeIJrbxsJqOpJTZyfkiQ { width:8.9375rem;height:0.8125rem;top:18.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHW4XAfxWGbcKUx0QRmeZmvelbFJLpX { width:18.75rem;height:0;top:3.3125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDe3Il9VkoyuxIoBUcTvxvORzsbqwDiA { width:18.75rem;height:0;top:20.125rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nk5wXZO3HT4N6cLEpIxoeWdGTe3OFlOk { width:20rem;height:0;top:8.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8kOvNVfMlTtWHBHl5i5EzecRtK7rAdX { width:20rem;height:0;top:23.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 { display:block; }#Kbovb8qiTXxUx0UbWx1go8NGPWS7CfA4 > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #etwAAzvrOVKfqRblDA2bAp1NLMm34FS3 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #biMLc65SRHUTU5U1P9NCQiqNA5enKBdN { width:20rem;height:4rem;top:6.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q6T6ODXkw3sppdZnE1TRfdaZfOmKGwLH { width:8.9375rem;height:0.8125rem;top:11.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2H2tRKAriP36aSzQNrTwQnxH6MkpUAW { width:20rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWyNJXtLOy0ZC4g7TgX9LNfVsCfgw1P8 { width:20rem;height:7.8125rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF { display:block; }#gsaN4TFSx20sH0wHMxlLZTAXbeGeWwfF > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JCeW3Q3OMUTLnX2elcPNtq78DBSTfQRA { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #q9ImMGrB4iHmndIrnW8m2nRhBXPmLX5T { width:20rem;height:4rem;top:4.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DmPscVafKKNoTmLx0C5RReITt4guNoSF { width:20rem;height:9.75rem;top:13.5996125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8bvszXsabkGoabHv0nNWWqdw4OD5UGs { width:20rem;height:2.5625rem;top:9.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 { display:block; }#Qug28nuTNisSrNrTiIu6nQTOT0iyaRM8 > .row .container { width:20rem;height:93.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKCUKCD08PUvnG8wX87vkgXs6HzNvfgv { width:20rem;height:20rem;top:2.474609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGFtKuU2yaic4Rwa1ygOilzTxA83QgKO { width:20rem;height:20rem;top:48.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0sJGmHa8wmt65Cdos7QMz8vxeIbJRN { 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) { #WytS604ShUmgrCkctl00EPW5LvGJTgT7 { 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) { #L8TQ19x0ya6WxEdDZmowbGvGK3zPGFuy { 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) { #iNGtfV3xhZ6i89JtXGRBz1krsiLgfZTa { 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) { #E23mgeQ60Tpne9ffschXyxTBwTuiw5iU { display:block; }#E23mgeQ60Tpne9ffschXyxTBwTuiw5iU > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOp1XQi28V4hxnROBbkda1iVvSk665nH { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uJR6DtxJpCPVTy2fIw4270ZPvSaPvp1P { width:20rem;height:4rem;top:6.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #eQSKMwoiRURiamwayENZAlfW7KydFi5A { width:8.9375rem;height:0.8125rem;top:11.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvQBJgdb7BxVCbWcsZQAug0wOJ7es2vL { width:20rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0BboW0CclrOB00fdSEXc7APvPkJsVPN { width:20rem;height:7.8125rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL { display:block; }#PkVXZzrrnhDlJwxbTX4bSTxlUbU5OOxL > .row .container { width:20rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HmElh1XXEX1zZRakE8JuK1kUO8EXTi { width:17.1875rem;height:4rem;top:2.6875rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vLW2MsBbtW3ybTvlEnZyQaThWVmH2v6B { width:5.75rem;height:0.5625rem;top:14.074870109558rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKKehcadvT5tfoFUxWrqBOXBUTGwmZTM { width:20rem;height:1.375rem;top:15.187500953674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsiwhCS0Exe7LOBisRk5raii9bQUgAhl { width:20rem;height:7.8125rem;top:17.437500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3pnweXmyFsaTdVmbX0Z7Fa8giS6BG6C { width:20rem;height:4rem;top:7.7408857345581rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc { display:block; }#zrrdMNDQKiOZ0HckR6XwhkuUHQ4bOMSc > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OsTLxB0gJNVQ9uxocdiDBepTfR2dCtpt { width:19.0625rem;height:2rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLss1sngm7RtDDdnynqOwPQPhSeKQhWI { width:15.4375rem;height:7.1875rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4oIBikFCNsxXRKSTbshLw3bgHX41uiZ { width:18rem;height:4.3125rem;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.75rem;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.1875rem;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:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ez81hT7RslSeZ0PdfSVAUUtRlgEPlX69 { width:19.0625rem;height:2rem;top:22.187498092651rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BviQtGJ2DzHqHBIghnNdICBaveA6fpg7 { width:18.75rem;height:5.75rem;top:25.1875rem;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:37.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #xaVxNkLfVs50iUDri1AVh0JsQhF6AIZJ { width:19.4375rem;height:3.25rem;top:31.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGLg4eBPXK3qJnMQ4H86otLgFcpwuJiG { width:15.25rem;height:4.3125rem;top:36.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSEP35VUpiPzMR0h7WrfRTko0mxgyGUE { width:15.75rem;height:5.75rem;top:48.53125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owFf66IlQpaFKbKIsZfTdo5MXiBRJQQS { width:15.9375rem;height:4.3125rem;top:42.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UroFPwTukvEnxrzDFi3NumWfp1PeJMmg { display:flex;width:2.1875rem;height:2.1875rem;top:43.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #TxmqPBM5AtDZZShsQyFlN7Kph9LecF9W { display:flex;width:2.1875rem;height:2.1875rem;top:50.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:102.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrGHfKMWRq8Ea1s1v6x1ObcEp0lxt0JF { width:19.0625rem;height:2rem;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:29.250001907349rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP7QoTsnpCXrgSMVOLrJhsBmykoUma4N { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;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:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9RUeIFOdETIEOQOM6PCqZocWVUKBB5m { width:18.75rem;height:5.75rem;top:25.1875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLZTykC76IaooLaoylT7hUPqbVUtf3ef { width:20rem;height:0;top:77.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks9uzT9BvasnMGxLfwEVint8lFUuRbbD { width:20rem;height:0;top:81.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6mxT2IomSk5meiPVkaC00l00vOtzAz { width:20rem;height:0;top:87.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX { display:block; }#kDT1fdEHBV6J0w6ZgdCAgebq1idfguAX > .row .container { width:20rem;height:59.21875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5dabEdogOpNNKRs7m3zQboSErHWIEqd { width:19.0625rem;height:2rem;top:22.187498092651rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pxync6EFqyqToZsR74rswld4oHPOodVg { width:18.75rem;height:18.75rem;top:1.3711061477661rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2nahanuC46fK4oINTpoahR3SSRDeuus { display:flex;width:2.1875rem;height:2.1875rem;top:37.4375rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #XEvedBhK3s25lxHamtCOdpvtCH7b2BLf { width:19.4375rem;height:3.25rem;top:31.9375rem;left:0.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9ewLocLHOyVs7fT8EJZkxweDDETWOCx { width:15.25rem;height:4.3125rem;top:36.375rem;left:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgzFZMwZ0brOh2eb8sGnATNAKyTMPsM9 { width:15.75rem;height:5.75rem;top:48.53125rem;left:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITRrPJHUpZ1oICXTO72lJGkF2JIWiyXv { width:15.9375rem;height:4.3125rem;top:42.375rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwQT572FZWrcy9WvzoORIVhsu0A3r6M { display:flex;width:2.1875rem;height:2.1875rem;top:43.5rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #xLGVpykPtU48iWQgeZ6rebe6gV4vnRbO { display:flex;width:2.1875rem;height:2.1875rem;top:50.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #uaLM2zXNaFpDeRkLHI6QW6MQKwp1lHV1 { width:20rem;height:0;top:55.53125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r { display:block; }#NHWctvNKmymkpZSZlJsh0mRGGqKJhV8r > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cm67wcuk49ABaLnmbhDtQDgcmGfZKh8p { width:19.0625rem;height:2rem;top:21.26953125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFyNbKmcAbCAfdDFM2z5TgfHa77HduQ7 { width:15.4375rem;height:7.1875rem;top:41.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3h1WpPU9u1RulJQNVyugSx2CJ0FJ0pz { width:18rem;height:4.3125rem;top:23.812507629394rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgwzziGCb3XRzCHTmR0nFve0ipxGf2Ai { 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) { #NCGGxh9GDgo85oBkBN3btGc2rFkVwQnS { display:flex;width:2.1875rem;height:2.1875rem;top:35.25rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #HoazfT4puKepS7w8dXzeCgtKb92kN7nv { display:flex;width:2.1875rem;height:2.1875rem;top:44.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #WOZp9IA9ozVcuxQzbIfCk48647IyXKH9 { width:16.625rem;height:5.75rem;top:34.125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC570OxQczqPAWGJo6Vkm11AT6nxLuxp { display:flex;width:2.1875rem;height:2.1875rem;top:53.0625rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #c0MJf6MTKOwSinfbfJCRQv41HcRQSZ0n { width:16.0625rem;height:7.1875rem;top:50.5625rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ov7Cl1s7F0XhnlqCRE4g6TVIallnZ7B4 { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNpcFZ5a7IIBploHUdEvxz529GypJNI6 { display:block; }#RNpcFZ5a7IIBploHUdEvxz529GypJNI6 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkfLCcdKrgNKtdqObHOGbMRQna834wi0 { display:block; }#MkfLCcdKrgNKtdqObHOGbMRQna834wi0 > .row .container { width:20rem;height:109.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2DKSkiwJwZgh4M4RAmypTgMHPts5uIA { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2f4T8Apig9ow2fA3Swp74hhH1nuwCS { width:20rem;height:4rem;top:4.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #qwJHA1wcyDGu3XalhdeWnoahW0G1AKDG { width:20rem;height:20rem;top:63.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCHkgeJ6Tx64nMEimphQ5NhpMsIeRiHH { width:20rem;height:20rem;top:42.0332125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkOOTacVL2XFDuvS6JGZhVWgFzM1ZxTu { width:18.5625rem;height:2rem;top:9.75rem;left:0.625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HVrIaAXapZTccLCULUVkN8sEcRh0ggFL { width:17.5rem;height:4.875rem;top:12.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDx1EWCEWFU9FNvKQO3MG5Jddou4vR9M { width:18.125rem;height:20.125rem;top:19.9609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTr9SWSUrnI44FncQEPovCaH5WAH7zR { width:17.5rem;height:1.375rem;top:18.5625rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSeTmIBzHkV52DBQDbwPcA6CamO6N6v { width:17.5rem;height:1.375rem;top:84.705078125rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULBBT5PeXTcthh2DNg2XzARfduTdfexp { width:17.5rem;height:20.125rem;top:86.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz { display:block; }#VUNoyKT3FNbA3TUXuPPHQqCC5nEULyKz > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igDRr8fmBV7EfgUeqmPuQhGAxTFlFZM6 { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #NAgBHarsWrg7gyy8xQDnqmVBKXKdWZG6 { width:20rem;height:4rem;top:4.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MOLhUQDCbnrH7InciVzoUfTSWRugnVu8 { width:20rem;height:9.75rem;top:13.5996125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCl6HWb6FKzlpqwJhsWpFOzBZmkQT7K { width:20rem;height:2.5625rem;top:9.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 { display:block; }#qtgDA6TLhtoWc9qp4LzGOwuewzSBOpr3 > .row .container { width:20rem;height:113.74614719372rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ViKoqqZA1nNdm5Oar2b536iT5LHZyQ23 { width:20rem;height:20rem;top:48.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTBpnLSJnZOCflf30ouwmcwJDBiHT7uO { 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) { #vLaTTTWDNZTBbm5a3SyrKBrEvbwEto1B { 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) { #NH0Mw7GEaXTozzaWE4yJrw5XVq30ERXp { 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) { #E0w5TdmWZW74J84udqA8KM20UhWeLFT8 { 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) { #QMe23yLhZ3bek5TaXGvKZ7vitHLWECSP { width:20rem;height:19.950248756219rem;top:92.5458984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aICahThH5DI5iZ7dHpgABO63wworlq9V { display:block; }#aICahThH5DI5iZ7dHpgABO63wworlq9V > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAKfWlAt0LatFKk8JMopgw0sD3s2BvtE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Z1cJTSCb8QJILvRvkInTfXgM2EEb0oZ0 { width:20rem;height:0;top:6.875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MQrZJufvUy4LTsiqder44oPFpllIeoWe { width:20rem;height:0;top:10.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri { display:block; }#qtFWdPOH4ie8Fx4LG1ruUV7k5lrN8kri > .row .container { width:20rem;height:78.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z8QwSIWhr2K31mooKmVhA3Rp6yc5kTCv { width:20rem;height:2rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#ffffff;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:71.8125rem;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:61.6875rem;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:71.8125rem;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:3.75rem;top:67.25rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFNHy6wCleyZ7SqpAsQK1nHsH3DTDkSB { width:17.375rem;height:2.5rem;top:58.5rem;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:20rem;height:8.25rem;top:15.38671875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd9vbFFRM89rzhLRSwmKVWsBrJcC905X { width:16.625rem;height:4.125rem;top:28rem;left:3.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWqWqck2yqq1V4kcRunhPIhQGi0s5lod { width:16.8125rem;height:4.125rem;top:40.9375rem;left:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNsvrlzTg3VKSH5hQGqJP8l6vmJgpfeq { width:16.875rem;height:5.5rem;top:33.59375rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbieQVLTHMhfK5yt4cVcFIKcRrsPcooS { width:16.75rem;height:9.625rem;top:46.88671875rem;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:28.000000953674rem;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:46.886719703674rem;left:0.5rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #C2M4poE9J4taLly6yOsiAKi8qGP3qxDw { width:1.5625rem;height:1.5625rem;top:41.281250953674rem;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) { #yfOXC64iantotb1uoQecmWhr2PTk5ybk { display:block; }#yfOXC64iantotb1uoQecmWhr2PTk5ybk > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ynr3Orrq4Ix2DRfORR98WWcyAxgw5ANO { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TThRhNaT3mEsAxZBkLZyEu9CgQAAVrvC { width:20rem;height:4rem;top:6.5rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #WT8mLm7G6V26eGZiSTpBa9WXyBP6Burk { width:8.9375rem;height:0.8125rem;top:11.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oop324VtfTNGrPzddS6p9TfXQdsDbvNH { width:20rem;height:1.375rem;top:13.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcipGi9a9HJ5PsEqI1qROfA5rrCMsrdF { width:20rem;height:7.8125rem;top:16.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS { display:block; }#ECFukLV3CJ8tBDfS1MPwyT3O7znCZyNS > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOdUAxt5VvPV1tOTkv9kSpsOgsks6wEm { width:12.5rem;height:12.5rem;top:2.04296875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnlxOr9UCMzCV5uOJCbSq9cT1MwbScs { width:17.5rem;height:1.4375rem;top:42.437500953674rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxtKN4mvGLIgD5IsMZus1tOTQIIMevTo { width:17.5rem;height:4.3125rem;top:15.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K616Bu2DPbZUWUbDR08Kr0TO4T8ioeDW { width:17.5rem;height:18.6875rem;top:21.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPWvX2ezU4Ocv5vEIfy4wafx1gEZDFdF { width:17.5rem;height:1.4375rem;top:44.662762641907rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 { display:block; }#Ch4DnFvdyN7AaS3ive6W5s8vgzGbcSB4 > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RErhrbEw9kyxHcTeb4KxOhEBIaTGa7Cs { width:17.1875rem;height:4rem;top:2.6875rem;left:1.40625rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cKAXMCZdahBkJiA9EGTaQIHGil5UefJT { width:5.75rem;height:0.5625rem;top:7.7000007629394rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzxMW4GTOJfMMVfOOELlg7XOeeer8NG7 { width:20rem;height:1.375rem;top:9.0750007629394rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #po8T7sgXxXI3bnQRfK1bC7cbREFnvli9 { width:20rem;height:7.8125rem;top:12.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAUE27P3si2WNgbkkDR516fvKw5cFaJg { width:20rem;height:4rem;top:21.1875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT { display:block; }#dWNO5Prf3Jsi2mOCltuUWVaGGF3v9NnT > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PdnosRqqGwabU9zQfHXL8xKKr4e1qcmK { width:20rem;height:1.375rem;top:5.375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gc3Nnz399T6C27PCgUNrih2Uati5INSW { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #G9QzF3Hn4L6m61D1KwliftpM43LbvTfd { 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) { #vv0FBF19VKhytotbi3tTloDmzdZofUtF { width:20rem;height:1.375rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug0T3JRZTFQ4pV6RdBfd2gHRJyHF6Wlu { display:flex;width:3.75rem;height:3.75rem;top:16.1875rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #u48kTy8NZ9cw5p0BabW6d1iPyvhqLqP8 { width:20rem;height:4.125rem;top:22.487500190735rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unZ5XWueE2cKiiJP3ZdvO27Tr1ElCZ5g { width:20rem;height:1.375rem;top:32.46249961853rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8CydMSB4DAfikd7G0eB7yzR5UPJoTEE { display:flex;width:3.125rem;height:3.125rem;top:28.46249961853rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #M1JVCS0fXT4HZxIhgqDVGwS9TFTKK3TB { width:20rem;height:4.125rem;top:34.39999961853rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibmu3mEeqnFxOAE0vRA83dJPDNz9cfwG { 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) { #idIwpKhLuS1ovx1XU0xPv5bHFopLRNvk { width:20rem;height:1.375rem;top:44.700000762939rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8LKWN8nyBxMh2KbTz9TcKrGZEtka7qG { display:flex;width:3.125rem;height:3.125rem;top:40.574999809265rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb { display:block; }#Q58gnmqHCye3AZP6eA2W7rT2V49H6IWb > .row .container { width:20rem;height:53.5rem;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:700;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 #KGqfEuXZqh7LXPTDUl9hWM52aW5cLoNR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #r7clm8g8AIFE9Wl8V1KV6tXlwEHc5HcP {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #MXeiTBtg5VIWwHVv9qnJECHLytNJSECc {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #yuJlTZaSLfQETw97kLT0dshD97RQzeHe {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TpZ4AgrBE95OzzR1AkEs0UFIa91pPJr0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sx0vhFMS2rIMTzsbTooyU62xWdlW1BGC {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UFRAfr9o7h43q5CSuk8KPD3a4HbVKht0 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pgZTHJlS0KSOe9zJLoTB01hN5sB564CV {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #dI9h2SvCJNu5GViwTGF7amf030Eo44Nl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RR9sBwCDWIOOThixtoxgRnR2UzHra52Z {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ErHZra7s0O3HF9W52UKsyWJHTxhirSQ9 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HyBm4x3vPDmfgu9FXen0KMOLfg1NhIUE {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #lhJLX6FT7h4pgnBlubBcsZmD4NgNrLDy {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #XeMUm4BT7CqomFsMCdzqBTD1QQs4ckAm {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UkG52uluMVSOco5PIyy6JguD9SZ119Xu {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TITALMuUsubXcPUfAcJoBDgaz5nPSepi {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #limR7AaXTE10LZe6kuVho811cRq73IaR {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #sR64kBJQeNsV9gH3bKIvKtsKfERdRWNm {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #HWTXc98Tzapq0RmBgZ78Xu0VH8LzkVTT {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TfqeCqAT5XysTk6BLybwio7TPfvIhRZ8 {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #pZB0Hu6APzCeJ6VO7zJbzfkimrwzc5Hg {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #RP5BRdLbd1eJyb7KhyyEuDqSVeTvdAtl {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #UwDfdWoTiuBfcXQaMstTUTg699ZTi55t {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #QxcLA4SqToKn5pxCTONuc6rHKTlPHiLX {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #vR0SMZzr3CDu3VETv46F11tEgLxFOglH {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #wEBlaayu6t720MiLIMVJNElJVw8brHgp {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #ddz4L01RDHM6OUl3mfEaQP8nnDS4hbMK {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #PEfdanDfmbQlJZXzfFs1osMSiO9lvcCL {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #I4fdaDLNQdCmav9zNwe0CwyDM3yq25Az {  }
 }@media only screen and (max-width: 763px) { #ZBTTL3K1lFa1cFX3LEBRziWuvZECgibW #TO4VuWPnRNxEam7htsuusqTT5189CJBF {  }
 }@media only screen and (max-width: 763px) { #MK8KK3zAe3kmx4nILyFpvREwTmKBQUqu { width:20rem;height:4rem;top:2.3750019073486rem;left:0rem;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) { #lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 { display:block; }#lWEvnlcHskcXCOcwKoT8JZ42sLAhw4t6 > .row .container { width:20rem;height:46.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-heading-text { font-weight:400;font-style:normal;font-size:1.125rem;height:auto; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB { display:flex;height:auto;width:17.5rem;top:12.125000476837rem;left:0rem; }
#eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #bfqCrPH18pPKfR0CGoEylmp24A9r7EI0 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IxSLUmzszzMfcxTVD1aK422vZN7l0ziF {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #TbTTmwLerXJLUKZDPHkcF6RoTbFxZxsp {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #aBdOkyw6gZvpCoexoGqHlU9FvWVqHQCX {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #LVaDwJA55eUnUekO1fSw5xOXwPOEp3zW {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #IoepnKhoaRtaZ0shJr2CJDCENQbuguRR {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #I7VqEnMaxgXHKNbnQnIK1DsA6npS4Mi0 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KTc8WLguaic2EDysKqw6P29MHbIrDQZ2 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #drcufN4QsGDe8D30PCSXAooh3a7XukWu {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #twK0y2sxXRAWaT3S4cvOiX7h0hNFrmSt {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOOLycqlLCLVJlEtztXBULtBpnzUr8xC {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #X9w8Sz29tBsdvMhxbyrztXoAIb3ZhbMw {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mv9Q4K8oHu21xDpcqoONKCPcBB7iqoqT {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #hV6ArEgcvTrxpWUgWtyUx9T0w81LBbdJ {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Cix4yrxqHQsTtgFHKaNOdMVhVMiNpl4i {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #dInTDAxEJDkME4nELJzwlFF5N65ISLns {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #CimtZeMMGTE9aCIUxLRmEamKe75vITvr {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #h8sbMO1I9p0Ge3UPicmzXcJigmwJwapV {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #svBkECt4TmwnTIdTGBeRoKl3OpWhPBGE {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Use5bDh1IzoTtbFMV4txHO9lgQopk35T {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pJeAuqOh9S3J1zs1aBJOVqQ9qEcO1szU {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Bf1JTeJQoc5xGzs3037q6Vo4Z6a7Z0eV {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #mcbkGWUOdEOtFyRgs1baBRh0iffQ950W {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #MOL27dEFgdu6Uq4stw2NT59Tn0PsO843 {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #Z6qJcvTZRGkXqCha3vFO4EE1kEZPQ1TB {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #pCTAqFJCz2sb1XPLTdAyFT6iEg8BGuZx {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #vFcTyvX8ppmSfBG2fTBs8MZAiTsseLIf {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #ius9tl4tX2sUvJGUxsGOQvehOChXP0lt {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #KwJiZJUXCWbuzf4FgXgL2F8FfKZfqngL {  }
 }@media only screen and (max-width: 763px) { #eRr9bvDqJT2GcyUbzNxIh7b0MdXnMlXB #BHvsl02bnfX92FX8313Q2x7zGqsrqllD {  }
 }@media only screen and (max-width: 763px) { #y407MIrgW2AKvbKtQtCwCALTGTWDpQwf { width:20rem;height:4rem;top:2.3749494552613rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U7uXD9628UiZi2zKh6T3sN8vvcb6gJqc { width:20rem;height:2rem;top:7.0000002384187rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h { display:block; }#buvTEUi0CUvFsX9wFl8RfZ2Cqqxa674h > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oRQ0f9ZXdvpivftmDzRK4SOxxiyzIrc3 { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alTvwMNI6SJJvNODUOqMkqwH8ryMU1wQ { width:1.3125rem;height:1.1875rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;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:block; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.adaptive-delivery-prevent-bg, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyload, #rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy.lazyloading { background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { background-color: transparent; background-image: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.62); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container > .video-iframe-container { display: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.62); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row > .video-iframe-container { display: none; }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .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); }#rT8NyCEyBotCLldSwEv9fgiIdnx7SWqy > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@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:block; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.adaptive-delivery-prevent-bg, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyload, #SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy.lazyloading { background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { background-color: transparent; background-image: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.62); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container > .video-iframe-container { display: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.62); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row > .video-iframe-container { display: none; }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .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); }#SpvHTGPqLea5JEKFl8SlwKAx0PILlhVy > .row .container { width:20rem;height:50.1875rem;position:relative;display:block; } }@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:block; }#eA9oOl34sfIlveHFi2pqvTCKtWXKAlsh > .row .container { width:20rem;height:55.875rem;position:relative;display:block; } }@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:block; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.adaptive-delivery-prevent-bg, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyload, #GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM.lazyloading { background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { background-color: transparent; background-image: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.64); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container > .video-iframe-container { display: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(245,245,245,0.64); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row > .video-iframe-container { display: none; }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .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); }#GMaM1qiV25ZCnfPET7CIFWUhzhkHVVVM > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@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:block; }#CtkWye5JsPFuHrOGRgOTkFhrvvrk4KfC > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@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:block; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.adaptive-delivery-prevent-bg, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyload, #KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI.lazyloading { background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { background-color: transparent; background-image: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container > .video-iframe-container { display: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row > .video-iframe-container { display: none; }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .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); }#KfX86y6LMuT2OcifJ8lgAQ21bXXVxerI > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@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; }
 }