.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:225,227,232;--color-primary-1:208,224,239;--color-primary-2:104,115,138;--color-primary-3:62,69,83;--color-primary-4:3,22,60;--color-secondary-0:251,244,219;--color-secondary-1:242,222,146;--color-secondary-2:234,200,74;--color-secondary-3:248,188,56;--color-secondary-4:47,40,15;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52a52c3e-31ff-48d3-8527-d2458cd08d3a/AssetLPGateCLGCMedan.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.adaptive-delivery-prevent-bg, #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.lazyload, #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.lazyloading { background-image: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { background-color: transparent; background-image: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container > .video-iframe-container { display: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.61); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container { display: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .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); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { border-width: 0; border-radius: 0; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#GXp3IuiOpq1JPhttRRN7zyJW3tQhcfhz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:17.5625rem;left:42.6875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CW7Ur8Zw0NAomAITR13OTHBLZzQKrkHW { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.559rem;width:31.25rem;top:6.125rem;left:5.0625rem;overflow:hidden;display:block; }
#JPmbcw9TA3ZkU6FkBb8hXGMsgTVfdHqQ { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:30.25rem;width:30.25rem;top:16.5625rem;left:40.8125rem;display:block; }
#VSOsM3GfJLwkHM1ZaO5dAP4Dl7fJ6uA6 { position:absolute;display:block;z-index:15001;background-color:#fbfbfb;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: none;height:6.3125rem;width:37.5625rem;top:16.5625rem;left:1.9375rem;display:block; }
#aJZ0rV8usM5NSuTLL6AcIhfrTTFDpKw7 { color:#162b78;display:block;width:35.9986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:17.5625rem;left:2.6875rem;height:4.22395625rem;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; }
#vwOPcRzHplzg9QTrGN7UazM8nrTBfWhF { color:rgba(var(--color-secondary-2),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.046875rem;left:4rem;height:2.4375rem;font-style:italic;display:block; }
#TeFdTv24Vwxqk4IhETThZQAGn2dQzBC5 { color:rgba(var(--color-secondary-2),1);display:block;width:15.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:24.046875rem;left:12.873699188233rem;height:14.625rem;font-style:italic;display:block; }
#XUcxTpsPme8dmXf8AOXCAGpO3ibch8hF { color:rgba(var(--color-secondary-2),1);display:block;width:11.1236875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:34.186199188233rem;left:28.459636688233rem;height:2.4375rem;font-style:italic;display:block; }
#zUQ801xHRtwXfgAisgPwXulKTLnWepTy { color:rgba(var(--color-tertiary-1),1);display:block;width:9.9361875rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:40.812503814698rem;left:4rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#krv7KZ5itzF2l2gm8Nqiu5FSUZu4oXyT { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:40.812500953674rem;left:15.458332061767rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#af0WFasN6LfvpATrob2Wy2E5PirwhZut { position:absolute;display:block;z-index:15033;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.5625rem;width:0.185546875rem;top:38.625rem;left:14.5rem;display:block; }
#FoIUUGcfiQbbMOwmlgLGgITStVqTKCTB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:38.671878814698rem;left:20.64453125rem; }
#UCgLtS6rIMI75sPme5qiyrC4BiXnIgqQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:38.625rem;left:8rem; }
#GotI3TxAnq3dc4vBIXhK7Xp1pFXPtW4s { position:absolute;display:block;z-index:15034;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:6.5625rem;width:0.184895625rem;top:38.671878814698rem;left:28.585941314698rem;display:block; }
#Gxhd3GxITN5gMzZc5e182dFzreFRNEnD { color:rgba(var(--color-tertiary-1),1);display:block;width:9.5rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:40.812500953674rem;left:29.266925811767rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qqkCT8yoRhpEcoVTzok57f51BDUNqV8Q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:38.6875rem;left:32.8125rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:25.8125rem;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;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { 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;border-right:0;border-bottom:0;border-left:0;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.8125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { 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;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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;border-right:0;border-bottom:0;border-left:0;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.8125rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #14261c, #062053);background-image: -moz-linear-gradient(225deg, #14261c, #062053);background-image: -ms-linear-gradient(225deg, #14261c, #062053);background-image: -o-linear-gradient(225deg, #14261c, #062053);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#14261c', endColorstr='#062053' );";background-image: linear-gradient(225deg, #14261c, #062053);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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:25.8125rem;height:3.75rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.779949188233rem;top:26.484376192093rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.8125rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:41.779949188233rem;top:26.484376192093rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU { position:relative;display:block; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU { background-color: transparent; background-image: none; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row .container > .video-iframe-container { display: none; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row > .video-iframe-container { display: none; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .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); }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU { border-width: 0; border-radius: 0; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .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; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .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:38.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZTVel4D88X3T5wpMDogWJyoSUTiVeofs { color:#14261c;display:block;width:35.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:39.125rem;height:3.4114625rem;font-style:normal;display:block; }
#R7bGL1nTxVWlWLl2vGT8imb1JMAxTBvX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),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:0.248209375rem;width:35rem;top:5.5625rem;left:39.1875rem;display:block; }
#EWKvpAKy0P5NcmSgAXtlx4Sa4KnhVl46 { background-color:rgba(var(--color-secondary-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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.437500953674rem;left:39.125003814698rem;display:block; }
#SK7vDSR6fq3wzmVCNXTSNEA3UrcOWRny { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cs9Ue4H5fgt8kqkwAcvzH6EuqbgW8Pdu { position:absolute;display:block;z-index:15008;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:36.0625rem;width:36.0625rem;top:1.375rem;left:1rem;overflow:hidden;display:block; }
#hGR5UhMLawGneR1o7MVyLseoeEa2cwr4 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:6.8125rem;left:39.125rem;height:19.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container { background-color: transparent; background-image: none; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container > .video-iframe-container { display: none; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row > .video-iframe-container { display: none; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .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); }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container { border-width: 0; border-radius: 0; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container { font-size:0.875rem;font-family:arial;height:88.3125rem;width:75rem;position:relative;display:block; }#nnWoTH6SCqa27OI0ds2OPH827cTxo5N0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:23.25rem;left:8.875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcWo4T5eDQRdcq5AIddHiNuaebZqPmId { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:8.875rem; }
#r45Wl5gmmPwhGQDr607fur8Dps8TKHGK { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:19.4375rem;left:9.625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qKIbtsxJlPmWgACNdrdRaTBcA4BPOqwg { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:23.5rem;left:11.1875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cDwfDZsH9KL80PV3lSxq9xc2AkcMltTo { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:17rem;left:8.875rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gr8nAtPZCdBT4QMGXv4rWUJoQT7gRlCL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:23.25rem;left:14.3125rem; }
#cScwlzO6p7TCcTdK579i8TFd8IB8lAp1 { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.125rem;width:14.6875rem;top:6.3125rem;left:8.0625rem;overflow:hidden;display:block; }
#zIizBzqDgWpNLUx8bhvMbR8ZIBXNIi2L { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:23.5rem;left:16.375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Acm6Bw7F82Z4qT8HTDRMUhQZDHC5e6qq { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.3125rem;left:8.0625rem;display:block; }
#tEtgLUhyuz9LHtkNXVtWPAHqUUhD3CDl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:23.25rem;left:19.3125rem; }
#lAIXNgmrxxZPfLB0qsDBylvAp4WhSmBW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:23.5rem;left:21.5625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kfuuSSHmlNuNWmrEekHwAIt1P4RMwaQz { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:23.1875rem;left:30.9375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zqouTxQrk4OVK1KOOOI81a3ZGfpNDfmh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:30.9375rem; }
#k6Ndu8wJDquIPa6eF6nRiXgkz8g6RUH3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15049;line-height:1.6;letter-spacing:0;top:23.4375rem;left:33.25rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oTaWT3OEaxDcnW4lgHWKMGx1v6y4DbKi { position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:30.125rem;display:block; }
#d7RcJCk8d2Dl2NUlCCIF0L1QFET9uEnS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:23.1875rem;left:36.375rem; }
#Wgf1etQmfJ4ZTzNm8vT452Jytf6fqroc { position:absolute;display:block;z-index:15075;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:14.75rem;top:6.25rem;left:30.125rem;overflow:hidden;display:block; }
#DoG1Q8gHU2HmE7ET7d3TtDtIzd8rMC8a { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15050;line-height:1.6;letter-spacing:0;top:23.4375rem;left:38.4375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#guKwCBT11esxUwcxkx24mJVwm2xLnItS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:23.1875rem;left:41.375rem; }
#MvARsEIOHDf68hFvLviW0vZFynGxu4cN { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15051;line-height:1.6;letter-spacing:0;top:23.4375rem;left:43.625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#URIfzKgqAHVQcpRTJpQkWAOoyPg7HiqP { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:23.1875rem;left:53.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hsmge94OwHZEl2iZsvAfdVSlq0Jh04aO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:53.375rem; }
#RGgs8AZvQVBtJ7e3FPBuQpXbJKwgVIKI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15060;line-height:1.6;letter-spacing:0;top:23.4375rem;left:55.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#awoLrL4wTUp9CSCXVVT0r0O7TFVo2LJy { position:absolute;display:block;z-index:15056;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:6.25rem;left:52.5625rem;display:block; }
#aZC0IKPvEBQGoyKXuxesrLhMrshSNKTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:23.1875rem;left:58.8125rem; }
#neXx5ZJC9XFBJhCyRfg3I1ugsuibDnK8 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15061;line-height:1.6;letter-spacing:0;top:23.4375rem;left:60.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0Jc2Pfkxp2v6wPNTgiPeETipUSMxe2d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:23.1875rem;left:63.8125rem; }
#S1KSoC0xTF8uKTHUx9a1lg6p89zwx9aI { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15062;line-height:1.6;letter-spacing:0;top:23.4375rem;left:66.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P8tkTP7eDleiiqMcX9wobCT4ySEX0Cyk { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:45.4375rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iu6W4BiR1ieVynpfXCahtE0vBqpSnAOQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:19.5625rem; }
#xuu5p0ThwWlPsXqvnqUTViOOE7kkiXIk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15071;line-height:1.6;letter-spacing:0;top:45.6875rem;left:21.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OundwZlRkvx49CJy5PHTTDfpZECN0KuT { position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:18.75rem;display:block; }
#Tuuu2sX9ACWWgmr34wHuCcJZIWsuZTKc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:45.4375rem;left:25rem; }
#tuNTuATfcosJ1ZuM2OQcfgmrML4OkE4q { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:45.6875rem;left:27.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S84GkUABictuVP4D9XvMwi0yxHBZ4wtX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15084;opacity:1;top:45.4375rem;left:30rem; }
#aRnRK2C1EWQlhZIkhfqTA17Gbvnyn4zk { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:45.6875rem;left:32.25rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wx8paLTmZo0tAeQ9VhAuoZxTAuolHKBE { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:6.1875rem;left:52.5625rem;overflow:hidden;display:block; }
#rE29eQFJIcJ7ymTshWl5nqWkMi6A92BX { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:18.75rem;overflow:hidden;display:block; }
#OIIRQR3JWF4AlH7kS570ZgzXwWr00caI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:16.875rem;left:53.375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzxrGm549dnLhbJqeSCNzCxTrXkOp5ho { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15072;line-height:1.6;letter-spacing:0;top:19.437501192093rem;left:53.125rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nK1NQc08zdQSHupqzZh5OL0NGhTTmnVC { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:39.125rem;left:19.5625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iBHT8OWK0fV05Q6asDBpFk2hdeoNTfdD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:41.5625rem;left:20.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hDUlu7stdJHnLzlTgJq1nAvbwvGos4iT { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:17rem;left:30.9375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i2RvRFbDgd6QlVoQ1h4MWg5B8y6LEBGk { color:rgba(var(--color-tertiary-0),1);display:block;width:11.6236875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.6;letter-spacing:0;top:19.3125rem;left:31.6875rem;height:2.79948125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RR67AcaDiPEZeg7rtDSphQ0KEKdiM79v { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.43798828125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#bbb8t5NlLJE48NMZSBLwxLU0SaP5pgwd { background-color:rgba(var(--color-secondary-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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:50.372396469116rem;left:27.250003814698rem;display:block; }
#Z0GPQsrCT7sev3fuFgTI3kX6gNVKQUnP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cgAQnxO1s4tNmw3ss4kr0JODGgcsRPVk { position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:28.5rem;left:41.5625rem;display:block; }
#uBr35kbCrX14XIupeOTh6QUCgEALgGaW { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:28.4375rem;left:41.5625rem;overflow:hidden;display:block; }
#TB972ZfABIvoad7bhCFDo3K4CX1hJx09 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:39.145833253861rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#id0Ibq4tt07vLCfdFT6x6EqPk5IF1OyH { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:41.5625rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LlEoLyZQ5XzPZTdPoCa6Tt58vxyMl98r { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:45.4375rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czIBDtdCLKhkMCJsbUxh148QRQgJTxVd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:42.375rem; }
#w3TdIeUAdb1TxlxLkJIeeo4ggZb2QpE7 { color:rgba(var(--color-tertiary-0),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.6;letter-spacing:0;top:45.6875rem;left:44.6875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UgKT9URwHIiMpc4y7q6Alvsf3a0bmxXe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:45.4375rem;left:47.8125rem; }
#MzXcpEmAOTTIK6mI46JsNuopIOgMcJtB { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15083;line-height:1.6;letter-spacing:0;top:45.6875rem;left:49.875rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HyRxXbFnnNTwAzfnLThpnQ59ZWkfmSmt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80826875rem;width:1.80826875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:45.4375rem;left:52.8125rem; }
#Eu5MkPIagWh3L5qKF0Smsa0Rv3iQcLLX { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15084;line-height:1.6;letter-spacing:0;top:45.6875rem;left:55.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rP09i06Unq6KlbD3fZb02yQLUe4bbUtK { position:absolute;display:block;z-index:15089;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.8745rem;width:14.436875rem;top:61.25rem;left:18.75rem;display:block; }
#KaTaB63b8ZqhouNvJ40uCnZLkGHw2qO7 { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.8125rem;top:61.25rem;left:18.75rem;overflow:hidden;display:block; }
#Lt27wN0mcrCynpFaFLx92brzftg8rzJA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:72rem;left:19.625rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnceSybu8EsTHRayspSKz5JHTExui1cz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15106;line-height:1.6;letter-spacing:0;top:74.375rem;left:20.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SIGsi5QZoqSwUgPoixOEd6V3MRkgesBK { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15115;line-height:1.3;letter-spacing:0;top:78.1875rem;left:19.5625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmmL4JRuUzKy7zrcQVNZ2SHhP1G5hseM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15105;opacity:1;top:77.625rem;left:27.9375rem; }
#Xb8gMtGAa8CkrNRoRggQ38FMsINs04CG { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15094;line-height:1.6;letter-spacing:0;top:78.1875rem;left:30.125rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bv17L1UvgGQ2O6xnnFOB6iaMxHdtxdCu { position:absolute;display:block;z-index:15100;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:18.872375rem;width:14.434875rem;top:61.25rem;left:41.5625rem;display:block; }
#Ac1lVe3TC4NqbhC7mPgsJ4Q3RFdMEnrs { position:absolute;display:block;z-index:15121;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.625rem;width:14.75rem;top:61.25rem;left:41.5625rem;overflow:hidden;display:block; }
#cqIVnGzLaQTrPIKIWXuHpoZOtUIT4QvI { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15118;line-height:1.3;letter-spacing:0;top:72rem;left:42.4375rem;height:1.70573125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OaE5wuwzbUkrIhql543MJz6HUm6HSb3C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15117;line-height:1.6;letter-spacing:0;top:74.375rem;left:43.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ju4zWdxRuxXW4Jm415SbAyNtRS0PwpJW { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:78.25rem;left:42.375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JysWJwthU42HA2OHHycQw8nZEJTZPrP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.5625rem;left:43.125rem; }
#c9c7gXI1lqTCzlD8T8KtuwA8r2dvfUz0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.80729375rem;width:1.80729375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15116;opacity:1;top:77.625rem;left:50.8125rem; }
#JsfRt2bfNZ49QySVDzhol0qq8K8v5H2l { color:rgba(var(--color-tertiary-0),1);display:block;width:4.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15104;line-height:1.6;letter-spacing:0;top:78.187507629394rem;left:45.312503814698rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CeECclb5qSPUnmAZ5TRGDv5gG5C8RQfs { color:rgba(var(--color-tertiary-0),1);display:block;width:1.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15105;line-height:1.6;letter-spacing:0;top:78.1875rem;left:53.0625rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZWCFr6ntEZvdNKPewEChbB5BJReehxXD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15117;opacity:1;top:77.5625rem;left:20.1875rem; }
#TtGAZLBkVJ29SMuyWOig9CrVuGSGO9v9 { color:rgba(var(--color-tertiary-0),1);display:block;width:4.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15095;line-height:1.6;letter-spacing:0;top:78.1875rem;left:22.375rem;height:1.3997375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Lb6irlvfd1ltXZJddfWsyKEyUM315ECW { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:56rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#DxEfKKkXmGzhacJBE4PBZiqxOCSzZgRk { background-color:rgba(var(--color-secondary-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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:83.372398376462rem;left:27.250003814698rem;display:block; }
#Ih28fIIfDs3ur4FTWFwOZWyvV75J5LRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NfINhglTTu0ATaPiChGClcotnyM1tcco { 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; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container { background-color: transparent; background-image: none; }#NfINhglTTu0ATaPiChGClcotnyM1tcco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container > .video-iframe-container { display: none; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row > .video-iframe-container { display: none; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .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); }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container { border-width: 0; border-radius: 0; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#beBTpawgMswQ872uZOdGZmthVBeBlWoK { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0742162466049rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pITt4arO8uoh64R5CpoDHKeBxElzFw30 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgO8UZK1PJ52WF3066XXIwtfVb19uods { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.9375rem;left:8.1875rem;height:13.40625rem;text-align:justify;text-align-last:initial;display:block; }
#yA4alqE91IWowdX1rzTxyWHUPyaaxFXS { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;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:15007;opacity:1;top:7.5625rem;left:35.125rem; }
#l3qaayttz0bwSAAgwy9EB1Q33qcQdr95 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:31.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPI8pBGZ72zlWuEcrbNXvw8y4n0XhMkX { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.8125rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#JLs8uV2fMD8siHZllW4KsB5nQs8WPXTR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.1875rem;left:54.3125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HGq1nyG3Or3nedffTgdICWtHo6zoQWRG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:17.625rem;left:51.25rem;height:7.3125rem;text-align:justify;text-align-last:initial;display:block; }
#yFn4urT9JsPB543Lul1tpc40beldsxX2 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;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:15008;opacity:1;top:7.375rem;left:56.875rem; }
#UUek8On6kuElqi3mxEfxlazaet5ufbTP { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:6.8125rem;left:13rem;overflow:hidden;display:block; }
#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg { 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; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container { background-color: transparent; background-image: none; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container > .video-iframe-container { display: none; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row > .video-iframe-container { display: none; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .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); }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container { border-width: 0; border-radius: 0; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#yWKsdIt2tR8kMLLpIxNi5BtWVqqIddhd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.5rem;left:40.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AbpdRRWPvN3NzTKnl8sa0WticbSTUrIG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:39.3125rem;height:9.75rem;text-align:justify;text-align-last:initial;display:block; }
#nJgnql5BaAIr8SOMQMkuXSDA0Fs6heIX { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:7rem;top:1.4375rem;left:43rem;overflow:hidden;display:block; }
#x4awaRIHdzWkEvyBc94w5QdOUgMP61wB { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;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:15011;opacity:1;top:1.6875rem;left:25.8125rem; }
#yCD8U18O8HsHJwvSADR9UkALkc1oAtnv { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.5rem;left:21.8125rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bfrhJ6t2K2h8bo2TSgIhCkC0HMLoVWbA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:11.9375rem;left:20.125rem;height:6.09375rem;text-align:justify;text-align-last:initial;display:block; }
#Lo9TUBttzAQ6y3gsvtgLCbPM5WRbSKnG { background-color:rgba(var(--color-secondary-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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:25.0625rem;left:30.312503814698rem;display:block; }
#uOCc3ckSQJNF8HcBH8kqlHWzKJy1HQuP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd { position:relative;display:block; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd { background-color: transparent; background-image: none; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row .container > .video-iframe-container { display: none; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row > .video-iframe-container { display: none; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .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); }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd { border-width: 0; border-radius: 0; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .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; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#In9nbRr2JDiy2C0GDl6TGghZKu9Xp2C2 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6250038146973rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;color:#14261c;display:block; }
#qtlmxRX9qwtdSFToq94AAqvHRbknSVms { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.375rem;left:56.625rem;overflow:hidden;display:block; }
#iLx2KWZSTtCbymBeqVcaS2laLT1ywbTT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.375rem;left:19.3125rem;overflow:hidden;display:block; }
#Exagg5EVnwoOfXJqWygTToNQGJn4PEe1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:37.8125rem;overflow:hidden;display:block; }
#ZqM3Qm6NSLqiIIGzHMnx6EgvBP7PiBDx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.497375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:59.312503814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5sAlIpNGP3CENX1sHBINPqUfVpUei6t { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:22rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SqH1tlhdOZXvPN524sk6cX4sKPqy0OV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.5625rem;left:40.500003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCrNn7kJpyqVFc28cpSu6PzXzOQww39l { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:6.3125rem;left:0.5rem;overflow:hidden;display:block; }
#ITKaDxCJIHkW8WoMqoSSWJTyhy0wOQzk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.626300811767rem;left:3.1875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qaBLoIUDptnAp1wdUQU5F3h751gT0UDa { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.190105438233rem;left:12.6875rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCHuC02LZKc9iuqTXk2OVk63EbO9MPwf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:10rem;overflow:hidden;display:block; }
#LnpOyLu1LSuf7PEm9EowwHLRiMpowsRL { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:28.5625rem;overflow:hidden;display:block; }
#qm8Xp1gOqhz9M9biVCnAfGENiG1AeTOT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.496125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:44.19010925293rem;left:31.250003814698rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xSDt83cZcVe7sJee7l0dLgIf01SFDJe1 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:17.875rem;width:17.875rem;position:absolute;display:block;z-index:15007;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.9375rem;left:47.125rem;overflow:hidden;display:block; }
#i9f6xDoZHofxtyPK8NeqcCJRXZQRZS8P { color:rgba(var(--color-tertiary-0),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:44.19010412693rem;left:47.208332061767rem;height:1.70573125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLvz6nhWG9q09giudWSNtaWN3l99FGL2 { position:absolute;display:block;z-index:15014;background-color:#001854;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:1.9375rem;width:17.8125rem;top:22.395832061767rem;left:0.53125rem;display:block; }
#JVhzeL8FDK1T4UtPi2owpG8fS8RrdSAH { position:absolute;display:block;z-index:15015;background-color:#001854;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:1.875rem;width:17.9375rem;top:22.395832061767rem;left:19.28125rem;display:block; }
#ObPFJiDA9Ic7xsvLzK7SgOgAIXJfQvRT { position:absolute;display:block;z-index:15016;background-color:#001854;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:1.9375rem;width:17.9375rem;top:22.395832061767rem;left:37.781253814698rem;display:block; }
#ihE3vrITRfGopKT3w6dKPKWCTHvsET8s { position:absolute;display:block;z-index:15017;background-color:#001854;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:1.9375rem;width:17.9375rem;top:22.395832061767rem;left:56.593753814698rem;display:block; }
#vgLqBe2V913XJ2kHBT2AlP5er3cgOn9Z { position:absolute;display:block;z-index:15015;background-color:#001854;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:1.9375rem;width:17.8125rem;top:43.958332061767rem;left:10.083332061767rem;display:block; }
#hdn0QNCGBqetVWyRfh39yMTZqn2Jab5Q { position:absolute;display:block;z-index:15016;background-color:#001854;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:1.9375rem;width:17.9375rem;top:43.958335876465rem;left:28.531253814698rem;display:block; }
#TTPK9evAbVrUPFiHKoSF08ZL2fQ3agEA { position:absolute;display:block;z-index:15017;background-color:#001854;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:1.9375rem;width:17.875rem;top:44.074221253395rem;left:47.145832061767rem;display:block; }
#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container { background-color: transparent; background-image: none; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container > .video-iframe-container { display: none; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row > .video-iframe-container { display: none; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .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); }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container { border-width: 0; border-radius: 0; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#JZc4MFq0F7IwHJZcdX359e2g0iAIaCU2 { color:rgba(var(--color-primary-4),1);display:block;width:40.6875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.15625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvPXTNimF5WB5QBVJga2VkyebaUAnniM { background-color:rgba(var(--color-secondary-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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.0937519073488rem;left:26.812503814698rem;display:block; }
#ZoqyE1U0FUvQq8KcD2Thr4NbeidGgBM4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy { 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; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container { background-color: transparent; background-image: none; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container > .video-iframe-container { display: none; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row > .video-iframe-container { display: none; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .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); }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container { border-width: 0; border-radius: 0; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#O1AHeLoCeS8m4JnGclT6mJkF5XtOiXQ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:5.4998321533203rem;left:3.5617885589599rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BQc3eBR1dCU7xc1QlmHs1Jdgy9iyusT8 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:16.4375rem;top:0.8125rem;left:3.5625rem;overflow:hidden;display:block; }
#tsRSLr2JdFV6CJf63kC4U8GeZT87cRuo { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:8.75rem;left:41.4375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZIUs1rDyTCdbVmM9xQQlDPFB3VeN7DF { color:rgba(var(--color-tertiary-0),1);display:block;width:37.561875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:3.25rem;left:33.9375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9ad4e0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-4),1);display:block;width:31.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:0.8994140625rem;left:21.966796875rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi { display:block; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXp3IuiOpq1JPhttRRN7zyJW3tQhcfhz { top:17.5625rem;left:21.3125rem;width:26.4375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW7Ur8Zw0NAomAITR13OTHBLZzQKrkHW { top:6.125rem;left:0rem;width:31.25rem;height:7.559rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmbcw9TA3ZkU6FkBb8hXGMsgTVfdHqQ { top:16.5625rem;left:17.5rem;width:30.25rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOsM3GfJLwkHM1ZaO5dAP4Dl7fJ6uA6 { top:16.5625rem;left:0rem;width:37.5625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZ0rV8usM5NSuTLL6AcIhfrTTFDpKw7 { top:17.5625rem;left:0rem;width:35.9375rem;height:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOPcRzHplzg9QTrGN7UazM8nrTBfWhF { top:24rem;left:0rem;width:23.625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFdTv24Vwxqk4IhETThZQAGn2dQzBC5 { top:24rem;left:0rem;width:15.8125rem;height:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUcxTpsPme8dmXf8AOXCAGpO3ibch8hF { top:34.125rem;left:14.834636688233rem;width:11.0625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUQ801xHRtwXfgAisgPwXulKTLnWepTy { top:40.8125rem;left:0rem;width:9.875rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #krv7KZ5itzF2l2gm8Nqiu5FSUZu4oXyT { top:40.8125rem;left:1.83203125rem;width:12.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0WFasN6LfvpATrob2Wy2E5PirwhZut { top:38.625rem;left:0.875rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoIUUGcfiQbbMOwmlgLGgITStVqTKCTB { top:38.625rem;left:7.01953125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCgLtS6rIMI75sPme5qiyrC4BiXnIgqQ { top:38.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GotI3TxAnq3dc4vBIXhK7Xp1pFXPtW4s { top:38.625rem;left:14.960941314698rem;width:0.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxhd3GxITN5gMzZc5e182dFzreFRNEnD { top:40.8125rem;left:15.641925811767rem;width:9.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqkCT8yoRhpEcoVTzok57f51BDUNqV8Q { top:38.6875rem;left:19.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:25.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:25.8125rem;height:17.25rem;top:26.4375rem;left:19.4375rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:25.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:25.8125rem;height:17.25rem;top:26.4375rem;left:19.4375rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU { display:block; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTVel4D88X3T5wpMDogWJyoSUTiVeofs { top:1.375rem;left:12.75rem;width:35rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7bGL1nTxVWlWLl2vGT8imb1JMAxTBvX { top:5.5625rem;left:12.75rem;width:35rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKvpAKy0P5NcmSgAXtlx4Sa4KnhVl46 { width:16rem;height:3.0625rem;top:34.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK7vDSR6fq3wzmVCNXTSNEA3UrcOWRny { display:block; }
 }@media only screen and (max-width: 763px) { #Cs9Ue4H5fgt8kqkwAcvzH6EuqbgW8Pdu { top:1.375rem;left:0rem;width:36.0625rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGR5UhMLawGneR1o7MVyLseoeEa2cwr4 { top:6.8125rem;left:13.5rem;width:34.25rem;height:19.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIUJrB1cmlM2e46SpLOaS9mTssiA79sh { display:block; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWoTH6SCqa27OI0ds2OPH827cTxo5N0 { width:13.125rem;height:0;top:23.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWo4T5eDQRdcq5AIddHiNuaebZqPmId { top:23.25rem;left:5.46875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r45Wl5gmmPwhGQDr607fur8Dps8TKHGK { width:11.5625rem;height:3rem;top:19.4375rem;left:0.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKIbtsxJlPmWgACNdrdRaTBcA4BPOqwg { width:1.875rem;height:1.375rem;top:23.5rem;left:7.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDwfDZsH9KL80PV3lSxq9xc2AkcMltTo { width:13.125rem;height:1.6875rem;top:17rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr8nAtPZCdBT4QMGXv4rWUJoQT7gRlCL { top:23.25rem;left:10.1875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cScwlzO6p7TCcTdK579i8TFd8IB8lAp1 { width:14.6875rem;height:10.125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIizBzqDgWpNLUx8bhvMbR8ZIBXNIi2L { width:1.25rem;height:1.375rem;top:23.5rem;left:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acm6Bw7F82Z4qT8HTDRMUhQZDHC5e6qq { width:14.375rem;height:18.8125rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtgLUhyuz9LHtkNXVtWPAHqUUhD3CDl { top:23.25rem;left:11.9375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAIXNgmrxxZPfLB0qsDBylvAp4WhSmBW { width:1.25rem;height:1.375rem;top:23.5rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfuuSSHmlNuNWmrEekHwAIt1P4RMwaQz { width:13.125rem;height:0;top:23.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqouTxQrk4OVK1KOOOI81a3ZGfpNDfmh { top:23.1875rem;left:20.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Ndu8wJDquIPa6eF6nRiXgkz8g6RUH3 { width:1.875rem;height:1.375rem;top:23.4375rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTaWT3OEaxDcnW4lgHWKMGx1v6y4DbKi { width:14.375rem;height:18.8125rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7RcJCk8d2Dl2NUlCCIF0L1QFET9uEnS { top:23.1875rem;left:22.125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wgf1etQmfJ4ZTzNm8vT452Jytf6fqroc { width:14.75rem;height:10.6875rem;top:6.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoG1Q8gHU2HmE7ET7d3TtDtIzd8rMC8a { width:1.25rem;height:1.375rem;top:23.4375rem;left:23.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #guKwCBT11esxUwcxkx24mJVwm2xLnItS { top:23.1875rem;left:24.34375rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvARsEIOHDf68hFvLviW0vZFynGxu4cN { width:1.25rem;height:1.375rem;top:23.4375rem;left:26.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URIfzKgqAHVQcpRTJpQkWAOoyPg7HiqP { width:13.125rem;height:0;top:23.1875rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsmge94OwHZEl2iZsvAfdVSlq0Jh04aO { top:23.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGgs8AZvQVBtJ7e3FPBuQpXbJKwgVIKI { width:1.875rem;height:1.375rem;top:23.4375rem;left:33.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #awoLrL4wTUp9CSCXVVT0r0O7TFVo2LJy { width:14.375rem;height:18.8125rem;top:6.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZC0IKPvEBQGoyKXuxesrLhMrshSNKTa { top:23.1875rem;left:35.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #neXx5ZJC9XFBJhCyRfg3I1ugsuibDnK8 { width:1.25rem;height:1.375rem;top:23.4375rem;left:37.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Jc2Pfkxp2v6wPNTgiPeETipUSMxe2d { top:23.1875rem;left:39.96875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1KSoC0xTF8uKTHUx9a1lg6p89zwx9aI { width:1.25rem;height:1.375rem;top:23.4375rem;left:42.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8tkTP7eDleiiqMcX9wobCT4ySEX0Cyk { width:13.125rem;height:0;top:45.4375rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6W4BiR1ieVynpfXCahtE0vBqpSnAOQ { top:45.4375rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuu5p0ThwWlPsXqvnqUTViOOE7kkiXIk { width:1.875rem;height:1.375rem;top:45.6875rem;left:11.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OundwZlRkvx49CJy5PHTTDfpZECN0KuT { width:14.375rem;height:18.8125rem;top:28.5rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuuu2sX9ACWWgmr34wHuCcJZIWsuZTKc { top:45.4375rem;left:14.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuNTuATfcosJ1ZuM2OQcfgmrML4OkE4q { width:1.25rem;height:1.375rem;top:45.6875rem;left:16.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S84GkUABictuVP4D9XvMwi0yxHBZ4wtX { top:45.4375rem;left:19.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRnRK2C1EWQlhZIkhfqTA17Gbvnyn4zk { width:1.25rem;height:1.375rem;top:45.6875rem;left:22.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx8paLTmZo0tAeQ9VhAuoZxTAuolHKBE { width:14.8125rem;height:10.625rem;top:6.1875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE29eQFJIcJ7ymTshWl5nqWkMi6A92BX { width:14.75rem;height:10.625rem;top:28.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIRQR3JWF4AlH7kS570ZgzXwWr00caI { width:13.125rem;height:1.6875rem;top:16.875rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzxrGm549dnLhbJqeSCNzCxTrXkOp5ho { width:14.1875rem;height:3rem;top:19.4375rem;left:21.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK1NQc08zdQSHupqzZh5OL0NGhTTmnVC { width:13.125rem;height:1.6875rem;top:39.125rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBHT8OWK0fV05Q6asDBpFk2hdeoNTfdD { width:12.0625rem;height:1.5rem;top:41.5625rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDUlu7stdJHnLzlTgJq1nAvbwvGos4iT { width:13.125rem;height:1.6875rem;top:17rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RvRFbDgd6QlVoQ1h4MWg5B8y6LEBGk { width:11.5625rem;height:2.75rem;top:19.3125rem;left:12.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR67AcaDiPEZeg7rtDSphQ0KEKdiM79v { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbb8t5NlLJE48NMZSBLwxLU0SaP5pgwd { width:20.5rem;height:3.0625rem;top:50.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GPQsrCT7sev3fuFgTI3kX6gNVKQUnP { display:block; }
 }@media only screen and (max-width: 763px) { #cgAQnxO1s4tNmw3ss4kr0JODGgcsRPVk { width:14.375rem;height:18.8125rem;top:28.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBr35kbCrX14XIupeOTh6QUCgEALgGaW { width:14.75rem;height:10.625rem;top:28.4375rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB972ZfABIvoad7bhCFDo3K4CX1hJx09 { width:13.25rem;height:1.6875rem;top:39.125rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id0Ibq4tt07vLCfdFT6x6EqPk5IF1OyH { width:12.0625rem;height:1.5rem;top:41.5625rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlEoLyZQ5XzPZTdPoCa6Tt58vxyMl98r { width:13.125rem;height:0;top:45.4375rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czIBDtdCLKhkMCJsbUxh148QRQgJTxVd { top:45.4375rem;left:25.34375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3TdIeUAdb1TxlxLkJIeeo4ggZb2QpE7 { width:1.875rem;height:1.375rem;top:45.6875rem;left:27.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgKT9URwHIiMpc4y7q6Alvsf3a0bmxXe { top:45.4375rem;left:30.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzXcpEmAOTTIK6mI46JsNuopIOgMcJtB { width:1.25rem;height:1.375rem;top:45.6875rem;left:32.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyRxXbFnnNTwAzfnLThpnQ59ZWkfmSmt { top:45.4375rem;left:34.0625rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eu5MkPIagWh3L5qKF0Smsa0Rv3iQcLLX { width:1.25rem;height:1.375rem;top:45.6875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rP09i06Unq6KlbD3fZb02yQLUe4bbUtK { width:14.375rem;height:18.8125rem;top:61.25rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTaB63b8ZqhouNvJ40uCnZLkGHw2qO7 { width:14.8125rem;height:10.625rem;top:61.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt27wN0mcrCynpFaFLx92brzftg8rzJA { width:13.25rem;height:1.6875rem;top:72rem;left:10.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnceSybu8EsTHRayspSKz5JHTExui1cz { width:12.0625rem;height:1.5rem;top:74.375rem;left:11.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIGsi5QZoqSwUgPoixOEd6V3MRkgesBK { width:13.125rem;height:0;top:78.1875rem;left:10.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmL4JRuUzKy7zrcQVNZ2SHhP1G5hseM { top:77.625rem;left:17.71875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xb8gMtGAa8CkrNRoRggQ38FMsINs04CG { width:1.25rem;height:1.375rem;top:78.1875rem;left:19.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bv17L1UvgGQ2O6xnnFOB6iaMxHdtxdCu { width:14.375rem;height:18.8125rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1lVe3TC4NqbhC7mPgsJ4Q3RFdMEnrs { width:14.75rem;height:10.625rem;top:61.25rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIVnGzLaQTrPIKIWXuHpoZOtUIT4QvI { width:13.25rem;height:1.6875rem;top:72rem;left:22.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaE5wuwzbUkrIhql543MJz6HUm6HSb3C { width:12.0625rem;height:1.5rem;top:74.375rem;left:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4zWdxRuxXW4Jm415SbAyNtRS0PwpJW { width:13.125rem;height:0;top:78.25rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysWJwthU42HA2OHHycQw8nZEJTZPrP0 { top:77.5625rem;left:26.09375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9c7gXI1lqTCzlD8T8KtuwA8r2dvfUz0 { top:77.625rem;left:33.78125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsfRt2bfNZ49QySVDzhol0qq8K8v5H2l { width:4.5rem;height:1.375rem;top:78.1875rem;left:28.281253814698rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeECclb5qSPUnmAZ5TRGDv5gG5C8RQfs { width:1.25rem;height:1.375rem;top:78.1875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCFr6ntEZvdNKPewEChbB5BJReehxXD { top:77.5625rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtGAZLBkVJ29SMuyWOig9CrVuGSGO9v9 { width:4.375rem;height:1.375rem;top:78.1875rem;left:12.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6irlvfd1ltXZJddfWsyKEyUM315ECW { width:47.75rem;height:3.25rem;top:56rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEfKKkXmGzhacJBE4PBZiqxOCSzZgRk { width:20.5rem;height:3.0625rem;top:83.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih28fIIfDs3ur4FTWFwOZWyvV75J5LRe { display:block; }
 }@media only screen and (max-width: 763px) { #NfINhglTTu0ATaPiChGClcotnyM1tcco { display:block; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beBTpawgMswQ872uZOdGZmthVBeBlWoK { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITt4arO8uoh64R5CpoDHKeBxElzFw30 { top:13.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgO8UZK1PJ52WF3066XXIwtfVb19uods { top:17.9375rem;left:0rem;width:15.25rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4alqE91IWowdX1rzTxyWHUPyaaxFXS { top:7.5625rem;left:19.375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3qaayttz0bwSAAgwy9EB1Q33qcQdr95 { top:13.375rem;left:12.75rem;width:11.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPI8pBGZ72zlWuEcrbNXvw8y4n0XhMkX { top:17.8125rem;left:8.75rem;width:15.125rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs8uV2fMD8siHZllW4KsB5nQs8WPXTR { top:13.1875rem;left:26.25rem;width:9.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGq1nyG3Or3nedffTgdICWtHo6zoQWRG { top:17.625rem;left:20.1875rem;width:15.625rem;height:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFn4urT9JsPB543Lul1tpc40beldsxX2 { top:7.375rem;left:35.8125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUek8On6kuElqi3mxEfxlazaet5ufbTP { top:6.8125rem;left:6.3125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZSthSNnp99grFQdIOmf0SwZlwTiphsg { display:block; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWKsdIt2tR8kMLLpIxNi5BtWVqqIddhd { top:7.5rem;left:23.3125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpdRRWPvN3NzTKnl8sa0WticbSTUrIG { top:11.9375rem;left:20.75rem;width:15.0625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJgnql5BaAIr8SOMQMkuXSDA0Fs6heIX { top:1.4375rem;left:25.96875rem;width:7rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4awaRIHdzWkEvyBc94w5QdOUgMP61wB { top:1.6875rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCD8U18O8HsHJwvSADR9UkALkc1oAtnv { top:7.5rem;left:11.375rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfrhJ6t2K2h8bo2TSgIhCkC0HMLoVWbA { top:11.9375rem;left:8rem;width:15.875rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo9TUBttzAQ6y3gsvtgLCbPM5WRbSKnG { width:14.125rem;height:2.5625rem;top:25.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCc3ckSQJNF8HcBH8kqlHWzKJy1HQuP { display:block; }
 }@media only screen and (max-width: 763px) { #TXM4PNAAS3zREtqad3W6OP5X4qpynFWd { display:block; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In9nbRr2JDiy2C0GDl6TGghZKu9Xp2C2 { width:47.75rem;height:3.25rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtlmxRX9qwtdSFToq94AAqvHRbknSVms { width:17.875rem;height:17.875rem;top:6.375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLx2KWZSTtCbymBeqVcaS2laLT1ywbTT { width:17.875rem;height:17.875rem;top:6.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exagg5EVnwoOfXJqWygTToNQGJn4PEe1 { width:17.875rem;height:17.875rem;top:6.3125rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqM3Qm6NSLqiIIGzHMnx6EgvBP7PiBDx { top:22.625rem;left:35.3125rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5sAlIpNGP3CENX1sHBINPqUfVpUei6t { top:22.625rem;left:8.375rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqH1tlhdOZXvPN524sk6cX4sKPqy0OV2 { top:22.5625rem;left:26.875rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrNn7kJpyqVFc28cpSu6PzXzOQww39l { width:17.875rem;height:17.875rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKaDxCJIHkW8WoMqoSSWJTyhy0wOQzk { top:22.625rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qaBLoIUDptnAp1wdUQU5F3h751gT0UDa { top:44.1875rem;left:0rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCHuC02LZKc9iuqTXk2OVk63EbO9MPwf { width:17.875rem;height:17.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpOyLu1LSuf7PEm9EowwHLRiMpowsRL { width:17.875rem;height:17.875rem;top:27.9375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8Xp1gOqhz9M9biVCnAfGENiG1AeTOT { top:44.1875rem;left:17.625003814698rem;width:12.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDt83cZcVe7sJee7l0dLgIf01SFDJe1 { width:17.875rem;height:17.875rem;top:27.9375rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9f6xDoZHofxtyPK8NeqcCJRXZQRZS8P { top:44.1875rem;left:29.875rem;width:17.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvz6nhWG9q09giudWSNtaWN3l99FGL2 { top:22.375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhzeL8FDK1T4UtPi2owpG8fS8RrdSAH { top:22.375rem;left:5.65625rem;width:17.9375rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPFJiDA9Ic7xsvLzK7SgOgAIXJfQvRT { top:22.375rem;left:24.156253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihE3vrITRfGopKT3w6dKPKWCTHvsET8s { top:22.375rem;left:29.8125rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLqBe2V913XJ2kHBT2AlP5er3cgOn9Z { top:43.9375rem;left:0rem;width:17.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdn0QNCGBqetVWyRfh39yMTZqn2Jab5Q { top:43.9375rem;left:14.906253814698rem;width:17.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPK9evAbVrUPFiHKoSF08ZL2fQ3agEA { top:44.0625rem;left:29.875rem;width:17.875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk { display:block; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZc4MFq0F7IwHJZcdX359e2g0iAIaCU2 { top:1.6875rem;left:3.53125rem;width:40.6875rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPXTNimF5WB5QBVJga2VkyebaUAnniM { width:21.375rem;height:3.125rem;top:8.0625rem;left:13.187503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoqyE1U0FUvQq8KcD2Thr4NbeidGgBM4 { display:block; }
 }@media only screen and (max-width: 763px) { #aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy { display:block; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1AHeLoCeS8m4JnGclT6mJkF5XtOiXQ8 { top:5.4375rem;left:0rem;width:26.625rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQc3eBR1dCU7xc1QlmHs1Jdgy9iyusT8 { top:0.8125rem;left:0rem;width:16.4375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRSLr2JdFV6CJf63kC4U8GeZT87cRuo { top:8.75rem;left:25.25rem;width:22.5rem;height:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIUs1rDyTCdbVmM9xQQlDPFB3VeN7DF { top:3.25rem;left:10.25rem;width:37.5rem;height:5.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.875rem;left:8.3411445617675rem;width:31.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/52a52c3e-31ff-48d3-8527-d2458cd08d3a/AssetLPGateCLGCMedan.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.adaptive-delivery-prevent-bg, #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.lazyload, #H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi.lazyloading { background-image: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { background-color: transparent; background-image: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container > .video-iframe-container { display: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.51); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container { display: none; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .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); }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { border-width: 0; border-radius: 0; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H41QBXPyMKp2yfhiANh4BZcUIgVvQnDi > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXp3IuiOpq1JPhttRRN7zyJW3tQhcfhz { width:18.125rem;height:5.39583125rem;top:41rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW7Ur8Zw0NAomAITR13OTHBLZzQKrkHW { width:18.1215rem;height:4.434025rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPmbcw9TA3ZkU6FkBb8hXGMsgTVfdHqQ { width:20rem;height:26.5625rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSOsM3GfJLwkHM1ZaO5dAP4Dl7fJ6uA6 { width:20rem;height:8.3125rem;top:9.375rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJZ0rV8usM5NSuTLL6AcIhfrTTFDpKw7 { width:20rem;height:8.125rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwOPcRzHplzg9QTrGN7UazM8nrTBfWhF { width:13.125rem;height:1.625rem;top:19.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeFdTv24Vwxqk4IhETThZQAGn2dQzBC5 { width:6.4986875rem;height:9.75rem;top:20.5rem;left:4.125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUcxTpsPme8dmXf8AOXCAGpO3ibch8hF { width:3.4987rem;height:1.625rem;top:27.3125rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUQ801xHRtwXfgAisgPwXulKTLnWepTy { width:6.0625rem;height:1.94791875rem;top:34.875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #krv7KZ5itzF2l2gm8Nqiu5FSUZu4oXyT { width:5.625rem;height:2.921875rem;top:34.875rem;left:7.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #af0WFasN6LfvpATrob2Wy2E5PirwhZut { width:0.125rem;height:5.625rem;top:32.4375rem;left:6.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #FoIUUGcfiQbbMOwmlgLGgITStVqTKCTB { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:9.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #UCgLtS6rIMI75sPme5qiyrC4BiXnIgqQ { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:2.3125rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #GotI3TxAnq3dc4vBIXhK7Xp1pFXPtW4s { width:0.125rem;height:5.625rem;top:32.4375rem;left:13.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #Gxhd3GxITN5gMzZc5e182dFzreFRNEnD { width:5.1875rem;height:2.921875rem;top:34.875rem;left:13.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qqkCT8yoRhpEcoVTzok57f51BDUNqV8Q { display:flex;width:1.875rem;height:1.875rem;top:32.4375rem;left:15.5625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:17rem;height:auto;top:46.39453125rem;left:0.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:17rem;height:auto;top:46.39453125rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU { display:block; }#vBA9VwCB2NccXZBmn4GOX2ny9MIwqoqU > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTVel4D88X3T5wpMDogWJyoSUTiVeofs { width:20rem;height:7.1458375rem;top:21.9375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R7bGL1nTxVWlWLl2vGT8imb1JMAxTBvX { width:18.75rem;height:0.248698125rem;top:29.625000953674rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWKvpAKy0P5NcmSgAXtlx4Sa4KnhVl46 { width:14.740875rem;height:2.73698125rem;top:57.187502861023rem;left:2.6276043057442rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #SK7vDSR6fq3wzmVCNXTSNEA3UrcOWRny { display:block; }
 }@media only screen and (max-width: 763px) { #Cs9Ue4H5fgt8kqkwAcvzH6EuqbgW8Pdu { width:19.4375rem;height:19.4375rem;top:1.6796872615814rem;left:0.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGR5UhMLawGneR1o7MVyLseoeEa2cwr4 { width:18.996125rem;height:25.3125rem;top:30.811198234558rem;left:0.5rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WIUJrB1cmlM2e46SpLOaS9mTssiA79sh { display:block; }#WIUJrB1cmlM2e46SpLOaS9mTssiA79sh > .row .container { width:20rem;height:167.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnWoTH6SCqa27OI0ds2OPH827cTxo5N0 { width:13.125rem;height:0;top:27.5625rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcWo4T5eDQRdcq5AIddHiNuaebZqPmId { display:flex;width:1.875rem;height:1.875rem;top:24.3125rem;left:3.25rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #r45Wl5gmmPwhGQDr607fur8Dps8TKHGK { width:11.6246875rem;height:3rem;top:20.625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #qKIbtsxJlPmWgACNdrdRaTBcA4BPOqwg { width:1.93685rem;height:1.3997375rem;top:24.5625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #cDwfDZsH9KL80PV3lSxq9xc2AkcMltTo { width:13.12425rem;height:1.70573125rem;top:18.3125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr8nAtPZCdBT4QMGXv4rWUJoQT7gRlCL { display:flex;width:1.749675rem;height:1.749675rem;top:24.375rem;left:8.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #cScwlzO6p7TCcTdK579i8TFd8IB8lAp1 { width:14.6875rem;height:10.125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIizBzqDgWpNLUx8bhvMbR8ZIBXNIi2L { width:1.875rem;height:1.3997375rem;top:24.5625rem;left:10.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Acm6Bw7F82Z4qT8HTDRMUhQZDHC5e6qq { width:14.375rem;height:18.8125rem;top:7.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEtgLUhyuz9LHtkNXVtWPAHqUUhD3CDl { display:flex;width:1.74985625rem;height:1.74985625rem;top:24.375rem;left:13.75rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #lAIXNgmrxxZPfLB0qsDBylvAp4WhSmBW { width:1.249275rem;height:1.3997375rem;top:24.5625rem;left:15.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #kfuuSSHmlNuNWmrEekHwAIt1P4RMwaQz { width:13.125rem;height:0;top:45.3125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqouTxQrk4OVK1KOOOI81a3ZGfpNDfmh { display:flex;width:1.875rem;height:1.875rem;top:45.3125rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #k6Ndu8wJDquIPa6eF6nRiXgkz8g6RUH3 { width:1.875rem;height:1.3997375rem;top:45.5625rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #oTaWT3OEaxDcnW4lgHWKMGx1v6y4DbKi { width:14.375rem;height:18.8125rem;top:28.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7RcJCk8d2Dl2NUlCCIF0L1QFET9uEnS { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #Wgf1etQmfJ4ZTzNm8vT452Jytf6fqroc { width:14.6875rem;height:10.5rem;top:28.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoG1Q8gHU2HmE7ET7d3TtDtIzd8rMC8a { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #guKwCBT11esxUwcxkx24mJVwm2xLnItS { display:flex;width:1.75rem;height:1.75rem;top:45.3125rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #MvARsEIOHDf68hFvLviW0vZFynGxu4cN { width:1.25rem;height:1.3997375rem;top:45.5625rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #URIfzKgqAHVQcpRTJpQkWAOoyPg7HiqP { width:13.125rem;height:0;top:66rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsmge94OwHZEl2iZsvAfdVSlq0Jh04aO { display:flex;width:1.875rem;height:1.875rem;top:66rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #RGgs8AZvQVBtJ7e3FPBuQpXbJKwgVIKI { width:1.875rem;height:1.3997375rem;top:66.25rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #awoLrL4wTUp9CSCXVVT0r0O7TFVo2LJy { width:14.375rem;height:18.8125rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZC0IKPvEBQGoyKXuxesrLhMrshSNKTa { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:8.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #neXx5ZJC9XFBJhCyRfg3I1ugsuibDnK8 { width:1.25rem;height:1.3997375rem;top:66.25rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #r0Jc2Pfkxp2v6wPNTgiPeETipUSMxe2d { display:flex;width:1.75rem;height:1.75rem;top:66rem;left:13.9375rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #S1KSoC0xTF8uKTHUx9a1lg6p89zwx9aI { width:1.25rem;height:1.3997375rem;top:66.25rem;left:15.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #P8tkTP7eDleiiqMcX9wobCT4ySEX0Cyk { width:13.125rem;height:0;top:86.75rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu6W4BiR1ieVynpfXCahtE0vBqpSnAOQ { display:flex;width:1.875rem;height:1.875rem;top:86.75rem;left:3.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #xuu5p0ThwWlPsXqvnqUTViOOE7kkiXIk { width:1.875rem;height:1.3997375rem;top:87rem;left:5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #OundwZlRkvx49CJy5PHTTDfpZECN0KuT { width:14.375rem;height:18.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tuuu2sX9ACWWgmr34wHuCcJZIWsuZTKc { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #tuNTuATfcosJ1ZuM2OQcfgmrML4OkE4q { width:1.25rem;height:1.3997375rem;top:87rem;left:10.5rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #S84GkUABictuVP4D9XvMwi0yxHBZ4wtX { display:flex;width:1.75rem;height:1.75rem;top:86.75rem;left:13.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #aRnRK2C1EWQlhZIkhfqTA17Gbvnyn4zk { width:1.25rem;height:1.3997375rem;top:87rem;left:15.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #wx8paLTmZo0tAeQ9VhAuoZxTAuolHKBE { width:14.6875rem;height:10.75rem;top:49.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE29eQFJIcJ7ymTshWl5nqWkMi6A92BX { width:14.6875rem;height:10.8125rem;top:69.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIRQR3JWF4AlH7kS570ZgzXwWr00caI { width:13.125rem;height:1.70573125rem;top:59.9375rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzxrGm549dnLhbJqeSCNzCxTrXkOp5ho { width:14.0625rem;height:3rem;top:62.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK1NQc08zdQSHupqzZh5OL0NGhTTmnVC { width:13.12425rem;height:1.70573125rem;top:80.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBHT8OWK0fV05Q6asDBpFk2hdeoNTfdD { width:11.8125rem;height:1.5rem;top:82.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDUlu7stdJHnLzlTgJq1nAvbwvGos4iT { width:13.125rem;height:1.70573125rem;top:39.125rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2RvRFbDgd6QlVoQ1h4MWg5B8y6LEBGk { width:11.56175rem;height:3rem;top:41.375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RR67AcaDiPEZeg7rtDSphQ0KEKdiM79v { width:20rem;height:5.19791875rem;top:0.83658838272094rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbb8t5NlLJE48NMZSBLwxLU0SaP5pgwd { width:14.5625rem;height:2.625rem;top:110.61590576172rem;left:2.7187500596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Z0GPQsrCT7sev3fuFgTI3kX6gNVKQUnP { display:block; }
 }@media only screen and (max-width: 763px) { #cgAQnxO1s4tNmw3ss4kr0JODGgcsRPVk { width:14.375rem;height:18.8125rem;top:90.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBr35kbCrX14XIupeOTh6QUCgEALgGaW { width:14.5625rem;height:10.75rem;top:90.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB972ZfABIvoad7bhCFDo3K4CX1hJx09 { width:13.25rem;height:1.70573125rem;top:101.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #id0Ibq4tt07vLCfdFT6x6EqPk5IF1OyH { width:12.0625rem;height:1.5rem;top:103.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlEoLyZQ5XzPZTdPoCa6Tt58vxyMl98r { width:13.125rem;height:0;top:107.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czIBDtdCLKhkMCJsbUxh148QRQgJTxVd { display:flex;width:1.875rem;height:1.875rem;top:107.3125rem;left:3.4375rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #w3TdIeUAdb1TxlxLkJIeeo4ggZb2QpE7 { width:1.875rem;height:1.3997375rem;top:107.5625rem;left:5.75rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #UgKT9URwHIiMpc4y7q6Alvsf3a0bmxXe { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:8.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #MzXcpEmAOTTIK6mI46JsNuopIOgMcJtB { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #HyRxXbFnnNTwAzfnLThpnQ59ZWkfmSmt { display:flex;width:1.75rem;height:1.75rem;top:107.3125rem;left:13.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #Eu5MkPIagWh3L5qKF0Smsa0Rv3iQcLLX { width:1.25rem;height:1.3997375rem;top:107.5625rem;left:16.125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #rP09i06Unq6KlbD3fZb02yQLUe4bbUtK { width:14.375rem;height:18.8125rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTaB63b8ZqhouNvJ40uCnZLkGHw2qO7 { width:14.8125rem;height:10.625rem;top:121.56380448456rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt27wN0mcrCynpFaFLx92brzftg8rzJA { width:13.25rem;height:1.70573125rem;top:132.31380448456rem;left:3.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnceSybu8EsTHRayspSKz5JHTExui1cz { width:12.0625rem;height:1.5rem;top:134.68880448456rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIGsi5QZoqSwUgPoixOEd6V3MRkgesBK { width:13.125rem;height:0;top:138.50130448456rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmmL4JRuUzKy7zrcQVNZ2SHhP1G5hseM { display:flex;width:1.75rem;height:1.75rem;top:137.93880448456rem;left:11.875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #Xb8gMtGAa8CkrNRoRggQ38FMsINs04CG { width:1.25rem;height:1.3997375rem;top:138.50130448456rem;left:14.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Bv17L1UvgGQ2O6xnnFOB6iaMxHdtxdCu { width:14.375rem;height:18.8125rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac1lVe3TC4NqbhC7mPgsJ4Q3RFdMEnrs { width:14.75rem;height:10.625rem;top:142.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqIVnGzLaQTrPIKIWXuHpoZOtUIT4QvI { width:13.25rem;height:1.70573125rem;top:152.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaE5wuwzbUkrIhql543MJz6HUm6HSb3C { width:12.0625rem;height:1.5rem;top:155.1875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4zWdxRuxXW4Jm415SbAyNtRS0PwpJW { width:13.125rem;height:0;top:159.4375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JysWJwthU42HA2OHHycQw8nZEJTZPrP0 { display:flex;width:1.875rem;height:1.875rem;top:158.75rem;left:4.25rem;z-index:15127; }
 }@media only screen and (max-width: 763px) { #c9c7gXI1lqTCzlD8T8KtuwA8r2dvfUz0 { display:flex;width:1.75rem;height:1.75rem;top:158.8125rem;left:11.9375rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #JsfRt2bfNZ49QySVDzhol0qq8K8v5H2l { width:4.125rem;height:1.3997375rem;top:159.37500762939rem;left:6.4375002980231rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15128;display:block; }
 }@media only screen and (max-width: 763px) { #CeECclb5qSPUnmAZ5TRGDv5gG5C8RQfs { width:1.25rem;height:1.3997375rem;top:159.375rem;left:14.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #ZWCFr6ntEZvdNKPewEChbB5BJReehxXD { display:flex;width:1.875rem;height:1.875rem;top:137.87630448456rem;left:4.125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #TtGAZLBkVJ29SMuyWOig9CrVuGSGO9v9 { width:4.375rem;height:1.3997375rem;top:138.50130448456rem;left:6.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#ffffff;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6irlvfd1ltXZJddfWsyKEyUM315ECW { width:20rem;height:5.19791875rem;top:115.11588573456rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxEfKKkXmGzhacJBE4PBZiqxOCSzZgRk { width:15.5rem;height:3.0625rem;top:162.75rem;left:2.2500000596046rem;font-size:1.25rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ih28fIIfDs3ur4FTWFwOZWyvV75J5LRe { display:block; }
 }@media only screen and (max-width: 763px) { #NfINhglTTu0ATaPiChGClcotnyM1tcco { display:block; }#NfINhglTTu0ATaPiChGClcotnyM1tcco > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #beBTpawgMswQ872uZOdGZmthVBeBlWoK { width:18.625rem;height:9.75rem;top:1.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pITt4arO8uoh64R5CpoDHKeBxElzFw30 { width:12.497375rem;height:2.59895625rem;top:18.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgO8UZK1PJ52WF3066XXIwtfVb19uods { width:18.3125rem;height:12.9948125rem;top:22.75rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA4alqE91IWowdX1rzTxyWHUPyaaxFXS { display:flex;width:4.5rem;height:4.5rem;top:37.5rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #l3qaayttz0bwSAAgwy9EB1Q33qcQdr95 { width:10.8125rem;height:2.59895625rem;top:42.1875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPI8pBGZ72zlWuEcrbNXvw8y4n0XhMkX { width:18.1875rem;height:7.796875rem;top:46.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLs8uV2fMD8siHZllW4KsB5nQs8WPXTR { width:12.497375rem;height:2.59895625rem;top:61.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGq1nyG3Or3nedffTgdICWtHo6zoQWRG { width:18.5rem;height:7.796875rem;top:65.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFn4urT9JsPB543Lul1tpc40beldsxX2 { display:flex;width:4.5rem;height:4.5rem;top:56.9375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #UUek8On6kuElqi3mxEfxlazaet5ufbTP { width:5.625rem;height:5.625rem;top:12.625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZSthSNnp99grFQdIOmf0SwZlwTiphsg { display:block; }#ZZSthSNnp99grFQdIOmf0SwZlwTiphsg > .row .container { width:20rem;height:47.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWKsdIt2tR8kMLLpIxNi5BtWVqqIddhd { width:12.497375rem;height:2.59895625rem;top:25.875rem;left:3.7513020634651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbpdRRWPvN3NzTKnl8sa0WticbSTUrIG { width:18.4375rem;height:9.096375rem;top:30rem;left:0.78125005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJgnql5BaAIr8SOMQMkuXSDA0Fs6heIX { width:7rem;height:4.6875rem;top:20.645835876465rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4awaRIHdzWkEvyBc94w5QdOUgMP61wB { display:flex;width:4.5rem;height:4.5rem;top:1.4375019073486rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #yCD8U18O8HsHJwvSADR9UkALkc1oAtnv { width:12.5rem;height:2.59895625rem;top:5.9374885559082rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfrhJ6t2K2h8bo2TSgIhCkC0HMLoVWbA { width:18.1236875rem;height:6.497375rem;top:10.375rem;left:0.93750005960463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo9TUBttzAQ6y3gsvtgLCbPM5WRbSKnG { width:14.125rem;height:2.5rem;top:42.125001907349rem;left:2.9375000596046rem;font-size:1.1875rem;background-color:#eac84a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uOCc3ckSQJNF8HcBH8kqlHWzKJy1HQuP { display:block; }
 }@media only screen and (max-width: 763px) { #TXM4PNAAS3zREtqad3W6OP5X4qpynFWd { display:block; }#TXM4PNAAS3zREtqad3W6OP5X4qpynFWd > .row .container { width:20rem;height:142.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #In9nbRr2JDiy2C0GDl6TGghZKu9Xp2C2 { width:19.997375rem;height:3.57291875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtlmxRX9qwtdSFToq94AAqvHRbknSVms { width:17.6875rem;height:17.6875rem;top:6.75rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLx2KWZSTtCbymBeqVcaS2laLT1ywbTT { width:17.7494375rem;height:18.0619375rem;top:45.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exagg5EVnwoOfXJqWygTToNQGJn4PEe1 { width:17.6873125rem;height:17.9368125rem;top:65rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqM3Qm6NSLqiIIGzHMnx6EgvBP7PiBDx { width:12.4361875rem;height:1.70573125rem;top:22.697917938233rem;left:3.7812502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5sAlIpNGP3CENX1sHBINPqUfVpUei6t { width:12.4361875rem;height:1.70573125rem;top:61.375rem;left:3.9375rem;font-size:1.3125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SqH1tlhdOZXvPN524sk6cX4sKPqy0OV2 { width:12.4361875rem;height:1.70573125rem;top:81.0625rem;left:3.75rem;font-size:1.3125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #RCrNn7kJpyqVFc28cpSu6PzXzOQww39l { width:17.5625rem;height:17.5625rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITKaDxCJIHkW8WoMqoSSWJTyhy0wOQzk { width:12.434875rem;height:1.70573125rem;top:42rem;left:3.75rem;font-size:1.3125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qaBLoIUDptnAp1wdUQU5F3h751gT0UDa { width:12.4375rem;height:1.70573125rem;top:101rem;left:3.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCHuC02LZKc9iuqTXk2OVk63EbO9MPwf { width:17.875rem;height:17.875rem;top:84.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnpOyLu1LSuf7PEm9EowwHLRiMpowsRL { width:17.875rem;height:17.875rem;top:104.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qm8Xp1gOqhz9M9biVCnAfGENiG1AeTOT { width:12.4375rem;height:1.70573125rem;top:120.625rem;left:3.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSDt83cZcVe7sJee7l0dLgIf01SFDJe1 { width:17.875rem;height:17.875rem;top:124.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9f6xDoZHofxtyPK8NeqcCJRXZQRZS8P { width:15.5rem;height:1.70573125rem;top:140.5rem;left:2.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLvz6nhWG9q09giudWSNtaWN3l99FGL2 { width:17.6875rem;height:1.9375rem;top:22.583324432373rem;left:1.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVhzeL8FDK1T4UtPi2owpG8fS8RrdSAH { width:17.4375rem;height:1.875rem;top:41.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObPFJiDA9Ic7xsvLzK7SgOgAIXJfQvRT { width:17.9375rem;height:1.9375rem;top:140.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihE3vrITRfGopKT3w6dKPKWCTHvsET8s { width:17.75rem;height:1.9375rem;top:61.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgLqBe2V913XJ2kHBT2AlP5er3cgOn9Z { width:17.8125rem;height:1.9375rem;top:120.375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdn0QNCGBqetVWyRfh39yMTZqn2Jab5Q { width:17.9375rem;height:1.9375rem;top:100.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTPK9evAbVrUPFiHKoSF08ZL2fQ3agEA { width:17.625rem;height:1.9375rem;top:81.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk { display:block; }#qCq0OVqnTTTF8RUxUW374f0GDba2Tnyk > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZc4MFq0F7IwHJZcdX359e2g0iAIaCU2 { width:19.187rem;height:8.125rem;top:1.25rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvPXTNimF5WB5QBVJga2VkyebaUAnniM { width:16.5625rem;height:3.125rem;top:11.562501907349rem;left:1.7187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoqyE1U0FUvQq8KcD2Thr4NbeidGgBM4 { display:block; }
 }@media only screen and (max-width: 763px) { #aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy { display:block; }#aIZbFrcshFUyxbTzJAsxatG3M5eFNfEy > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O1AHeLoCeS8m4JnGclT6mJkF5XtOiXQ8 { width:19.3125rem;height:7.9581875rem;top:3.8125rem;left:0.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BQc3eBR1dCU7xc1QlmHs1Jdgy9iyusT8 { width:10.4375rem;height:2.375rem;top:0.625rem;left:4.7812502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRSLr2JdFV6CJf63kC4U8GeZT87cRuo { width:19.25rem;height:3.41015625rem;top:15.5rem;left:0.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZIUs1rDyTCdbVmM9xQQlDPFB3VeN7DF { width:15.2495625rem;height:2.4479125rem;top:13.120658874512rem;left:2.3741319775581rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { position:relative;z-index:auto;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }