.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:227,230,231;--color-primary-1:199,221,217;--color-primary-2:115,131,133;--color-primary-3:69,79,80;--color-primary-4:22,48,51;--color-secondary-0:253,252,251;--color-secondary-1:250,244,242;--color-secondary-2:244,232,228;--color-secondary-3:122,116,114;--color-secondary-4:37,35,34;--color-tertiary-0:255,255,255;--color-tertiary-1:199,221,217;--color-tertiary-2:115,131,133;--color-tertiary-3:69,79,80;--color-tertiary-4:22,48,51;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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-secondary-2),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); }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz { background-color:rgba(var(--color-tertiary-4),1);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; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container { background-color: transparent; background-image: none; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container > .video-iframe-container { display: none; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row > .video-iframe-container { display: none; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .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); }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container { border-width: 0; border-radius: 0; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:block; }#e7cea98b9c47911cc73362840b4cc253 { color:rgba(var(--color-tertiary-1),1);display:block;width:4.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.7568359375rem;left:52.875rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nb3f35053da612c43e443ab24d596f78 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.4375rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#n6208e164f70307a1be09b18383b80b7 { color:rgba(var(--color-tertiary-1),1);display:block;width:6.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75634765625rem;left:57.875rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yf447843e8b2a5b5c20fc8419229c973 { color:rgba(var(--color-tertiary-1),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:47.9375rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r11ce340f1cb6cf04f48ff95ec982f97 { color:rgba(var(--color-tertiary-1),1);display:block;width:3rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:65.3125rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zKdXJykT9V6uK2FxZGJkwhEPifcWLROh { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);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-primary-1),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:0.8125rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:4.5rem;height:2rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.25rem;left:70.5rem;display:block; }
#sEsWc71JmbTtxZs7TTdvdSgb7IhiFImr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH { background-color:rgba(var(--color-tertiary-4),1);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:none; }#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH > .row .container { border-width: 0; border-radius: 0; }#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;overflow:visible;position:relative;display:none; }#mpy7dQoRWpKSTtMShwqUaAv3Zu6t1ucU { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.4375rem;top:3.0625rem;left:0rem;overflow:hidden;display:block; }
#qrQOtyB4zE4odpPChH3BPwHgk9A2P5Kn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:18.75rem;display:none; }
#DM5XaFbABTNrwa4qDlTIP7LG2olIGuQk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:12rem;top:6.75rem;left:7.5rem;display:none; }
#qyu7LQInWAl9t5AT2kd4EQvwpPLGpWLy { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);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-primary-1),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:0.8125rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:4.5rem;height:2rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.25rem;left:70.5rem;display:none; }
#aDDAmOSQ4AitL7vaupKxuEe4HaoXb3Ud { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 { position:relative;display:none; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 { border-width: 0; border-radius: 0; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#za5C2SiHzxCTuAPztt11efyE3276lplN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { background-color: transparent; background-image: none; }#za5C2SiHzxCTuAPztt11efyE3276lplN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container > .video-iframe-container { display: none; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row > .video-iframe-container { display: none; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .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); }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { border-width: 0; border-radius: 0; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#l7rNiG4THlCdz3NbRebRa0UqZJ9ioIw1 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.1875rem;position:absolute;font-family:"source serif 4 kz";font-size:3.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.4375rem;left:20.875rem;height:11.9238125rem;font-style:normal;display:block; }
#p3JFXHV0NfhZ1B8nGfrUs7IolJCeQTs3 { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:27.75rem;left:39.625rem;height:6rem;font-style:normal;display:block; }
#bUd5pWtqpf11WPHEQslPeOJ4TQMlBdfy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.625rem;top:44.3125rem;left:37.375rem;overflow:hidden;display:block; }
#VowOOTUzpfoS2MT1rfbgXeP3TVeeaKzh { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.625rem;top:28.125rem;left:37.375rem;overflow:hidden;display:block; }
#rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { color:rgba(var(--color-tertiary-4),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:44rem;left:39.625rem;height:6rem;font-style:normal;display:block; }
#NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:35.875rem;left:39.625rem;height:6rem;font-style:normal;display:block; }
#NXX8fRycAQc5El5xBBvDgCgcyTIMNMrs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.625rem;top:36.1875rem;left:37.375rem;overflow:hidden;display:block; }
#EEhnNhaCG6v9mNNGWxA7CO0QxHeVQ8Jz { 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:39.6875rem;width:25.375rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:55.0625rem;left:36rem; }
#WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wgat0DkiCpzDTl3L037fo2bTEGy106ET { color:rgba(var(--color-tertiary-4),1);display:block;width:47rem;position:absolute;font-family:"source serif 4 kz";font-size:3.3125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.125rem;left:20.9375rem;height:11.9238125rem;font-style:normal;display:none; }
#GJ0IvFtEKzcrx60LTC8SoxffPHsTp7hz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iSISxcl4GWcdsXU3xEamAM1K0W93NFTu { color:rgba(var(--color-tertiary-4),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:5.5rem;left:20.875rem;height:4.5996125rem;font-style:normal;display:block; }
#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { background-color: transparent; background-image: none; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container > .video-iframe-container { display: none; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row > .video-iframe-container { display: none; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .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); }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { border-width: 0; border-radius: 0; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:75rem;position:relative;display:block; }#uiMqKAUiOdTAZmeCrQhXsclrhMgd0zmP { color:rgba(var(--color-tertiary-4),1);display:block;width:39.375rem;position:absolute;font-family:"source serif 4 kz";font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:2.8125rem;left:17.8125rem;height:2.47504375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:18.6875rem;left:22.96826171875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:18.6875rem;left:54.0625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiWQNVoCSluhANG0QzcLw4himyWi798n { box-sizing:content-box;height:16.9375rem;width:75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:36.125rem;display:block; }
#n5UbkDxTpPIe7lO4AZxf8ylSxtgAXPFZ { box-sizing:content-box;height:16.9375rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:-36.625rem;display:block; }
#cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { box-sizing:content-box;height:0.125rem;width:10.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:5.99951171875rem;left:32.375rem;display:block; }
#JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:25.75rem;left:22.999877929688rem;height:20.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:25.75rem;left:56.46875rem;height:20.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:7.25rem;height:2.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:48.25rem;left:25.8125rem;display:block; }
#o6rgnrJ0ppBfk4KiloO2gkZ0yDD3fZpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9JtB7EkRtHDdErQXOw5zFWXwFWTHQ0d { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:48.5rem;left:26.25rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNQWMaqm5epBsfwwmlzb05mfPtfSwHIh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:48.625rem;left:30.75rem; }
#pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:6.98425rem;height:2.29675rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:48.1875rem;left:59.25rem;display:block; }
#KAzMEsT36SWFzsts8dV69HiuoPvd0weC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hk4WgWkIiTX6La1cdpeQ8pNT8iiED77G { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:48.5rem;left:59.5625rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edyZFSb9Q9bzXx5P0Ry5I64louCp1sp1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:48.5625rem;left:64.0625rem; }
#EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:57.875rem;left:25.5rem;height:2.01876875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVDTSvhteV4Rcr61J90705G1xWZDyGmS { box-sizing:content-box;height:11.875rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:54.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#DMpudMgTgK2BOnWWKAtVpN28hnbxsW6V { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:9.5625rem;height:2.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:61.3125rem;left:36.6875rem;display:block; }
#F2zkO4Ddf0i3zysbSeFfFhhCMBplqF0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvJctALVHgvvThtzEEBPzodPWEgLs6zz { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:7.1875rem;height:2.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:61.3125rem;left:28.8125rem;display:block; }
#vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqvqiAtVCpb6vahhpZpxrkgJASIUydAw { position:absolute;display:block;z-index:15028;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:8rem;width:5.5rem;top:8.25rem;left:60.1875rem;overflow:hidden;display:block; }
#SEoeCNlIJcyELMstQnW0hE0KlWl2NKs7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.936375rem;width:6.8115rem;top:8.4140625rem;left:43.37255859375rem;overflow:hidden;display:block; }
#fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:8.6875rem;left:25.1875rem;overflow:hidden;display:block; }
#Eebq9UUFvUxbb6dT22AIacUMf4wHH42W { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:9.75rem;left:59.5rem;overflow:hidden;display:block; }
#TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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-secondary-2),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:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:12.625rem;height:2.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:53.6240234375rem;left:31.1875rem;display:block; }
#B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J1Ac2CqLWHd0JyBu0F5X8exbeSQPcbQc { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:7.0625rem;height:2.375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:48.1875rem;left:8.8125rem;display:block; }
#rwm1eWnZ5Go2nQ9IGzrnJ3aSMhZFzJEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DsA0SXCz1fe2ms2zJuzL6H1ZeEGTfghF { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.7;letter-spacing:0;top:48.5rem;left:9.125rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LfhwI0KSIsorvHEk1eDnt54h59NTgtrl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:48.5625rem;left:13.625rem; }
#BvrNb548f8bAF4QNl6ZbUEiXRKldPcFV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:25.75rem;left:5.75rem;height:20.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAODAlUXSoSnVmPygCKMpGk0Oxzs2dVP { color:rgba(var(--color-tertiary-4),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:18.6875rem;left:8.40625rem;height:5.34375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oesXvSeiOVfDcmydCq1gRIrtWeOnIpIt { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.875rem;width:5.3125rem;top:8.125rem;left:9.3125rem;overflow:hidden;display:block; }
#Inyvw6avAtHQOZ0lUo3PWw6cCoQTFolv { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:6.5625rem;top:9.96875rem;left:8rem;overflow:hidden;display:block; }
#FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { box-sizing:content-box;height:54.8745rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:0rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CHX5G0IveR3qpwUlEJ1959wacFL32T8u { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:18.687255859375rem;left:39.7265625rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uURiXSfXVpWJaBAtP4WFoz3tNPmBLXkd { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:5.875rem;top:9.4765625rem;left:42.4375rem;overflow:hidden;display:block; }
#hPlTU4t0Hyo2v0GWtb8lbP8pnpJS0zqQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:4.9375rem;top:8.4755859375rem;left:26.904296875rem;overflow:hidden;display:block; }
#xJuRTIzTI9qOWaq26HwUQxZzsWm9PX3M { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.7;letter-spacing:0;top:25.68701171875rem;left:40.56201171875rem;height:17.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZqbbQuoI2IbaCVO39f985bLea6KJd9s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { background-color: transparent; background-image: none; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container > .video-iframe-container { display: none; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row > .video-iframe-container { display: none; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .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); }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { border-width: 0; border-radius: 0; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;position:relative;display:block; }#JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { color:rgba(var(--color-primary-4),1);display:block;width:45.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:11.75rem;left:10.5625rem;height:11.15625rem;font-style:normal;display:block; }
#QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { color:rgba(var(--color-tertiary-4),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:30.859375rem;left:23.75rem;height:7.96875rem;font-style:normal;display:block; }
#a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { color:rgba(var(--color-tertiary-4),1);display:block;width:41.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:46.984375rem;left:10.5625rem;height:9.5625rem;font-style:normal;display:block; }
#AFSIk158Lsp58G3tx60JWSW7DXsRIVZp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:8.875rem;top:14.9375rem;left:0rem;overflow:hidden;display:block; }
#FEGqEphCGbUFamHtJMunwfb0AeqUIZX3 { position:absolute;display:block;z-index:14999;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:13.249rem;width:11.499rem;top:29.4375rem;left:63.5rem;overflow:hidden;display:block; }
#ECduuh2DWpVZXUkwwAZytXas9QBy7AwQ { position:absolute;display:block;z-index:14998;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:13.3125rem;width:9.125rem;top:40.0625rem;left:0rem;overflow:hidden;display:block; }
#sTlmfTK2F0fiFZXAheEOh3daQggcDx6m { box-sizing:content-box;height:15.4375rem;width:54.1875rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.625rem;left:3.875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#VAvXhTrKhldw1Vy8QhNteMkaJ14uTldx { box-sizing:content-box;height:12.1875rem;width:50.125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.875rem;left:21.1875rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#sxFrq1b01wnsuQkNKp4Kpm6xIBUkp6bG { box-sizing:content-box;height:14.0625rem;width:51.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.875rem;left:3.0625rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#nkJ0LnSUnHWyqaT0O68wGBITPnSUQuLd { color:#eae4df;display:block;width:36.3125rem;position:absolute;font-family:"source serif 4 kz";font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.125rem;left:19.34375rem;height:5.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4e8e4;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; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { background-color: transparent; background-image: none; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container > .video-iframe-container { display: none; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row > .video-iframe-container { display: none; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .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); }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { border-width: 0; border-radius: 0; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;position:relative;display:block; }#xzKvkGPEdXoIlM96BLeygvTv92ahFEkF { color:rgba(var(--color-primary-4),1);display:block;width:44.125rem;position:absolute;font-family:"source serif 4 kz";font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.75rem;left:15.4375rem;height:2.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cAbE3IZpRwEKZyZOJ4L08a3ENkoJXHNq { box-sizing:content-box;height:0.187011875rem;width:15.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-1),1);background-image:none;top:8.6875rem;left:29.4375rem;display:block; }
#IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { color:rgba(var(--color-primary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:2.4;letter-spacing:0;top:12.8125rem;left:16.3125rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KhplX9N71gJEwLobtxK3T6hifGDENsXS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.0625rem;top:13.1435546875rem;left:15.6875rem;overflow:hidden;display:block; }
#rF6wTezWuVnnpWfBnRPlknRyaNQ0Actu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:15.6875rem;left:16.3125rem;height:4.78125rem;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;text-align:left;text-align-last:left;display:block; }
#HFM9gCleZpepHkQW3nQmMV5IOv6e97zi { color:rgba(var(--color-primary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15004;line-height:2.4;letter-spacing:0;top:13rem;left:40.875rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ARB7CKax0aSyBGoZAiUoB4kuzJSEr90Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.125rem;top:13.1748046875rem;left:40.25rem;overflow:hidden;display:block; }
#cSAmoH4XH46Qdl7kc6t1dD6QTOe8koc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.7;letter-spacing:0;top:15.875rem;left:40.875rem;height:6.375rem;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;text-align:left;text-align-last:left;display:block; }
#MmvKpb5Ox5JRMd5VMVH647ZBSn5JLAFC { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:15.875rem;left:53.125rem;height:1.59375rem;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;text-align:left;text-align-last:left;display:block; }
#H5EhaV88FVDWf2aVL8GGCoU9wP4ngwe9 { color:rgba(var(--color-primary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15016;line-height:2.4;letter-spacing:0;top:13rem;left:53.125rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r8uxaPUtD9ooiTNhZDAbEgZQsLUE7OLM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.1875rem;top:13.1748046875rem;left:52.5rem;overflow:hidden;display:block; }
#ZB9P43fxVnEIz5Ht4m7U1GoAB4HToSZr { color:rgba(var(--color-primary-4),1);display:block;width:16.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15001;line-height:2.4;letter-spacing:0;top:25.58740234375rem;left:16.25rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrs2VSFkkTbztC33kBEV53r8WP623pp6 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.7;letter-spacing:0;top:28.62451171875rem;left:16.25rem;height:6.375rem;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;text-align:left;text-align-last:left;display:block; }
#rvDnoTcXU9kCqWvARrs81FPxN0VTxfMk { color:rgba(var(--color-primary-4),1);display:block;width:16.9365rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15003;line-height:2.4;letter-spacing:0;top:25.5625rem;left:40.875rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xQ4VCQmuFqDpUPPG8MVLM7AUD3yAyrOC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:28.625rem;left:40.9375rem;height:7.96875rem;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;text-align:left;text-align-last:left;display:block; }
#Hn8X9Mbk1441xIKEHyBmLOcroqhEJcQk { color:rgba(var(--color-primary-4),1);display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15018;line-height:2.4;letter-spacing:0;top:12.8125rem;left:28.5rem;height:2.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SBo0cKVa0uzqS3knDdOMptEOHgUDRGkT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.0625rem;top:13.125rem;left:27.875rem;overflow:hidden;display:block; }
#ESzLlAXUa7MtgwR1EXQmsH7UrMF1tULP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.7;letter-spacing:0;top:15.6875rem;left:28.5rem;height:4.78125rem;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;text-align:left;text-align-last:left;display:block; }
#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By { position:relative;display:none; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By { border-width: 0; border-radius: 0; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Hxd6MF9bPmSMg4aTzPorwO9s6EMaySyB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.125rem;width:34.4375rem;display:none; }
#wslV6pryIkGtrthrxwcwzeg5XxgT6mwq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.125rem;width:34.4375rem;display:none; }
#kDHitPIFnmaB8liB6743Nz5TJn7SaMuN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.125rem;width:34.4375rem;display:none; }
#eRcMAADho1kmJ53R6vRGLUn09MKrx4nu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:72.125rem;width:34.4375rem;display:none; }
#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO { position:relative;display:none; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO { border-width: 0; border-radius: 0; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zFVPMWF48h6LfWzSKtZclznKTfz8Gi9y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0rem;left:6.5625rem;display:none; }
#n3vaE6JDp5kdh6JbEElT63cxrtIrwSAE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:65.3125rem;display:none; }
#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB > .row .container { border-width: 0; border-radius: 0; }#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:none; }#GskPT8NnqwyIDJlope1QZg72kNrNbzen { color:rgba(var(--color-tertiary-1),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.7;letter-spacing:0;top:13.3125rem;left:15.625rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHieBa1T0v4aKzaD9uU9JRnEVLTOhNOE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.0625rem;top:10.8125rem;left:60.25rem;overflow:hidden;display:block; }
#NXSG3PgEpbR6FV0hxTTyESMrUKBGK3Lc { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.0625rem;top:0.625rem;left:12.625rem;overflow:hidden;display:block; }
#LJVTqvRxRT316TcDPdS1cLSVapzfsabJ { color:rgba(var(--color-secondary-2),1);display:block;width:47.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:1.25rem;left:15.625rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ti4TktSCVgi9yusnTmL4T2r83ofMnbKd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:3.25rem;left:6.5625rem; }
#TyRf6Bom1bID6RSrdu5TPcM2qKD898ew { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:3.25rem;left:65.3125rem; }
#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container { background-color: transparent; background-image: none; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container > .video-iframe-container { display: none; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row > .video-iframe-container { display: none; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .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); }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container { border-width: 0; border-radius: 0; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#tOWa0JRw8NLg0EUicIkhqygRayvMFS68 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#iQLcAq2F8mfAwXq0HFdmU5vCF3ExSe8T { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#rXiSseUWWvGPPb9D2OriHp9yLAMCKyJu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#nk3wuqxoowAEvLP6qdGc2Cpqgv8VrUV6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:75rem;top:2.125rem;left:0rem;overflow:hidden;display:block; }
#zJuE164LwJbAgipmwcqIzixWTUWAmT7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container { background-color: transparent; background-image: none; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container > .video-iframe-container { display: none; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row > .video-iframe-container { display: none; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .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); }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container { border-width: 0; border-radius: 0; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#JRdfTgmJVpuL3TPx8nCRvTS9Z0Hqi9TC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0rem;left:6.5625rem; }
#atRmpgDseBrBDlXuvwPTcnQVL16vz0At { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0rem;left:65.3125rem; }
#bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw { position:relative;display:block; } #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection *:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="text"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="email"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="tel"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection textarea:focus-visible { outline: none; } #bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw > .row .container { position:relative;display:block; }#Ffa86ea5d29b22bb9124355c87c2d81c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container { background-color: transparent; background-image: none; }#Ffa86ea5d29b22bb9124355c87c2d81c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container > .video-iframe-container { display: none; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ffa86ea5d29b22bb9124355c87c2d81c > .row > .video-iframe-container { display: none; }#Ffa86ea5d29b22bb9124355c87c2d81c > .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); }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container { border-width: 0; border-radius: 0; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#Fe21ec4098e96ad563b5b4fee5069925 { color:rgba(var(--color-tertiary-2),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:4.5rem;left:0rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P71f445e9aae86c1f3544dad0d5afdc3 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.687175rem;width:3.75rem;top:3.4371736347676rem;left:71.249462127687rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz { display:block; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e7cea98b9c47911cc73362840b4cc253 { top:5.75rem;left:39.25rem;width:4.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nb3f35053da612c43e443ab24d596f78 { top:3.0625rem;left:0rem;width:12.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6208e164f70307a1be09b18383b80b7 { top:5.75rem;left:41.25rem;width:6.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf447843e8b2a5b5c20fc8419229c973 { top:5.75rem;left:34.3125rem;width:3.125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r11ce340f1cb6cf04f48ff95ec982f97 { top:5.75rem;left:44.75rem;width:3rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKdXJykT9V6uK2FxZGJkwhEPifcWLROh { width:4.5rem;height:2rem;top:5.25rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsWc71JmbTtxZs7TTdvdSgb7IhiFImr { display:block; }
 }@media only screen and (max-width: 763px) { #CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH { display:none; }#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mpy7dQoRWpKSTtMShwqUaAv3Zu6t1ucU { top:3.0625rem;left:0rem;width:12.4375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQOtyB4zE4odpPChH3BPwHgk9A2P5Kn { width:18.75rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DM5XaFbABTNrwa4qDlTIP7LG2olIGuQk { top:6.75rem;left:0rem;width:12.5rem;height:12rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyu7LQInWAl9t5AT2kd4EQvwpPLGpWLy { width:4.5rem;height:2rem;top:5.25rem;left:43.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aDDAmOSQ4AitL7vaupKxuEe4HaoXb3Ud { display:block; }
 }@media only screen and (max-width: 763px) { #lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 { display:none; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #za5C2SiHzxCTuAPztt11efyE3276lplN { display:block; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7rNiG4THlCdz3NbRebRa0UqZJ9ioIw1 { top:10.4375rem;left:7.25rem;width:40.1875rem;height:11.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3JFXHV0NfhZ1B8nGfrUs7IolJCeQTs3 { top:27.75rem;left:15.25rem;width:32.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUd5pWtqpf11WPHEQslPeOJ4TQMlBdfy { top:44.3125rem;left:23.75rem;width:1.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VowOOTUzpfoS2MT1rfbgXeP3TVeeaKzh { top:28.125rem;left:23.75rem;width:1.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { top:44rem;left:15rem;width:32.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { top:35.875rem;left:13.375rem;width:34.375rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXX8fRycAQc5El5xBBvDgCgcyTIMNMrs { top:36.1875rem;left:23.75rem;width:1.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEhnNhaCG6v9mNNGWxA7CO0QxHeVQ8Jz { top:4.625rem;left:0rem;width:25.375rem;height:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN { top:55.0625rem;left:22.375rem;width:3.125rem;height:3.125rem;display:block; }
#WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Wgat0DkiCpzDTl3L037fo2bTEGy106ET { top:10.6875rem;left:0rem;width:19.9375rem;height:9.5625rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJ0IvFtEKzcrx60LTC8SoxffPHsTp7hz { display:none; }
 }@media only screen and (max-width: 763px) { #iSISxcl4GWcdsXU3xEamAM1K0W93NFTu { top:5.5rem;left:7.25rem;width:30.875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1vD8FsP6A4HgxG91IEF7puBpsE3JId { display:block; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiMqKAUiOdTAZmeCrQhXsclrhMgd0zmP { top:2.8125rem;left:4.1875rem;width:39.375rem;height:2.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { top:18.6875rem;left:9.34326171875rem;width:12.8125rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { top:18.625rem;left:30.125rem;width:17.625rem;height:3.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWQNVoCSluhANG0QzcLw4himyWi798n { top:0rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5UbkDxTpPIe7lO4AZxf8ylSxtgAXPFZ { top:0rem;left:0rem;width:47.75rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { top:5.9375rem;left:18.75rem;width:10.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { top:25.75rem;left:9.3748779296875rem;width:12.6875rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { top:25.75rem;left:34.875rem;width:12.875rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { width:7.25rem;height:2.1875rem;top:48.25rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6rgnrJ0ppBfk4KiloO2gkZ0yDD3fZpy { display:block; }
 }@media only screen and (max-width: 763px) { #x9JtB7EkRtHDdErQXOw5zFWXwFWTHQ0d { top:48.5rem;left:12.625rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQWMaqm5epBsfwwmlzb05mfPtfSwHIh { top:48.625rem;left:17.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { width:6.9375rem;height:2.25rem;top:48.1875rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzMEsT36SWFzsts8dV69HiuoPvd0weC { display:block; }
 }@media only screen and (max-width: 763px) { #Hk4WgWkIiTX6La1cdpeQ8pNT8iiED77G { top:48.5rem;left:42.4375rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edyZFSb9Q9bzXx5P0Ry5I64louCp1sp1 { top:48.5625rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { top:57.875rem;left:11.875rem;width:23.875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVDTSvhteV4Rcr61J90705G1xWZDyGmS { top:54.8125rem;left:0rem;width:47.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpudMgTgK2BOnWWKAtVpN28hnbxsW6V { width:9.4375rem;height:2.25rem;top:61.3125rem;left:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2zkO4Ddf0i3zysbSeFfFhhCMBplqF0R { display:block; }
 }@media only screen and (max-width: 763px) { #BvJctALVHgvvThtzEEBPzodPWEgLs6zz { width:7.0625rem;height:2.25rem;top:61.3125rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block; }
 }@media only screen and (max-width: 763px) { #FqvqiAtVCpb6vahhpZpxrkgJASIUydAw { top:8.25rem;left:42.3125rem;width:5.4375rem;height:7.9090909090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoeCNlIJcyELMstQnW0hE0KlWl2NKs7 { top:8.375rem;left:29.74755859375rem;width:6.75rem;height:7.8649141561981rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { top:8.6875rem;left:11.5625rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eebq9UUFvUxbb6dT22AIacUMf4wHH42W { top:9.75rem;left:42.25rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { width:12.625rem;height:2.375rem;top:53.5625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { display:block; }
 }@media only screen and (max-width: 763px) { #J1Ac2CqLWHd0JyBu0F5X8exbeSQPcbQc { width:7.0625rem;height:2.375rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwm1eWnZ5Go2nQ9IGzrnJ3aSMhZFzJEx { display:block; }
 }@media only screen and (max-width: 763px) { #DsA0SXCz1fe2ms2zJuzL6H1ZeEGTfghF { top:48.5rem;left:0rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhwI0KSIsorvHEk1eDnt54h59NTgtrl { top:48.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvrNb548f8bAF4QNl6ZbUEiXRKldPcFV { top:25.75rem;left:0rem;width:12.125rem;height:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAODAlUXSoSnVmPygCKMpGk0Oxzs2dVP { top:18.6875rem;left:0rem;width:7.875rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oesXvSeiOVfDcmydCq1gRIrtWeOnIpIt { top:8.125rem;left:0rem;width:5.3125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inyvw6avAtHQOZ0lUo3PWw6cCoQTFolv { top:9.9375rem;left:0rem;width:6.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { top:0rem;left:0rem;width:47.75rem;height:54.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHX5G0IveR3qpwUlEJ1959wacFL32T8u { top:18.625rem;left:26.1015625rem;width:14.375rem;height:5.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURiXSfXVpWJaBAtP4WFoz3tNPmBLXkd { top:9.4375rem;left:28.8125rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPlTU4t0Hyo2v0GWtb8lbP8pnpJS0zqQ { top:8.4375rem;left:13.279296875rem;width:4.9375rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuRTIzTI9qOWaq26HwUQxZzsWm9PX3M { top:25.625rem;left:26.93701171875rem;width:13.25rem;height:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqbbQuoI2IbaCVO39f985bLea6KJd9s { display:block; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { top:11.75rem;left:0rem;width:45.125rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { top:30.8125rem;left:9.375rem;width:38.375rem;height:8rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { top:46.9375rem;left:0rem;width:41.5625rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFSIk158Lsp58G3tx60JWSW7DXsRIVZp { top:14.9375rem;left:0rem;width:8.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGqEphCGbUFamHtJMunwfb0AeqUIZX3 { top:29.4375rem;left:36.3125rem;width:11.4375rem;height:13.178206718775rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECduuh2DWpVZXUkwwAZytXas9QBy7AwQ { top:40.0625rem;left:0rem;width:9.0625rem;height:13.221318493151rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlmfTK2F0fiFZXAheEOh3daQggcDx6m { top:9.625rem;left:0rem;width:47.75rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAvXhTrKhldw1Vy8QhNteMkaJ14uTldx { top:28.875rem;left:0rem;width:47.75rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxFrq1b01wnsuQkNKp4Kpm6xIBUkp6bG { top:44.875rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkJ0LnSUnHWyqaT0O68wGBITPnSUQuLd { top:1.125rem;left:5.71875rem;width:36.3125rem;height:5.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfGlar69T0DurGwgyOpVgPgpMzyNDSNy { display:block; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzKvkGPEdXoIlM96BLeygvTv92ahFEkF { top:4.75rem;left:1.8125rem;width:44.125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbE3IZpRwEKZyZOJ4L08a3ENkoJXHNq { top:8.6875rem;left:15.8125rem;width:15.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { top:12.8125rem;left:2.6875rem;width:11.5rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhplX9N71gJEwLobtxK3T6hifGDENsXS { top:13.125rem;left:2.0625rem;width:3.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF6wTezWuVnnpWfBnRPlknRyaNQ0Actu { top:15.6875rem;left:2.6875rem;width:12.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFM9gCleZpepHkQW3nQmMV5IOv6e97zi { top:13rem;left:27.25rem;width:12rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARB7CKax0aSyBGoZAiUoB4kuzJSEr90Q { top:13.125rem;left:26.625rem;width:3.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAmoH4XH46Qdl7kc6t1dD6QTOe8koc2 { top:15.875rem;left:27.25rem;width:9rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmvKpb5Ox5JRMd5VMVH647ZBSn5JLAFC { top:15.875rem;left:34.9375rem;width:12.8125rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5EhaV88FVDWf2aVL8GGCoU9wP4ngwe9 { top:13rem;left:35.6875rem;width:12.0625rem;height:2.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8uxaPUtD9ooiTNhZDAbEgZQsLUE7OLM { top:13.125rem;left:38.875rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9P43fxVnEIz5Ht4m7U1GoAB4HToSZr { top:25.5625rem;left:2.625rem;width:16.875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrs2VSFkkTbztC33kBEV53r8WP623pp6 { top:28.5625rem;left:2.625rem;width:18.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvDnoTcXU9kCqWvARrs81FPxN0VTxfMk { top:25.5625rem;left:27.25rem;width:16.875rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ4VCQmuFqDpUPPG8MVLM7AUD3yAyrOC { top:28.625rem;left:27.3125rem;width:14.375rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn8X9Mbk1441xIKEHyBmLOcroqhEJcQk { top:12.8125rem;left:14.875rem;width:11.5rem;height:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBo0cKVa0uzqS3knDdOMptEOHgUDRGkT { top:13.125rem;left:14.25rem;width:3.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzLlAXUa7MtgwR1EXQmsH7UrMF1tULP { top:15.6875rem;left:14.875rem;width:12.0625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R59VpCT2wV73pZoQm1sPPDdGwiMyp7By { display:none; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Hxd6MF9bPmSMg4aTzPorwO9s6EMaySyB { width:34.4375rem;height:72.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wslV6pryIkGtrthrxwcwzeg5XxgT6mwq { width:34.4375rem;height:72.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kDHitPIFnmaB8liB6743Nz5TJn7SaMuN { width:34.4375rem;height:72.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eRcMAADho1kmJ53R6vRGLUn09MKrx4nu { width:34.4375rem;height:72.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9GwE0GGqP458Bi3nJEUruEdoctDhtOO { display:none; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zFVPMWF48h6LfWzSKtZclznKTfz8Gi9y { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n3vaE6JDp5kdh6JbEElT63cxrtIrwSAE { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #okKdUI7omeWVqQVPmVfvemZJTXlpIyvB { display:block; }#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GskPT8NnqwyIDJlope1QZg72kNrNbzen { top:13.3125rem;left:0.125rem;width:47.625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHieBa1T0v4aKzaD9uU9JRnEVLTOhNOE { top:10.8125rem;left:44.6875rem;width:3.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXSG3PgEpbR6FV0hxTTyESMrUKBGK3Lc { top:0.625rem;left:0rem;width:3.0625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVTqvRxRT316TcDPdS1cLSVapzfsabJ { top:1.25rem;left:0.125rem;width:47.625rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti4TktSCVgi9yusnTmL4T2r83ofMnbKd { top:3.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyRf6Bom1bID6RSrdu5TPcM2qKD898ew { top:3.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy { display:block; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOWa0JRw8NLg0EUicIkhqygRayvMFS68 { top:2.125rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLcAq2F8mfAwXq0HFdmU5vCF3ExSe8T { top:2.125rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiSseUWWvGPPb9D2OriHp9yLAMCKyJu { top:2.125rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk3wuqxoowAEvLP6qdGc2Cpqgv8VrUV6 { top:2.125rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJuE164LwJbAgipmwcqIzixWTUWAmT7a { display:block; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRdfTgmJVpuL3TPx8nCRvTS9Z0Hqi9TC { top:0rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRmpgDseBrBDlXuvwPTcnQVL16vz0At { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw { display:block; } #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection *:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="text"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="email"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="tel"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection textarea:focus-visible { outline: none; } #bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffa86ea5d29b22bb9124355c87c2d81c { display:block; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe21ec4098e96ad563b5b4fee5069925 { top:4.5rem;left:0rem;width:33rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71f445e9aae86c1f3544dad0d5afdc3 { top:3.375rem;left:44rem;width:3.75rem;height:2.687175rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#163033;background-image:none;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); } }@media only screen and (max-width: 763px) { #G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz { display:none; }#G10Awv5N4H5Vql6tmA2ioPB4CwDdFxDz > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e7cea98b9c47911cc73362840b4cc253 { width:4.0625rem;height:0;top:6.1875rem;left:7.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nb3f35053da612c43e443ab24d596f78 { width:9.9375rem;height:2.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6208e164f70307a1be09b18383b80b7 { width:4.1875rem;height:0;top:10.798825rem;left:7.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yf447843e8b2a5b5c20fc8419229c973 { width:3.125rem;height:0;top:8.4931625rem;left:8.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r11ce340f1cb6cf04f48ff95ec982f97 { width:3rem;height:0;top:13.1044875rem;left:8.5rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zKdXJykT9V6uK2FxZGJkwhEPifcWLROh { width:4.5rem;height:2rem;top:5.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEsWc71JmbTtxZs7TTdvdSgb7IhiFImr { display:block; }
 }@media only screen and (max-width: 763px) { #CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH { display:block; }#CsuwkzP3Qzs5F9cocsNxGdlKURMF1hfH > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpy7dQoRWpKSTtMShwqUaAv3Zu6t1ucU { width:9.9375rem;height:2.875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrQOtyB4zE4odpPChH3BPwHgk9A2P5Kn { top:1.625rem;left:18.5rem;width:1.5rem;height:1.625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DM5XaFbABTNrwa4qDlTIP7LG2olIGuQk { top:6.75rem;left:7.5rem;width:12.5rem;height:12rem;z-index:15005;font-family:poppins;color:#c7ddd9;font-weight:300;font-style:normal;text-align:right;text-align-last:right;line-height:3;display:block; }
 }@media only screen and (max-width: 763px) { #qyu7LQInWAl9t5AT2kd4EQvwpPLGpWLy { width:5.5625rem;height:2.75rem;top:15.875rem;left:0rem;z-index:15021;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDDAmOSQ4AitL7vaupKxuEe4HaoXb3Ud { display:block; }
 }@media only screen and (max-width: 763px) { #lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 { background-color:#163033;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; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container { background-color: transparent; background-image: none; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container > .video-iframe-container { display: none; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row > .video-iframe-container { display: none; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .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); }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container { border-width: 0; border-radius: 0; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lxPONp6Kv43EJS6USrJOKpgZKS8fByU2 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za5C2SiHzxCTuAPztt11efyE3276lplN { display:block; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { width:20rem;height:84.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7rNiG4THlCdz3NbRebRa0UqZJ9ioIw1 { width:20rem;height:0;top:33.7802734375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3JFXHV0NfhZ1B8nGfrUs7IolJCeQTs3 { width:16.3125rem;height:12rem;top:39.5625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUd5pWtqpf11WPHEQslPeOJ4TQMlBdfy { width:1.625rem;height:1.0625rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VowOOTUzpfoS2MT1rfbgXeP3TVeeaKzh { width:1.625rem;height:1.125rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { width:16.6875rem;height:10.5rem;top:66.125rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { width:17.9375rem;height:10.5rem;top:53.5625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXX8fRycAQc5El5xBBvDgCgcyTIMNMrs { width:1.625rem;height:1.125rem;top:53.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEhnNhaCG6v9mNNGWxA7CO0QxHeVQ8Jz { width:13rem;height:20.4375rem;top:17rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN { display:flex;width:3.125rem;height:3.125rem;top:79.375rem;left:8.4375rem; }
#WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Wgat0DkiCpzDTl3L037fo2bTEGy106ET { width:19.9375rem;height:9.599625rem;top:10.6875rem;left:0rem;font-size:2rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #GJ0IvFtEKzcrx60LTC8SoxffPHsTp7hz { display:flex;top:1.4375rem;left:18.5rem;width:1.3125rem;height:1.3125rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #iSISxcl4GWcdsXU3xEamAM1K0W93NFTu { width:19.1875rem;height:5.3994125rem;top:4.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wb1vD8FsP6A4HgxG91IEF7puBpsE3JId { display:block; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { width:20rem;height:164.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiMqKAUiOdTAZmeCrQhXsclrhMgd0zmP { width:20rem;height:2.3999rem;top:5.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { width:20rem;height:1.78125rem;top:53.1328125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { width:17.6873125rem;height:3.5625rem;top:115.87451171875rem;left:1.15576171875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWQNVoCSluhANG0QzcLw4himyWi798n { width:20rem;height:16.9375rem;top:87.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5UbkDxTpPIe7lO4AZxf8ylSxtgAXPFZ { width:20rem;height:16.9375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { width:10.3125rem;height:0.1875rem;top:8.34326171875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { width:17.6875rem;height:14.34375rem;top:55.9443359375rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { width:15.625rem;height:17.53125rem;top:120.49755859375rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { width:6.94825rem;height:2.26074375rem;top:71.55029296875rem;left:6.525390625rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #o6rgnrJ0ppBfk4KiloO2gkZ0yDD3fZpy { display:block; }
 }@media only screen and (max-width: 763px) { #x9JtB7EkRtHDdErQXOw5zFWXwFWTHQ0d { width:5.3125rem;height:1.59375rem;top:39.08349609375rem;left:6.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQWMaqm5epBsfwwmlzb05mfPtfSwHIh { display:flex;width:1.3120125rem;height:1.3120125rem;top:39.22412109375rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { width:6.858375rem;height:2.1713875rem;top:139.48828125rem;left:6.76611328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzMEsT36SWFzsts8dV69HiuoPvd0weC { display:block; }
 }@media only screen and (max-width: 763px) { #Hk4WgWkIiTX6La1cdpeQ8pNT8iiED77G { width:5.3125rem;height:1.59375rem;top:71.8837890625rem;left:6.56201171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edyZFSb9Q9bzXx5P0Ry5I64louCp1sp1 { display:flex;width:1.3120125rem;height:1.3120125rem;top:72.0244140625rem;left:11.1875rem; }
 }@media only screen and (max-width: 763px) { #EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { width:17.875rem;height:2.01855625rem;top:152.25rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVDTSvhteV4Rcr61J90705G1xWZDyGmS { width:20rem;height:13.0625rem;top:147.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpudMgTgK2BOnWWKAtVpN28hnbxsW6V { width:9.5625rem;height:2.375rem;top:155.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2zkO4Ddf0i3zysbSeFfFhhCMBplqF0R { display:block; }
 }@media only screen and (max-width: 763px) { #BvJctALVHgvvThtzEEBPzodPWEgLs6zz { width:7.1875rem;height:2.375rem;top:155.6875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block; }
 }@media only screen and (max-width: 763px) { #FqvqiAtVCpb6vahhpZpxrkgJASIUydAw { width:5.49979375rem;height:7.9998125rem;top:44.0087890625rem;left:7.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoeCNlIJcyELMstQnW0hE0KlWl2NKs7 { width:6.81225rem;height:7.937375rem;top:76.5771484375rem;left:6.59326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { width:6.375rem;height:6.375rem;top:44.7587890625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eebq9UUFvUxbb6dT22AIacUMf4wHH42W { width:6.125rem;height:6.125rem;top:107.14599609375rem;left:6.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { width:10.437rem;height:2.3745125rem;top:146.62548828125rem;left:4.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { display:block; }
 }@media only screen and (max-width: 763px) { #J1Ac2CqLWHd0JyBu0F5X8exbeSQPcbQc { width:6.8471875rem;height:2.16015625rem;top:38.80029296875rem;left:6.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwm1eWnZ5Go2nQ9IGzrnJ3aSMhZFzJEx { display:block; }
 }@media only screen and (max-width: 763px) { #DsA0SXCz1fe2ms2zJuzL6H1ZeEGTfghF { width:5.3125rem;height:1.59375rem;top:139.77685546875rem;left:6.87451171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfhwI0KSIsorvHEk1eDnt54h59NTgtrl { display:flex;width:1.25rem;height:1.25rem;top:139.94921875rem;left:11.74951171875rem; }
 }@media only screen and (max-width: 763px) { #BvrNb548f8bAF4QNl6ZbUEiXRKldPcFV { width:17.875rem;height:14.34375rem;top:23.03125rem;left:1.125rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #pAODAlUXSoSnVmPygCKMpGk0Oxzs2dVP { width:17.8125rem;height:3.5625rem;top:20.0625rem;left:1.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oesXvSeiOVfDcmydCq1gRIrtWeOnIpIt { width:5.3125rem;height:7.8745rem;top:11.125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inyvw6avAtHQOZ0lUo3PWw6cCoQTFolv { width:6.5625rem;height:4.9375rem;top:12.5927734375rem;left:6.525390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { width:20rem;height:149.25rem;top:2.9990234375rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #CHX5G0IveR3qpwUlEJ1959wacFL32T8u { width:14.375rem;height:3.5625rem;top:85.556640625rem;left:2.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURiXSfXVpWJaBAtP4WFoz3tNPmBLXkd { width:6rem;height:6rem;top:77.85791015625rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPlTU4t0Hyo2v0GWtb8lbP8pnpJS0zqQ { width:4.93721875rem;height:7.6873125rem;top:107.11572265625rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuRTIzTI9qOWaq26HwUQxZzsWm9PX3M { width:17rem;height:14.34375rem;top:90.2109375rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZqbbQuoI2IbaCVO39f985bLea6KJd9s { display:block; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { width:20rem;height:110.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { width:20rem;height:23.90625rem;top:23.375rem;left:0rem;font-size:0.9375rem;color:#f4e8e4;display:block; }
 }@media only screen and (max-width: 763px) { #QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { width:20rem;height:15.9375rem;top:58.125rem;left:0rem;font-size:0.9375rem;color:#f4e8e4;display:block; }
 }@media only screen and (max-width: 763px) { #a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { width:20rem;height:20.71875rem;top:85.375rem;left:0rem;font-size:0.9375rem;color:#f4e8e4;display:block; }
 }@media only screen and (max-width: 763px) { #AFSIk158Lsp58G3tx60JWSW7DXsRIVZp { width:5rem;height:7.3125rem;top:15.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGqEphCGbUFamHtJMunwfb0AeqUIZX3 { width:6.749rem;height:7.749rem;top:49.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECduuh2DWpVZXUkwwAZytXas9QBy7AwQ { width:5.375rem;height:8.0625rem;top:76.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTlmfTK2F0fiFZXAheEOh3daQggcDx6m { width:20rem;height:28.875rem;top:17.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VAvXhTrKhldw1Vy8QhNteMkaJ14uTldx { width:20rem;height:23.0625rem;top:51.497282028198rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxFrq1b01wnsuQkNKp4Kpm6xIBUkp6bG { width:20rem;height:24.5rem;top:80.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nkJ0LnSUnHWyqaT0O68wGBITPnSUQuLd { width:15rem;height:9.599625rem;top:2.998046875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qfGlar69T0DurGwgyOpVgPgpMzyNDSNy { display:block; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { width:20rem;height:83.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzKvkGPEdXoIlM96BLeygvTv92ahFEkF { width:20rem;height:2.3999rem;top:3.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbE3IZpRwEKZyZOJ4L08a3ENkoJXHNq { width:10.0625rem;height:0.1875rem;top:7.39892578125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { width:20rem;height:2.8496125rem;top:10.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #KhplX9N71gJEwLobtxK3T6hifGDENsXS { width:3.1875rem;height:2.1875rem;top:11.125rem;left:5.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rF6wTezWuVnnpWfBnRPlknRyaNQ0Actu { width:8.9995rem;height:4.78125rem;top:14.134765625rem;left:5.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFM9gCleZpepHkQW3nQmMV5IOv6e97zi { width:12rem;height:2.8496125rem;top:32.4375rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARB7CKax0aSyBGoZAiUoB4kuzJSEr90Q { width:3.125rem;height:2.1245125rem;top:32.7373046875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSAmoH4XH46Qdl7kc6t1dD6QTOe8koc2 { width:8.937rem;height:6.375rem;top:35.8212890625rem;left:5.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MmvKpb5Ox5JRMd5VMVH647ZBSn5JLAFC { width:11rem;height:1.59375rem;top:47.63330078125rem;left:4.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5EhaV88FVDWf2aVL8GGCoU9wP4ngwe9 { width:12.0625rem;height:2.8496125rem;top:44.3125rem;left:4rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r8uxaPUtD9ooiTNhZDAbEgZQsLUE7OLM { width:3.125rem;height:2.1245125rem;top:44.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9P43fxVnEIz5Ht4m7U1GoAB4HToSZr { width:16.875rem;height:2.8496125rem;top:53.7685546875rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hrs2VSFkkTbztC33kBEV53r8WP623pp6 { width:20rem;height:6.375rem;top:57.3056640625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvDnoTcXU9kCqWvARrs81FPxN0VTxfMk { width:16.875rem;height:2.8496125rem;top:66.6806640625rem;left:1.5625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQ4VCQmuFqDpUPPG8MVLM7AUD3yAyrOC { width:20rem;height:7.96875rem;top:70.2255859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hn8X9Mbk1441xIKEHyBmLOcroqhEJcQk { width:11.5rem;height:2.8496125rem;top:21.5rem;left:4.3125rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #SBo0cKVa0uzqS3knDdOMptEOHgUDRGkT { width:3.0625rem;height:2.0625rem;top:21.875rem;left:8.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ESzLlAXUa7MtgwR1EXQmsH7UrMF1tULP { width:11.6875rem;height:4.78125rem;top:25.125rem;left:4rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R59VpCT2wV73pZoQm1sPPDdGwiMyp7By { background-color:#163033;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; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container { background-color: transparent; background-image: none; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container > .video-iframe-container { display: none; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row > .video-iframe-container { display: none; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .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); }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container { border-width: 0; border-radius: 0; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R59VpCT2wV73pZoQm1sPPDdGwiMyp7By > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hxd6MF9bPmSMg4aTzPorwO9s6EMaySyB { top:0rem;left:0rem;width:20rem;height:41.875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wslV6pryIkGtrthrxwcwzeg5XxgT6mwq { top:0rem;left:0rem;width:20rem;height:41.875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kDHitPIFnmaB8liB6743Nz5TJn7SaMuN { top:0rem;left:0rem;width:20rem;height:41.875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #eRcMAADho1kmJ53R6vRGLUn09MKrx4nu { top:0rem;left:0rem;width:20rem;height:41.875rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #u9GwE0GGqP458Bi3nJEUruEdoctDhtOO { background-color:#163033;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; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container { background-color: transparent; background-image: none; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container > .video-iframe-container { display: none; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row > .video-iframe-container { display: none; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .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); }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container { border-width: 0; border-radius: 0; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9GwE0GGqP458Bi3nJEUruEdoctDhtOO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zFVPMWF48h6LfWzSKtZclznKTfz8Gi9y { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:0rem;z-index:15016; }
 }@media only screen and (max-width: 763px) { #n3vaE6JDp5kdh6JbEElT63cxrtIrwSAE { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:16.875rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #okKdUI7omeWVqQVPmVfvemZJTXlpIyvB { display:none; }#okKdUI7omeWVqQVPmVfvemZJTXlpIyvB > .row .container { width:20rem;height:144.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GskPT8NnqwyIDJlope1QZg72kNrNbzen { width:20rem;height:3.1875rem;top:43.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHieBa1T0v4aKzaD9uU9JRnEVLTOhNOE { width:3.0625rem;height:1.9375rem;top:39.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXSG3PgEpbR6FV0hxTTyESMrUKBGK3Lc { width:3.0625rem;height:1.9375rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJVTqvRxRT316TcDPdS1cLSVapzfsabJ { width:20rem;height:25.5rem;top:8.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti4TktSCVgi9yusnTmL4T2r83ofMnbKd { display:flex;width:3.125rem;height:3.125rem;top:4.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TyRf6Bom1bID6RSrdu5TPcM2qKD898ew { display:flex;width:3.125rem;height:3.125rem;top:35.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy { display:none; }#eRnaP6MLcl53lTal8pFtUrgUZJ5BvCSy > .row .container { width:20rem;height:144.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tOWa0JRw8NLg0EUicIkhqygRayvMFS68 { width:20rem;height:6rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLcAq2F8mfAwXq0HFdmU5vCF3ExSe8T { width:20rem;height:6rem;top:8.5166rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiSseUWWvGPPb9D2OriHp9yLAMCKyJu { width:20rem;height:6rem;top:15.7832rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk3wuqxoowAEvLP6qdGc2Cpqgv8VrUV6 { width:20rem;height:6rem;top:15.81445rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJuE164LwJbAgipmwcqIzixWTUWAmT7a { display:none; }#zJuE164LwJbAgipmwcqIzixWTUWAmT7a > .row .container { width:20rem;height:144.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JRdfTgmJVpuL3TPx8nCRvTS9Z0Hqi9TC { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #atRmpgDseBrBDlXuvwPTcnQVL16vz0At { display:flex;width:3.125rem;height:3.125rem;top:5.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw { display:block; } #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection *:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="text"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="email"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection input[type="tel"]:focus-visible, #cfc255c1e38c9825a2badecd6239e7f5.widget-smartsection textarea:focus-visible { outline: none; } #bBxvHHZEwi0JHrH1alhsM2C7RNwUe3tw > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ffa86ea5d29b22bb9124355c87c2d81c { display:block; }#Ffa86ea5d29b22bb9124355c87c2d81c > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fe21ec4098e96ad563b5b4fee5069925 { width:15.3125rem;height:1.625rem;top:6.125rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71f445e9aae86c1f3544dad0d5afdc3 { width:3.75rem;height:2.6870125rem;top:1.75rem;left:0rem;display:block; }
 }