.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,255,234;--color-primary-1:255,255,187;--color-primary-2:255,254,118;--color-primary-3:128,127,59;--color-primary-4:38,38,18;--color-secondary-0:251,247,248;--color-secondary-1:240,228,232;--color-secondary-2:225,200,209;--color-secondary-3:113,100,105;--color-secondary-4:34,30,31;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:251,251,251;--color-tertiary-3:151,151,151;--color-tertiary-4:0,0,0;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f7f1ea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #f7f1ea, rgba(22,47,78,0.52));background-image: -moz-linear-gradient(360deg, #f7f1ea, rgba(22,47,78,0.52));background-image: -ms-linear-gradient(360deg, #f7f1ea, rgba(22,47,78,0.52));background-image: -o-linear-gradient(360deg, #f7f1ea, rgba(22,47,78,0.52));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1ea', endColorstr='#162f4e84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1ea', endColorstr='#162f4e84' );";background-image: linear-gradient(360deg, #f7f1ea, rgba(22,47,78,0.52));background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { background-color: transparent; background-image: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container > .video-iframe-container { display: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container { display: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .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); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { border-width: 0; border-radius: 0; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#O3GKfkUxDwFf29fmITVKJBzDMAGcZA7t { color:#111111;display:block;width:56.75rem;position:absolute;font-family:"yeseva one";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:8.375rem;left:1.625rem;height:6.296875rem;text-align:center;text-align-last:center;display:block; }
#A47Ag3uQOJZmvfQIfTZHkiNla5v1K2qr { color:#162f4e;display:block;width:50.0625rem;position:absolute;font-family:vidage;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.9375rem;left:5.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#GtmJ3uTSUBSJm4Lg004nh1y6CzXG9kKO { color:#162f4e;display:block;width:53.75rem;position:absolute;font-family:vidage;font-size:2.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.375rem;left:3.125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTBrkCD6K0LiwigL5ZKstO5bFQHEy2PD { color:#162f4e;display:block;width:53.75rem;position:absolute;font-family:vidage;font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:4.9248046875rem;left:3.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KfkSZG4s19UBqucR031SUbXE3gJkqyQJ { color:rgba(var(--color-tertiary-4),1);display:block;width:55.125rem;position:absolute;font-family:"yeseva one";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:20.375rem;left:2.4375rem;height:4.72265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H8txp3pKri30FS642VFu5JkAdNhMzwIH { background-color:#136f63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"yeseva one";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3125rem;height:2.5625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:28.234375rem;left:24.15625rem;display:block; }
#hy5xhRIdiwsBoT8IG2G2scxtRHGG605Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f1ea;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; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { background-color: transparent; background-image: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container > .video-iframe-container { display: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row > .video-iframe-container { display: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .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); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { border-width: 0; border-radius: 0; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#n8uf9qqRl5kX9rw9iykLnbvOyblk127D { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.8125rem;left:0.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRmwQzlt61yTsBc94KE2nuszX2pVMek0 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:13.625rem;left:0.625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gaVzQozqz6abE0pLmP0dQCwAUpp03GrT { color:#162f4e;display:block;width:20rem;position:absolute;font-family:vidage;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:20rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/36680fc9-48c5-49cc-8fc8-247ecd326b27/PXL_20250416_161245036PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:20rem;top:5.9375rem;left:20rem;display:block; }#V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.adaptive-delivery-prevent-bg, #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.lazyload, #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.lazyloading { background-image: none; }
#ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm { position:absolute;display:block;z-index:15001;background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/572555bf-77e7-42a8-8d39-a72165667734/PXL_20250815_194902096PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:20rem;top:5.9375rem;left:40rem;display:block; }#ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.adaptive-delivery-prevent-bg, #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.lazyload, #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.lazyloading { background-image: none; }
#Gq4sgcN50BwvzTTp7OmNhdTaSCseg7ux { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.8125rem;left:20.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eTXiXeTlI9KBwBXMh4GLiV82oJ9iLT01 { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.125rem;left:21.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGtCVt1AZJzQlT6pWZB0tC5t1Fuizfd8 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.8125rem;left:40.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNVhGZn0OL6pJP0V3fwkceJspSc6MRDm { color:rgba(var(--color-tertiary-1),1);display:block;width:18.75rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.1875rem;left:40.625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rq4XhNOewkuhao6UIVZ8kl7mxL1M9C1T { color:#162f4e;display:block;width:26.0625rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:25.86328125rem;left:16.96875rem;height:1.29980625rem;display:block; }
#Khp3RP2R3mAhab86lpgGKpPbkk7E8Byp { background-color:#136f63;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"yeseva one";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.375rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.125rem;left:21.8125rem;display:block; }
#cN8sgcrqTgZyZU4u04u5eCcyplpfsbGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/447707d5-193f-45c6-bdb4-c8228e0d7ed0/PXL_20240927_200439673PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:20rem;top:5.9375rem;left:0rem;display:block; }#rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.adaptive-delivery-prevent-bg, #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.lazyload, #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.lazyloading { background-image: none; }
#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f1ea;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; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container { background-color: transparent; background-image: none; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container > .video-iframe-container { display: none; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row > .video-iframe-container { display: none; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .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); }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container { border-width: 0; border-radius: 0; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#Z9qoqwDNM0Qe8hdHyuKhG9W4AT0V5U8v { color:#162f4e;display:block;width:51.1875rem;position:absolute;font-family:vidage;font-size:1.5625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.625rem;left:4.40625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#FsdG7loPRaTFF5QmLoo7u9yCuA71dOCM { color:rgba(22,47,78,0.71);display:block;width:60rem;position:absolute;font-family:"yeseva one";font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.39453125rem;left:0rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dst9MODVPi1Fwqtta1u6HGEsT1TTxc0p { position:absolute;display:block;z-index:15000;background-color:rgba(247,241,234,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.75rem;left:0rem;display:block; }
#MnEz7sKh4810smScDiD0dlnqU73TIqd0 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.9375rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:2;letter-spacing:0;top:14.25rem;left:0.5rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HcWD5BBbSLUhTUqZ8c8mcH6JuwXbWOLL { color:#162f4e;display:block;width:11.25rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:30.1875rem;left:7.25rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/2c0midsQKe0/unsplash/atikh-bana-2c0midsQKe0-photo-1469460340997-2f854421e72f.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4rem;width:4rem;top:29rem;left:1.4375rem;display:block; }#Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ.adaptive-delivery-prevent-bg, #Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ.lazyload, #Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ.lazyloading { background-image: none; }
#m4o9EaC3e5qhzmcOzA4DbeZZ6DRv83c7 { color:#162f4e;display:block;width:11.25rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:30.1875rem;left:26.84375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmiKaSfTMacoTAyAFZL41eNHihX3Xow1 { position:absolute;display:block;z-index:15005;background-color:rgba(247,241,234,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.75rem;left:20.53125rem;display:block; }
#fxMcshEAO1mVUuTVcpJAZ6tXcpEEnlSz { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:2;letter-spacing:0;top:14.25rem;left:21.25rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/DNADGmifFsc/unsplash/microsoft-edge-DNADGmifFsc-photo-1665686304355-0b09b1e3b03c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4rem;width:4rem;top:29rem;left:21.25rem;display:block; }#ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz.adaptive-delivery-prevent-bg, #ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz.lazyload, #ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz.lazyloading { background-image: none; }
#OPoe260HS4e9TThFCbTfsmyVM50iUOE7 { color:#162f4e;display:block;width:11.25rem;position:absolute;font-family:"yeseva one";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:30.1875rem;left:47.5rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tcmHbaVHMArJyWUl8zVxhcg2WX62XeTG { position:absolute;display:block;z-index:15010;background-color:rgba(247,241,234,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:12.25rem;width:18.9375rem;top:13.75rem;left:41.0625rem;display:block; }
#tLOGEg5c0QQEvwmAcZcRqVhNiEU0Na3h { color:rgba(var(--color-tertiary-3),1);display:block;width:17.5rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15021;line-height:2;letter-spacing:0;top:14.25rem;left:41.78125rem;height:9.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3402kvtHhOo/unsplash/almos-bechtold-3402kvtHhOo-photo-1514626585111-9aa86183ac98.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:3.9375rem;width:3.9375rem;top:29.03125rem;left:42.3125rem;display:block; }#BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx.adaptive-delivery-prevent-bg, #BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx.lazyload, #BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx.lazyloading { background-image: none; }
#cdW6rQMAATu1HqxTLAFwdM5BHy2bpTHw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.3125rem;width:6.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:7.875rem;left:26.84375rem; }
#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc { position:relative;display:block; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc { background-color: transparent; background-image: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container > .video-iframe-container { display: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row > .video-iframe-container { display: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .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); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc { border-width: 0; border-radius: 0; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f1ea;background-image:url("https://images.assets-landingi.com/uc/b0297b7f-5573-4652-8574-4ddcf86133ce/noroot.crop_4133x7528_447,0");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container.adaptive-delivery-prevent-bg, #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container.lazyload, #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container.lazyloading { background-image: none; }#z9lT6qNtevxFBZF3PPNnlPIJDxox1aH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.375rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:14.9609375rem;left:15.3125rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgbkMGQBHKwRPT7VlW3kBMaNUuLuuOkx { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:vidage;font-size:1.5rem;font-weight:300;z-index:15012;line-height:1.1;letter-spacing:0;top:12.375rem;left:15.25rem;height:1.6494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dv0k21O0XUwMQs4eVk3lJiRvoRCx9XAE { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.42);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:33.25rem;width:33.75rem;top:6.78125rem;left:13.09375rem;display:block; }
#VTCOKTx13TNNTNQauNPkgwJoTBsqonhT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5rem;position:absolute;font-family:"yeseva one";font-size:1rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:22.3125rem;left:15.25rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo { color:rgba(var(--color-tertiary-4),1);display:block;width:7.625rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:24.8125rem;left:20.5rem;height:12.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo li:before{  }
#Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU { color:rgba(var(--color-tertiary-4),1);display:block;width:8rem;position:absolute;font-family:"yeseva one";font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:24.8125rem;left:29.75rem;height:12.84375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }#Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU li:before{  }
#Shpwkkr4GcbfwJ9yEyM0fDJxyq50EdeP { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:8.1875rem;left:28.6875rem; }
#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f1ea;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; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { background-color: transparent; background-image: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { display: none; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .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); }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { border-width: 0; border-radius: 0; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:60rem;position:relative;display:block; }#mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { color:#162f4e;display:block;width:60rem;position:absolute;font-family:"yeseva one";font-size:2.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1F0ogDDriF9DcqRWgW7VLa7xcb6D7Mx { background-color:#136f63;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;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"yeseva one";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:10.5625rem;height:2.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:11.75rem;left:24.71875rem;display:block; }
#ifyQobOs2iFfdGdEawqvMiwgmScbJN5N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SiuzLGbTwGJgrOgREJfSHqNJNq8kpeZO { color:#162f4e;display:block;width:28.625rem;position:absolute;font-family:"yeseva one";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.7265625rem;left:15.6875rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f1ea;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; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { background-color: transparent; background-image: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { display: none; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .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); }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { border-width: 0; border-radius: 0; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#AyiBpQngT377h195gKPaWfNGDRHdmMxq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.15625rem;left:22.75rem;overflow:hidden;display:block; }
#pbxf4lOizddtrREDLfZbCLB0UL03s3be { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:3.15625rem;left:26.625rem;overflow:hidden;display:block; }
#QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:3.15625rem;left:30.90625rem; }
#QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AEOixqtTx7Iek8ZuyfERagBteETK7JWS { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.84375rem;left:34.65625rem; }
#AEOixqtTx7Iek8ZuyfERagBteETK7JWS > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lhK92dMVXHwEzb8BlwKey88GPi7he2HB { display:block; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3GKfkUxDwFf29fmITVKJBzDMAGcZA7t { top:8.375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A47Ag3uQOJZmvfQIfTZHkiNla5v1K2qr { top:16.9375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtmJ3uTSUBSJm4Lg004nh1y6CzXG9kKO { top:1.375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTBrkCD6K0LiwigL5ZKstO5bFQHEy2PD { top:4.875rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkSZG4s19UBqucR031SUbXE3gJkqyQJ { top:20.375rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8txp3pKri30FS642VFu5JkAdNhMzwIH { width:13.3125rem;height:2.5625rem;top:28.1875rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy5xhRIdiwsBoT8IG2G2scxtRHGG605Q { display:block; }
 }@media only screen and (max-width: 763px) { #RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 { display:block; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8uf9qqRl5kX9rw9iykLnbvOyblk127D { width:18.75rem;height:1.625rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRmwQzlt61yTsBc94KE2nuszX2pVMek0 { width:18.75rem;height:6rem;top:13.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaVzQozqz6abE0pLmP0dQCwAUpp03GrT { width:20rem;height:2rem;top:0.875rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ { top:5.9375rem;left:11.75rem;width:20rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm { top:5.9375rem;left:27.625rem;width:20rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq4sgcN50BwvzTTp7OmNhdTaSCseg7ux { width:18.75rem;height:1.625rem;top:10.8125rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXiXeTlI9KBwBXMh4GLiV82oJ9iLT01 { width:18.75rem;height:4.5rem;top:15.125rem;left:13rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtCVt1AZJzQlT6pWZB0tC5t1Fuizfd8 { width:18.75rem;height:1.625rem;top:10.8125rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVhGZn0OL6pJP0V3fwkceJspSc6MRDm { width:18.75rem;height:4.5rem;top:15.1875rem;left:28.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4XhNOewkuhao6UIVZ8kl7mxL1M9C1T { top:25.8125rem;left:0rem;width:26.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Khp3RP2R3mAhab86lpgGKpPbkk7E8Byp { width:16.375rem;height:3.125rem;top:28.125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN8sgcrqTgZyZU4u04u5eCcyplpfsbGr { display:block; }
 }@media only screen and (max-width: 763px) { #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G { top:5.9375rem;left:0rem;width:20rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ { display:block; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9qoqwDNM0Qe8hdHyuKhG9W4AT0V5U8v { width:47.75rem;height:2rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdG7loPRaTFF5QmLoo7u9yCuA71dOCM { width:47.75rem;height:1.5rem;top:6.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dst9MODVPi1Fwqtta1u6HGEsT1TTxc0p { width:18.9375rem;height:12.25rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnEz7sKh4810smScDiD0dlnqU73TIqd0 { width:17.9375rem;height:11.25rem;top:14.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWD5BBbSLUhTUqZ8c8mcH6JuwXbWOLL { width:11.25rem;height:1.625rem;top:30.1875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ { width:4rem;height:4rem;top:29rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4o9EaC3e5qhzmcOzA4DbeZZ6DRv83c7 { width:11.25rem;height:1.625rem;top:30.1875rem;left:20.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmiKaSfTMacoTAyAFZL41eNHihX3Xow1 { width:18.9375rem;height:12.25rem;top:13.75rem;left:14.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMcshEAO1mVUuTVcpJAZ6tXcpEEnlSz { width:17.5rem;height:11.25rem;top:14.25rem;left:15.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz { width:4rem;height:4rem;top:29rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPoe260HS4e9TThFCbTfsmyVM50iUOE7 { width:11.25rem;height:1.625rem;top:30.1875rem;left:36.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcmHbaVHMArJyWUl8zVxhcg2WX62XeTG { width:18.9375rem;height:12.25rem;top:13.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOGEg5c0QQEvwmAcZcRqVhNiEU0Na3h { width:17.5rem;height:11.25rem;top:14.25rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx { width:3.9375rem;height:3.9375rem;top:29rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdW6rQMAATu1HqxTLAFwdM5BHy2bpTHw { top:7.875rem;left:20.71875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc { display:block; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9lT6qNtevxFBZF3PPNnlPIJDxox1aH0 { width:29.375rem;height:6rem;top:14.9375rem;left:9.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgbkMGQBHKwRPT7VlW3kBMaNUuLuuOkx { width:29.5rem;height:1.625rem;top:12.375rem;left:9.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0k21O0XUwMQs4eVk3lJiRvoRCx9XAE { width:33.75rem;height:33.25rem;top:6.75rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCOKTx13TNNTNQauNPkgwJoTBsqonhT { width:29.5rem;height:1.0625rem;top:22.3125rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo { width:7.625rem;height:12.8125rem;top:24.8125rem;left:14.375rem;font-size:0.625rem;display:block; }#iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo li:before{  }
 }@media only screen and (max-width: 763px) { #Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU { width:8rem;height:;top:24.8125rem;left:23.625rem;font-size:0.625rem;display:block; }#Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU li:before{  }
 }@media only screen and (max-width: 763px) { #Shpwkkr4GcbfwJ9yEyM0fDJxyq50EdeP { top:8.1875rem;left:22.5625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { width:47.75rem;height:2.875rem;top:1.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1F0ogDDriF9DcqRWgW7VLa7xcb6D7Mx { width:10.5625rem;height:2.9375rem;top:11.75rem;left:18.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyQobOs2iFfdGdEawqvMiwgmScbJN5N { display:block; }
 }@media only screen and (max-width: 763px) { #SiuzLGbTwGJgrOgREJfSHqNJNq8kpeZO { top:5.6875rem;left:9.5625rem;width:28.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyiBpQngT377h195gKPaWfNGDRHdmMxq { width:2.625rem;height:2.625rem;top:3.125rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxf4lOizddtrREDLfZbCLB0UL03s3be { width:2.625rem;height:2.625rem;top:3.125rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho { top:3.125rem;left:23.875rem;width:2.625rem;height:2.625rem;display:block; }
#QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AEOixqtTx7Iek8ZuyfERagBteETK7JWS { top:2.8125rem;left:25.46875rem;width:3.25rem;height:3.25rem;display:block; }
#AEOixqtTx7Iek8ZuyfERagBteETK7JWS > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#f7f1ea;background-image:none;display:block; }
#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .row > .video-iframe-container { display: none; }#SO1Giu0mP0WktCraO32pGsT3cE5p2Jpf > .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) { #lhK92dMVXHwEzb8BlwKey88GPi7he2HB { background-color:transparent;background-image: -webkit-linear-gradient(18deg, #f7f1ea, rgba(22,47,78,0.32));background-image: -moz-linear-gradient(18deg, #f7f1ea, rgba(22,47,78,0.32));background-image: -ms-linear-gradient(18deg, #f7f1ea, rgba(22,47,78,0.32));background-image: -o-linear-gradient(18deg, #f7f1ea, rgba(22,47,78,0.32));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1ea', endColorstr='#162f4e51' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f1ea', endColorstr='#162f4e51' );";background-image: linear-gradient(18deg, #f7f1ea, rgba(22,47,78,0.32));background-size:cover !important;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; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { background-color: transparent; background-image: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container > .video-iframe-container { display: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container { display: none; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .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); }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { border-width: 0; border-radius: 0; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lhK92dMVXHwEzb8BlwKey88GPi7he2HB > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3GKfkUxDwFf29fmITVKJBzDMAGcZA7t { width:20rem;height:5.25rem;top:4.6875rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A47Ag3uQOJZmvfQIfTZHkiNla5v1K2qr { width:20rem;height:1.3808625rem;top:10.80859375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtmJ3uTSUBSJm4Lg004nh1y6CzXG9kKO { width:15.4375rem;height:1.3808625rem;top:1.0625rem;left:2.28125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTBrkCD6K0LiwigL5ZKstO5bFQHEy2PD { width:20rem;height:1.29980625rem;top:2.943359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfkSZG4s19UBqucR031SUbXE3gJkqyQJ { width:20rem;height:4.875rem;top:13.0625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H8txp3pKri30FS642VFu5JkAdNhMzwIH { width:13.3125rem;height:2.5625rem;top:19.375rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hy5xhRIdiwsBoT8IG2G2scxtRHGG605Q { display:block; }
 }@media only screen and (max-width: 763px) { #RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 { background-color:#f7f1ea;background-image:none;display:block; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { background-color: transparent; background-image: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container > .video-iframe-container { display: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row > .video-iframe-container { display: none; }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .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); }#RUc2EgM0PSM5kzc4qDcuQxwsyQtiHF67 > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8uf9qqRl5kX9rw9iykLnbvOyblk127D { width:18.75rem;height:1.29980625rem;top:5.75rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRmwQzlt61yTsBc94KE2nuszX2pVMek0 { width:18.75rem;height:4.796875rem;top:8.3505859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaVzQozqz6abE0pLmP0dQCwAUpp03GrT { width:20rem;height:1.29980625rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-family:"yeseva one";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ { width:20rem;height:11.875rem;top:17.5244140625rem;left:0rem;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/36680fc9-48c5-49cc-8fc8-247ecd326b27/PXL_20250416_161245036PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.adaptive-delivery-prevent-bg, #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.lazyload, #V7xoz8A3QPTL8xr4wfLv1iPzXzRfoHFJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm { width:20rem;height:12.1875rem;top:31.421875rem;left:0rem;background-color:#333333;background-image:url("https://images.assets-landingi.com/uc/572555bf-77e7-42a8-8d39-a72165667734/PXL_20250815_194902096PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.adaptive-delivery-prevent-bg, #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.lazyload, #ROAcQT1aW2WIKT2rvJtfGT9QcT1d35fm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Gq4sgcN50BwvzTTp7OmNhdTaSCseg7ux { width:18.75rem;height:1.29980625rem;top:19.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTXiXeTlI9KBwBXMh4GLiV82oJ9iLT01 { width:18.75rem;height:3.59765625rem;top:22.2626953125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGtCVt1AZJzQlT6pWZB0tC5t1Fuizfd8 { width:18.75rem;height:1.29980625rem;top:33.7099609375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVhGZn0OL6pJP0V3fwkceJspSc6MRDm { width:18.75rem;height:2.3984375rem;top:36.47265625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq4XhNOewkuhao6UIVZ8kl7mxL1M9C1T { width:20rem;height:2.5996125rem;top:45.2998046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#162f4e;display:block; }
 }@media only screen and (max-width: 763px) { #Khp3RP2R3mAhab86lpgGKpPbkk7E8Byp { width:15.6875rem;height:2.8125rem;top:49.4619140625rem;left:2.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cN8sgcrqTgZyZU4u04u5eCcyplpfsbGr { display:block; }
 }@media only screen and (max-width: 763px) { #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G { width:20rem;height:12.1875rem;top:3.5244140625rem;left:0rem;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/447707d5-193f-45c6-bdb4-c8228e0d7ed0/PXL_20240927_200439673PORTRAIT.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.adaptive-delivery-prevent-bg, #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.lazyload, #rTOa2KbnqZ6JqTQ60Ig0OFtGB6dUcB4G.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ { display:block; }#IvegBWvakzcqxx7eNohVoyAJHAtvc0lJ > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z9qoqwDNM0Qe8hdHyuKhG9W4AT0V5U8v { width:20rem;height:4.875rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsdG7loPRaTFF5QmLoo7u9yCuA71dOCM { width:20rem;height:2.4375rem;top:9.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dst9MODVPi1Fwqtta1u6HGEsT1TTxc0p { width:18.9375rem;height:10.6875rem;top:17.8125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnEz7sKh4810smScDiD0dlnqU73TIqd0 { width:17.5rem;height:8.75rem;top:18.875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcWD5BBbSLUhTUqZ8c8mcH6JuwXbWOLL { width:13.8125rem;height:1.4619125rem;top:30.73828125rem;left:5.71875rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd6gpfpckcp21nPow2FFO82FfRW3bLLZ { width:3.25rem;height:3.25rem;top:29.84375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4o9EaC3e5qhzmcOzA4DbeZZ6DRv83c7 { width:13.1875rem;height:1.4619125rem;top:48.34375rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmiKaSfTMacoTAyAFZL41eNHihX3Xow1 { width:18.9375rem;height:12.25rem;top:33.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMcshEAO1mVUuTVcpJAZ6tXcpEEnlSz { width:17.5rem;height:10.5rem;top:34.75rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqapsEa0NB1GZ8QPJ2kKZxiIrqW6MkJz { width:3.25rem;height:3.25rem;top:47.44921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPoe260HS4e9TThFCbTfsmyVM50iUOE7 { width:12.75rem;height:1.4619125rem;top:66.0869140625rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcmHbaVHMArJyWUl8zVxhcg2WX62XeTG { width:18.9375rem;height:12.25rem;top:52rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLOGEg5c0QQEvwmAcZcRqVhNiEU0Na3h { width:17.5rem;height:8.75rem;top:53.75rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDK4sQAp7GUlOyJFWipPJOIEJ3BMU8Hx { width:3.4375rem;height:3.4375rem;top:65.0986328125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdW6rQMAATu1HqxTLAFwdM5BHy2bpTHw { display:flex;width:6.3125rem;height:6.3125rem;top:11.5625rem;left:6.84375rem; }
 }@media only screen and (max-width: 763px) { #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/b0297b7f-5573-4652-8574-4ddcf86133ce/noroot.crop_4133x7528_447,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc.adaptive-delivery-prevent-bg, #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc.lazyload, #HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc.lazyloading { background-image: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container { background-color: transparent; background-image: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container > .video-iframe-container { display: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row > .video-iframe-container { display: none; }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .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); }#HXPA2NopbpNqL5Cxcf9Pco9tmJ6OPUwc > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z9lT6qNtevxFBZF3PPNnlPIJDxox1aH0 { width:12.5rem;height:3.375rem;top:6.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgbkMGQBHKwRPT7VlW3kBMaNUuLuuOkx { width:12.25rem;height:1.125rem;top:5rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0k21O0XUwMQs4eVk3lJiRvoRCx9XAE { width:12.3125rem;height:23.625rem;top:0.65625rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTCOKTx13TNNTNQauNPkgwJoTBsqonhT { width:9.25rem;height:0.7558625rem;top:11rem;left:5.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo { width:11.75rem;height:10.4375rem;top:12.625rem;left:4.5rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }#iJ454dM3Teb7oK5ze1q83o4T5G4oeUeo li:before{  }
 }@media only screen and (max-width: 763px) { #Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU { width:8.5625rem;height:10.4375rem;top:12.625rem;left:6.125rem;text-align:right;text-align-last:right;font-size:0.625rem;display:block; }#Pozfeug3nK9NwOKnaWFK2FcCzaDZtGlU li:before{  }
 }@media only screen and (max-width: 763px) { #Shpwkkr4GcbfwJ9yEyM0fDJxyq50EdeP { width:1.9375rem;height:1.9375rem;top:2.0625rem;left:9.03125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN { display:block; }#MTiHAMiPtn2TnTMysBGCNlO1rRzTOpMN > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPfhTrX24T2rNXHgu60PMfWzT29TxTtB { width:15.5625rem;height:3.4121125rem;top:1.9375rem;left:2.21875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I1F0ogDDriF9DcqRWgW7VLa7xcb6D7Mx { width:7.625rem;height:2.25rem;top:11.6875rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifyQobOs2iFfdGdEawqvMiwgmScbJN5N { display:block; }
 }@media only screen and (max-width: 763px) { #SiuzLGbTwGJgrOgREJfSHqNJNq8kpeZO { width:15.3125rem;height:4.87305rem;top:5.75rem;left:2.34375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH { display:block; }#DrkK4ET7ERWrgHSTsvBLors8QEI3yrhH > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AyiBpQngT377h195gKPaWfNGDRHdmMxq { width:2.1875rem;height:2.1875rem;top:0.78125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbxf4lOizddtrREDLfZbCLB0UL03s3be { width:2.1875rem;height:2.1875rem;top:0.78125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho { display:flex;width:2.1875rem;height:2.1875rem;top:0.78125rem;left:11.0625rem;font-size:1.5rem;z-index:14999; }
#QTXkbzSHeQnpUm9wwMxhEtPV5HshKWho > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AEOixqtTx7Iek8ZuyfERagBteETK7JWS { display:flex;width:2.6875rem;height:2.6875rem;top:0.53125rem;left:15rem; }
#AEOixqtTx7Iek8ZuyfERagBteETK7JWS > img { max-width: 100%;max-height:100%; width:2.6875rem; height:2.6875rem; } }