.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#f4e8e4;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:#163033;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:#c7ddd9;display:block;width:4.0625rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:5.75rem;left:60rem;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:#c7ddd9;display:block;width:4.1875rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.75rem;left:54.625rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yf447843e8b2a5b5c20fc8419229c973 { color:#c7ddd9;display:block;width:3.125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.75rem;left:49.8125rem;height:1.05615rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r11ce340f1cb6cf04f48ff95ec982f97 { color:#c7ddd9;display:block;width:3rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.75rem;left:65.5rem;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 #c7ddd9;border-left:0.0625rem solid #c7ddd9;border-right:0.0625rem solid #c7ddd9;border-bottom:0.0625rem solid #c7ddd9;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:#c7ddd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:#163033;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 #c7ddd9;border-left:0.0625rem solid #c7ddd9;border-right:0.0625rem solid #c7ddd9;border-bottom:0.0625rem solid #c7ddd9;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:#c7ddd9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:#ffffff;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:#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; }#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:54.375rem;width:75rem;position:relative;display:block; }#l7rNiG4THlCdz3NbRebRa0UqZJ9ioIw1 { color:#163033;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:block; }
#p3JFXHV0NfhZ1B8nGfrUs7IolJCeQTs3 { color:#163033;display:block;width:32.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25.875rem;left:40.625rem;height:4.5rem;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:38.6875rem;left:38.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:26.25rem;left:38.375rem;overflow:hidden;display:block; }
#rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { color:#163033;display:block;width:32.75rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:38.375rem;left:40.625rem;height:4.5rem;font-style:normal;display:block; }
#NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { color:#163033;display:block;width:34.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:32.125rem;left:40.625rem;height:4.5rem;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:32.4375rem;left:38.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:47.5625rem;left:36rem; }
#WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wgat0DkiCpzDTl3L037fo2bTEGy106ET { color:#163033;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; }
#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#163033;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:57.625rem;width:75rem;position:relative;display:block; }#uiMqKAUiOdTAZmeCrQhXsclrhMgd0zmP { color:#163033;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.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A7DTs3JSGLzl8VTWNgaTsrHrPE3GtUxC { color:#163033;display:block;width:15.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:20.5rem;left:11.6875rem;height:4.0375375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { color:#163033;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.7;letter-spacing:0;top:20.4375rem;left:25.8125rem;height:2.01876875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { color:#163033;display:block;width:17.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:20.4375rem;left:47.25rem;height:2.01876875rem;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:#f4e8e4;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:#f4e8e4;background-image:none;top:0rem;left:-36.625rem;display:block; }
#FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { box-sizing:content-box;height:40.375rem;width:63.625rem;position:absolute;display:block;z-index:15008;background-color:#c7ddd9;background-image:none;top:0.625rem;left:5.96875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { box-sizing:content-box;height:0.1875rem;width:7.125rem;position:absolute;display:block;z-index:15013;background-color:#f4e8e4;background-image:none;top:6rem;left:33.9375rem;display:block; }
#s6LMFovGWNB7KuwhcPkVJ3Pmrcz80kVJ { color:#163033;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:23.3125rem;left:11.75rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { color:#163033;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:23.3125rem;left:29.9375rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { color:#163033;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:23.3125rem;left:48.3125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uPnFIHRpEo7BOCCxKdOSd5EkTosW51NF { background-color:transparent;background-image:none;border-top:0.0625rem solid #163033;border-left:0.0625rem solid #163033;border-right:0.0625rem solid #163033;border-bottom:0.0625rem solid #163033;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:#163033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15018;text-align:center;text-align-last:center;top:34.25rem;left:15.375rem;display:block; }
#Bt2yO0PREkTD1G3rCkUeaszgxyzNdFff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GP0aeWs2S87Hk36HHtxo0bMgv8Hb069W { 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:15019;opacity:1;top:34.8125rem;left:20.0625rem; }
#qfz1Vns6vClfC43uWifmLDG2INrkZK4E { color:#163033;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:34.5625rem;left:15.6875rem;height:1.59375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { background-color:transparent;background-image:none;border-top:0.0625rem solid #163033;border-left:0.0625rem solid #163033;border-right:0.0625rem solid #163033;border-bottom:0.0625rem solid #163033;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:#163033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15021;text-align:center;text-align-last:center;top:34.25rem;left:34.0625rem;display:block; }
#o6rgnrJ0ppBfk4KiloO2gkZ0yDD3fZpy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x9JtB7EkRtHDdErQXOw5zFWXwFWTHQ0d { color:#163033;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15019;line-height:1.7;letter-spacing:0;top:34.5625rem;left:34.375rem;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:34.8125rem;left:38.75rem; }
#pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #163033;border-left:0.0625rem solid #163033;border-right:0.0625rem solid #163033;border-bottom:0.0625rem solid #163033;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:#163033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:15024;text-align:center;text-align-last:center;top:34.25rem;left:52.625rem;display:block; }
#KAzMEsT36SWFzsts8dV69HiuoPvd0weC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hk4WgWkIiTX6La1cdpeQ8pNT8iiED77G { color:#163033;display:block;width:5.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:34.5625rem;left:52.9375rem;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:34.8125rem;left:57.3125rem; }
#EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { color:#163033;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.7;letter-spacing:0;top:44.25rem;left:25.5625rem;height:2.01855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pVDTSvhteV4Rcr61J90705G1xWZDyGmS { box-sizing:content-box;height:11.875rem;width:63.625rem;position:absolute;display:block;z-index:15009;background-color:#f4e8e4;background-image:none;top:41rem;left:6rem;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 #163033;border-left:0.0625rem solid #163033;border-right:0.0625rem solid #163033;border-bottom:0.0625rem solid #163033;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:#163033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:47.6875rem;left:36.75rem;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 #163033;border-left:0.0625rem solid #163033;border-right:0.0625rem solid #163033;border-bottom:0.0625rem solid #163033;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:#163033;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;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:47.6875rem;left:28.875rem;display:block; }
#vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cS3ERbrfrswLxidIOdCzUdVTHHeSaKcS { position:absolute;display:block;z-index:15026;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:10.5rem;left:16.790322580645rem;overflow:hidden;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:10.4375rem;left:53.34375rem;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.9375rem;width:6.8125rem;top:10.46875rem;left:34.09375rem;overflow:hidden;display:block; }
#QUFTKb8W0r0FJ3lPD8FsdV1k3JTrrCam { position:absolute;display:block;z-index:15030;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.8125rem;width:7.6875rem;top:11.5rem;left:15.65625rem;overflow:hidden;display:block; }
#fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { 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.5rem;width:7.5rem;top:10.1875rem;left:34.0625rem;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:7.25rem;width:7.25rem;top:10.375rem;left:52.875rem;overflow:hidden;display:block; }
#TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { background-color:#163033;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:#f4e8e4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.9375rem;font-weight:300;font-style:normal;line-height:2;overflow:hidden;position:absolute;width:10.4375rem;height:2.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:39.75rem;left:32.5625rem;display:block; }
#B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#163033;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:26.625rem;width:75rem;position:relative;display:block; }#xzKvkGPEdXoIlM96BLeygvTv92ahFEkF { color:#c7ddd9;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:1.5625rem;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.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15014;background-color:#f4e8e4;background-image:none;top:5.625rem;left:32.46875rem;display:block; }
#IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { color:#f4e8e4;display:block;width:64.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:2.4;letter-spacing:0;top:9.375rem;left:5.03125rem;height:11.398425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nHZPgT5u4I8uKNxrquM1o5IA3BauohQT { color:#f4e8e4;display:block;width:64.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15015;line-height:2.4;letter-spacing:0;top:9.375rem;left:5.03125rem;height:11.398425rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#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:#ffffff;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:#ffffff;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:#163033;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:#c7ddd9;display:block;width:47.625rem;position:absolute;font-family:poppins;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:#f4e8e4;display:block;width:47.625rem;position:absolute;font-family:poppins;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:#163033;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:22.6875rem;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:1.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:1.0625rem;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.625rem;width:75rem;top:1.0625rem;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:1.0625rem;left:0rem;overflow:hidden;display:block; }
#zJuE164LwJbAgipmwcqIzixWTUWAmT7a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#163033;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; }
#fZqbbQuoI2IbaCVO39f985bLea6KJd9s { 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; }#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:58.3125rem;width:75rem;position:relative;display:block; }#yDgfsLyyiqQ1dvyahVC3DfVuSuzALpEE { color:#163033;display:block;width:44.125rem;position:absolute;font-family:"source serif 4 kz";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.75rem;left:4.5625rem;height:2.69986875rem;font-style:normal;display:block; }
#JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { color:#163033;display:block;width:44.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:11.5rem;left:4.5625rem;height:6.375rem;font-style:normal;display:block; }
#U5w1WvFVJTtlT8qh0Ilaq6IA4PA7SFNh { color:#163033;display:block;width:40.625rem;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:24.5rem;left:34rem;height:2.69970625rem;font-style:normal;display:block; }
#QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { color:#163033;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:28.3125rem;left:33.875rem;height:6.375rem;font-style:normal;display:block; }
#t7NR3VtDnERzDHsAoRFScfTf5sb4E02k { color:#163033;display:block;width:44.125rem;position:absolute;font-family:"source serif 4 kz";font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:39rem;left:4.5625rem;height:2.69986875rem;font-style:normal;display:block; }
#a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { color:#163033;display:block;width:41.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:42.875rem;left:4.5rem;height:6.375rem;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:6.3125rem;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.25rem;width:11.5rem;top:22.9375rem;left:29.875rem;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:37.4375rem;left:0rem;overflow:hidden;display:block; }
#dxDCbKpcUVa3Qd3IagonGRBWKz2mb9Vu { box-sizing:content-box;height:58.25rem;width:75rem;position:absolute;display:block;z-index:14997;background-color:#f4e8e4;background-image:none;top:0rem;left:0rem;display:block; }
#ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#163033;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; } #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection *:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="text"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="email"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="tel"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection textarea:focus-visible { outline: none; } #om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container { background-color: transparent; background-image: none; }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container > .video-iframe-container { display: none; }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row > .video-iframe-container { display: none; }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .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); }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container { border-width: 0; border-radius: 0; }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#163033;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; } #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection *:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="text"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="email"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="tel"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection textarea:focus-visible { outline: none; } #x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container { background-color: transparent; background-image: none; }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container > .video-iframe-container { display: none; }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row > .video-iframe-container { display: none; }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .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); }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container { border-width: 0; border-radius: 0; }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;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:43.6875rem;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:41rem;width:4.1875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf447843e8b2a5b5c20fc8419229c973 { top:5.75rem;left:36.1875rem;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:9.125rem;left:0.75rem;width:47rem;height:11.875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3JFXHV0NfhZ1B8nGfrUs7IolJCeQTs3 { top:25.875rem;left:15.25rem;width:32.5rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUd5pWtqpf11WPHEQslPeOJ4TQMlBdfy { top:38.6875rem;left:24.75rem;width:1.625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VowOOTUzpfoS2MT1rfbgXeP3TVeeaKzh { top:26.25rem;left:24.75rem;width:1.625rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { top:38.375rem;left:15rem;width:32.75rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { top:32.125rem;left:13.375rem;width:34.375rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXX8fRycAQc5El5xBBvDgCgcyTIMNMrs { top:32.4375rem;left:24.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:47.5625rem;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:4.9375rem;left:0rem;width:20rem;height:16.75rem;font-size:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJ0IvFtEKzcrx60LTC8SoxffPHsTp7hz { display:none; }
 }@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.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7DTs3JSGLzl8VTWNgaTsrHrPE3GtUxC { top:20.5rem;left:0rem;width:15.375rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { top:20.4375rem;left:12.1875rem;width:23.9375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { top:20.4375rem;left:30.0625rem;width:17.6875rem;height:2rem;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) { #FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { top:0.625rem;left:0rem;width:47.75rem;height:40.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { top:6rem;left:20.3125rem;width:7.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6LMFovGWNB7KuwhcPkVJ3Pmrcz80kVJ { top:23.3125rem;left:0rem;width:15.625rem;height:9.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { top:23.3125rem;left:16.3125rem;width:15.625rem;height:7.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { top:23.3125rem;left:32.125rem;width:15.625rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPnFIHRpEo7BOCCxKdOSd5EkTosW51NF { width:7.0625rem;height:2.375rem;top:34.25rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2yO0PREkTD1G3rCkUeaszgxyzNdFff { display:block; }
 }@media only screen and (max-width: 763px) { #GP0aeWs2S87Hk36HHtxo0bMgv8Hb069W { top:34.8125rem;left:6.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfz1Vns6vClfC43uWifmLDG2INrkZK4E { top:34.5625rem;left:2.0625rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { width:7.0625rem;height:2.375rem;top:34.25rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6rgnrJ0ppBfk4KiloO2gkZ0yDD3fZpy { display:block; }
 }@media only screen and (max-width: 763px) { #x9JtB7EkRtHDdErQXOw5zFWXwFWTHQ0d { top:34.5625rem;left:20.75rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQWMaqm5epBsfwwmlzb05mfPtfSwHIh { top:34.8125rem;left:25.125rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { width:7.0625rem;height:2.375rem;top:34.25rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAzMEsT36SWFzsts8dV69HiuoPvd0weC { display:block; }
 }@media only screen and (max-width: 763px) { #Hk4WgWkIiTX6La1cdpeQ8pNT8iiED77G { top:34.5625rem;left:39.3125rem;width:5.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edyZFSb9Q9bzXx5P0Ry5I64louCp1sp1 { top:34.8125rem;left:43.6875rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { top:44.25rem;left:11.9375rem;width:23.9375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVDTSvhteV4Rcr61J90705G1xWZDyGmS { top:41rem;left:0rem;width:47.75rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpudMgTgK2BOnWWKAtVpN28hnbxsW6V { width:9.5625rem;height:2.375rem;top:47.6875rem;left:23.125rem;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:47.6875rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block; }
 }@media only screen and (max-width: 763px) { #cS3ERbrfrswLxidIOdCzUdVTHHeSaKcS { top:10.5rem;left:3.1653225806451rem;width:5.3125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvqiAtVCpb6vahhpZpxrkgJASIUydAw { top:10.4375rem;left:39.71875rem;width:5.5rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoeCNlIJcyELMstQnW0hE0KlWl2NKs7 { top:10.4375rem;left:20.46875rem;width:6.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUFTKb8W0r0FJ3lPD8FsdV1k3JTrrCam { top:11.5rem;left:2.03125rem;width:7.6875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { top:10.1875rem;left:20.4375rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eebq9UUFvUxbb6dT22AIacUMf4wHH42W { top:10.375rem;left:39.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { width:10.4375rem;height:2.375rem;top:39.75rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { 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:1.5625rem;left:1.8125rem;width:44.125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbE3IZpRwEKZyZOJ4L08a3ENkoJXHNq { top:5.625rem;left:18.84375rem;width:10.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { top:9.375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHZPgT5u4I8uKNxrquM1o5IA3BauohQT { top:7.625rem;left:0rem;width:20rem;height:23.9375rem;font-size:1rem;display:none; }
 }@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:1.125rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLcAq2F8mfAwXq0HFdmU5vCF3ExSe8T { top:1.0625rem;left:0rem;width:47.75rem;height:14.364791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiSseUWWvGPPb9D2OriHp9yLAMCKyJu { top:1.0625rem;left:0rem;width:47.75rem;height:14.404583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk3wuqxoowAEvLP6qdGc2Cpqgv8VrUV6 { top:1.0625rem;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) { #fZqbbQuoI2IbaCVO39f985bLea6KJd9s { display:block; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDgfsLyyiqQ1dvyahVC3DfVuSuzALpEE { top:7.75rem;left:0rem;width:44.125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { top:11.5rem;left:0rem;width:44.25rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5w1WvFVJTtlT8qh0Ilaq6IA4PA7SFNh { top:24.5rem;left:7.125rem;width:40.625rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { top:28.3125rem;left:6.625rem;width:41.125rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7NR3VtDnERzDHsAoRFScfTf5sb4E02k { top:39rem;left:0rem;width:44.125rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { top:42.875rem;left:0rem;width:41.625rem;height:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFSIk158Lsp58G3tx60JWSW7DXsRIVZp { top:6.3125rem;left:0rem;width:8.875rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGqEphCGbUFamHtJMunwfb0AeqUIZX3 { top:22.9375rem;left:16.25rem;width:11.5rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECduuh2DWpVZXUkwwAZytXas9QBy7AwQ { top:37.4375rem;left:0rem;width:9.125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxDCbKpcUVa3Qd3IagonGRBWKz2mb9Vu { top:0rem;left:0rem;width:47.75rem;height:58.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection { display:block; } #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection *:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="text"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="email"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="tel"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection textarea:focus-visible { outline: none; } #om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection { display:block; } #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection *:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="text"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="email"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="tel"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection textarea:focus-visible { outline: none; } #x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container { width:47.75rem;position:relative;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.625rem;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.6875rem;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.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za5C2SiHzxCTuAPztt11efyE3276lplN { display:block; }#za5C2SiHzxCTuAPztt11efyE3276lplN > .row .container { width:20rem;height:72.5625rem;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:17.25rem;height:9rem;top:36.625rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUd5pWtqpf11WPHEQslPeOJ4TQMlBdfy { width:1.625rem;height:1.0625rem;top:57.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VowOOTUzpfoS2MT1rfbgXeP3TVeeaKzh { width:1.625rem;height:1.125rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnSQCWqeSZyUVoJ4ZxqQxa6REmRtekeh { width:16.6875rem;height:9rem;top:57.1875rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTWsXBv7uIlOKfMxFFA4d3TO0Gs84oog { width:17.625rem;height:7.5rem;top:47.6875rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXX8fRycAQc5El5xBBvDgCgcyTIMNMrs { width:1.625rem;height:1.125rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEhnNhaCG6v9mNNGWxA7CO0QxHeVQ8Jz { width:13rem;height:20.4375rem;top:15.4375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgbXRq8948NdbGRlH8NtHTOCT9mE7VFN { display:flex;width:3.125rem;height:3.125rem;top:68.06787109375rem;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:20rem;height:16.7993125rem;top:2rem;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) { #wb1vD8FsP6A4HgxG91IEF7puBpsE3JId { display:block; }#wb1vD8FsP6A4HgxG91IEF7puBpsE3JId > .row .container { width:20rem;height:106.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiMqKAUiOdTAZmeCrQhXsclrhMgd0zmP { width:20rem;height:2.3999rem;top:5.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7DTs3JSGLzl8VTWNgaTsrHrPE3GtUxC { width:15.375rem;height:4.0371125rem;top:19.3125rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEg5zT6LwOsCKNaKzAws0uPyeyPHMwT5 { width:20rem;height:2.01855625rem;top:48.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBmbV6a1EPvrpQDxZbc6NiFMQu8eubDW { width:17.6875rem;height:2.01855625rem;top:74.875rem;left:1.1875rem;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) { #FolaKz9wLeST5BQhTCQTM2ndDImKDVfJ { width:20rem;height:88.8125rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpxxoA2XuTFIH4bEXscVyA3iN20BqkJ { width:7.125rem;height:0.1875rem;top:8.40625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6LMFovGWNB7KuwhcPkVJ3Pmrcz80kVJ { width:15.625rem;height:9.5625rem;top:22.0810546875rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW4OUzoEEQEQvFHh78pCxmX7AbRHqEe { width:15.625rem;height:7.96875rem;top:50.8125rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaBs3NSx2BCVdJw8cPf1PBVlNbdtGs0K { width:15.625rem;height:4.78125rem;top:77.625rem;left:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPnFIHRpEo7BOCCxKdOSd5EkTosW51NF { width:7.0625rem;height:2.375rem;top:33.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt2yO0PREkTD1G3rCkUeaszgxyzNdFff { display:block; }
 }@media only screen and (max-width: 763px) { #GP0aeWs2S87Hk36HHtxo0bMgv8Hb069W { display:flex;width:1.3125rem;height:1.3125rem;top:34rem;left:11.25rem; }
 }@media only screen and (max-width: 763px) { #qfz1Vns6vClfC43uWifmLDG2INrkZK4E { width:5.3125rem;height:1.59375rem;top:33.75rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7mSWz4LTI5OD9hXb81wAOfuA5TqRlb { width:7.0625rem;height:2.375rem;top:60.375rem;left:6.5rem;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:60.75rem;left:6.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNQWMaqm5epBsfwwmlzb05mfPtfSwHIh { display:flex;width:1.3125rem;height:1.3125rem;top:60.9375rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #pE5TLaTpvqCDZZHNgrPg9Aq77bRhsFK5 { width:7.0625rem;height:2.375rem;top:84rem;left:6.5625rem;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:84.375rem;left:6.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edyZFSb9Q9bzXx5P0Ry5I64louCp1sp1 { display:flex;width:1.3125rem;height:1.3125rem;top:84.5rem;left:11.375rem; }
 }@media only screen and (max-width: 763px) { #EvctizouS0LuSuWSTvlBf8WV6aoXvZRo { width:17.875rem;height:2.01855625rem;top:94.25rem;left:1.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVDTSvhteV4Rcr61J90705G1xWZDyGmS { width:20rem;height:12.375rem;top:90.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMpudMgTgK2BOnWWKAtVpN28hnbxsW6V { width:9.5625rem;height:2.375rem;top:97.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:97.6875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vC7hlp4ML6aPbXccIRsrJ4W8iEDzxTKu { display:block; }
 }@media only screen and (max-width: 763px) { #cS3ERbrfrswLxidIOdCzUdVTHHeSaKcS { width:5.3125rem;height:7.875rem;top:10.375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqvqiAtVCpb6vahhpZpxrkgJASIUydAw { width:5.5rem;height:8rem;top:65.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEoeCNlIJcyELMstQnW0hE0KlWl2NKs7 { width:6.8125rem;height:7.9375rem;top:39.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUFTKb8W0r0FJ3lPD8FsdV1k3JTrrCam { width:7.6875rem;height:5.8125rem;top:11.40625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkzzTaS2B4TXIWT8E0EkUzTd96Farq0X { width:7.5rem;height:7.5rem;top:39.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eebq9UUFvUxbb6dT22AIacUMf4wHH42W { width:7.25rem;height:7.25rem;top:65.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB9imoNDJ7nT1W51TXWuA58vakLRRTfk { width:10.4375rem;height:2.375rem;top:89.75rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5ZvU1LezHzdRIy7dX2KvuXEAbTpdFBS { display:block; }
 }@media only screen and (max-width: 763px) { #qfGlar69T0DurGwgyOpVgPgpMzyNDSNy { display:block; }#qfGlar69T0DurGwgyOpVgPgpMzyNDSNy > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzKvkGPEdXoIlM96BLeygvTv92ahFEkF { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAbE3IZpRwEKZyZOJ4L08a3ENkoJXHNq { width:10.0625rem;height:0.1875rem;top:4.8994125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP3vHkhs5W6Udyd23wwfD5zKhcnRHDzv { width:20rem;height:0;top:6.33642578125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nHZPgT5u4I8uKNxrquM1o5IA3BauohQT { width:20rem;height:23.999rem;top:7.64892578125rem;left:0rem;font-size:1rem;z-index:15016;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:41.9375rem;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:5.25rem;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:6.0166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQLcAq2F8mfAwXq0HFdmU5vCF3ExSe8T { width:20rem;height:6.0166666666667rem;top:8.5166rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXiSseUWWvGPPb9D2OriHp9yLAMCKyJu { width:20rem;height:6.0333333333333rem;top:15.7832rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nk3wuqxoowAEvLP6qdGc2Cpqgv8VrUV6 { width:20rem;height:6.0166666666667rem;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) { #fZqbbQuoI2IbaCVO39f985bLea6KJd9s { display:block; }#fZqbbQuoI2IbaCVO39f985bLea6KJd9s > .row .container { width:20rem;height:82.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDgfsLyyiqQ1dvyahVC3DfVuSuzALpEE { width:20rem;height:2.3999rem;top:7.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAS4TZ9PC8zwochP0JGRfSsrZTnlP3Fh { width:18.5625rem;height:15.9375rem;top:11.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5w1WvFVJTtlT8qh0Ilaq6IA4PA7SFNh { width:20rem;height:2.3999rem;top:32.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZBP9QUEIsVg65z2roTLCzxGqPO44Dv { width:17.125rem;height:17.53125rem;top:36.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7NR3VtDnERzDHsAoRFScfTf5sb4E02k { width:20rem;height:2.3999rem;top:59.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7lwcTxcQy7c3CSEWcg7pEcyuEwetIAI { width:19.0625rem;height:14.34375rem;top:63.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFSIk158Lsp58G3tx60JWSW7DXsRIVZp { width:8.875rem;height:12.875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEGqEphCGbUFamHtJMunwfb0AeqUIZX3 { width:9.5625rem;height:11rem;top:28.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECduuh2DWpVZXUkwwAZytXas9QBy7AwQ { width:7.9375rem;height:11.625rem;top:56.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxDCbKpcUVa3Qd3IagonGRBWKz2mb9Vu { width:20rem;height:58.25rem;top:103.76025390625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection { display:block; } #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection *:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="text"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="email"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection input[type="tel"]:focus-visible, #ab6eea87f1242294c5e4447e5bfdb2ba.widget-smartsection textarea:focus-visible { outline: none; } #om34sgs7wQAyaTMdBPcauhMNVgaStQO0 > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection { display:block; } #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection *:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="text"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="email"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection input[type="tel"]:focus-visible, #edc3ca53a9a769031e5c660de6cbfdb5.widget-smartsection textarea:focus-visible { outline: none; } #x2hT6QJzXnLHD7nCXnzpf6qWQqpRx2BA > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }