.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:217,217,217;--color-primary-1:128,128,128;--color-primary-2:0,0,0;--color-primary-3:0,0,0;--color-primary-4:0,0,0;--color-secondary-0:217,249,226;--color-secondary-1:128,236,158;--color-secondary-2:0,217,60;--color-secondary-3:0,109,30;--color-secondary-4:0,33,9;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { background-color: transparent; background-image: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container > .video-iframe-container { display: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row > .video-iframe-container { display: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .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); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { border-width: 0; border-radius: 0; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { font-size:0.875rem;font-family:arial;height:32rem;width:60rem;position:relative;display:block; }#G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:comfortaa;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.25rem rgba(0,0,0,0.84);top:2.08740234375rem;left:32.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SZS7pxdRIQTTbC5SIFiiyWKMZrJt46Tc { background-color:#00d93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.6;overflow:hidden;position:absolute;width:18rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:26.07080078125rem;left:36.65625rem;display:block; }
#hB2T7uT9f4M7ZncTnekMCZe5L0xeC5UM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.048828125rem;left:32.1875rem;height:7.1484375rem;text-align:left;text-align-last:left;display:block; }
#GwVubpSpKDMmdwo1bswSBcCpsNz0IFgb { 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:20rem;width:30.125rem;top:2.08740234375rem;left:0rem;overflow:hidden;display:block; }
#E8n1XTg0PTvuI6iPpsUx1ZM33yNdPQbb { 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:15022;opacity:1;top:25.83935546875rem;left:5.59375rem; }
#DtQqcV9B44Q3dQ4H1f0zett3kN7LTm8G { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:25.671875rem;left:9.71875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { background-color: transparent; background-image: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { display: none; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .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); }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { border-width: 0; border-radius: 0; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:block; }#yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { color:#434242;display:block;width:55rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.8;letter-spacing:0;top:1.90625rem;left:2.5rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yJv9E5myd4avmpngEuJoUEH2hoPXP0os { box-sizing:content-box;color:#5d92ff;font-size:0.8125rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:11.5625rem;left:29.375rem; }
#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;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; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { background-color: transparent; background-image: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container > .video-iframe-container { display: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container { display: none; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .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); }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { border-width: 0; border-radius: 0; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:60rem;position:relative;display:block; }#b8dOh35AA3KWouLWvoZXDnsPo1TATy1K { color:#434242;display:block;width:24.4985625rem;position:absolute;font-family:comfortaa;font-size:2.3125rem;font-weight:700;z-index:15016;line-height:1.1;letter-spacing:0;top:1.5380859375rem;left:2.25rem;height:7.630375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:12.5rem;top:1.5380859375rem;left:32.5625rem;display:block; }
#MnGhqSooyETmTmnd0SxWmBwaeETetTsa { color:#434242;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:6.38818359375rem;left:32.40625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { color:#434242;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:18.05029296875rem;left:45.0625rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { color:#434242;display:block;width:22.9375rem;position:absolute;font-family:comfortaa;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:27.28466796875rem;left:33.53125rem;height:4.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eG8OTbHJSGeOOOCiVZbu7PMFt6MG9DUe { color:rgba(var(--color-primary-4),1);display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.244140625rem;left:2.25rem;height:11.6992rem;text-align:left;text-align-last:left;display:block; }
#VdI2kVJWUyB88f3DhGV1BSEC62xcv7NE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.8505859375rem;left:46.40625rem; }
#lz5UPz3gMTn0I7EiHEHNlcEpSHHzTf0i { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.875rem;width:8.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:15.21875rem;left:34.375rem; }
#TDbG8stTTC4huXMOQqcVakQeTfQFZxEO { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:12.5rem;top:13.2001953125rem;left:45.0625rem;display:block; }
#kGAqQUWDnlymthyGyLvaXX1kdpt8pr43 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:26.63720703125rem;left:2.25rem; }
#lae8RwfxBWy30E2k8UOqAc6FBEkABvn2 { color:rgba(var(--color-primary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.65625rem;left:8.9375rem;height:8.7744375rem;text-align:left;text-align-last:left;display:block; }
#ZFKSqZw1Tl8t96AKQG7ATUgZZusXmlTM { position:absolute;display:block;z-index:15001;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.1875rem;width:9.8125rem;top:35.28125rem;left:2.25rem;overflow:hidden;display:block; }
#LUJnMbhlbIZq0NM6DfTsByBrpRTn1GJZ { 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:1.875rem;width:9.0625rem;top:35.65625rem;left:15.34375rem;overflow:hidden;display:block; }
#iAR07w5Pf2yu4VyTWm4CzUsrCbnPIlfZ { background-color:#00d93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:4.1875rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:34.28125rem;left:35.21875rem;display:block; }
#eIXnReQ8kJeMLri1wBHDCVGxhlOr49SI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LctAqIRlwwi18grDArSqNvUHBXmU8V7C { 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; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container { background-color: transparent; background-image: none; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container > .video-iframe-container { display: none; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row > .video-iframe-container { display: none; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .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); }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container { border-width: 0; border-radius: 0; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:60rem;position:relative;display:block; }#I1iw2NgEWBLR5b8HTSlOtfudPViMe7uF { color:#242629;display:block;width:34.1875rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.984375rem;left:1.3125rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oiVMn8mEXPaDUOqPcnehTWBoyzS1wRRT { color:#242629;display:block;width:36.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:6.76220703125rem;left:1.3125rem;height:24.86085625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HRGw9Oooab3PExhUJ1bgQBSxkLlrLRR8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:22.0625rem;left:47.8125rem; }
#SLMeq7cl62q9VHLDUTXfVCFIA5X4JTaR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:22.125rem;left:41.9375rem; }
#EVdp2aodD9Z1Z1Rv0xG496QwPZKZoaJ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15027;opacity:1;top:22.375rem;left:54.25rem; }
#HZdKllZvmqTcRJEXQxB9s424TTQF7wPf { 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:16rem;width:21.625rem;top:3.0625rem;left:38.375rem;overflow:hidden;display:block; }
#TLR57rbiITLaprGMeBcNZ2hLK8eOv8pC { background-color:#00d93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:3.6875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:27.99755859375rem;left:39.5rem;display:block; }
#HMkikaKiZhlmJxJ6btFTokqg0bxAfLnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tnG0VMpmiM0hLtwXpAht9W0GcgHkuyNu { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:33.875rem;left:0rem;display:block; }
#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom { position:relative;display:block; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom { background-color: transparent; background-image: none; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row .container > .video-iframe-container { display: none; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row > .video-iframe-container { display: none; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .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); }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom { border-width: 0; border-radius: 0; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .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; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gt49nhC9P63fTIhVhtfSKIWsJvBZyuGV { 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:9rem;width:36rem;top:3.859375rem;left:24rem;overflow:hidden;display:block; }
#ZEKletsXR4Xo10sqZt1uyN4MbzkOH2Ue { color:#242629;display:block;width:32.875rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.234375rem;left:1.625rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DLGoepXLTn6Up4JgRtSFD8Mb8ViTqzfx { color:#242629;display:block;width:19.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5625rem;left:1.625rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn { position:relative;display:block; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn { background-color: transparent; background-image: none; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row .container > .video-iframe-container { display: none; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row > .video-iframe-container { display: none; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .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); }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn { border-width: 0; border-radius: 0; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .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; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f6f6f6;background-image:none;font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CgEWdmpyWQx45w1cXVIPXGXwT6mxBgfR { position:absolute;display:block;z-index:15015;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:5.125rem;left:3.4375rem;display:block; }
#xSQwZpq17q5rxQwLKpwaIrtJKaGWHWyG { position:absolute;display:block;z-index:15016;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:5.875rem;left:4.25rem;display:block; }
#vtBbbo45JsF4xSvs60LAyTTcuDJhkzRi { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7.9375rem;left:6.25rem; }
#XWAC79VtRgOJzkf6QdEyOUUPSkDmiWcZ { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QkBsnLiQlFDGSeC82gqBQuSFVRMJ1Exr { color:#333333;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:17.625rem;left:1.6875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xBoNQufcHDziP5PZXyFNCxdRLOoWCZ0Q { position:absolute;display:block;z-index:15020;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:5.1875rem;left:18.4375rem;display:block; }
#NAO3LXLNVlmN1puEZyQBsuFyPzmkF5KQ { position:absolute;display:block;z-index:15021;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:5.9375rem;left:19.25rem;display:block; }
#dtuA5Cl0XmV62Z1iapXq60D5vMazX0vx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:7.9375rem;left:21.25rem; }
#AszOiC6ewtAQMdkwWDiJiIWgb0HJMH5B { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.5rem;left:15rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LPzduFI92oAfy5lg9nfn72KhsRFvrgTo { color:#333333;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.625rem;left:16.6875rem;height:7.9980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G61fgKNhAmbTvUSvNcVTNGTcZeFnKtza { position:absolute;display:block;z-index:15013;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.375rem;left:12.3125rem;display:block; }
#RyrNolPBF1cN3p3f4ggb4Hz26BCBaie1 { color:#000000;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWV1XJGQTCc1MntzVukFOCmz9yOxqJSQ { position:absolute;display:block;z-index:15025;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:5.125rem;left:33.4375rem;display:block; }
#mrI2kBiJpL2MEWhs042G3RbSE3INUVLt { position:absolute;display:block;z-index:15026;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:5.90625rem;left:34.21875rem;display:block; }
#qQry7bDyG2NdN4gdT7FGpnWgrPebNevS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:7.9375rem;left:36.25rem; }
#pLICMIcN0AhlEBaNiaF19yTTzPUypxHb { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:14.5rem;left:30rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QndVsniPribaPkpiCAHbQwcW9bSAaet8 { color:#333333;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:17.625rem;left:31.65625rem;height:6.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCZy37CiHtHhG8nPX0ZDLckXSBb8KhTz { position:absolute;display:block;z-index:15030;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:8.125rem;width:8.125rem;top:5.125rem;left:48.4375rem;display:block; }
#sKMxDBMDRTrOqbNeEdWefnW9PvEQtRvQ { position:absolute;display:block;z-index:15031;background-color:rgba(221,221,221,0.26);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.5625rem;width:6.5625rem;top:5.90625rem;left:49.21875rem;display:block; }
#WbU2QwihymiE3bvQLhQBGEHRso9eX5G8 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:7.9375rem;left:51.25rem; }
#pTuU6nivISa5pZrZ2gluUQmlnCZFi8m0 { color:#000000;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.5rem;left:45rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kMTmziqTvHTK9BG11Uq01K5T0Owdtz9X { color:#333333;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:17.625rem;left:46.65625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ztzoeB6hPX3qOtNsJ7LyOsvofQMk7X76 { position:absolute;display:block;z-index:15014;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.1875rem;left:27.3125rem;display:block; }
#z0H7yKo4KQzeKEVfUbMMkSfo8zuxhLTS { position:absolute;display:block;z-index:15015;background-color:rgba(88,88,88,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:13.1875rem;left:42.375rem;display:block; }
#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl { 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; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container { background-color: transparent; background-image: none; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container > .video-iframe-container { display: none; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row > .video-iframe-container { display: none; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .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); }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container { border-width: 0; border-radius: 0; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#D4GsFysyaQxduF5EKdBJflqDbN4JVzKk { 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:18.75rem;width:28.25rem;top:2.375rem;left:0.875rem;overflow:hidden;display:block; }
#CJCZ4fszWONurEXlyIHhfmeJnR8GT7oz { color:#284d42;display:block;width:26.25rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:31.625rem;height:3.65625rem;font-style:normal;display:block; }
#mXlEgZwpFKL0AMtEOeA8hgMnJpTebRrb { position:absolute;display:block;z-index:15004;background-color:#75ff0b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.125rem;top:5.15625rem;left:28.375rem;display:block; }
#dC7hlqU3fkNWvN79dCcmGClkBnaVrKTR { color:#000000;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.6875rem;left:31.34375rem;height:16.57033125rem;display:block; }
#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:60rem;position:relative;display:block; }#gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { position:absolute;display:block;z-index:15012;background-color:#045820;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0.5) ;height:17.1875rem;width:30rem;top:4.375rem;left:0rem;display:block; }
#ecanezNQd00fkniazH340Gn6BsvTyZZo { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.5625rem 1.625rem rgba(var(--color-tertiary-4),0.1) ;height:17.25rem;width:30rem;top:4.375rem;left:30rem;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-form-header {  }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:25.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5625rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #a9a9a9;border-left:0.0625rem solid #a9a9a9;border-right:0.0625rem solid #a9a9a9;border-bottom:0.0625rem solid #a9a9a9;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:4.375rem;color:#898989;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.3125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;background-color:#00d93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3.8125rem;margin-bottom:0.25rem;margin-left:3.8125rem;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:#000000;width:17.6875rem;height:3.4375rem;font-family:raleway;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-moz-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-moz-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]:-ms-input-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 [class*="-text"]::-webkit-input-placeholder { color:#a9a9a9;font-family:var(--paragraphs-font-family);font-size:0.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.125rem;overflow:hidden;font-style:normal;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:first-of-type{padding-top:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-container:last-of-type{padding-bottom:0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.375rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.3125rem;display:block;vertical-align:top; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15014;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.375rem;left:31.09375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ab2aw4mWAd07uOSXGVfOy64qxKoiPTpg { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #QJVxuQZ9KRAJshkrgoz2qb6kHOkXldOA { position:relative;display:none; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vt1Do1EQgdem5IF8CquH4ZAlxDcxyly8 { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf { position:relative; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u { position:relative; }
#aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:6.025390625rem;left:1.3125rem;height:2.0996125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:none;top:25.9375rem;left:0rem;display:block; }
#h2mJCnLSvm1RkD7SCL1yqZTQqvmdk8me { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:9.125rem;left:2.3125rem;height:6.599625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QU88AB0mrWPguK0B0D5BQsc7Q28eEvlb { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:5.5rem;width:5.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:15.724609375rem;left:22.875rem; }
#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN { 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; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container { background-color: transparent; background-image: none; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container > .video-iframe-container { display: none; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row > .video-iframe-container { display: none; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .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); }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container { border-width: 0; border-radius: 0; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container { font-size:0.875rem;font-family:arial;height:39.4375rem;width:60rem;position:relative;display:block; }#GfUDATK624ILWTPcSegx9PysC3p2cpQJ { color:#045820;display:block;width:8rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:26.125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xyFxqbPd4desJLVFaHQtfv0VgqTIiNtd { position:absolute;display:block;z-index:15005;background-color:#045820;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:1.5185546875rem;left:17.25rem;display:block; }
#ZKX90J5eXnR8wWOuMLA2dqakslQ0fCDV { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:13.9375rem;width:27.25rem;top:5.375rem;left:1.375rem;display:block; }
#S7ibkJtLOK6qpkCUBaIG7xQPVloyTaee { position:absolute;display:block;z-index:15019;background-color:#00d93c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:3.5625rem;left:11.6875rem;display:block; }
#oeJNbPJWyMsrNmI7cAKQkDC8u6Cwd9gV { color:#000000;display:block;width:24.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.125rem;left:2.9375rem;height:2.92480625rem;font-style:normal;display:block; }
#ryIZesTdrm3bkXFhqUsrBlrELELwAcgX { color:#045820;display:block;width:24.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.9375rem;left:2.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cCIX7tnE2Uoe7SX60wzbCMdpAKFmlg6T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:4.375rem;left:12.75rem; }
#yNzWZMPzu3ev7Am2mN238uRiqLHh5VQO { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:13.9375rem;width:27.25rem;top:5.375rem;left:31.375rem;display:block; }
#d8fzADst4Gu5H8pd1ZzvMWIzfTVCBort { color:#045820;display:block;width:24.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.2001953125rem;left:32.9375rem;height:5.19921875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UVf6HdlTQZIDUAUZ4ClHZMVuf9biOTDM { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.125rem;left:32.9375rem;height:1.4624rem;font-style:normal;display:block; }
#nbXGGN4VhEuwntTkUNBCPA0fqN51g2L1 { position:absolute;display:block;z-index:15024;background-color:#00d93c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:3.5625rem;left:41.6875rem;display:block; }
#SSyHA0huyu78fi7qrGTvm9ltSZJxzMGv { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:4.375rem;left:42.75rem; }
#SGEUCntdiQ08wEAPdWiEU5txp9ebFqBK { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:13.9375rem;width:27.25rem;top:22.8125rem;left:1.375rem;display:block; }
#BvC418GBiiM3V7rfv6xBTTZpNgQvzBQD { color:#045820;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.9375rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gZLcXKF8SWzhbJqyiHKGSdx1eCRffC7f { color:#000000;display:block;width:24.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.5625rem;left:2.9375rem;height:1.4624rem;font-style:normal;display:block; }
#Fwzu73xakKmTv3xirQtOBNTNzzrTOlNR { position:absolute;display:block;z-index:15029;background-color:#00d93c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:21rem;left:11.6875rem;display:block; }
#M0nPGQugaThy1JSDJvPEcOOeg23NgmNB { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:21.8125rem;left:12.75rem; }
#oTJNf6lSKJTGahJ3yRI6oyhActnUbiRQ { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:13.9375rem;width:27.25rem;top:22.875rem;left:31.375rem;display:block; }
#lWXzq1RwxAaimugDO4HhxDK2PZurnuvB { color:#045820;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:31.375rem;left:32.9375rem;height:3.8994125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vXBvXcVdp6BxH512wL6ZBIs4Tq5VJTLi { color:#000000;display:block;width:22.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.625rem;left:32.9375rem;height:1.4624rem;font-style:normal;display:block; }
#Uyom4ZPJ1enJX1nxhISSW45sH9tR2LiC { position:absolute;display:block;z-index:15034;background-color:#00d93c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:6.625rem;width:6.625rem;top:21.0625rem;left:41.6875rem;display:block; }
#NsmqN9rVUHHMr1sP6kcadN05Kzxy6DFI { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:21.875rem;left:42.75rem; }
#TefiChudCc6oGth9lTVbCgtNJMhMbnGy { position:absolute;display:block;z-index:15006;background-color:#045820;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:1.5185546875rem;left:34.125rem;display:block; }
#PiArE90gqRxUpIURkKdTWXF2nrcRveFc { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:none;top:39.3125rem;left:0rem;display:block; }
#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.adaptive-delivery-prevent-bg, #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.lazyload, #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.lazyloading { background-image: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { background-color: transparent; background-image: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container > .video-iframe-container { display: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row > .video-iframe-container { display: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .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); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { border-width: 0; border-radius: 0; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:60rem;position:relative;display:block; }#qoAsIIcnPRuykAxCAqUHGR0PeIg2C7D8 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.6875rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.19287109375rem;left:0rem;height:3.8994125rem;font-style:normal;display:block; }
#UMR5Av86B1QZA7qkGBXxJz1bzZGTUz3f { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:raleway;font-size:2.375rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:9.75rem;left:2.8125rem;height:8.5488125rem;font-style:normal;display:block; }
#E05niK0BoihyqdkudH2XKUnR8epdAt6t { background-color:#00d93c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.1875rem;height:4.1875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:21.8125rem;left:1.0625rem;display:block; }
#BmAqlkObDFVto2PsCRNkIwsWEHDTm7Em { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fh1cU25k4nHw3PzKf6ccfJk5q78uSlF3 { 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:30.1875rem;width:27.25rem;top:0rem;left:31.06982421875rem;overflow:hidden;display:block; }
#yTz9Is9lEfSPyouJTMCkL3RewfeqKawc { box-sizing:content-box;height:0.125rem;width:60rem;position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;top:30.1875rem;left:0rem;display:block; }
#kdwTHb8E9501X58hJ1koef1zLQtHeCLf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container { background-color: transparent; background-image: none; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container > .video-iframe-container { display: none; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row > .video-iframe-container { display: none; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .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); }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container { border-width: 0; border-radius: 0; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container { width:60rem;height:31.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#gyXeF0wweaKHk19tHTNOdAqqbX9ZADsx { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:0rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MniV6yWSFJHnGxwn8co5Xuhv3v2RUx0A { color:rgba(var(--color-primary-2),1);display:block;width:41.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:11.625rem;left:9.03125rem;height:12.598625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q9TqS5eFtStETm2PNTCKqnqPTFoEz93z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:24.375rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.8125rem;left:17.8125rem;display:block; }
#BZGbigG08uyWmapI0x6IuWGV19ZXRtXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N95bXdLb3Kwli9QKsqVhOwcXwiSvL6CD { position:absolute;display:block;z-index:15001;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.5rem;width:12.0625rem;top:3.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#aDGat0C7vqlEX5bOt3ezTpQfzdq1HJID { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:6.125rem;top:2.75rem;left:32.8125rem;overflow:hidden;display:block; }
#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { background-color: transparent; background-image: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { display: none; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .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); }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { border-width: 0; border-radius: 0; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { background-color: transparent; background-image: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { display: none; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .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); }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { border-width: 0; border-radius: 0; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { font-size:0.875rem;font-family:arial;height:1.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 { display:block; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { top:2.0625rem;left:20.8125rem;width:26.9375rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZS7pxdRIQTTbC5SIFiiyWKMZrJt46Tc { width:18rem;height:3.4375rem;top:26.0625rem;left:27.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2T7uT9f4M7ZncTnekMCZe5L0xeC5UM { display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { top:17rem;left:21.4375rem;width:26.3125rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwVubpSpKDMmdwo1bswSBcCpsNz0IFgb { top:2.0625rem;left:0rem;width:30.125rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8n1XTg0PTvuI6iPpsUx1ZM33yNdPQbb { top:25.8125rem;left:2.53125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtQqcV9B44Q3dQ4H1f0zett3kN7LTm8G { width:14.5rem;height:3.875rem;top:25.625rem;left:6.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { top:1.875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJv9E5myd4avmpngEuJoUEH2hoPXP0os { width:1.25rem;height:1.25rem;top:11.5625rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { display:block; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8dOh35AA3KWouLWvoZXDnsPo1TATy1K { top:1.5rem;left:0rem;width:24.4375rem;height:7.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { top:1.5rem;left:23.875rem;width:12.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGhqSooyETmTmnd0SxWmBwaeETetTsa { top:6.375rem;left:23.875rem;width:12.4375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { top:18rem;left:35.5rem;width:12.25rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { top:27.25rem;left:24.34375rem;width:22.9375rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG8OTbHJSGeOOOCiVZbu7PMFt6MG9DUe { top:11.1875rem;left:0rem;width:25.5rem;height:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdI2kVJWUyB88f3DhGV1BSEC62xcv7NE { top:2.8125rem;left:37.21875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lz5UPz3gMTn0I7EiHEHNlcEpSHHzTf0i { top:15.1875rem;left:25.1875rem;width:8.875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbG8stTTC4huXMOQqcVakQeTfQFZxEO { top:13.1875rem;left:35.25rem;width:12.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGAqQUWDnlymthyGyLvaXX1kdpt8pr43 { top:26.625rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lae8RwfxBWy30E2k8UOqAc6FBEkABvn2 { top:24.625rem;left:5rem;width:18.875rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFKSqZw1Tl8t96AKQG7ATUgZZusXmlTM { top:35.25rem;left:0rem;width:9.8125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJnMbhlbIZq0NM6DfTsByBrpRTn1GJZ { top:35.625rem;left:12.28125rem;width:9.0625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAR07w5Pf2yu4VyTWm4CzUsrCbnPIlfZ { width:21.3125rem;height:4.1875rem;top:34.25rem;left:26.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIXnReQ8kJeMLri1wBHDCVGxhlOr49SI { display:block; }
 }@media only screen and (max-width: 763px) { #LctAqIRlwwi18grDArSqNvUHBXmU8V7C { display:block; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1iw2NgEWBLR5b8HTSlOtfudPViMe7uF { width:34.1875rem;height:3.625rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiVMn8mEXPaDUOqPcnehTWBoyzS1wRRT { width:36.625rem;height:24.8125rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRGw9Oooab3PExhUJ1bgQBSxkLlrLRR8 { top:22.0625rem;left:41.6875rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLMeq7cl62q9VHLDUTXfVCFIA5X4JTaR { top:22.125rem;left:35.8125rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVdp2aodD9Z1Z1Rv0xG496QwPZKZoaJ7 { top:22.375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZdKllZvmqTcRJEXQxB9s424TTQF7wPf { top:3.0625rem;left:26.125rem;width:21.625rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLR57rbiITLaprGMeBcNZ2hLK8eOv8pC { width:19.25rem;height:3.6875rem;top:27.9375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkikaKiZhlmJxJ6btFTokqg0bxAfLnu { display:block; }
 }@media only screen and (max-width: 763px) { #tnG0VMpmiM0hLtwXpAht9W0GcgHkuyNu { top:33.875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom { display:block; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gt49nhC9P63fTIhVhtfSKIWsJvBZyuGV { top:3.8125rem;left:11.75rem;width:36rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEKletsXR4Xo10sqZt1uyN4MbzkOH2Ue { width:32.875rem;height:2.125rem;top:2.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLGoepXLTn6Up4JgRtSFD8Mb8ViTqzfx { width:19.75rem;height:;top:5.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn { display:block; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgEWdmpyWQx45w1cXVIPXGXwT6mxBgfR { top:5.125rem;left:1.90625rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQwZpq17q5rxQwLKpwaIrtJKaGWHWyG { top:5.875rem;left:2.71875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtBbbo45JsF4xSvs60LAyTTcuDJhkzRi { top:7.9375rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAC79VtRgOJzkf6QdEyOUUPSkDmiWcZ { width:15rem;height:1.9375rem;top:14.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBsnLiQlFDGSeC82gqBQuSFVRMJ1Exr { width:11.6875rem;height:3.1875rem;top:17.625rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBoNQufcHDziP5PZXyFNCxdRLOoWCZ0Q { top:5.1875rem;left:13.84375rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO3LXLNVlmN1puEZyQBsuFyPzmkF5KQ { top:5.9375rem;left:14.65625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuA5Cl0XmV62Z1iapXq60D5vMazX0vx { top:7.9375rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AszOiC6ewtAQMdkwWDiJiIWgb0HJMH5B { width:15rem;height:1.9375rem;top:14.5rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPzduFI92oAfy5lg9nfn72KhsRFvrgTo { width:11.6875rem;height:7.9375rem;top:17.625rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61fgKNhAmbTvUSvNcVTNGTcZeFnKtza { width:5.375rem;height:0.125rem;top:13.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyrNolPBF1cN3p3f4ggb4Hz26BCBaie1 { width:47.75rem;height:2.875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWV1XJGQTCc1MntzVukFOCmz9yOxqJSQ { top:5.125rem;left:25.78125rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrI2kBiJpL2MEWhs042G3RbSE3INUVLt { top:5.875rem;left:26.5625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQry7bDyG2NdN4gdT7FGpnWgrPebNevS { top:7.9375rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLICMIcN0AhlEBaNiaF19yTTzPUypxHb { width:15rem;height:1.9375rem;top:14.5rem;left:20.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndVsniPribaPkpiCAHbQwcW9bSAaet8 { width:11.6875rem;height:6.375rem;top:17.625rem;left:24rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZy37CiHtHhG8nPX0ZDLckXSBb8KhTz { top:5.125rem;left:37.71875rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKMxDBMDRTrOqbNeEdWefnW9PvEQtRvQ { top:5.875rem;left:38.5rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbU2QwihymiE3bvQLhQBGEHRso9eX5G8 { top:7.9375rem;left:40.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuU6nivISa5pZrZ2gluUQmlnCZFi8m0 { width:15rem;height:1.9375rem;top:14.5rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTmziqTvHTK9BG11Uq01K5T0Owdtz9X { width:11.6875rem;height:4.75rem;top:17.625rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztzoeB6hPX3qOtNsJ7LyOsvofQMk7X76 { width:5.375rem;height:0.125rem;top:13.1875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0H7yKo4KQzeKEVfUbMMkSfo8zuxhLTS { width:5.375rem;height:0.125rem;top:13.1875rem;left:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl { display:block; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4GsFysyaQxduF5EKdBJflqDbN4JVzKk { top:2.375rem;left:0rem;width:28.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCZ4fszWONurEXlyIHhfmeJnR8GT7oz { top:1.6875rem;left:21.5rem;width:26.25rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXlEgZwpFKL0AMtEOeA8hgMnJpTebRrb { top:5.125rem;left:14.75rem;width:9.125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7hlqU3fkNWvN79dCcmGClkBnaVrKTR { top:6.6875rem;left:20.4375rem;width:27.3125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { top:4.375rem;left:0rem;width:30rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { top:4.375rem;left:17.75rem;width:30rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:17.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.8125rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:24.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:25.3125rem;height:auto;top:4.375rem;left:19.9375rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:25.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:25.3125rem;height:auto;top:4.375rem;left:19.9375rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ab2aw4mWAd07uOSXGVfOy64qxKoiPTpg {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #QJVxuQZ9KRAJshkrgoz2qb6kHOkXldOA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vt1Do1EQgdem5IF8CquH4ZAlxDcxyly8 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { top:6rem;left:0rem;width:28.75rem;height:2.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { top:25.9375rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mJCnLSvm1RkD7SCL1yqZTQqvmdk8me { top:9.125rem;left:0rem;width:20.5625rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU88AB0mrWPguK0B0D5BQsc7Q28eEvlb { top:15.6875rem;left:16.75rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN { display:block; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfUDATK624ILWTPcSegx9PysC3p2cpQJ { top:0rem;left:15.875rem;width:8rem;height:3.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyFxqbPd4desJLVFaHQtfv0VgqTIiNtd { top:1.5rem;left:14.1875rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX90J5eXnR8wWOuMLA2dqakslQ0fCDV { top:5.375rem;left:0rem;width:27.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ibkJtLOK6qpkCUBaIG7xQPVloyTaee { top:3.5625rem;left:8.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJNbPJWyMsrNmI7cAKQkDC8u6Cwd9gV { top:11.125rem;left:0rem;width:24.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryIZesTdrm3bkXFhqUsrBlrELELwAcgX { top:14.9375rem;left:0rem;width:24.625rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCIX7tnE2Uoe7SX60wzbCMdpAKFmlg6T { top:4.375rem;left:9.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNzWZMPzu3ev7Am2mN238uRiqLHh5VQO { top:5.375rem;left:20.5rem;width:27.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8fzADst4Gu5H8pd1ZzvMWIzfTVCBort { top:13.1875rem;left:22.9375rem;width:24.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVf6HdlTQZIDUAUZ4ClHZMVuf9biOTDM { top:11.125rem;left:23.1875rem;width:24.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbXGGN4VhEuwntTkUNBCPA0fqN51g2L1 { top:3.5625rem;left:32.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSyHA0huyu78fi7qrGTvm9ltSZJxzMGv { top:4.375rem;left:33.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGEUCntdiQ08wEAPdWiEU5txp9ebFqBK { top:22.8125rem;left:0rem;width:27.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvC418GBiiM3V7rfv6xBTTZpNgQvzBQD { top:31.4375rem;left:0rem;width:24.3125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZLcXKF8SWzhbJqyiHKGSdx1eCRffC7f { top:28.5625rem;left:0rem;width:24.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwzu73xakKmTv3xirQtOBNTNzzrTOlNR { top:21rem;left:8.625rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nPGQugaThy1JSDJvPEcOOeg23NgmNB { top:21.8125rem;left:9.6875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTJNf6lSKJTGahJ3yRI6oyhActnUbiRQ { top:22.875rem;left:20.5rem;width:27.25rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWXzq1RwxAaimugDO4HhxDK2PZurnuvB { top:31.375rem;left:23.875rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXBvXcVdp6BxH512wL6ZBIs4Tq5VJTLi { top:28.625rem;left:23.875rem;width:22.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uyom4ZPJ1enJX1nxhISSW45sH9tR2LiC { top:21.0625rem;left:32.5rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmqN9rVUHHMr1sP6kcadN05Kzxy6DFI { top:21.875rem;left:33.5625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TefiChudCc6oGth9lTVbCgtNJMhMbnGy { top:1.5rem;left:24.9375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiArE90gqRxUpIURkKdTWXF2nrcRveFc { top:39.3125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 { display:block; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoAsIIcnPRuykAxCAqUHGR0PeIg2C7D8 { top:3.1875rem;left:0rem;width:33.6875rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMR5Av86B1QZA7qkGBXxJz1bzZGTUz3f { top:9.75rem;left:0rem;width:28.0625rem;height:8.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E05niK0BoihyqdkudH2XKUnR8epdAt6t { width:29.1875rem;height:4.1875rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmAqlkObDFVto2PsCRNkIwsWEHDTm7Em { display:block; }
 }@media only screen and (max-width: 763px) { #fh1cU25k4nHw3PzKf6ccfJk5q78uSlF3 { width:27.25rem;height:30.1875rem;top:0rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTz9Is9lEfSPyouJTMCkL3RewfeqKawc { top:30.1875rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdwTHb8E9501X58hJ1koef1zLQtHeCLf { display:block; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyXeF0wweaKHk19tHTNOdAqqbX9ZADsx { width:47.75rem;height:3.375rem;top:7.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MniV6yWSFJHnGxwn8co5Xuhv3v2RUx0A { width:41.9375rem;height:12.5625rem;top:11.625rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TqS5eFtStETm2PNTCKqnqPTFoEz93z { width:24.375rem;height:3.1875rem;top:25.8125rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZGbigG08uyWmapI0x6IuWGV19ZXRtXA { display:block; }
 }@media only screen and (max-width: 763px) { #N95bXdLb3Kwli9QKsqVhOwcXwiSvL6CD { top:3.1875rem;left:11.6875rem;width:12.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDGat0C7vqlEX5bOt3ezTpQfzdq1HJID { top:2.75rem;left:26.6875rem;width:6.125rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 { background-color:#000000;background-image:none;display:block; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { background-color: transparent; background-image: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container > .video-iframe-container { display: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row > .video-iframe-container { display: none; }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .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); }#Ag4St4DV1F23WM4pR3qgWquEfm7qAvq4 > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G13dw4N4pXGamq0Vdh36p5P3qJQOqnQH { width:14.8125rem;height:12.1494375rem;top:15rem;left:2.59375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.2;text-shadow:0.0625rem 0.1875rem 0.25rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #SZS7pxdRIQTTbC5SIFiiyWKMZrJt46Tc { width:16.375rem;height:3.4375rem;top:47.384275rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hB2T7uT9f4M7ZncTnekMCZe5L0xeC5UM { display:block; }
 }@media only screen and (max-width: 763px) { #i2BsGhEMex0XwPJStJC3viaa08hsXEb6 { width:16.5rem;height:7.312rem;top:28.94775390625rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GwVubpSpKDMmdwo1bswSBcCpsNz0IFgb { width:18.75rem;height:12.5rem;top:1.25rem;left:0.625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #E8n1XTg0PTvuI6iPpsUx1ZM33yNdPQbb { display:flex;width:3.125rem;height:3.125rem;top:37.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DtQqcV9B44Q3dQ4H1f0zett3kN7LTm8G { width:12.125rem;height:4.798825rem;top:41.27392578125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI { display:block; }#V0JmWQWTi0tgC5R72k5CDJDvzppXrAVI > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN1VmmeONnuR1UWXqm7cGgIbvfWMnzgW { width:17.9375rem;height:21.608375rem;top:1.25rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yJv9E5myd4avmpngEuJoUEH2hoPXP0os { width:2.125rem;height:2.125rem;top:24.1079375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD { display:block; }#JVWBmlVhZmCmg4wWq0XRrtbqJsQC3kqD > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8dOh35AA3KWouLWvoZXDnsPo1TATy1K { width:18.375rem;height:9.599625rem;top:1.25rem;left:0.8125rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WDIhqfi1pCZz2OP5GVtpN2eeAkNmcauT { width:12.5rem;height:7.0625rem;top:53.335rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGhqSooyETmTmnd0SxWmBwaeETetTsa { width:11.5625rem;height:1.79980625rem;top:58.18509765625rem;left:3.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i1KpV5XFuu5sag1Jn06igK63gS5KoSiX { width:11.5625rem;height:1.79980625rem;top:81.74759765625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJdmKqucUXTTxtEiyRHMJ7MfaWSSeDMp { width:17.5rem;height:5.09911875rem;top:85.21rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #eG8OTbHJSGeOOOCiVZbu7PMFt6MG9DUe { width:14.6875rem;height:13.16160625rem;top:12.099625rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VdI2kVJWUyB88f3DhGV1BSEC62xcv7NE { display:flex;width:7.125rem;height:7.125rem;top:61.6475rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #lz5UPz3gMTn0I7EiHEHNlcEpSHHzTf0i { display:flex;width:5.625rem;height:5.625rem;top:70.0225rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #TDbG8stTTC4huXMOQqcVakQeTfQFZxEO { width:12.5rem;height:7.0625rem;top:76.8975rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGAqQUWDnlymthyGyLvaXX1kdpt8pr43 { display:flex;width:3rem;height:3rem;top:26.51075rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #lae8RwfxBWy30E2k8UOqAc6FBEkABvn2 { width:13.3125rem;height:11.69925rem;top:30.76075rem;left:3.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"source sans pro";line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZFKSqZw1Tl8t96AKQG7ATUgZZusXmlTM { width:16.75rem;height:4rem;top:43.71rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUJnMbhlbIZq0NM6DfTsByBrpRTn1GJZ { width:14.625rem;height:3.125rem;top:48.96rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAR07w5Pf2yu4VyTWm4CzUsrCbnPIlfZ { width:19rem;height:4.1875rem;top:91.55863125rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIXnReQ8kJeMLri1wBHDCVGxhlOr49SI { display:block; }
 }@media only screen and (max-width: 763px) { #LctAqIRlwwi18grDArSqNvUHBXmU8V7C { display:block; }#LctAqIRlwwi18grDArSqNvUHBXmU8V7C > .row .container { width:20rem;height:70.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I1iw2NgEWBLR5b8HTSlOtfudPViMe7uF { width:13.875rem;height:3.5996125rem;top:1.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:2rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #oiVMn8mEXPaDUOqPcnehTWBoyzS1wRRT { width:17.6875rem;height:27.29296875rem;top:6.0996125rem;left:1.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HRGw9Oooab3PExhUJ1bgQBSxkLlrLRR8 { display:flex;width:3.375rem;height:3.375rem;top:55.3149875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #SLMeq7cl62q9VHLDUTXfVCFIA5X4JTaR { display:flex;width:3.375rem;height:3.375rem;top:50.6899875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #EVdp2aodD9Z1Z1Rv0xG496QwPZKZoaJ7 { display:flex;width:3.375rem;height:3.375rem;top:59.9399875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #HZdKllZvmqTcRJEXQxB9s424TTQF7wPf { width:20rem;height:14.797687861272rem;top:34.6426125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLR57rbiITLaprGMeBcNZ2hLK8eOv8pC { width:19.25rem;height:3.6875rem;top:64.5649875rem;left:0.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMkikaKiZhlmJxJ6btFTokqg0bxAfLnu { display:block; }
 }@media only screen and (max-width: 763px) { #tnG0VMpmiM0hLtwXpAht9W0GcgHkuyNu { width:20rem;height:0.125rem;top:69.5024875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom { display:block; }#lrkf74EFafaPGvaLmUeQ9CIkmT8sUqom > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gt49nhC9P63fTIhVhtfSKIWsJvBZyuGV { width:20rem;height:5.125rem;top:10.72314375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEKletsXR4Xo10sqZt1uyN4MbzkOH2Ue { width:20rem;height:1.18115rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #DLGoepXLTn6Up4JgRtSFD8Mb8ViTqzfx { width:19.75rem;height:4.048825rem;top:5.42480625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn { display:block; }#ypGCSZhyZNmnRLoyTBrmvtJODX43hTLn > .row .container { width:20rem;height:81.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CgEWdmpyWQx45w1cXVIPXGXwT6mxBgfR { width:8.125rem;height:8.125rem;top:4.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSQwZpq17q5rxQwLKpwaIrtJKaGWHWyG { width:6.5625rem;height:6.5625rem;top:5.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtBbbo45JsF4xSvs60LAyTTcuDJhkzRi { width:2.5rem;height:2.5rem;top:7.75rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWAC79VtRgOJzkf6QdEyOUUPSkDmiWcZ { width:18.75rem;height:1.7871125rem;top:14.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBsnLiQlFDGSeC82gqBQuSFVRMJ1Exr { width:18.75rem;height:3.19921875rem;top:17.3496125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBoNQufcHDziP5PZXyFNCxdRLOoWCZ0Q { width:8.125rem;height:8.125rem;top:21.79883125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAO3LXLNVlmN1puEZyQBsuFyPzmkF5KQ { width:6.5625rem;height:6.5625rem;top:22.54883125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtuA5Cl0XmV62Z1iapXq60D5vMazX0vx { width:2.5rem;height:2.5rem;top:24.54883125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AszOiC6ewtAQMdkwWDiJiIWgb0HJMH5B { width:15rem;height:1.7871125rem;top:31.17383125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPzduFI92oAfy5lg9nfn72KhsRFvrgTo { width:11.6875rem;height:7.9980625rem;top:34.21094375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61fgKNhAmbTvUSvNcVTNGTcZeFnKtza { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RyrNolPBF1cN3p3f4ggb4Hz26BCBaie1 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWV1XJGQTCc1MntzVukFOCmz9yOxqJSQ { width:8.125rem;height:8.125rem;top:43.45900625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrI2kBiJpL2MEWhs042G3RbSE3INUVLt { width:6.5625rem;height:6.5625rem;top:44.24025625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQry7bDyG2NdN4gdT7FGpnWgrPebNevS { width:2.5rem;height:2.5rem;top:46.27150625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLICMIcN0AhlEBaNiaF19yTTzPUypxHb { width:15rem;height:1.7871125rem;top:52.83400625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QndVsniPribaPkpiCAHbQwcW9bSAaet8 { width:11.6875rem;height:6.3984375rem;top:55.87111875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZy37CiHtHhG8nPX0ZDLckXSBb8KhTz { width:8.125rem;height:8.125rem;top:63.51955625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKMxDBMDRTrOqbNeEdWefnW9PvEQtRvQ { width:6.5625rem;height:6.5625rem;top:64.30080625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbU2QwihymiE3bvQLhQBGEHRso9eX5G8 { width:2.5rem;height:2.5rem;top:66.33205625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTuU6nivISa5pZrZ2gluUQmlnCZFi8m0 { width:15rem;height:1.7871125rem;top:72.89455625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMTmziqTvHTK9BG11Uq01K5T0Owdtz9X { width:11.6875rem;height:4.798825rem;top:75.93166875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztzoeB6hPX3qOtNsJ7LyOsvofQMk7X76 { width:5.375rem;height:0.125rem;top:13.1875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z0H7yKo4KQzeKEVfUbMMkSfo8zuxhLTS { width:5.375rem;height:0.125rem;top:13.1875rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl { display:block; }#AX7TUDZI3Xm7v0ppWTdaTy9ZSx8TmTnl > .row .container { width:20rem;height:33.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4GsFysyaQxduF5EKdBJflqDbN4JVzKk { width:16.9375rem;height:11.25rem;top:1.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJCZ4fszWONurEXlyIHhfmeJnR8GT7oz { width:19.0625rem;height:2.4375rem;top:15.25rem;left:0.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mXlEgZwpFKL0AMtEOeA8hgMnJpTebRrb { width:4.6875rem;height:0.25rem;top:13.75rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC7hlqU3fkNWvN79dCcmGClkBnaVrKTR { width:18rem;height:13.72998125rem;top:18.9375rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { background-color: transparent; background-image: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { display: none; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .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); }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { border-width: 0; border-radius: 0; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xOpAmwRRNdizoitFw0pXtmsMlt4oN7PA > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOp0Mc5HJmvweP05Bf8Q5zQvd8IDungZ { width:20rem;height:15.8125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecanezNQd00fkniazH340Gn6BsvTyZZo { width:20rem;height:14.625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.25rem;font-size:1.125rem;overflow:hidden;text-align:center;text-align-last:center; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9  { width:17.5rem;height:auto;top:18.3125rem;left:0rem; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#C6moGsn015SbFBd8OTycFZbJvAVplhV9 {display:block;}#C6moGsn015SbFBd8OTycFZbJvAVplhV9 { width:17.5rem;height:auto;top:18.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #rlETc07D0fniPbIi23bQ4IM5t2XT2yR9 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #CuKUWc3Z6vRmnz130T1Qxl3iroxmSuRM { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #p2uMfVyqDZwn0uSMHtyIEHXUDJo5DTVW {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #qDMmABiWvPF7sTasEdSU0lTEh5IoC3EA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #NU2a1TyDTbdwRNZxeXHaFO2c0AgztkN3 { display:none; }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #J9ZEBMTW1GMxS3SzV5wIwfnEETPzFbfy {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #ab2aw4mWAd07uOSXGVfOy64qxKoiPTpg {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #QJVxuQZ9KRAJshkrgoz2qb6kHOkXldOA {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #vt1Do1EQgdem5IF8CquH4ZAlxDcxyly8 {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #JHFuqNpvsTZsIJelwgTOCgKQ8dbGqxZf {  }
 }@media only screen and (max-width: 763px) { #C6moGsn015SbFBd8OTycFZbJvAVplhV9 #TQqEEzzxJw5UX4PZsssI8BUBaAPSiG1u {  }
 }@media only screen and (max-width: 763px) { #aOb3T0nv4ilGKnwM22h7flX9h5R01gPV { width:19.0625rem;height:4.04980625rem;top:3.212890625rem;left:0.46875rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Ff9ps1OeBHTxL2XxpVEbsSOkU36XlT { width:20rem;height:0.125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2mJCnLSvm1RkD7SCL1yqZTQqvmdk8me { width:17.5rem;height:6rem;top:8.5rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QU88AB0mrWPguK0B0D5BQsc7Q28eEvlb { width:3.5625rem;height:3.5625rem;top:12.599609375rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN { display:block; }#MR75oOHs2t3mJf6yyc1WtU0NMlT2uKxN > .row .container { width:20rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GfUDATK624ILWTPcSegx9PysC3p2cpQJ { width:20rem;height:2.11230625rem;top:2.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xyFxqbPd4desJLVFaHQtfv0VgqTIiNtd { width:8.25rem;height:0.375rem;top:1.25rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKX90J5eXnR8wWOuMLA2dqakslQ0fCDV { width:20rem;height:16.375rem;top:6.23730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ibkJtLOK6qpkCUBaIG7xQPVloyTaee { width:6.625rem;height:6.625rem;top:4.42480625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeJNbPJWyMsrNmI7cAKQkDC8u6Cwd9gV { width:19.5625rem;height:2.5996125rem;top:11.98730625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ryIZesTdrm3bkXFhqUsrBlrELELwAcgX { width:17rem;height:3.8994125rem;top:15.79980625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCIX7tnE2Uoe7SX60wzbCMdpAKFmlg6T { width:4.5rem;height:4.5rem;top:5.23730625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNzWZMPzu3ev7Am2mN238uRiqLHh5VQO { width:20rem;height:17.4375rem;top:44.54980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8fzADst4Gu5H8pd1ZzvMWIzfTVCBort { width:17.5rem;height:7.7988125rem;top:52.3750015625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVf6HdlTQZIDUAUZ4ClHZMVuf9biOTDM { width:20rem;height:1.29980625rem;top:50.29980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbXGGN4VhEuwntTkUNBCPA0fqN51g2L1 { width:6.625rem;height:6.625rem;top:42.73730625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSyHA0huyu78fi7qrGTvm9ltSZJxzMGv { width:4.5rem;height:4.5rem;top:43.54980625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGEUCntdiQ08wEAPdWiEU5txp9ebFqBK { width:20rem;height:16.4375rem;top:23.86230625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvC418GBiiM3V7rfv6xBTTZpNgQvzBQD { width:17.5rem;height:5.19921875rem;top:32.48730625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZLcXKF8SWzhbJqyiHKGSdx1eCRffC7f { width:20rem;height:2.5996125rem;top:29.61230625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fwzu73xakKmTv3xirQtOBNTNzzrTOlNR { width:6.625rem;height:6.625rem;top:22.04980625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0nPGQugaThy1JSDJvPEcOOeg23NgmNB { width:4.5rem;height:4.5rem;top:22.86230625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTJNf6lSKJTGahJ3yRI6oyhActnUbiRQ { width:20rem;height:14.375rem;top:63.23730625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWXzq1RwxAaimugDO4HhxDK2PZurnuvB { width:16.9375rem;height:6.499rem;top:71.73730625rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXBvXcVdp6BxH512wL6ZBIs4Tq5VJTLi { width:20rem;height:1.29980625rem;top:68.98730625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uyom4ZPJ1enJX1nxhISSW45sH9tR2LiC { width:6.625rem;height:6.625rem;top:61.42480625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsmqN9rVUHHMr1sP6kcadN05Kzxy6DFI { width:4.5rem;height:4.5rem;top:62.23730625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TefiChudCc6oGth9lTVbCgtNJMhMbnGy { width:8.25rem;height:0.375rem;top:42.92480625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiArE90gqRxUpIURkKdTWXF2nrcRveFc { width:20rem;height:0.125rem;top:41.54980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.adaptive-delivery-prevent-bg, #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.lazyload, #TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9.lazyloading { background-image: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { background-color: transparent; background-image: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container > .video-iframe-container { display: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row > .video-iframe-container { display: none; }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .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); }#TMxnKGxi4pL9dTRLphozmwB7MBKbT1b9 > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qoAsIIcnPRuykAxCAqUHGR0PeIg2C7D8 { width:16.6875rem;height:6.5rem;top:1.25rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMR5Av86B1QZA7qkGBXxJz1bzZGTUz3f { width:16.5rem;height:10rem;top:8.5625rem;left:1.75rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #E05niK0BoihyqdkudH2XKUnR8epdAt6t { width:16.25rem;height:3.125rem;top:19.2485625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmAqlkObDFVto2PsCRNkIwsWEHDTm7Em { display:block; }
 }@media only screen and (max-width: 763px) { #fh1cU25k4nHw3PzKf6ccfJk5q78uSlF3 { width:16.0625rem;height:17.8125rem;top:23.6235625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTz9Is9lEfSPyouJTMCkL3RewfeqKawc { width:20rem;height:0.125rem;top:42.6860625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdwTHb8E9501X58hJ1koef1zLQtHeCLf { display:block; }#kdwTHb8E9501X58hJ1koef1zLQtHeCLf > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyXeF0wweaKHk19tHTNOdAqqbX9ZADsx { width:20rem;height:7.067875rem;top:12.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MniV6yWSFJHnGxwn8co5Xuhv3v2RUx0A { width:20rem;height:22.3945rem;top:22.2119375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9TqS5eFtStETm2PNTCKqnqPTFoEz93z { width:17.75rem;height:2.9375rem;top:45.856rem;left:1.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZGbigG08uyWmapI0x6IuWGV19ZXRtXA { display:block; }
 }@media only screen and (max-width: 763px) { #N95bXdLb3Kwli9QKsqVhOwcXwiSvL6CD { width:14.625rem;height:3.125rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDGat0C7vqlEX5bOt3ezTpQfzdq1HJID { width:9.5rem;height:5.3125rem;top:5.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq { display:block; }#fTvwlGmBrrgPnkzbyCZF6dZI4vNNl5nq > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg { display:block; }#vekTp8lNCSBTExLCvvqQbtAWfMMVBkTg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }