.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:224,229,227;--color-primary-1:163,176,171;--color-primary-2:102,123,115;--color-primary-3:61,74,69;--color-primary-4:0,35,21;--color-secondary-0:247,224,225;--color-secondary-1:228,153,156;--color-secondary-2:200,50,56;--color-secondary-3:100,25,28;--color-secondary-4:30,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Barlow";--paragraphs-font-family:"Barlow"; }@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:url("https://images.assets-landingi.com/uc/2ba389bc-6df5-4c4e-80f1-8d6f9c647c19/pattern1.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl { 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;z-index:auto;display:block; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { background-color: transparent; background-image: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container > .video-iframe-container { display: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row > .video-iframe-container { display: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .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); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { border-width: 0; border-radius: 0; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { font-size:0.875rem;font-family:"open sans";height:6.9375rem;width:75rem;position:relative;display:block; }#TK57Cvx7tRao0Hv3DubAP076qSmii5MK { color:#d02525;display:block;width:37.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.25244140625rem;left:25.03857421875rem;height:2.1933625rem;text-align:center;text-align-last:center;display:block; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#d02525;padding-top:0.3925rem;padding-right:0.35625rem;padding-bottom:0.3925rem;padding-left:0.35625rem;display:block;align-items:center;width:2.138125rem;min-width:2.138125rem;height:2.10875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.569375rem;font-weight:700;line-height:33.74px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-label { background-color:;background-image:none;color:#d02525;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.245625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.85125rem;height:0.83375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.58875rem;font-weight:400;line-height:13.34px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.375rem;height:3.973125rem;padding-top:0.049375rem;padding-right:0.050625rem;padding-bottom:0.049375rem;padding-left:0.050625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.43212890625rem;left:54.3125rem;z-index:15003; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #l9eMQd959sLlZ7fFxZS4G5kc9GvTS7su { display:flex;position:relative;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #DtDBb2peasC9bzD0LIOnKPlt7cEOXutX { width:auto; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #fmHS93gT9W81tg5UKEWwCHhgAK0iR8lF {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #mluCOsQGEdvFhUT3eeu3pcM4ID4X7v9A { display:flex;position:relative;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #RBa70U4ZqiV5rGXaGWepP1miByDEEsat {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #UtkELvuamp6H5EWHXZtL1bp4TV4MHp4G {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #pDCq7a1NFxTbeBRQZNXm3Z3r5im1v40o { display:flex;position:relative;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ghWGiTPgUkd0Vs7Tyg0vGFaoCvLuqoHb {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #wGOSiVIcEhB0Mo8UqfvbaJkLCirXzd7S {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #IFBNAMBXhzW0oTM7u9sOEaMGToplFT4u { display:flex;position:relative;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #yZi6QkQdUJTTVO7gW8QD6o8TlHoJTWll {  }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ha00e7W89pGDRxnTbT0ZhbyqrBJvSmUM {  }
#X3ULFtkeTcbTyR4AdFZbKTITpb0Fp0z5 { color:#ffb929;display:block;width:15.5rem;position:absolute;font-family:"going christmas";font-size:5.625rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:0.96875rem;left:1.625rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h88ZoRDSXwvstaIPeOTNCmW6S6ZafRfC { color:#ffb929;display:block;width:8.4375rem;position:absolute;font-family:"going christmas";font-size:1.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:2.208984375rem;left:16.66357421875rem;height:2.51855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D58mUtI6e4KazT6C7awGivPqWJzGmQSx { display:block; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx { background-color: transparent; background-image: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container > .video-iframe-container { display: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row > .video-iframe-container { display: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .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); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx { border-width: 0; border-radius: 0; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container { background-color:#005942;background-image:none;width:75rem;height:23.4375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#c1ZT5Ws5UHqTpg4FSI1meHXtsskMHvNV { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#yoUpawWg8uedDE2VxylpRM6SKK9k6AUb { color:rgba(var(--color-primary-4),1);display:block;width:27.437rem;position:absolute;font-family:"christmas lounge-regular";font-size:1.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.1875rem;left:4.25rem;height:2.51855625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#leWlG4tX0MXRliy8C9A7uSJyNnuMTgKH { position:absolute;display:block;z-index:15033;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.5rem;width:10.4375rem;top:2.5810546875rem;left:3.6875rem;overflow:hidden;display:block; }
#p2TqbyzOgbFJDT1ZxEQmdo4DVQD0lgvV { color:#ffb929;display:block;width:50.5625rem;position:absolute;font-family:"christmas lounge-regular";font-size:3.75rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:9.3125rem;left:4.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rQz518mCMzrZTAzdup5GV2Oemo2i91L1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:10.3125rem;top:1.4375rem;left:62.15234375rem;overflow:hidden;display:block; }
#IwiKbthT7S4EC2RG7uTq1FPooWnucwPu { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:5.75rem;top:0.875rem;left:16.4375rem;overflow:hidden;display:block; }
#g1Zv719L4UMdiD8gtbzgWZoUVStAleDE { color:#ffb929;display:block;width:10.5625rem;position:absolute;font-family:"going christmas";font-size:3.75rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:18rem;left:4.25rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV { display:block; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV { background-color: transparent; background-image: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container > .video-iframe-container { display: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row > .video-iframe-container { display: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .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); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV { border-width: 0; border-radius: 0; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container { background-color:#005942;background-image:none;width:75rem;height:44.9375rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#CQ5kKDoO71J4MSv6mLu8NAcnkaDtcAhP { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#QDtRMnE5KmBiPb8nCpWyKqlJanI6wfwV { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.8125rem;left:37.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#TontB5O4Z7fvV0FhvpaWHsoATRzHKgrI { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.1875rem;left:47.4375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#mDRv7JQ0Lic0dp68Io72bZNx9l38W8ND { position:absolute;display:block;z-index:15017;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:2.625rem;width:8.1875rem;top:30.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#ixzydzZExoyQit856I49aLGzh3ScHmP6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:33.9375rem;left:39.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#hTv4JTZPeVkZS0Ed2ZfVJLXSszTS76Kw { 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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:36.4375rem;left:38.5625rem;display:block; }
#RlXp2QIycX13y3kw85BByhFWAzlmRVmv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eUQ6FsGmbaEpbg9O32TpO19ghQsdpHZa { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:28.25rem;left:34.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHXutgFKtyliTa1MI8PhhFuGnhk4L7Bd { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:28.5625rem;width:28.5625rem;top:4.1240234375rem;left:4.3125rem;overflow:hidden;display:block; }
#nn9TX9p9XXpwzdi82p6MhkBEUOAS3sST { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:35.5625rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#mDiytslsBRQnBT1Do8Or8fRbyJC54LAS { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#NzanpEaKCxoLVZXy1ogHZkGSXV5S16IU { color:#171b1b;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.13720703125rem;left:35.5rem;height:3.41145625rem;text-align:left;text-align-last:left;display:block; }
#sEIQ3quuQykKnBnzysvwn9WAu2unA9en { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:24.04931640625rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#mvSmve4ZSnud0dATGdbXbQD6Q8wrx7x4 { box-sizing:content-box;height:39.5rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.8125rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#A6dXURVkS92WSpuGf9chuh5wi8Ge6mlC { position:absolute;display:block;z-index:15035;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.5625rem;width:4rem;top:29.8125rem;left:43rem;overflow:hidden;display:block; }
#eipddnx44htpq39sVX0gztTHig16NBNo { display:block; }#eipddnx44htpq39sVX0gztTHig16NBNo { background-color: transparent; background-image: none; }#eipddnx44htpq39sVX0gztTHig16NBNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container > .video-iframe-container { display: none; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row > .video-iframe-container { display: none; }#eipddnx44htpq39sVX0gztTHig16NBNo > .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); }#eipddnx44htpq39sVX0gztTHig16NBNo { border-width: 0; border-radius: 0; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container { background-color:#005942;background-image:none;width:75rem;height:50.1875rem;font-size:0.875rem;font-family:arial;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;position:relative;display:block; }#wH8Lr6FN6hFBOq190Ebs3JRzmfFAbrDu { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:8.5rem;display:none; }
#JZRENrTC7LVzL2Hrls0dptckDocMVLno { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:31.0625rem;left:37.125rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#ULyJqIdSuSXUUdpmv8cUpMBtNQxQoQG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.75rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.4375rem;left:47.4375rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#hXk0h1XIL6iH1IIdGe8i24W3k9gqWRNJ { position:absolute;display:block;z-index:15017;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:2.625rem;width:8.1875rem;top:31.4375rem;left:46.9375rem;overflow:hidden;display:block; }
#LL57phU5kUr2MHHt7FtMo3KDINEfgzw7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:35.1875rem;left:39.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vwi5oti6CfTMA6RsUdydAVOyDkNVtym8 { 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.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);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;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:37.0625rem;left:38.5625rem;display:block; }
#qs6NurIiAGU0Q2T1AngRW2fVOwriJ617 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7Log6ea0mGT9A1MWByQ7XTXoo7N8OBQ { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:barlow-medium-nowe;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5625rem;left:34.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGq4QJS59DPsBwnRpZSKb47pRJPEoxEK { position:absolute;display:block;z-index:15006;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;box-shadow: none;height:28.5625rem;width:28.5625rem;top:4.1240234375rem;left:4.3125rem;overflow:hidden;display:block; }
#HQWItPp0toVaRuMTIiH6c8rFLyFmQngp { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:7.875rem;left:35.5625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#lTEGhtlh0RxlMzZ0N0mvFT6olTxhM9sH { color:rgba(var(--color-tertiary-0),1);display:block;width:34.4375rem;position:absolute;font-family:ivy-semibold-nowe;font-size:2.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.125rem;left:35.5625rem;height:2.68115rem;text-align:left;text-align-last:left;display:block; }
#UKt6lhdc3HTra9Na6MoCIyz2fNH82Rky { color:#171b1b;display:block;width:36.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:20.88720703125rem;left:35.5rem;height:3.41145625rem;text-align:left;text-align-last:left;display:block; }
#x3i4IkeTNvQenvih6DsXhQVTkwRMB6uk { color:#171b1b;display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:25.42431640625rem;left:35.5rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#poSOw9g1THTSU0nIWc0RI53ySCSZORcO { box-sizing:content-box;height:41.3125rem;width:71.0625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;top:1.8125rem;left:2.1875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#P6vkeUvLkcaXDQBsIWgiXkoU7PWKynkE { position:absolute;display:block;z-index:15036;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.5625rem;width:4rem;top:31.0625rem;left:43rem;overflow:hidden;display:block; }
#qULRL02a3FomCeXyHoctTSavRzcLMmXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a174d;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; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container { background-color: transparent; background-image: none; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container > .video-iframe-container { display: none; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row > .video-iframe-container { display: none; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .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); }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container { border-width: 0; border-radius: 0; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:block; }#czl3TPHlHhTJEA9Nghf6wFEVmhUT7CEd { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#dsOZVx5AxIpVDTWT3w091CafBVAAE7MO { color:rgba(var(--color-tertiary-0),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:1.94986875rem;text-align:left;text-align-last:left;display:block; }
#HDCDC9LHvuEChTJMpdLIWpL0ZqJgBkOB { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.25rem;width:26.1875rem;top:2.5625rem;left:48.8125rem;overflow:hidden;display:block; }
#WLTnXathKkZfHWHHd8GMzxJwCzmM9HIB { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:0rem;height:16.816375rem;text-align:left;text-align-last:left;display:block; }
#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container { background-color: transparent; background-image: none; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container > .video-iframe-container { display: none; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row > .video-iframe-container { display: none; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .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); }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container { border-width: 0; border-radius: 0; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container { font-size:0.875rem;font-family:"open sans";height:15.3125rem;width:75rem;position:relative;display:block; }#epyNbMqJelL47VrricGMox1rkKpq7JyT { color:#2f2a80;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.217041015625rem;left:25.75rem;height:9.0963625rem;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:center;text-align-last:center;display:block; }
#mCOqiO2GLlFCMIsksr9AkqN5vs6t6JlH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625267028809rem;left:31.25rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#NhoseTb3LEmTApwNBvTGeKC2KAkGrur5 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.216796875rem;left:54.25rem;height:1.381225rem;text-align:center;text-align-last:center;display:block; }
#AUqAq7uNfLIZOyy7Id1o5zOsGTyhWHAM { color:#2f2a80;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.5rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#pNxfypi2ptT4SuWacKEVC0muxb8AylgC { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6484375rem;left:55.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#OZAeupN1VdWJ7shCNm5kbh0WlBccAMDF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:6.8125rem;top:4.404296875rem;left:4.75rem;overflow:hidden;display:block; }
#U8IAf8IL9XVIv0kVOfUieXAiW9XHcxH2 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:6.6875rem;top:4.404296875rem;left:13.75rem;overflow:hidden;display:block; }
#i3zM54kTU5xeSXDggVGUlRcatMRCwKAc { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.375rem;top:10.0625rem;left:5.6875rem;overflow:hidden;display:block; }
#MBOt1n5JZHaJ5rCCmT6h6k6qDfWQ09Rt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:8.75rem;top:7.998046875rem;left:8.25rem;overflow:hidden;display:block; }
#uC97nuCF1LWuuG8avmT1MQJy2iKu4JyB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.0625rem;top:10.3125rem;left:14.21875rem;overflow:hidden;display:block; }
#GvcThKkHs3TbouPlfwM9kNiOWIZoUmbm { position:absolute;display:block;z-index:15001;height:2.0625rem;width:14.1875rem;top:10.0625rem;left:60.8125rem;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2f2a80;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; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0625rem;left:0rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl { display:none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TK57Cvx7tRao0Hv3DubAP076qSmii5MK { width:37.125rem;height:2.1875rem;top:2.25rem;left:10.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs { width:18rem;height:5.0625rem;display:flex;top:3.6875rem;left:28.5rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #l9eMQd959sLlZ7fFxZS4G5kc9GvTS7su { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #DtDBb2peasC9bzD0LIOnKPlt7cEOXutX {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #fmHS93gT9W81tg5UKEWwCHhgAK0iR8lF {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #mluCOsQGEdvFhUT3eeu3pcM4ID4X7v9A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #RBa70U4ZqiV5rGXaGWepP1miByDEEsat {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #UtkELvuamp6H5EWHXZtL1bp4TV4MHp4G {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #pDCq7a1NFxTbeBRQZNXm3Z3r5im1v40o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ghWGiTPgUkd0Vs7Tyg0vGFaoCvLuqoHb {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #wGOSiVIcEhB0Mo8UqfvbaJkLCirXzd7S {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #IFBNAMBXhzW0oTM7u9sOEaMGToplFT4u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #yZi6QkQdUJTTVO7gW8QD6o8TlHoJTWll {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ha00e7W89pGDRxnTbT0ZhbyqrBJvSmUM {  }
 }@media only screen and (max-width: 763px) { #X3ULFtkeTcbTyR4AdFZbKTITpb0Fp0z5 { width:15.5rem;height:5.625rem;top:0.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h88ZoRDSXwvstaIPeOTNCmW6S6ZafRfC { width:8.4375rem;height:2.5rem;top:2.1875rem;left:3.03857421875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D58mUtI6e4KazT6C7awGivPqWJzGmQSx { display:none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c1ZT5Ws5UHqTpg4FSI1meHXtsskMHvNV { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoUpawWg8uedDE2VxylpRM6SKK9k6AUb { width:27.375rem;height:2.5rem;top:14.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leWlG4tX0MXRliy8C9A7uSJyNnuMTgKH { width:10.4375rem;height:4.5rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TqbyzOgbFJDT1ZxEQmdo4DVQD0lgvV { width:47.75rem;height:4.875rem;top:9.3125rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQz518mCMzrZTAzdup5GV2Oemo2i91L1 { width:10.3125rem;height:18.625rem;top:1.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwiKbthT7S4EC2RG7uTq1FPooWnucwPu { width:5.75rem;height:6.875rem;top:0.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Zv719L4UMdiD8gtbzgWZoUVStAleDE { width:10.5625rem;height:4.875rem;top:18rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV { display:none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CQ5kKDoO71J4MSv6mLu8NAcnkaDtcAhP { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDtRMnE5KmBiPb8nCpWyKqlJanI6wfwV { width:12.0625rem;height:3.375rem;top:29.8125rem;left:23.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TontB5O4Z7fvV0FhvpaWHsoATRzHKgrI { width:8.75rem;height:2.625rem;top:30.1875rem;left:33.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRv7JQ0Lic0dp68Io72bZNx9l38W8ND { width:8.1875rem;height:2.625rem;top:30.1875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixzydzZExoyQit856I49aLGzh3ScHmP6 { width:12.4375rem;height:1.1875rem;top:33.9375rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTv4JTZPeVkZS0Ed2ZfVJLXSszTS76Kw { width:14.8125rem;height:2.75rem;top:36.4375rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXp2QIycX13y3kw85BByhFWAzlmRVmv { display:block; }
 }@media only screen and (max-width: 763px) { #eUQ6FsGmbaEpbg9O32TpO19ghQsdpHZa { width:22.75rem;height:1.1875rem;top:28.25rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHXutgFKtyliTa1MI8PhhFuGnhk4L7Bd { width:28.5625rem;height:28.5625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9TX9p9XXpwzdi82p6MhkBEUOAS3sST { width:34.8125rem;height:11.375rem;top:7.875rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDiytslsBRQnBT1Do8Or8fRbyJC54LAS { width:34.4375rem;height:2.625rem;top:4.125rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzanpEaKCxoLVZXy1ogHZkGSXV5S16IU { width:35.3125rem;height:3.375rem;top:20.125rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEIQ3quuQykKnBnzysvwn9WAu2unA9en { width:39.5rem;height:1.6875rem;top:24rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvSmve4ZSnud0dATGdbXbQD6Q8wrx7x4 { width:47.75rem;height:39.5rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6dXURVkS92WSpuGf9chuh5wi8Ge6mlC { width:4rem;height:1.5625rem;top:29.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipddnx44htpq39sVX0gztTHig16NBNo { display:none; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH8Lr6FN6hFBOq190Ebs3JRzmfFAbrDu { width:3.125rem;height:;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZRENrTC7LVzL2Hrls0dptckDocMVLno { width:12.0625rem;height:3.375rem;top:31.0625rem;left:23.5rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULyJqIdSuSXUUdpmv8cUpMBtNQxQoQG1 { width:8.75rem;height:2.625rem;top:31.4375rem;left:33.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXk0h1XIL6iH1IIdGe8i24W3k9gqWRNJ { width:8.1875rem;height:2.625rem;top:31.4375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL57phU5kUr2MHHt7FtMo3KDINEfgzw7 { width:12.4375rem;height:1.1875rem;top:35.1875rem;left:26.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwi5oti6CfTMA6RsUdydAVOyDkNVtym8 { width:14.8125rem;height:2.75rem;top:37.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs6NurIiAGU0Q2T1AngRW2fVOwriJ617 { display:block; }
 }@media only screen and (max-width: 763px) { #y7Log6ea0mGT9A1MWByQ7XTXoo7N8OBQ { width:22.75rem;height:1.1875rem;top:29.5625rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGq4QJS59DPsBwnRpZSKb47pRJPEoxEK { width:28.5625rem;height:28.5625rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQWItPp0toVaRuMTIiH6c8rFLyFmQngp { width:34.8125rem;height:11.375rem;top:7.875rem;left:12.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEGhtlh0RxlMzZ0N0mvFT6olTxhM9sH { width:34.4375rem;height:2.625rem;top:4.125rem;left:13.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKt6lhdc3HTra9Na6MoCIyz2fNH82Rky { width:36.5rem;height:3.375rem;top:20.875rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3i4IkeTNvQenvih6DsXhQVTkwRMB6uk { width:39.5rem;height:1.6875rem;top:25.375rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poSOw9g1THTSU0nIWc0RI53ySCSZORcO { width:47.75rem;height:41.3125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6vkeUvLkcaXDQBsIWgiXkoU7PWKynkE { width:4rem;height:1.5625rem;top:31.0625rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULRL02a3FomCeXyHoctTSavRzcLMmXE { display:none; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #czl3TPHlHhTJEA9Nghf6wFEVmhUT7CEd { width:41.1875rem;height:3.25rem;top:6.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOZVx5AxIpVDTWT3w091CafBVAAE7MO { width:39.875rem;height:1.9375rem;top:4.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCDC9LHvuEChTJMpdLIWpL0ZqJgBkOB { width:26.1875rem;height:33.25rem;top:2.5625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTnXathKkZfHWHHd8GMzxJwCzmM9HIB { width:39.1875rem;height:18.625rem;top:12.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEAllaEcRolu3Hue0rFkNDBGBoayqDxU { display:block; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epyNbMqJelL47VrricGMox1rkKpq7JyT { width:23.4375rem;height:9.0625rem;top:4.1875rem;left:12.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOqiO2GLlFCMIsksr9AkqN5vs6t6JlH { width:12.5rem;height:1.4375rem;top:1.5625rem;left:17.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhoseTb3LEmTApwNBvTGeKC2KAkGrur5 { width:13.25rem;height:1.375rem;top:4.1875rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqAq7uNfLIZOyy7Id1o5zOsGTyhWHAM { width:12.5rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxfypi2ptT4SuWacKEVC0muxb8AylgC { width:10.1875rem;height:1.4375rem;top:1.625rem;left:37.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZAeupN1VdWJ7shCNm5kbh0WlBccAMDF { width:6.8125rem;height:3rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8IAf8IL9XVIv0kVOfUieXAiW9XHcxH2 { width:6.6875rem;height:2.9375rem;top:4.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3zM54kTU5xeSXDggVGUlRcatMRCwKAc { width:5.375rem;height:3.6875rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBOt1n5JZHaJ5rCCmT6h6k6qDfWQ09Rt { width:8.75rem;height:1.5625rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC97nuCF1LWuuG8avmT1MQJy2iKu4JyB { width:7.0625rem;height:2.8125rem;top:10.3125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvcThKkHs3TbouPlfwM9kNiOWIZoUmbm { width:14.1875rem;height:2.0625rem;top:10.0625rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:47.75rem;height:6.0625rem;top:1.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl { position:relative;z-index:auto;background-color:#002315;background-image:none;display:block; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { background-color: transparent; background-image: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container > .video-iframe-container { display: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row > .video-iframe-container { display: none; }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .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); }#e1kO9Aodp3ACsCqRFffPVTzdh9frZ5tl > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TK57Cvx7tRao0Hv3DubAP076qSmii5MK { width:20rem;height:1.54345625rem;top:5.125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:#d02525;display:block; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs { width:18rem;height:5.0625rem;display:flex;top:6.625rem;left:0.9375rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #l9eMQd959sLlZ7fFxZS4G5kc9GvTS7su { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #DtDBb2peasC9bzD0LIOnKPlt7cEOXutX {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #fmHS93gT9W81tg5UKEWwCHhgAK0iR8lF {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #mluCOsQGEdvFhUT3eeu3pcM4ID4X7v9A { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #RBa70U4ZqiV5rGXaGWepP1miByDEEsat {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #UtkELvuamp6H5EWHXZtL1bp4TV4MHp4G {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #pDCq7a1NFxTbeBRQZNXm3Z3r5im1v40o { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ghWGiTPgUkd0Vs7Tyg0vGFaoCvLuqoHb {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #wGOSiVIcEhB0Mo8UqfvbaJkLCirXzd7S {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #IFBNAMBXhzW0oTM7u9sOEaMGToplFT4u { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #yZi6QkQdUJTTVO7gW8QD6o8TlHoJTWll {  }
 }@media only screen and (max-width: 763px) { #CHmKoqqbb2dUbWwZRFl8guZlEt6hkKxs #ha00e7W89pGDRxnTbT0ZhbyqrBJvSmUM {  }
 }@media only screen and (max-width: 763px) { #X3ULFtkeTcbTyR4AdFZbKTITpb0Fp0z5 { width:9.5rem;height:3.125rem;top:1.42333984375rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h88ZoRDSXwvstaIPeOTNCmW6S6ZafRfC { width:8.4375rem;height:1.7871125rem;top:2.091796875rem;left:9.5rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D58mUtI6e4KazT6C7awGivPqWJzGmQSx { background-color:#005942;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container { background-color: transparent; background-image: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container > .video-iframe-container { display: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row > .video-iframe-container { display: none; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .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); }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container { border-width: 0; border-radius: 0; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D58mUtI6e4KazT6C7awGivPqWJzGmQSx > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c1ZT5Ws5UHqTpg4FSI1meHXtsskMHvNV { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #yoUpawWg8uedDE2VxylpRM6SKK9k6AUb { width:13rem;height:3.57421875rem;top:14.275390625rem;left:6.09375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #leWlG4tX0MXRliy8C9A7uSJyNnuMTgKH { width:10.4375rem;height:4.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2TqbyzOgbFJDT1ZxEQmdo4DVQD0lgvV { width:14.8125rem;height:5.19921875rem;top:8.162109375rem;left:5.1875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rQz518mCMzrZTAzdup5GV2Oemo2i91L1 { width:5.3125rem;height:9.625rem;top:8.162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwiKbthT7S4EC2RG7uTq1FPooWnucwPu { width:5.75rem;height:6.875rem;top:0.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Zv719L4UMdiD8gtbzgWZoUVStAleDE { width:10.5625rem;height:3.33105625rem;top:17.849609375rem;left:7.3125rem;font-size:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV { background-color:#005942;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container { background-color: transparent; background-image: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container > .video-iframe-container { display: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row > .video-iframe-container { display: none; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .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); }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container { border-width: 0; border-radius: 0; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pqqJDuHaHTXVMvzBRGrGOZLp4GhFKTfV > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ5kKDoO71J4MSv6mLu8NAcnkaDtcAhP { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #QDtRMnE5KmBiPb8nCpWyKqlJanI6wfwV { width:12.0625rem;height:2.5996125rem;top:66.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TontB5O4Z7fvV0FhvpaWHsoATRzHKgrI { width:8.75rem;height:2.5996125rem;top:66.5625rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDRv7JQ0Lic0dp68Io72bZNx9l38W8ND { width:8.1875rem;height:2.625rem;top:66.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixzydzZExoyQit856I49aLGzh3ScHmP6 { width:12.4375rem;height:1.21875rem;top:70.75rem;left:3.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #hTv4JTZPeVkZS0Ed2ZfVJLXSszTS76Kw { width:14.8125rem;height:2.75rem;top:73.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXp2QIycX13y3kw85BByhFWAzlmRVmv { display:block; }
 }@media only screen and (max-width: 763px) { #eUQ6FsGmbaEpbg9O32TpO19ghQsdpHZa { width:20rem;height:2.5996125rem;top:62.75rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #fHXutgFKtyliTa1MI8PhhFuGnhk4L7Bd { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9TX9p9XXpwzdi82p6MhkBEUOAS3sST { width:16.875rem;height:26rem;top:25.0498046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDiytslsBRQnBT1Do8Or8fRbyJC54LAS { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzanpEaKCxoLVZXy1ogHZkGSXV5S16IU { width:16.875rem;height:4.38720625rem;top:51.6123046875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sEIQ3quuQykKnBnzysvwn9WAu2unA9en { width:16.875rem;height:1.4624rem;top:57.5810546875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mvSmve4ZSnud0dATGdbXbQD6Q8wrx7x4 { width:20rem;height:78.3125rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #A6dXURVkS92WSpuGf9chuh5wi8Ge6mlC { width:4rem;height:1.5625rem;top:65.474609375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eipddnx44htpq39sVX0gztTHig16NBNo { background-color:#005942;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container { background-color: transparent; background-image: none; }#eipddnx44htpq39sVX0gztTHig16NBNo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container > .video-iframe-container { display: none; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row > .video-iframe-container { display: none; }#eipddnx44htpq39sVX0gztTHig16NBNo > .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); }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container { border-width: 0; border-radius: 0; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eipddnx44htpq39sVX0gztTHig16NBNo > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH8Lr6FN6hFBOq190Ebs3JRzmfFAbrDu { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #JZRENrTC7LVzL2Hrls0dptckDocMVLno { width:12.0625rem;height:2.5996125rem;top:66.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULyJqIdSuSXUUdpmv8cUpMBtNQxQoQG1 { width:8.75rem;height:2.5996125rem;top:66.5625rem;left:11.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXk0h1XIL6iH1IIdGe8i24W3k9gqWRNJ { width:8.1875rem;height:2.625rem;top:66.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL57phU5kUr2MHHt7FtMo3KDINEfgzw7 { width:12.4375rem;height:1.21875rem;top:70.75rem;left:3.75rem;font-size:0.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #vwi5oti6CfTMA6RsUdydAVOyDkNVtym8 { width:14.8125rem;height:2.75rem;top:73.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs6NurIiAGU0Q2T1AngRW2fVOwriJ617 { display:block; }
 }@media only screen and (max-width: 763px) { #y7Log6ea0mGT9A1MWByQ7XTXoo7N8OBQ { width:20rem;height:2.5996125rem;top:62.4375rem;left:0rem;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #iGq4QJS59DPsBwnRpZSKb47pRJPEoxEK { width:16.75rem;height:16.75rem;top:3.54541015625rem;left:1.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQWItPp0toVaRuMTIiH6c8rFLyFmQngp { width:16.875rem;height:22.75rem;top:24.8623046875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTEGhtlh0RxlMzZ0N0mvFT6olTxhM9sH { width:16.875rem;height:2.5996125rem;top:21.61328125rem;left:1.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKt6lhdc3HTra9Na6MoCIyz2fNH82Rky { width:16.875rem;height:5.8496125rem;top:51.86181640625rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x3i4IkeTNvQenvih6DsXhQVTkwRMB6uk { width:16.875rem;height:1.4624rem;top:59.86083984375rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #poSOw9g1THTSU0nIWc0RI53ySCSZORcO { width:20rem;height:78.3125rem;top:1.35693359375rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #P6vkeUvLkcaXDQBsIWgiXkoU7PWKynkE { width:4rem;height:1.5625rem;top:65.3125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qULRL02a3FomCeXyHoctTSavRzcLMmXE { display:block; }#qULRL02a3FomCeXyHoctTSavRzcLMmXE > .row .container { width:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czl3TPHlHhTJEA9Nghf6wFEVmhUT7CEd { width:20rem;height:2.2749rem;top:5.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsOZVx5AxIpVDTWT3w091CafBVAAE7MO { width:20rem;height:1.54345625rem;top:3.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDCDC9LHvuEChTJMpdLIWpL0ZqJgBkOB { width:17.1875rem;height:21.875rem;top:39.6328125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLTnXathKkZfHWHHd8GMzxJwCzmM9HIB { width:20rem;height:26.23875rem;top:10.52197265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEAllaEcRolu3Hue0rFkNDBGBoayqDxU { display:block; }#pEAllaEcRolu3Hue0rFkNDBGBoayqDxU > .row .container { width:20rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epyNbMqJelL47VrricGMox1rkKpq7JyT { width:20rem;height:9.09864375rem;top:16.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCOqiO2GLlFCMIsksr9AkqN5vs6t6JlH { width:12.5rem;height:1.38093125rem;top:14.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhoseTb3LEmTApwNBvTGeKC2KAkGrur5 { width:13.25rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUqAq7uNfLIZOyy7Id1o5zOsGTyhWHAM { width:12.5rem;height:1.38093125rem;top:1.0625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNxfypi2ptT4SuWacKEVC0muxb8AylgC { width:10.125rem;height:1.38093125rem;top:27rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZAeupN1VdWJ7shCNm5kbh0WlBccAMDF { width:7.3125rem;height:3.1875rem;top:3.375rem;left:1.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U8IAf8IL9XVIv0kVOfUieXAiW9XHcxH2 { width:8rem;height:3.4375rem;top:3.25rem;left:10.34375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #i3zM54kTU5xeSXDggVGUlRcatMRCwKAc { width:4.875rem;height:3.375rem;top:9.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBOt1n5JZHaJ5rCCmT6h6k6qDfWQ09Rt { width:9.9375rem;height:1.8125rem;top:7rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC97nuCF1LWuuG8avmT1MQJy2iKu4JyB { width:7.0625rem;height:2.8125rem;top:9.71875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvcThKkHs3TbouPlfwM9kNiOWIZoUmbm { width:3.9375rem;height:2.1875rem;top:1.59375rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:20rem;height:11.61770625rem;top:1.4365234375rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }