.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:220,228,228;--color-primary-1:140,164,166;--color-primary-2:24,72,76;--color-primary-3:12,36,38;--color-primary-4:4,11,11;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:88,88,88;--color-tertiary-3:7,7,7;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),1);background-image:none;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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:5.1875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#QMhE0M3yirEU4TIFlqtTQuiXJ2tD1PZb { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#050505;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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:1.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:2.13671875rem;left:35.375rem;display:block; }
#htFJLCJzhTWrqdAxDbP6fXKQog8gENpU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAoayn0VBhrdh9pEGyOaq7wzrOBVWLWr { 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:15016;top:1.88671875rem;left:33.5625rem; }
#brWpMp165Qhi8D3F3UiAnpNKr5vD1ehH { 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:4.375rem;width:4.8125rem;top:0.44921875rem;left:0.28125rem;overflow:hidden;display:block; }
#PNUfgInXTXVz79V5MIRwaHM7h9mcm5Ug { background-color:rgba(var(--color-secondary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.76171875rem;left:44.8125rem;display:block; }
#dBZf1IepdzWT1dJCGmqewpeqLcNe9Kk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH { position:relative;display:block; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH { background-color: transparent; background-image: none; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row .container > .video-iframe-container { display: none; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row > .video-iframe-container { display: none; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .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); }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH { border-width: 0; border-radius: 0; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .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; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:31.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mreeRVLxScxQ9FRxaapvEqJx9agdlG4J { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.32421875rem;left:0.78125rem;height:6.986875rem;font-style:normal;display:block; }
#qtfXyXoLEfCbo5m9snP1lWaMQDAetPKN { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.6484375rem;left:0.78125rem;height:7.12713125rem;font-style:normal;display:block; }
#kz4oVVh6MMv98lpLmdMlU5LMtAOpDsdx { background-color:rgba(var(--color-secondary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:22.5546875rem;left:0.78125rem;display:none; }
#y5fRBKHTvNHA9TDgyvHmDSdXTa2AmzzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoHVydWPw0EU0uVZuEO7gfnHp6AHkpTp { position:absolute;display:block;z-index:15041;border-top:0.4375rem solid rgba(var(--color-secondary-0),0);border-left:0.4375rem solid rgba(var(--color-secondary-0),0);border-right:0.4375rem solid rgba(var(--color-secondary-0),0);border-bottom:0.4375rem solid rgba(var(--color-secondary-0),0);border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;height:27rem;width:13.375rem;top:2.69921875rem;left:36.28125rem;overflow:hidden;display:none; }
#GNbvRzbVDz7JtvZ10yWwGkwo8Q55o7mt { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:26rem;width:17.3125rem;top:2.9375rem;left:36.34375rem;overflow:hidden;display:block; }
#KEdZdU4xGdA7MS2bxneEEpgHz2fHVTSM { background-color:rgba(var(--color-secondary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.5546875rem;left:0.78125rem;display:block; }
#XQ1N0JdOqyJaX6orhrVRpVZodzGfeDTG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#cbd1d1;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; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container { background-color: transparent; background-image: none; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container > .video-iframe-container { display: none; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row > .video-iframe-container { display: none; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .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); }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container { border-width: 0; border-radius: 0; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:60rem;position:relative;display:block; }#CCc5WWFlibHToRXZhHpINxJ1fOFVLbPl { color:rgba(var(--color-tertiary-0),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17rem;left:10rem;height:3.900925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWzvZ7soQqBMUnCQDZWdRp4DD1IstaEe { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:22.3125rem;left:10rem;height:1.4000375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qo5eq4eOHxdedIcKWLQ0P9cgblM1dtVy { color:rgba(var(--color-tertiary-3),1);display:block;width:43.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:9.875rem;left:8.28125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uyqFVTPvE92p0xUscFoVxNrZECRaP08g { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:20rem;height:5.52556875rem;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; }
#tF0dPx5kau53r3ZX9kAQ01sXQfOZi6hA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:13.9375rem;left:9.3125rem;display:block; }
#eQL2cwbKraXOg1E0hEfoWkuKGIK73dBi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:20rem;top:13.9375rem;left:30.6875rem;display:block; }
#tsmkctuV9Q5PGSGvVrhmhB9hRFvnKC0r { color:rgba(var(--color-tertiary-1),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:26.3125rem;left:10.125rem;height:4.2001125rem;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; }
#ocWNN4d3TqA5PooczTV913UhuLrQATXJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17rem;left:31.3125rem;height:3.900925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATAJQ7syCx1p0uAwGi3uo2pMMVKnPDJP { color:rgba(var(--color-tertiary-1),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:22.3125rem;left:32.625rem;height:9.80025625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rPo5DPQ0TpvbT0qihLVTPToVPRIAr2DH { background-color:rgba(var(--color-secondary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.875rem;left:21.875rem;display:none; }
#U1PTR0ib9Z9HmLJtGJKn9lyurBhS8QOn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G74UAdeGlDco3LTUBTNZukxg74zUTkQJ { color:#fbfbfb;display:block;width:18.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:32.625rem;left:9.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TL81PPSGzTbJg5sqfOKx43xDRMlIt13u { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:33.25rem;left:31.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfVZPei1ouD4WrHOrsQSrrUbBAsH4beB { background-color:rgba(var(--color-secondary-4),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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.4375rem;left:23.40625rem;display:block; }
#vveJTrKUchf4nchBhfOL0HPMUB2q9374 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE { 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; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container { background-color: transparent; background-image: none; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container > .video-iframe-container { display: none; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row > .video-iframe-container { display: none; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .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); }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container { border-width: 0; border-radius: 0; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:60rem;position:relative;display:block; }#MSOfwDfRM0FmGbrHuTcv32QeKKXqXHLr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:27.6875rem;left:6.625rem;overflow:hidden;display:block; }
#CWFQqpTTU6FkZ7QlDTDFd5TrKymyF2P0 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:35.75rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrmkuUn2VK8aBDoTrpGffigtRmNS2MMT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:38rem;left:0.625rem;height:3.4002125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6rmKgLnAeoyypSnbQP8PasvpqELesBN { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38rem;left:20.625rem;height:5.10031875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6b14zzkwugm3ZHOT5ZFtnOUNPLOKurN { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.75rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g7sq6hFEVRwJPQdQxJJb6SCNq5PfQ7O4 { 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:7.5rem;width:7.5rem;top:27.6875rem;left:26.625rem;overflow:hidden;display:block; }
#x73lHAELGLdl3bRgAuVNgzz72zAQdden { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:38rem;left:40.625rem;height:5.10031875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#usQ0z6wQR1FZiFO88VvFTcZNgZ1x0tsB { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:35.75rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bPAdvX15PAMSSVQ27DKCdkooDfPE3v5I { position:absolute;display:block;z-index:15006;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.5rem;width:7.5rem;top:27.34375rem;left:46.25rem;overflow:hidden;display:block; }
#GQnMIyJ7zGRm48c7g23Qfh3JL4R7gXhc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:8.625rem;left:6.625rem;overflow:hidden;display:block; }
#PsLDEJ7efLBdO3eA0uoCLZBPmKbfMTIq { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaJuu8isbWzgCczEIIpfnkA66rEGQVbJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q9bdnMeTydxbToi5RVfS8K2oCwBvlN0s { 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:7.5rem;width:7.5rem;top:8.625rem;left:26.625rem;overflow:hidden;display:block; }
#BxbyBZKKrSck37o2vyCW1DhDMRMd5pqT { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:18.9375rem;left:0.625rem;height:5.10031875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#USApNeSSUw6B2748Jv5FufSTyIKyIbqD { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:18.9375rem;left:20.625rem;height:3.4002125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7nJ0FaeAeo6tHmwrpIO5EsJrTbCP2fx { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:18.9375rem;left:40.625rem;height:3.4002125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slzfsg74LSehUv6X0bHPTv8herFunNPl { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LHGppcdCMp4Tzw31fCTJExXOqwRqsk2W { position:absolute;display:block;z-index:15006;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.5rem;width:7.5rem;top:8.625rem;left:46.625rem;overflow:hidden;display:block; }
#x5HJOdN5k9r9pVe0mKkhoTw8t0hpOXaV { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;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:2.6875rem;left:0rem;height:3.25rem;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; }
#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57cf3713-78cd-48c2-8b62-3353736b5958/FloCryoBokarina.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB.adaptive-delivery-prevent-bg, #Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB.lazyload, #Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB.lazyloading { background-image: none; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container { background-color: transparent; background-image: none; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.79); }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container > .video-iframe-container { display: none; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .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.79); }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row > .video-iframe-container { display: none; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .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); }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container { border-width: 0; border-radius: 0; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB::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; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:60rem;position:relative;display:block; }#UlMTIVulfQg9Dlm1KJNmQ2e9HM61rDJV { color:#333333;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:14.013671875rem;left:13.4375rem;height:8.288375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bWhtobsAFCKoaOvIaRzABBK3u2Hypq8t { color:rgba(var(--color-tertiary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:9.125rem;left:15.125rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkTcHocT4qgpaI14sRaLXJQn6MmqATRP { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5625rem 1.875rem rgba(var(--color-secondary-4),0.1) ;height:22.625rem;width:43.0625rem;top:5.0625rem;left:9.625rem;display:block; }
#CTbH4WpaIKFA8XGMUB3L1NmIOMbwn2PB { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;height:17.375rem;width:11.5rem;top:8.1875rem;left:38.84375rem;overflow:hidden;display:block; }
#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 { 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:none; }#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 > .row .container { border-width: 0; border-radius: 0; }#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:104.9375rem;width:60rem;position:relative;display:none; }#DraXE6VvHDofMUlT3ioiBZfKnK9xSe03 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:oswald;font-size:4.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:29.9375rem;height:;font-style:normal;display:block; }
#xEnTb4UJD6rJaCwBvZ8fwvUCFqP2IGZT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:12.34375rem;height:5.19921875rem;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; }
#aTP0KkaNwdMTI7UoUCDDMRusfuBbhJBZ { color:rgba(var(--color-tertiary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.125rem;left:16.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KuUDTPlTZaxQwbViAJ9r2ih62wGhNvGX { position:absolute;display:block;z-index:15007;height:21.75rem;width:53.0625rem;top:15.3125rem;left:3.15625rem;display:block; }
#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB > .row .container { border-width: 0; border-radius: 0; }#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:none; }#NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e { color:rgba(var(--color-tertiary-0),1);display:block;width:35.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:7.4375rem;left:12.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e li:before{  }
#vDxHJhO0KIQ8L81gEQ8aEd6ztZrNivLB { color:rgba(var(--color-tertiary-0),1);display:block;width:32rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:3.625rem;left:12.3125rem;height:2.40625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c { 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; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container { background-color: transparent; background-image: none; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container > .video-iframe-container { display: none; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row > .video-iframe-container { display: none; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .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); }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container { border-width: 0; border-radius: 0; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:94.625rem;width:60rem;position:relative;display:block; }#OcpZJkvTrrdThSABFbDE86GvHnFlICIl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:oswald;font-size:4.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.3125rem;left:29.9375rem;height:;font-style:normal;display:block; }
#TgDUlncwvuowLbkTfNcwEztFFAo7ATgs { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.86328125rem;left:12.34375rem;height:5.19921875rem;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; }
#ksaW4cbxvc23zSaDKluRWUsQaoP5TS78 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:10.125rem;left:16.125rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAwaKqrTWyJyTgG5RfywgiTTP70WURAk { position:absolute;display:block;z-index:15007;height:21.75rem;width:53.0625rem;top:15.3125rem;left:3.15625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMhE0M3yirEU4TIFlqtTQuiXJ2tD1PZb { width:8.875rem;height:1.375rem;top:2.125rem;left:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #htFJLCJzhTWrqdAxDbP6fXKQog8gENpU { display:block; }
 }@media only screen and (max-width: 763px) { #xAoayn0VBhrdh9pEGyOaq7wzrOBVWLWr { width:1.875rem;height:1.875rem;top:1.875rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWpMp165Qhi8D3F3UiAnpNKr5vD1ehH { top:0.4375rem;left:0rem;width:4.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNUfgInXTXVz79V5MIRwaHM7h9mcm5Ug { width:14.375rem;height:3.75rem;top:0.75rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBZf1IepdzWT1dJCGmqewpeqLcNe9Kk4 { display:block; }
 }@media only screen and (max-width: 763px) { #wd0gTm2DfSlfeTwKKhnz79d4NabLGskH { display:block; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mreeRVLxScxQ9FRxaapvEqJx9agdlG4J { width:26.5rem;height:6.9375rem;top:5.3125rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtfXyXoLEfCbo5m9snP1lWaMQDAetPKN { width:28.4375rem;height:8.875rem;top:13.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oVVh6MMv98lpLmdMlU5LMtAOpDsdx { width:14.375rem;height:3.75rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5fRBKHTvNHA9TDgyvHmDSdXTa2AmzzZ { display:block; }
 }@media only screen and (max-width: 763px) { #XoHVydWPw0EU0uVZuEO7gfnHp6AHkpTp { top:2.6875rem;left:27.09375rem;width:13.375rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbvRzbVDz7JtvZ10yWwGkwo8Q55o7mt { top:2.9375rem;left:27.15625rem;width:17.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEdZdU4xGdA7MS2bxneEEpgHz2fHVTSM { width:14.375rem;height:3.75rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ1N0JdOqyJaX6orhrVRpVZodzGfeDTG { display:block; }
 }@media only screen and (max-width: 763px) { #MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry { display:block; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCc5WWFlibHToRXZhHpINxJ1fOFVLbPl { width:18.6875rem;height:3.875rem;top:17rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzvZ7soQqBMUnCQDZWdRp4DD1IstaEe { width:18.75rem;height:1.375rem;top:22.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5eq4eOHxdedIcKWLQ0P9cgblM1dtVy { width:43.4375rem;height:1.75rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqFVTPvE92p0xUscFoVxNrZECRaP08g { width:20rem;height:5.5rem;top:3.625rem;left:11.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF0dPx5kau53r3ZX9kAQ01sXQfOZi6hA { top:13.9375rem;left:0rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQL2cwbKraXOg1E0hEfoWkuKGIK73dBi { top:13.9375rem;left:11.75rem;width:20rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmkctuV9Q5PGSGvVrhmhB9hRFvnKC0r { width:18.5rem;height:4.1875rem;top:26.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocWNN4d3TqA5PooczTV913UhuLrQATXJ { width:18.75rem;height:3.875rem;top:17rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAJQ7syCx1p0uAwGi3uo2pMMVKnPDJP { width:16.1875rem;height:9.75rem;top:22.3125rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPo5DPQ0TpvbT0qihLVTPToVPRIAr2DH { width:14.375rem;height:3.75rem;top:38.875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1PTR0ib9Z9HmLJtGJKn9lyurBhS8QOn { display:block; }
 }@media only screen and (max-width: 763px) { #G74UAdeGlDco3LTUBTNZukxg74zUTkQJ { width:18.75rem;height:3.25rem;top:32.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL81PPSGzTbJg5sqfOKx43xDRMlIt13u { width:18.75rem;height:3.25rem;top:33.25rem;left:13rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVZPei1ouD4WrHOrsQSrrUbBAsH4beB { width:14.375rem;height:3.75rem;top:39.4375rem;left:17.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vveJTrKUchf4nchBhfOL0HPMUB2q9374 { display:block; }
 }@media only screen and (max-width: 763px) { #UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE { display:block; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSOfwDfRM0FmGbrHuTcv32QeKKXqXHLr { width:6.75rem;height:6.75rem;top:27.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWFQqpTTU6FkZ7QlDTDFd5TrKymyF2P0 { width:18.75rem;height:1.625rem;top:35.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmkuUn2VK8aBDoTrpGffigtRmNS2MMT { width:18.75rem;height:5.0625rem;top:38rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6rmKgLnAeoyypSnbQP8PasvpqELesBN { width:18.75rem;height:6.75rem;top:38rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6b14zzkwugm3ZHOT5ZFtnOUNPLOKurN { width:18.75rem;height:1.625rem;top:35.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sq6hFEVRwJPQdQxJJb6SCNq5PfQ7O4 { width:7.5rem;height:7.5rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73lHAELGLdl3bRgAuVNgzz72zAQdden { width:18.75rem;height:6.75rem;top:38rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usQ0z6wQR1FZiFO88VvFTcZNgZ1x0tsB { width:18.75rem;height:1.625rem;top:35.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPAdvX15PAMSSVQ27DKCdkooDfPE3v5I { width:7.5rem;height:7.5rem;top:27.3125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQnMIyJ7zGRm48c7g23Qfh3JL4R7gXhc { width:7.5rem;height:7.5rem;top:8.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLDEJ7efLBdO3eA0uoCLZBPmKbfMTIq { width:18.75rem;height:1.625rem;top:16.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJuu8isbWzgCczEIIpfnkA66rEGQVbJ { width:18.75rem;height:1.625rem;top:16.6875rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bdnMeTydxbToi5RVfS8K2oCwBvlN0s { width:7.5rem;height:7.5rem;top:8.625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxbyBZKKrSck37o2vyCW1DhDMRMd5pqT { width:18.75rem;height:5.0625rem;top:18.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USApNeSSUw6B2748Jv5FufSTyIKyIbqD { width:18.75rem;height:3.375rem;top:18.9375rem;left:13rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nJ0FaeAeo6tHmwrpIO5EsJrTbCP2fx { width:18.75rem;height:3.375rem;top:18.9375rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slzfsg74LSehUv6X0bHPTv8herFunNPl { width:18.75rem;height:1.625rem;top:16.6875rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHGppcdCMp4Tzw31fCTJExXOqwRqsk2W { width:7.5rem;height:7.5rem;top:8.625rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5HJOdN5k9r9pVe0mKkhoTw8t0hpOXaV { width:47.75rem;height:;top:2.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB { display:block; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlMTIVulfQg9Dlm1KJNmQ2e9HM61rDJV { top:14rem;left:7.3125rem;width:20.3125rem;height:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWhtobsAFCKoaOvIaRzABBK3u2Hypq8t { top:9.125rem;left:9rem;width:16.9375rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkTcHocT4qgpaI14sRaLXJQn6MmqATRP { top:5.0625rem;left:3.5rem;width:43.0625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbH4WpaIKFA8XGMUB3L1NmIOMbwn2PB { top:8.1875rem;left:32.71875rem;width:11.5rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 { display:block; }#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DraXE6VvHDofMUlT3ioiBZfKnK9xSe03 { width:30.0625rem;height:;top:7.3125rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEnTb4UJD6rJaCwBvZ8fwvUCFqP2IGZT { width:34.6875rem;height:5.1875rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTP0KkaNwdMTI7UoUCDDMRusfuBbhJBZ { width:27.125rem;height:1.75rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuUDTPlTZaxQwbViAJ9r2ih62wGhNvGX { top:15.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB { display:block; }#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e { top:7.4375rem;left:6.1875rem;width:35.375rem;height:;font-size:0.875rem;display:block; }#NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e li:before{  }
 }@media only screen and (max-width: 763px) { #vDxHJhO0KIQ8L81gEQ8aEd6ztZrNivLB { top:3.625rem;left:6.1875rem;width:32rem;height:2.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c { display:block; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OcpZJkvTrrdThSABFbDE86GvHnFlICIl { width:30.0625rem;height:;top:7.3125rem;left:0rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgDUlncwvuowLbkTfNcwEztFFAo7ATgs { width:34.6875rem;height:5.1875rem;top:3.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksaW4cbxvc23zSaDKluRWUsQaoP5TS78 { width:27.125rem;height:1.75rem;top:10.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwaKqrTWyJyTgG5RfywgiTTP70WURAk { top:15.3125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QMhE0M3yirEU4TIFlqtTQuiXJ2tD1PZb { width:8.875rem;height:1.375rem;top:2.125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htFJLCJzhTWrqdAxDbP6fXKQog8gENpU { display:block; }
 }@media only screen and (max-width: 763px) { #xAoayn0VBhrdh9pEGyOaq7wzrOBVWLWr { width:1.875rem;height:1.875rem;top:1.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #brWpMp165Qhi8D3F3UiAnpNKr5vD1ehH { width:5.25rem;height:4.75rem;top:1.25rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNUfgInXTXVz79V5MIRwaHM7h9mcm5Ug { width:14.375rem;height:3.75rem;top:5.6875rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBZf1IepdzWT1dJCGmqewpeqLcNe9Kk4 { display:block; }
 }@media only screen and (max-width: 763px) { #wd0gTm2DfSlfeTwKKhnz79d4NabLGskH { display:block; }#wd0gTm2DfSlfeTwKKhnz79d4NabLGskH > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mreeRVLxScxQ9FRxaapvEqJx9agdlG4J { width:19.0625rem;height:5.19921875rem;top:2.5rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qtfXyXoLEfCbo5m9snP1lWaMQDAetPKN { width:17.25rem;height:8.99678125rem;top:8.94921875rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oVVh6MMv98lpLmdMlU5LMtAOpDsdx { width:14.375rem;height:3.75rem;top:44.69921875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5fRBKHTvNHA9TDgyvHmDSdXTa2AmzzZ { display:block; }
 }@media only screen and (max-width: 763px) { #XoHVydWPw0EU0uVZuEO7gfnHp6AHkpTp { width:8.1875rem;height:16.875rem;top:17.4716796875rem;left:8.1875rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #GNbvRzbVDz7JtvZ10yWwGkwo8Q55o7mt { width:16.1875rem;height:24.25rem;top:18.82421875rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEdZdU4xGdA7MS2bxneEEpgHz2fHVTSM { width:14.375rem;height:3.75rem;top:22.5rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQ1N0JdOqyJaX6orhrVRpVZodzGfeDTG { display:block; }
 }@media only screen and (max-width: 763px) { #MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry { display:block; }#MnSsfpTAvTHmkRWrWXGWDBtirMQcMRry > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CCc5WWFlibHToRXZhHpINxJ1fOFVLbPl { width:18.75rem;height:3.900925rem;top:14.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWzvZ7soQqBMUnCQDZWdRp4DD1IstaEe { width:18.75rem;height:1.4000375rem;top:19.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qo5eq4eOHxdedIcKWLQ0P9cgblM1dtVy { width:18.75rem;height:1.5996125rem;top:9.2861328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyqFVTPvE92p0xUscFoVxNrZECRaP08g { width:14.875rem;height:4.8739375rem;top:3.412109375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF0dPx5kau53r3ZX9kAQ01sXQfOZi6hA { width:20rem;height:23.125rem;top:11.9375rem;left:0rem;background-color:#18484c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eQL2cwbKraXOg1E0hEfoWkuKGIK73dBi { width:20rem;height:21.5625rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsmkctuV9Q5PGSGvVrhmhB9hRFvnKC0r { width:18.5rem;height:4.2001125rem;top:22.9375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocWNN4d3TqA5PooczTV913UhuLrQATXJ { width:18.75rem;height:3.900925rem;top:38.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATAJQ7syCx1p0uAwGi3uo2pMMVKnPDJP { width:16.1875rem;height:9.80025625rem;top:44.75rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPo5DPQ0TpvbT0qihLVTPToVPRIAr2DH { width:14.375rem;height:3.75rem;top:61.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1PTR0ib9Z9HmLJtGJKn9lyurBhS8QOn { display:block; }
 }@media only screen and (max-width: 763px) { #G74UAdeGlDco3LTUBTNZukxg74zUTkQJ { width:18.75rem;height:2.5996125rem;top:29rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL81PPSGzTbJg5sqfOKx43xDRMlIt13u { width:18.75rem;height:2.5996125rem;top:55.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfVZPei1ouD4WrHOrsQSrrUbBAsH4beB { width:14.375rem;height:3.75rem;top:39.4375rem;left:2.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vveJTrKUchf4nchBhfOL0HPMUB2q9374 { display:block; }
 }@media only screen and (max-width: 763px) { #UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE { display:block; }#UK6wF5xbgNhXiJxcI9rS2cr7PuJN1psE > .row .container { width:20rem;height:102.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSOfwDfRM0FmGbrHuTcv32QeKKXqXHLr { width:6.75rem;height:6.75rem;top:21.375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWFQqpTTU6FkZ7QlDTDFd5TrKymyF2P0 { width:18.75rem;height:1.298825rem;top:29.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmkuUn2VK8aBDoTrpGffigtRmNS2MMT { width:18.75rem;height:4.7967rem;top:31.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6rmKgLnAeoyypSnbQP8PasvpqELesBN { width:18.75rem;height:4.7967rem;top:63.74414375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6b14zzkwugm3ZHOT5ZFtnOUNPLOKurN { width:18.75rem;height:1.298825rem;top:61.1943375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7sq6hFEVRwJPQdQxJJb6SCNq5PfQ7O4 { width:6.75rem;height:6.75rem;top:53.1943375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x73lHAELGLdl3bRgAuVNgzz72zAQdden { width:18.75rem;height:6.395625rem;top:95.340825rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usQ0z6wQR1FZiFO88VvFTcZNgZ1x0tsB { width:18.75rem;height:1.298825rem;top:92.79101875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPAdvX15PAMSSVQ27DKCdkooDfPE3v5I { width:6.75rem;height:6.75rem;top:84.79101875rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQnMIyJ7zGRm48c7g23Qfh3JL4R7gXhc { width:6.75rem;height:6.75rem;top:4.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsLDEJ7efLBdO3eA0uoCLZBPmKbfMTIq { width:18.75rem;height:1.298825rem;top:12.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaJuu8isbWzgCczEIIpfnkA66rEGQVbJ { width:18.75rem;height:1.298825rem;top:46.1953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9bdnMeTydxbToi5RVfS8K2oCwBvlN0s { width:6.75rem;height:6.75rem;top:38.1953125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxbyBZKKrSck37o2vyCW1DhDMRMd5pqT { width:18.75rem;height:4.7967rem;top:15.0498046875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USApNeSSUw6B2748Jv5FufSTyIKyIbqD { width:18.75rem;height:3.1978rem;top:48.74511875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7nJ0FaeAeo6tHmwrpIO5EsJrTbCP2fx { width:18.75rem;height:3.1978rem;top:79.966796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slzfsg74LSehUv6X0bHPTv8herFunNPl { width:18.75rem;height:1.298825rem;top:77.79199375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHGppcdCMp4Tzw31fCTJExXOqwRqsk2W { width:6.75rem;height:6.75rem;top:69.79199375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5HJOdN5k9r9pVe0mKkhoTw8t0hpOXaV { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB { display:block; }#Ohxwz7ALHVU1Fl5fBy37yOQrvUIlTpdB > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UlMTIVulfQg9Dlm1KJNmQ2e9HM61rDJV { width:16.4375rem;height:10.390625rem;top:10.013671875rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bWhtobsAFCKoaOvIaRzABBK3u2Hypq8t { width:20rem;height:2.19993125rem;top:5.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tkTcHocT4qgpaI14sRaLXJQn6MmqATRP { width:19rem;height:40.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTbH4WpaIKFA8XGMUB3L1NmIOMbwn2PB { width:11.5rem;height:17.375rem;top:21.1875rem;left:3.5625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 { display:block; }#OE63aoAKvwkTLJaH8dDzZ1cpelCHuML0 > .row .container { width:20rem;height:145.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DraXE6VvHDofMUlT3ioiBZfKnK9xSe03 { width:20rem;height:0;top:10.297875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xEnTb4UJD6rJaCwBvZ8fwvUCFqP2IGZT { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTP0KkaNwdMTI7UoUCDDMRusfuBbhJBZ { width:20rem;height:1.5996125rem;top:10.9228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuUDTPlTZaxQwbViAJ9r2ih62wGhNvGX { width:20rem;height:21.75rem;top:14.8720703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#VH0n4xMLrSMlAnLhISFJigeZc6lbE0IB > .row .container { width:20rem;height:37.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e { width:19.8125rem;height:18.668rem;top:15.5234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NqudxiDQMDaDUCCEpRTqcBo1TB8THW9e li:before{  }
 }@media only screen and (max-width: 763px) { #vDxHJhO0KIQ8L81gEQ8aEd6ztZrNivLB { width:20rem;height:1.99365rem;top:9.75rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c { display:none; }#IhteTHo8RtTSGZZOKuL5WAnwTZILEZ1c > .row .container { width:20rem;height:114.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OcpZJkvTrrdThSABFbDE86GvHnFlICIl { width:20rem;height:0;top:10.297875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgDUlncwvuowLbkTfNcwEztFFAo7ATgs { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksaW4cbxvc23zSaDKluRWUsQaoP5TS78 { width:20rem;height:1.5996125rem;top:10.9228515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwaKqrTWyJyTgG5RfywgiTTP70WURAk { width:20rem;height:21.75rem;top:14.8720703125rem;left:0rem;display:block; }
 }