.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e1f6f6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#TWJRuLB1PmTnBfoUsyMKkqRUkqaiv7Sh { color:rgba(var(--color-tertiary-4),1);display:block;width:61.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:2.875rem;left:6.625rem;height:11.0229375rem;text-align:center;text-align-last:center;display:block; }
#yPCUJUvQqV3GRRD3TIxKcusCiu9LBLRf { box-sizing:content-box;height:0.0625rem;width:56rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:9.625rem;display:block; }
#o3BvDwbN0Jxl2aV0SS08dKsipoOp8CTa { color:rgba(var(--color-tertiary-4),1);display:block;width:61.687rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:5.25rem;left:6.625rem;height:11.0229375rem;text-align:center;text-align-last:center;display:none; }
#uJL1ic4rKUiTBDAW4r2Oo0G2zuN38bmo { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:13.625rem;display:block; }
#aySqSUGubgi0HTN5X44cpKieserr2Toz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgvpAteAvVwwwnvp9wGeFGBpqlwSxqVL { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.4375rem;left:37.6875rem;display:block; }
#S59blTm5skEkRJwbLglmtUaPZD1rxMea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f7f1;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; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container { background-color: transparent; background-image: none; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container > .video-iframe-container { display: none; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row > .video-iframe-container { display: none; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .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); }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container { border-width: 0; border-radius: 0; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container { font-size:0.875rem;font-family:arial;height:49.5625rem;width:75rem;position:relative;display:block; }#gplrKSDXp2ZJXFA8qKTgNRdQk2kDQ6A5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.6875rem;width:39.187rem;top:9.18701171875rem;left:35.81298828125rem;overflow:hidden;display:block; }
#GfT7OEaw1haTWgS014nbSmS1UaCQKThQ { color:rgba(var(--color-secondary-3),1);display:block;width:71.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.3115234375rem;left:0rem;height:3.0623375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hUqVsGcpb13XCTCkhM3Ul2vfb4xBpbMN { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.18701171875rem;left:0rem;height:35.4272625rem;font-style:normal;display:block; }
#NWLKBDRd8vhitNHKZ0tHGUuLLvZTORrp { color:rgba(var(--color-secondary-3),1);display:block;width:71.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:4.3115234375rem;left:0rem;height:3.0623375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XDcMWrXePAJh7LIPrFWHHbAEuu8bkOME { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:9.18701171875rem;left:0rem;height:35.4272625rem;font-style:normal;display:none; }
#E6DENVNJ2i58EzKS4mPLtQRw6JTIBXIA { position:absolute;display:block;z-index:15026;height:2.9370125rem;width:5.2498375rem;top:1.4265937805176rem;left:68.24951171875rem;display:block; }
#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container { background-color: transparent; background-image: none; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container > .video-iframe-container { display: none; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row > .video-iframe-container { display: none; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .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); }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container { border-width: 0; border-radius: 0; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:75rem;position:relative;display:block; }#P4Ve8pFBDshXURNko5NID5vewnQhxByn { color:rgba(var(--color-tertiary-4),1);display:block;width:35.75rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.43701171875rem;left:27.93701171875rem;height:2.062175rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i0v31iOCNpiDXgTdAWdsaTazfIcRt695 { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4934883117675rem;left:27.93701171875rem;height:20.2441625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tfy9i8HnWrcIgWyB9FtZaNr0dEPpuGhp { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:29.812rem;width:23.9998125rem;top:1.7488679885864rem;left:1.9368476867676rem;overflow:hidden;display:block; }
#g2pM3gi3eBdZWzTMGehcDl9iq9rmeUUy { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:7.75rem;left:27.93701171875rem;display:block; }
#oqTItHR71GyqHoKnZyZqF6QGp0S1RKLg { color:rgba(var(--color-tertiary-4),1);display:block;width:44.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.4934883117675rem;left:27.93701171875rem;height:20.2441625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#GG5oFxfCz0SnzdCfaPalDMwzT6FKWRgH { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:13.625rem;display:none; }
#sscvL9gWBmOUXOcuRT4TAyATBfAr2PkS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WirH0n098A2sphO2ZLbCXokOJzOtT9qq { background-color:#f8f7f1;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container { background-color: transparent; background-image: none; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container > .video-iframe-container { display: none; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row > .video-iframe-container { display: none; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .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); }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container { border-width: 0; border-radius: 0; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#J5fP90yprWmfETXb6NAZhKh6e9zgsRrp { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.49494934082rem;left:0rem;height:3.8126625rem;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; }
#xBwdw7ZLQev0O22IC4vKa61VwQJqHMQA { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.125rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#sKXWgbXGNiFbC4kyM2Nv4DzeGmn5OScf { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26.25rem;left:1.25rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q6uRmgpTErt4FA8RNTSSqfU8lFQPwcQ0 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18.9375rem;left:7.125rem; }
#Zu9eBRJxKyvVKl0yRZ02X4M9IZDIzXyN { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.9375rem;left:25.875rem; }
#yN36QvLxFws6kKLNSwuwt6QCaFvGayR4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:26.25rem;left:20rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkQlI91SH0bOVpPQLTbqFVCO4Z5adlzx { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.1875rem;left:37.5rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:block; }
#lQbQcq9gnto107Opa5cp3DcIJu7ibQy4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:26.25rem;left:38.75rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q3Thh5Z3Kp9PyaHeMSht2k00oRy39MRJ { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19rem;left:44.625rem; }
#bmesFT3Rcpf0hUk2qzTeTUs11NcnCWEc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.25rem;left:57.5rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KF9tcblJ3kUcgpXUgpBcnpLnr4c18Ak6 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:18.875rem;left:63.375rem; }
#eGsBN43EF4Sq1PTkCflvqpGn3pxf1vc2 { color:rgba(var(--color-secondary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:6.49494934082rem;left:0rem;height:3.8126625rem;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:none; }
#SnHEu4KlDRqqVdLbnpnKkTxzTI2SH7D3 { box-sizing:content-box;height:25.0625rem;width:18.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:13.125rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:15.625rem;display:none; }
#n5pheemTuQbv52rfqeyLWDvz846MMecy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:26.25rem;left:1.25rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BPQ0gB2mRSUr0IXZqTbbNibuPTSryB04 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:26.25rem;left:20rem;height:5.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FD5oiM4dc9HQwFiNk5Qpy7RlghmvLs6r { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:26.25rem;left:38.75rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TTXOGAm0yBbx98rr1GINyaOtouLKT9Kp { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:13.625rem;display:none; }
#aA4m4p5qRw29WwVUTnPHuNizw69Xg0B8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m2q82u1yT3nmFVOf9nWwLu8Ifee9kcFq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:26.25rem;left:57.5rem;height:8.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1f6f6;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; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container { background-color: transparent; background-image: none; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container > .video-iframe-container { display: none; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row > .video-iframe-container { display: none; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .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); }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container { border-width: 0; border-radius: 0; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container { font-size:0.875rem;font-family:arial;height:55.8125rem;width:75rem;position:relative;display:block; }#hz124h2ntqGxbnkSkuaPqTc6IIwwunLm { color:rgba(var(--color-secondary-3),1);display:block;width:40.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.1850533485412rem;left:34.81201171875rem;height:2.937825rem;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; }
#v9eTVHGpTTnWiIUF5iE8X4ZWldMawtaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:9.4368486404419rem;left:39.249671936035rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qeMPQhg5sEvANny37d3KHcoWQfX5VqLU { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:39.249671936035rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RtEhhHx59ZhfdmqRs3Lm3HQBHwR0ALJr { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.624347686767rem;left:39.249671936035rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kpywo5gnMkFC93s0LHwedytH0cITBnLT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.62451171875rem;left:39.249671936035rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v2ZFnOzMmVaMwH2e6sAVdWIcq9T02Gcx { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.875rem;left:39.249671936035rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTfJsRAi4nQiaFR1fRMSWtvP4M5XgOpO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:8.3390293121337rem;left:34.73876953125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxBiAALDyuCpSSFL33VQeiELEayAhkcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:13.636067390442rem;left:34.57763671875rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bENzoOMn7aQtaR0p2NvIEpsGtCtIIXZI { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:21.061197280884rem;left:34.73876953125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vm4X9sio5pvnAXlW3HGSg3pl6s27TIOb { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:27.058917999267rem;left:34.42626953125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PJ0bsxL1TCPnVEllsHe0NXm96AS4GQAx { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:36.473793029785rem;left:34.718421936035rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pus8N137DGtRUDzDR36JF0RclabINP1K { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:45.80322265625rem;left:39.18701171875rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNZTvKKF46pIyKifBxM9N95D2gJkJ5t0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:45.17822265625rem;left:34.73876953125rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQAteQnNIKIAOxPPOIHTBdbwfw0b53N0 { 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: 0rem 0rem 1.875rem rgba(var(--color-primary-2),0.15) ;height:41.5625rem;width:33.25rem;top:9.6515293121337rem;left:0rem;overflow:hidden;display:block; }
#XwxDxhTSMn3Tg3TWzuAUWnvxlPTycHMH { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:9.4368486404419rem;left:39.249671936035rem;height:2.79948125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#TGzJpGQJdgqL4EfrUumXSiLxkqyViVor { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.49951171875rem;left:39.249671936035rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OCtbEvgxc3qaS5VpTBGeU463ForBnuTx { color:rgba(var(--color-tertiary-4),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:21.624347686767rem;left:39.249671936035rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#XnpyDlcRzFDfqoetZLrltomVTHlVuxiF { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:27.62451171875rem;left:39.249671936035rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#loGRuQXKgvXb6di1Sfn6CFB04mom1570 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:36.875rem;left:39.249671936035rem;height:6.9987rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kdIx53Ar7FyA5is1WfnEDHUC7XUo73rg { color:rgba(var(--color-tertiary-4),1);display:block;width:35.8121875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:45.80322265625rem;left:39.18701171875rem;height:5.59895625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#yBuRKT67wi38n0bvcIWwBT4BVc1Jqigh { color:rgba(var(--color-secondary-3),1);display:block;width:40.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.1850533485412rem;left:34.81201171875rem;height:2.937825rem;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:none; }
#I9Wfst4c4IT49fgFTSIdeDuhLToTa4JL { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:13.625rem;display:none; }
#ym6Ns5CgJNz8pqsG9UcsEe04MwOsR8pc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK { background-color:#e1f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { background-color: transparent; background-image: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container > .video-iframe-container { display: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row > .video-iframe-container { display: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .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); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { border-width: 0; border-radius: 0; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;overflow:visible;position:relative;display:block; }#BcnLlHPJhG4OLz4p383z6z0IU9U70OLE { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZ7CdbJrPmhSIWwMuoNVZBMTdrssJ0fw { color:rgba(var(--color-tertiary-4),1);display:block;width:68.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.6875rem;left:3.0625rem;height:2.999675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acTGUkMuTk2vQal7XTEJoVKg5sEanB1s { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:25rem;top:17.25rem;left:0rem;overflow:hidden;display:block; }
#uoJ4S8ZVdIq407ob7aQV3Q4o52v7EnVo { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:20.375rem;top:17.25rem;left:26.0625rem;overflow:hidden;display:block; }
#ODP0h14PC2526AEG71WsacplhmWiXXEP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:27.6875rem;top:17.25rem;left:47.375rem;overflow:hidden;display:block; }
#G9JtBTTJki3IQbkldI4OX0kxE79c1g0I { box-sizing:content-box;height:6.0620125rem;width:74.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0.54);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.96826171875rem;left:0.3125rem;display:block; }
#tgfeTzusSWBr7lKO5tLgiud4uCXzZrD3 { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.75rem;left:0rem;height:2.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#gHRA7A1B1N3DsZmQV9F3oT5ITRzz3vul { color:rgba(var(--color-tertiary-4),1);display:block;width:68.811875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.6875rem;left:3.0625rem;height:2.999675rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HLGngv4DU3IAfntECN1aOpqMTKbodDB9 { background-color:#009092;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:17.4375rem;left:13.625rem;display:none; }
#HiRfVR3rQZhQlQx17dVfRhSg6XZODys5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl3mTS38ND6NyiIk9DFPR7Dw70RS17Xq { color:rgba(var(--color-tertiary-4),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:36.473793029785rem;left:34.718421936035rem;height:4.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p { background-color:#000000;background-image:none;z-index:;position:relative;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; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { background-color: transparent; background-image: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .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); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { border-width: 0; border-radius: 0; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;position:relative;display:block; }#zfI0r56kN16QcOV1RWcV5KQTEt9oonHZ { display:block;width:27.7498125rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.2;top:8.47412109375rem;left:4.3728828430176rem;background-color:transparent;background-image:none;height:1.79931875rem;text-align:center;text-align-last:center;color:#f9f9f9;display:block; }
#uWrUnm3biT9XK2x12iT9PJvStw8GceyN { background-color:#ccd4db;background-image:none;height:9.125rem;width:0.125rem;position:absolute;display:block;z-index:15006;top:3.24951171875rem;left:37.125rem;display:block; }
#KGL1ET2kBqvbhyNQv7OmnhzHW8uUxKog { display:block;width:30.686875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.47412109375rem;left:41.123859405517rem;background-color:transparent;background-image:none;height:1.79931875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#R1TlnVgBPgDGxnTEHVeBEJsvwiRzTV5p { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:4.3115234375rem;left:55.21728515625rem; }
#CTLTtBHGDzpBbku8lWtXdFdohQ0MvDza { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:4.3115234375rem;left:16.9990234375rem; }
#lRnLomae2mRFT8DTAFSXg4hnl0LXtFIN { display:block;width:30.686875rem;position:absolute;font-family:comfortaa;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;top:8.47412109375rem;left:41.123859405517rem;background-color:transparent;background-image:none;height:1.79931875rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWJRuLB1PmTnBfoUsyMKkqRUkqaiv7Sh { top:2.875rem;left:0rem;width:47.75rem;height:11rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPCUJUvQqV3GRRD3TIxKcusCiu9LBLRf { top:15.1875rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #o3BvDwbN0Jxl2aV0SS08dKsipoOp8CTa { top:2.875rem;left:0rem;width:20rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uJL1ic4rKUiTBDAW4r2Oo0G2zuN38bmo { width:22.625rem;height:3.4375rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySqSUGubgi0HTN5X44cpKieserr2Toz { display:block; }
 }@media only screen and (max-width: 763px) { #zgvpAteAvVwwwnvp9wGeFGBpqlwSxqVL { width:23.75rem;height:3.4375rem;top:17.4375rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59blTm5skEkRJwbLglmtUaPZD1rxMea { display:block; }
 }@media only screen and (max-width: 763px) { #kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 { display:block; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gplrKSDXp2ZJXFA8qKTgNRdQk2kDQ6A5 { top:9.125rem;left:8.5625rem;width:39.125rem;height:34.632618916988rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfT7OEaw1haTWgS014nbSmS1UaCQKThQ { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUqVsGcpb13XCTCkhM3Ul2vfb4xBpbMN { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWLKBDRd8vhitNHKZ0tHGUuLLvZTORrp { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDcMWrXePAJh7LIPrFWHHbAEuu8bkOME { top:28.9375rem;left:24.5rem;width:21.25rem;height:6.796875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6DENVNJ2i58EzKS4mPLtQRw6JTIBXIA { top:1.375rem;left:42.5rem;width:5.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF { display:block; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Ve8pFBDshXURNko5NID5vewnQhxByn { width:35.75rem;height:2.0625rem;top:4.375rem;left:12rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0v31iOCNpiDXgTdAWdsaTazfIcRt695 { width:44.375rem;height:20.1875rem;top:9.4375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfy9i8HnWrcIgWyB9FtZaNr0dEPpuGhp { top:1.6875rem;left:0rem;width:23.9375rem;height:29.734596884872rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2pM3gi3eBdZWzTMGehcDl9iq9rmeUUy { top:7.75rem;left:14.31201171875rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTItHR71GyqHoKnZyZqF6QGp0S1RKLg { width:20rem;height:51rem;top:31.875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GG5oFxfCz0SnzdCfaPalDMwzT6FKWRgH { width:22.625rem;height:3.4375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sscvL9gWBmOUXOcuRT4TAyATBfAr2PkS { display:block; }
 }@media only screen and (max-width: 763px) { #WirH0n098A2sphO2ZLbCXokOJzOtT9qq { display:block; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5fP90yprWmfETXb6NAZhKh6e9zgsRrp { top:6.4375rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwdw7ZLQev0O22IC4vKa61VwQJqHMQA { top:13.125rem;left:0rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXWgbXGNiFbC4kyM2Nv4DzeGmn5OScf { top:26.25rem;left:0rem;width:16.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6uRmgpTErt4FA8RNTSSqfU8lFQPwcQ0 { top:18.9375rem;left:0rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zu9eBRJxKyvVKl0yRZ02X4M9IZDIzXyN { top:18.9375rem;left:12.25rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN36QvLxFws6kKLNSwuwt6QCaFvGayR4 { top:26.25rem;left:6.375rem;width:16.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQlI91SH0bOVpPQLTbqFVCO4Z5adlzx { top:13.1875rem;left:23.875rem;width:18.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQbQcq9gnto107Opa5cp3DcIJu7ibQy4 { top:26.25rem;left:25.125rem;width:16.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Thh5Z3Kp9PyaHeMSht2k00oRy39MRJ { top:19rem;left:31rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmesFT3Rcpf0hUk2qzTeTUs11NcnCWEc { top:26.25rem;left:31.5rem;width:16.25rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KF9tcblJ3kUcgpXUgpBcnpLnr4c18Ak6 { top:18.875rem;left:43.3125rem;width:4.4375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGsBN43EF4Sq1PTkCflvqpGn3pxf1vc2 { top:3.625rem;left:0rem;width:17.5rem;height:;font-size:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnHEu4KlDRqqVdLbnpnKkTxzTI2SH7D3 { top:13.125rem;left:0rem;width:18.75rem;height:25rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5pheemTuQbv52rfqeyLWDvz846MMecy { top:20.6875rem;left:0rem;width:17.5rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPQ0gB2mRSUr0IXZqTbbNibuPTSryB04 { top:39.4375rem;left:0rem;width:17.5rem;height:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #FD5oiM4dc9HQwFiNk5Qpy7RlghmvLs6r { top:54.75rem;left:0rem;width:16.25rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTXOGAm0yBbx98rr1GINyaOtouLKT9Kp { width:22.625rem;height:3.4375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aA4m4p5qRw29WwVUTnPHuNizw69Xg0B8 { display:block; }
 }@media only screen and (max-width: 763px) { #m2q82u1yT3nmFVOf9nWwLu8Ifee9kcFq { top:73.8125rem;left:0rem;width:16.25rem;height:8.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q { display:block; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz124h2ntqGxbnkSkuaPqTc6IIwwunLm { top:4.125rem;left:7.625rem;width:40.125rem;height:2.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9eTVHGpTTnWiIUF5iE8X4ZWldMawtaZ { top:9.375rem;left:13.0625rem;width:34.6875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeMPQhg5sEvANny37d3KHcoWQfX5VqLU { top:14.4375rem;left:13.0625rem;width:34.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtEhhHx59ZhfdmqRs3Lm3HQBHwR0ALJr { top:21.5625rem;left:13.0625rem;width:34.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpywo5gnMkFC93s0LHwedytH0cITBnLT { top:27.5625rem;left:12rem;width:35.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2ZFnOzMmVaMwH2e6sAVdWIcq9T02Gcx { top:36.875rem;left:12rem;width:35.75rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTfJsRAi4nQiaFR1fRMSWtvP4M5XgOpO { top:8.3125rem;left:21.11376953125rem;width:4.0625rem;height:4.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxBiAALDyuCpSSFL33VQeiELEayAhkcJ { top:13.625rem;left:20.95263671875rem;width:4.0625rem;height:4.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bENzoOMn7aQtaR0p2NvIEpsGtCtIIXZI { top:21rem;left:21.11376953125rem;width:4.0625rem;height:4.1875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vm4X9sio5pvnAXlW3HGSg3pl6s27TIOb { top:27rem;left:20.80126953125rem;width:4.0625rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0bsxL1TCPnVEllsHe0NXm96AS4GQAx { top:36.4375rem;left:21.093421936035rem;width:4.0625rem;height:4.1875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pus8N137DGtRUDzDR36JF0RclabINP1K { top:45.75rem;left:12rem;width:35.75rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNZTvKKF46pIyKifBxM9N95D2gJkJ5t0 { top:45.125rem;left:21.11376953125rem;width:4.0625rem;height:4.1875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAteQnNIKIAOxPPOIHTBdbwfw0b53N0 { top:9.625rem;left:0rem;width:33.25rem;height:41.563125009399rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwxDxhTSMn3Tg3TWzuAUWnvxlPTycHMH { top:33.0625rem;left:0rem;width:16.5625rem;height:7.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGzJpGQJdgqL4EfrUumXSiLxkqyViVor { top:43.5625rem;left:0rem;width:15.9375rem;height:17.3125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCtbEvgxc3qaS5VpTBGeU463ForBnuTx { top:62.5rem;left:0rem;width:16.0625rem;height:12.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XnpyDlcRzFDfqoetZLrltomVTHlVuxiF { top:77.6875rem;left:0rem;width:16.375rem;height:20.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #loGRuQXKgvXb6di1Sfn6CFB04mom1570 { top:101.125rem;left:0rem;width:15.9375rem;height:22rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdIx53Ar7FyA5is1WfnEDHUC7XUo73rg { top:125.3125rem;left:0rem;width:15.9375rem;height:18.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBuRKT67wi38n0bvcIWwBT4BVc1Jqigh { top:27rem;left:0rem;width:20rem;height:;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9Wfst4c4IT49fgFTSIdeDuhLToTa4JL { width:22.625rem;height:3.4375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ym6Ns5CgJNz8pqsG9UcsEe04MwOsR8pc { display:block; }
 }@media only screen and (max-width: 763px) { #BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK { display:block; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcnLlHPJhG4OLz4p383z6z0IU9U70OLE { top:4.75rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ7CdbJrPmhSIWwMuoNVZBMTdrssJ0fw { top:10.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #acTGUkMuTk2vQal7XTEJoVKg5sEanB1s { top:17.25rem;left:0rem;width:25rem;height:9.2496875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoJ4S8ZVdIq407ob7aQV3Q4o52v7EnVo { top:17.25rem;left:12.4375rem;width:20.3125rem;height:8.6609299748459rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODP0h14PC2526AEG71WsacplhmWiXXEP { top:17.25rem;left:20.125rem;width:27.625rem;height:8.5427691057461rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9JtBTTJki3IQbkldI4OX0kxE79c1g0I { top:2.9375rem;left:0rem;width:47.75rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgfeTzusSWBr7lKO5tLgiud4uCXzZrD3 { top:3.0625rem;left:0rem;width:20rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHRA7A1B1N3DsZmQV9F3oT5ITRzz3vul { top:9.125rem;left:0rem;width:20rem;height:11.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLGngv4DU3IAfntECN1aOpqMTKbodDB9 { width:22.625rem;height:3.4375rem;top:17.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HiRfVR3rQZhQlQx17dVfRhSg6XZODys5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tl3mTS38ND6NyiIk9DFPR7Dw70RS17Xq { top:36.4375rem;left:21.093421936035rem;width:4.0625rem;height:4.1875rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p { display:block; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p { background-color: transparent; background-image: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .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); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { width:47.5rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfI0r56kN16QcOV1RWcV5KQTEt9oonHZ { top:5.875rem;left:4.1875rem;width:12.5rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrUnm3biT9XK2x12iT9PJvStw8GceyN { left:25.25rem;top:0.625rem;background-color:#ccd4db;background-image:none;width:0.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGL1ET2kBqvbhyNQv7OmnhzHW8uUxKog { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1TlnVgBPgDGxnTEHVeBEJsvwiRzTV5p { top:4.25rem;left:41.59228515625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLTtBHGDzpBbku8lWtXdFdohQ0MvDza { top:4.25rem;left:3.3740234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnLomae2mRFT8DTAFSXg4hnl0LXtFIN { top:5.8125rem;left:31.9375rem;width:13.3125rem;height:1.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWJRuLB1PmTnBfoUsyMKkqRUkqaiv7Sh { width:20rem;height:0;top:2.0621743202209rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yPCUJUvQqV3GRRD3TIxKcusCiu9LBLRf { width:20rem;height:0.0625rem;top:13.061848640442rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o3BvDwbN0Jxl2aV0SS08dKsipoOp8CTa { width:20rem;height:10.4980625rem;top:2.93701171875rem;left:0rem;font-size:1.75rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJL1ic4rKUiTBDAW4r2Oo0G2zuN38bmo { width:19rem;height:3.4375rem;top:15.406086921692rem;left:0.49886071681976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aySqSUGubgi0HTN5X44cpKieserr2Toz { display:block; }
 }@media only screen and (max-width: 763px) { #zgvpAteAvVwwwnvp9wGeFGBpqlwSxqVL { width:19rem;height:3.4375rem;top:19.999185562134rem;left:0.49886071681976rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S59blTm5skEkRJwbLglmtUaPZD1rxMea { display:block; }
 }@media only screen and (max-width: 763px) { #kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 { display:block; }#kJhQoTu85yA2QT3qVDJSP4HZ9LV6ecx1 > .row .container { width:20rem;height:95.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gplrKSDXp2ZJXFA8qKTgNRdQk2kDQ6A5 { width:20rem;height:17.6871875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfT7OEaw1haTWgS014nbSmS1UaCQKThQ { width:20rem;height:0;top:1.0986328125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hUqVsGcpb13XCTCkhM3Ul2vfb4xBpbMN { width:20rem;height:0;top:23.697914123535rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWLKBDRd8vhitNHKZ0tHGUuLLvZTORrp { width:20rem;height:3.32356875rem;top:19.222818374634rem;left:0rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #XDcMWrXePAJh7LIPrFWHHbAEuu8bkOME { width:20rem;height:65.793475rem;top:24.321288466454rem;left:0rem;font-size:1.125rem;z-index:15022;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #E6DENVNJ2i58EzKS4mPLtQRw6JTIBXIA { width:5.1875rem;height:2.875rem;top:91.36503715515rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF { display:block; }#B6WBf4S48K9cT4rl94ZaTJMJF5TTQpTF > .row .container { width:20rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4Ve8pFBDshXURNko5NID5vewnQhxByn { width:20rem;height:3.16080625rem;top:24.935708999634rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #i0v31iOCNpiDXgTdAWdsaTazfIcRt695 { width:20rem;height:0;top:34.12434387207rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #Tfy9i8HnWrcIgWyB9FtZaNr0dEPpuGhp { width:19.3123125rem;height:23.9998125rem;top:0rem;left:0.34261071681976rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2pM3gi3eBdZWzTMGehcDl9iq9rmeUUy { width:12.5rem;height:0.125rem;top:29.43717956543rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqTItHR71GyqHoKnZyZqF6QGp0S1RKLg { width:20rem;height:51.0156rem;top:31.935219764709rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;font-weight:400;font-style:normal;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GG5oFxfCz0SnzdCfaPalDMwzT6FKWRgH { width:18.9981875rem;height:3.4375rem;top:84.90478134155rem;left:0.49967443943024rem;font-size:1.125rem;z-index:15003;background-color:#fb82ff;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) { #sscvL9gWBmOUXOcuRT4TAyATBfAr2PkS { display:block; }
 }@media only screen and (max-width: 763px) { #WirH0n098A2sphO2ZLbCXokOJzOtT9qq { display:block; }#WirH0n098A2sphO2ZLbCXokOJzOtT9qq > .row .container { width:20rem;height:90rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J5fP90yprWmfETXb6NAZhKh6e9zgsRrp { width:17.5rem;height:0;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xBwdw7ZLQev0O22IC4vKa61VwQJqHMQA { width:20rem;height:17.9375rem;top:13.18684387207rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKXWgbXGNiFbC4kyM2Nv4DzeGmn5OScf { width:17.5rem;height:0;top:20.624185562134rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #q6uRmgpTErt4FA8RNTSSqfU8lFQPwcQ0 { display:flex;width:4.4995125rem;height:4.4995125rem;top:14.499502182007rem;left:7.74983727932rem; }
 }@media only screen and (max-width: 763px) { #Zu9eBRJxKyvVKl0yRZ02X4M9IZDIzXyN { display:flex;width:4.4995125rem;height:4.4995125rem;top:33.311365127564rem;left:7.74983727932rem; }
 }@media only screen and (max-width: 763px) { #yN36QvLxFws6kKLNSwuwt6QCaFvGayR4 { width:17.5rem;height:0;top:40.748697757721rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SkQlI91SH0bOVpPQLTbqFVCO4Z5adlzx { width:18.75rem;height:25.0625rem;top:52.91015625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQbQcq9gnto107Opa5cp3DcIJu7ibQy4 { width:16.25rem;height:0;top:57.222493171692rem;left:1.8749998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q3Thh5Z3Kp9PyaHeMSht2k00oRy39MRJ { display:flex;width:4.4995125rem;height:4.4995125rem;top:49.096351623535rem;left:7.74983727932rem; }
 }@media only screen and (max-width: 763px) { #bmesFT3Rcpf0hUk2qzTeTUs11NcnCWEc { width:16.25rem;height:0;top:73.534011840819rem;left:1.8749998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KF9tcblJ3kUcgpXUgpBcnpLnr4c18Ak6 { display:flex;width:4.4995125rem;height:4.4995125rem;top:67.47119140625rem;left:7.74983727932rem; }
 }@media only screen and (max-width: 763px) { #eGsBN43EF4Sq1PTkCflvqpGn3pxf1vc2 { width:17.5rem;height:8.662125rem;top:2.4969072341919rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;z-index:15003;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SnHEu4KlDRqqVdLbnpnKkTxzTI2SH7D3 { width:20rem;height:17.937rem;top:47.20751953125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #n5pheemTuQbv52rfqeyLWDvz846MMecy { width:17.5rem;height:8.39844375rem;top:20.715330600739rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #BPQ0gB2mRSUr0IXZqTbbNibuPTSryB04 { width:17.5rem;height:5.5989625rem;top:39.480791568756rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #FD5oiM4dc9HQwFiNk5Qpy7RlghmvLs6r { width:16.25rem;height:8.398425rem;top:54.7841796875rem;left:1.8749998807907rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TTXOGAm0yBbx98rr1GINyaOtouLKT9Kp { width:18.9998125rem;height:3.4375rem;top:84.250164031981rem;left:0.49886071681976rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #aA4m4p5qRw29WwVUTnPHuNizw69Xg0B8 { display:block; }
 }@media only screen and (max-width: 763px) { #m2q82u1yT3nmFVOf9nWwLu8Ifee9kcFq { width:16.25rem;height:8.3984375rem;top:73.844888687131rem;left:1.8749998807907rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q { display:block; }#I8cQsq7aWlXdwALwEUxyPnLatx0H3Z5q > .row .container { width:20rem;height:152.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz124h2ntqGxbnkSkuaPqTc6IIwwunLm { width:20rem;height:0;top:27.10205078125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #v9eTVHGpTTnWiIUF5iE8X4ZWldMawtaZ { width:20rem;height:0;top:36.80029375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qeMPQhg5sEvANny37d3KHcoWQfX5VqLU { width:20rem;height:0;top:46.29980625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RtEhhHx59ZhfdmqRs3Lm3HQBHwR0ALJr { width:20rem;height:0;top:62.7980375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Kpywo5gnMkFC93s0LHwedytH0cITBnLT { width:20rem;height:0;top:77.033670425412rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #v2ZFnOzMmVaMwH2e6sAVdWIcq9T02Gcx { width:20rem;height:0;top:108.20556640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bTfJsRAi4nQiaFR1fRMSWtvP4M5XgOpO { width:2.5625rem;height:3.32438125rem;top:32.811684608459rem;left:0.0625rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxBiAALDyuCpSSFL33VQeiELEayAhkcJ { width:1.9995125rem;height:3.76139375rem;top:42.811359405517rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bENzoOMn7aQtaR0p2NvIEpsGtCtIIXZI { width:1.6875rem;height:3.412275rem;top:62.308591842651rem;left:0.4375rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vm4X9sio5pvnAXlW3HGSg3pl6s27TIOb { width:2.374675rem;height:3.150225rem;top:77.03369140625rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PJ0bsxL1TCPnVEllsHe0NXm96AS4GQAx { width:2.4375rem;height:3.150225rem;top:100.91780853271rem;left:0.125rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pus8N137DGtRUDzDR36JF0RclabINP1K { width:20rem;height:0;top:145.18961334229rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iNZTvKKF46pIyKifBxM9N95D2gJkJ5t0 { width:2.687175rem;height:2.97444375rem;top:125.36360359192rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQAteQnNIKIAOxPPOIHTBdbwfw0b53N0 { width:20rem;height:25rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwxDxhTSMn3Tg3TWzuAUWnvxlPTycHMH { width:16.5625rem;height:7.86946875rem;top:33.124184608459rem;left:3.4366859197617rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #TGzJpGQJdgqL4EfrUumXSiLxkqyViVor { width:16rem;height:17.31283125rem;top:43.600257873535rem;left:3.8751627206803rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OCtbEvgxc3qaS5VpTBGeU463ForBnuTx { width:16.125rem;height:12.59115rem;top:62.55859184265rem;left:3.6547850370407rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #XnpyDlcRzFDfqoetZLrltomVTHlVuxiF { width:16.4375rem;height:20.46059375rem;top:77.694660186769rem;left:3.6251624822617rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #loGRuQXKgvXb6di1Sfn6CFB04mom1570 { width:16rem;height:22.0345rem;top:101.142578125rem;left:3.4366859197617rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #kdIx53Ar7FyA5is1WfnEDHUC7XUo73rg { width:16rem;height:18.8867375rem;top:125.36360359192rem;left:3.4366859197617rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #yBuRKT67wi38n0bvcIWwBT4BVc1Jqigh { width:20rem;height:4.00065rem;top:27.061360597611rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #I9Wfst4c4IT49fgFTSIdeDuhLToTa4JL { width:18.9998125rem;height:3.4375rem;top:146.84406471253rem;left:0.49886071681976rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #ym6Ns5CgJNz8pqsG9UcsEe04MwOsR8pc { display:block; }
 }@media only screen and (max-width: 763px) { #BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK { background-color:#f8f7f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { background-color: transparent; background-image: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container > .video-iframe-container { display: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row > .video-iframe-container { display: none; }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .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); }#BgpSuOSMT1Kk2X4P9cFt9T6EyCQip2iK > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BcnLlHPJhG4OLz4p383z6z0IU9U70OLE { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZZ7CdbJrPmhSIWwMuoNVZBMTdrssJ0fw { width:20rem;height:0;top:8.4366865158081rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #acTGUkMuTk2vQal7XTEJoVKg5sEanB1s { width:20rem;height:7.39975rem;top:22.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoJ4S8ZVdIq407ob7aQV3Q4o52v7EnVo { width:20rem;height:8.5276848983098rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODP0h14PC2526AEG71WsacplhmWiXXEP { width:20rem;height:6.1848102123049rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9JtBTTJki3IQbkldI4OX0kxE79c1g0I { width:20rem;height:5.99935rem;top:2.125rem;left:0rem;background-color:#009092;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tgfeTzusSWBr7lKO5tLgiud4uCXzZrD3 { width:20rem;height:;top:3.0926208496094rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15008;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gHRA7A1B1N3DsZmQV9F3oT5ITRzz3vul { width:20rem;height:11.9987rem;top:9.1853837966919rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #HLGngv4DU3IAfntECN1aOpqMTKbodDB9 { width:18.9998125rem;height:3.4375rem;top:49.343748092651rem;left:0.49886071681976rem;font-size:1.125rem;z-index:15007;background-color:#ffe723;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #HiRfVR3rQZhQlQx17dVfRhSg6XZODys5 { display:block; }
 }@media only screen and (max-width: 763px) { #Tl3mTS38ND6NyiIk9DFPR7Dw70RS17Xq { width:2.4373375rem;height:3.150225rem;top:4.33935546875rem;left:16.049315810204rem;font-size:2.25rem;text-align:center;text-align-last:center;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { background-color: transparent; background-image: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container { display: none; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .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); }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { border-width: 0; border-radius: 0; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEtTUvT25ABFSgqfM4Wy02lwVcEKSU4p > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zfI0r56kN16QcOV1RWcV5KQTEt9oonHZ { left:0rem;background-color:transparent;background-image:none;top:5.5615234375rem;width:20.1245rem;height:1.79931875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWrUnm3biT9XK2x12iT9PJvStw8GceyN { left:6.6874998807906rem;background-color:#ccd4db;background-image:none;top:9.0623168945312rem;width:6.25rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KGL1ET2kBqvbhyNQv7OmnhzHW8uUxKog { left:0.0625rem;background-color:transparent;background-image:none;top:20.75rem;width:20.0625rem;height:0;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1TlnVgBPgDGxnTEHVeBEJsvwiRzTV5p { width:2.5rem;height:2.5rem;top:9.21044921875rem;left:8.7499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTLTtBHGDzpBbku8lWtXdFdohQ0MvDza { width:2.5rem;height:2.5rem;top:2.2102870941162rem;left:8.7499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnLomae2mRFT8DTAFSXg4hnl0LXtFIN { left:0rem;background-color:transparent;background-image:none;top:12.498699188233rem;width:20.061875rem;height:2.999675rem;font-size:1.25rem;z-index:15008;display:block; }
 }