.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:230,242,249;--color-primary-1:170,212,236;--color-primary-2:85,168,217;--color-primary-3:43,84,109;--color-primary-4:13,25,33;--color-secondary-0:255,236,217;--color-secondary-1:255,193,128;--color-secondary-2:255,130,0;--color-secondary-3:128,65,0;--color-secondary-4:38,20,0;--color-tertiary-0:255,255,255;--color-tertiary-1:188,189,190;--color-tertiary-2:33,34,38;--color-tertiary-3:17,17,19;--color-tertiary-4:3,3,4;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { background-color: transparent; background-image: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { display: none; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .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); }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { border-width: 0; border-radius: 0; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;position:relative;display:block; }#qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { 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:3.375rem;width:12rem;top:0.4051630795002rem;left:24.723915100097rem;overflow:hidden;display:block; }
#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.adaptive-delivery-prevent-bg, #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.lazyload, #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3.lazyloading { background-image: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { background-color: transparent; background-image: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.88); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.88); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { display: none; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .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); }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { border-width: 0; border-radius: 0; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { color:#fb9131;display:block;width:50.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.001953125rem;left:4.0302734375rem;height:16.3300875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kkmSwiZJIzMxOdZbvqMlrXQNy0B90q5o { color:rgba(var(--color-primary-4),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:20.3740234375rem;left:4.0302734375rem;height:5.84765625rem;display:block; }
#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.adaptive-delivery-prevent-bg, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyload, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyloading { background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { border-width: 0; border-radius: 0; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { color:#212226;display:block;width:34.624rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.71875rem;left:23.3720703125rem;height:24rem;overflow:hidden;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
#atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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.5rem;width:12.5rem;display:none; }
#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.adaptive-delivery-prevent-bg, #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.lazyload, #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE.lazyloading { background-image: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { background-color: transparent; background-image: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2388be; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container > .video-iframe-container { display: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #2388be; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container { display: none; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .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); }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { border-width: 0; border-radius: 0; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:60rem;position:relative;display:block; }#HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8122282028198rem;left:3.5630416870117rem;height:4.875rem;display:block; }
#S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.18359375rem;left:3.5625rem;height:3.0859375rem;display:block; }
#rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.10546875rem;left:3.5625rem;height:5.25390625rem;display:block; }#rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b73c6d1b993b9b1cd539e4d1351be87397e32c6.svg); }
#X5hcVhm9Bo8UzIbN3J3XxTK75ZvLAMT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1240234375rem;left:5.5rem;height:6.171875rem;display:block; }
#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { background-color: transparent; background-image: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { display: none; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .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); }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { border-width: 0; border-radius: 0; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { font-size:0.875rem;font-family:arial;height:57.8125rem;width:60rem;position:relative;display:block; }#Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { color:#051018;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:3.8115234375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlTJwprS4126s2HVeJikP123rgT0x0w3 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:19.625rem;width:18.9375rem;top:11.4873046875rem;left:0rem;display:block; }
#WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.846468925476rem;left:1.03125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.667122840881rem;left:1.875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aeLt45E5527sbxcW3yT6DJz4SETFMrkT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:19.8125rem;width:18.9375rem;top:11.486328125rem;left:20.5302734375rem;display:block; }
#hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:22.6669921875rem;left:21.0625rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:19.845703125rem;left:20.46875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { 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:5.87445625rem;width:5.87445625rem;top:12.998639702797rem;left:6.5307044982913rem;overflow:hidden;display:block; }
#T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:20rem;width:18.9375rem;top:11.486328125rem;left:41.0615234375rem;display:block; }
#qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { color:rgba(var(--color-tertiary-0),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:23.185546875rem;left:42.8427734375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:19.847284317017rem;left:42.092121124267rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.1875rem;width:20.375rem;top:35.294921875rem;left:8.935546875rem;display:block; }
#xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:18.3125rem;width:18.9375rem;top:35.294921875rem;left:31.7158203125rem;display:block; }
#TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:47.7314453125rem;left:9.685546875rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:47.7314453125rem;left:32.2470703125rem;height:3.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8739375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:43.996471405029rem;left:9.6847839355469rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:44.20703125rem;left:31.7470703125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvByshawLFHuxfnvozbarFLVHdHkmKvA { 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:5.8125rem;width:5.8125rem;top:13.027991294861rem;left:27.09375rem;overflow:hidden;display:block; }
#JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { position:absolute;display:block;z-index:15018;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:5.8125rem;top:13.02717590332rem;left:47.624187469483rem;overflow:hidden;display:block; }
#i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { 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:5.8125rem;width:5.8125rem;top:36.5478515625rem;left:38.2783203125rem;overflow:hidden;display:block; }
#XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.8125rem;top:36.5478515625rem;left:16.216796875rem;overflow:hidden;display:block; }
#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { background-color: transparent; background-image: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container { display: none; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .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); }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { border-width: 0; border-radius: 0; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.123046875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { background-color: transparent; background-image: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container > .video-iframe-container { display: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container { display: none; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .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); }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { border-width: 0; border-radius: 0; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#kWPv8zGJMtRGelD9M9CyhWh30eJg3gRl { color:rgba(var(--color-tertiary-0),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.85546875rem;left:0.90625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FV28huCISKZuB7I2ucpTVB6JBTSEyC6v { 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:1.75rem;left:4.34375rem; }
#DAFPcy49xL0Q54uLDNms4tdk4RGGRe8e { 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:15016;opacity:1;top:1.75rem;left:21.3125rem; }
#NBTHHk5iponHR3hnMP6Ev1EZb5Pq61eH { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.85546875rem;left:15.34375rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iQ4365exq7DFTOHVsuODWsiBd5wpSCQh { 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:15017;opacity:1;top:1.75rem;left:38.09375rem; }
#FxrATfgtaoETKSaHATiJB44VPeVVnDgW { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:6.85546875rem;left:35.4375rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u4MuO4S5e0gf1JNqHZV3b0AwpHW6fbaE { 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:15018;opacity:1;top:1.75rem;left:52.1875rem; }
#lf8TnOAOstR7RPF30zw6s60gFzprV9lu { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.85546875rem;left:48.875rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { background-color: transparent; background-image: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container > .video-iframe-container { display: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container { display: none; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .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); }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { border-width: 0; border-radius: 0; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9671077728271rem;left:1.03125rem;height:8.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { background-color: transparent; background-image: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container > .video-iframe-container { display: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container { display: none; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .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); }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { border-width: 0; border-radius: 0; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { font-size:0.875rem;font-family:arial;height:69.25rem;width:60rem;position:relative;display:block; }#sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:11.8123125rem;width:48.811875rem;top:1.30615234375rem;left:3.8948574066162rem;display:block; }
#raathULrUdsv1ryBXIkudJZ3XLsQWpKF { color:rgba(var(--color-tertiary-4),1);display:block;width:45.3116875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:2.9012036323548rem;left:5.64453125rem;height:5.0625rem;font-style:normal;display:block; }
#rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.919270038605rem;left:38.508298873901rem;height:1.4625rem;font-style:normal;display:block; }
#iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:16.75rem;width:48.8125rem;top:16.123859882355rem;left:9.9259433746337rem;display:block; }
#MCvrmob5znEWcCuEyILJHVme5PtOWgqu { color:rgba(var(--color-tertiary-0),1);display:block;width:44.124375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:17.157389163971rem;left:12.269693374634rem;height:10.125rem;font-style:normal;display:block; }
#Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.061695575714rem;left:42.874349594116rem;height:1.4625rem;font-style:normal;display:block; }
#uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:13.375rem;width:48.8125rem;top:36.123859405517rem;left:3.8948574066162rem;display:block; }
#cyknqH5axNWZs4kK51Er7K646K5JJyzO { color:rgba(var(--color-tertiary-4),1);display:block;width:46.7496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:37.31201171875rem;left:6.00830078125rem;height:8.4375rem;font-style:normal;display:block; }
#Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:45.498860359192rem;left:38.508298873901rem;height:1.4625rem;font-style:normal;display:block; }
#wTn9oHV2czT9V0XEMxaywip1VdTNglis { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:12.5rem;width:48.811875rem;top:51.998697280884rem;left:8.8004550933837rem;display:block; }
#EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { color:rgba(var(--color-tertiary-0),1);display:block;width:46.7496875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:53.24951171875rem;left:9.9259433746337rem;height:5.0625rem;font-style:normal;display:block; }
#Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4991875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:60.811359405517rem;left:42.060544967651rem;height:1.4625rem;font-style:normal;display:block; }
#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { background-color: transparent; background-image: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container { display: none; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .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); }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { border-width: 0; border-radius: 0; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:60rem;position:relative;display:block; }#qudC3pWVwPm8Il1404GBKxZywhotKZMF { color:#073843;display:block;width:40.4364375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.6750202178955rem;left:9.7809791564944rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { color:#212226;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5605812072754rem;left:0rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { background-color: transparent; background-image: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { display: none; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .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); }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { border-width: 0; border-radius: 0; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.8125rem;width:29.3125rem;top:-0.15679931640625rem;left:0.34239196777344rem;display:block; }
#o2slVzTVOseGayKnX3alNtVipHDkkt9t { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3380470275879rem;left:12.372554779052rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { color:rgba(var(--color-tertiary-0),1);display:block;width:25.7494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11.175815582276rem;left:2.124454498291rem;height:15.869125rem;font-style:normal;overflow:hidden;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
#eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.6875rem;width:28.375rem;top:-0.15707397460938rem;left:30.811954498291rem;display:block; }
#SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { 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:10.1869375rem;width:8.6869375rem;top:0.49402236938476rem;left:31.686687469483rem;overflow:hidden;display:block; }
#l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1244375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.3372287750244rem;left:42.061954498291rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axyGkS0aeWcimaIENbroGodrCaTEXpsl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.74975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.175824403763rem;left:31.624729156494rem;height:15.556625rem;font-style:normal;overflow:hidden;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
#NMlq4NPRulxdZPmOVSkasqAkLI5altyS { 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:10.62475rem;width:9.0619375rem;top:0.60244560241699rem;left:2.1236419677734rem;overflow:hidden;display:block; }
#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { background-color: transparent; background-image: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container > .video-iframe-container { display: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container { display: none; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .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); }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { border-width: 0; border-radius: 0; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { font-size:0.875rem;font-family:arial;height:46.625rem;width:60rem;position:relative;display:block; }#gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13rem;width:19.75rem;top:0.625rem;left:0rem;display:block; }
#CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9989375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.294593334198rem;left:4.4372291564941rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:9.550271987915rem;left:2.2173919677734rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:29.873625rem;width:19.81225rem;top:14.030734539032rem;left:19.999729156494rem;overflow:hidden;display:block; }
#k8rC1Tmmr5QdLQs0yku9mKasgF045baW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.0625rem;width:19.75rem;top:27.998657226562rem;left:40.186145782471rem;display:block; }
#LUarKvxuu6QRlal951p0Kxww2OJLbyiy { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1241875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:37.009243011474rem;left:43.437229156494rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.322555541993rem;left:44.687770843506rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { color:rgba(var(--color-primary-3),1);display:block;width:17.3103125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:3.5355987548828rem;left:41.844295501709rem;height:7.1738125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { color:#212226;display:block;width:15.6228125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:12.333425521851rem;left:42.187503814698rem;height:10.683625rem;font-style:normal;display:block; }
#r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:15.875rem;width:19.75rem;top:27.98722922802rem;left:0rem;display:block; }
#ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { color:rgba(var(--color-tertiary-0),1);display:block;width:15.31225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:29.559784770012rem;left:2.34375rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { color:rgba(var(--color-tertiary-0),1);display:block;width:16.24975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:34.595375061035rem;left:1.875rem;height:5.73698125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { color:rgba(var(--color-tertiary-0),1);display:block;width:15.560875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:34.191036224365rem;left:36.560871124267rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.2788047790525rem;left:0rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.6246875rem;width:19.749375rem;top:14.030761241913rem;left:0rem;display:block; }
#Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.122rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:22.969566345215rem;left:2.9380416870117rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9991875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:17.265489578247rem;left:5.499454498291rem;height:1.68823125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:13.1241875rem;width:19.6875rem;top:0.56170034408569rem;left:20.373096466064rem;overflow:hidden;display:block; }
#NIoV1RBraXVykUvylpTBkOx70XSf0xht { color:rgba(var(--color-tertiary-0),1);display:block;width:17.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.281524658203rem;left:1.40625rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { background-color: transparent; background-image: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { display: none; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .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); }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { border-width: 0; border-radius: 0; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:60rem;position:relative;display:block; }#KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { color:#073843;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2614135742188rem;left:0rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { background-color: transparent; background-image: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { display: none; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .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); }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { border-width: 0; border-radius: 0; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4778652191162rem;left:3.53125rem;height:4.14258125rem;display:block; }
#cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { color:rgba(var(--color-tertiary-4),1);display:block;width:52.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.0395622253419rem;left:3.5302734375rem;height:4.14258125rem;display:block; }
#wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:13.83203125rem;left:3.53125rem;height:4.14258125rem;display:block; }
#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { background-color: transparent; background-image: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { display: none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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); }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1866950988769rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5625rem;width:13.5625rem;top:36.8115234375rem;left:46.3115234375rem;display:block; }
#n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.0625rem;width:14.625rem;top:36.7490234375rem;left:30.6865234375rem;display:block; }
#xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { position:absolute;display:block;z-index:15023;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:15.375rem;width:27.5rem;top:36.467674255371rem;left:0rem;overflow:hidden;display:block; }
#NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.428220748901rem;left:30.998533248901rem;height:9.3408125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { color:#263e5b;display:block;width:12.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.427408218384rem;left:46.811521530151rem;height:11.209rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.875rem;width:14.3125rem;top:14.375rem;left:0rem;display:block; }
#W923mESk5V2UoEbzITwySnasPnTGrB6s { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:17.8125rem;width:14.8125rem;top:14.4375rem;left:15rem;display:block; }
#ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { position:absolute;display:block;z-index:15023;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:16.875rem;width:21.75rem;top:12.875rem;left:31.396584641162rem;overflow:hidden;display:block; }
#oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:33.625rem;left:34.6875rem;display:block; }
#thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:33.6875rem;left:49.6875rem;display:block; }
#RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { position:absolute;display:block;z-index:15016;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:3.6875rem;top:12.5625rem;left:19.6875rem;overflow:hidden;display:block; }
#AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { position:absolute;display:block;z-index:15017;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.5625rem;width:3.5625rem;top:35.0625rem;left:51.0625rem;overflow:hidden;display:block; }
#BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { color:#ff9100;display:block;width:12.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.211045265198rem;left:0.68568801879881rem;height:9.3408125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:11.25rem;left:4rem;display:block; }
#nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:11.3125rem;left:19rem;display:block; }
#GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { position:absolute;display:block;z-index:15016;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:3.6875rem;top:12.5625rem;left:5.25rem;overflow:hidden;display:block; }
#xfmr3We18D1tE7355TB5AOBSLwCUJI57 { position:absolute;display:block;z-index:15017;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.5625rem;width:3.5625rem;top:35rem;left:36.0625rem;overflow:hidden;display:block; }
#kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { color:#263e5b;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.210428237915rem;left:15.155599594116rem;height:11.209rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.24) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#MMADfQH9x5b6egXDwVUidGpXTML89bx0 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { position:relative;display:none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { border-width: 0; border-radius: 0; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .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; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#egAloArcVUa99ffZChsDPWkmevh44Nb7 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { color:#073843;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:4.54996875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { position:absolute;display:block;z-index:15023;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:16.875rem;width:21.75rem;top:12.875rem;left:31.396584641162rem;overflow:hidden;display:none; }
#bKKzv1aBwoCLaJXt3Rk9QcgJOZVt4EKb { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:11.25rem;left:4rem;display:none; }
#HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { position:absolute;display:block;z-index:15016;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:3.6875rem;top:12.5625rem;left:5.25rem;overflow:hidden;display:none; }
#qpNPFKTTtGLJcwcocCKRFNuEKLpw7Opi { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { color:#ff9100;display:block;width:12.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:18.211045265198rem;left:0.68568801879881rem;height:7.4706875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#dBy9zbCx11I85AvNgHD2aaBiO24edfen { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#wTJnbChEvT74vwMbutpeZWahcL4L5zSI { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:11.3125rem;left:19rem;display:none; }
#PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { position:absolute;display:block;z-index:15016;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:3.6875rem;top:12.5625rem;left:19.6875rem;overflow:hidden;display:none; }
#lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { color:#263e5b;display:block;width:12.561875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:41.427408218384rem;left:46.811521530151rem;height:9.338375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { position:absolute;display:block;z-index:15023;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:15.1875rem;width:27.0625rem;top:34rem;left:0rem;overflow:hidden;display:none; }
#haT69msK7T37imHGgcbvmWv0Rlo2CcTd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#QbDeVC5aJQJuyDP3U3Uh4Vrk3IUWiDHA { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.1875rem 1.3125rem rgba(var(--color-tertiary-4),0.25) ;height:15.125rem;width:14.3125rem;top:36.75rem;left:30.6875rem;display:none; }
#Ogm6TBE2m4A2D4ibMrGg7Ry2OWvHDJrA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:33.625rem;left:34.6875rem;display:none; }
#LoubecNHmN66KxV36tQCgT4tgu4lUr7c { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.25rem;top:33.625rem;left:34.6875rem;display:none; }
#P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { position:absolute;display:block;z-index:15017;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.5625rem;width:3.5625rem;top:35rem;left:36.0625rem;overflow:hidden;display:none; }
#sc95JfWTn3KILrDAulqgNVtZrF6LudBw { position:absolute;display:block;z-index:15017;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.5625rem;width:3.5625rem;top:35.0625rem;left:51.0625rem;overflow:hidden;display:none; }
#OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9998125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.428220748901rem;left:30.998533248901rem;height:9.338375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { color:#263e5b;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.210428237915rem;left:15.155599594116rem;height:11.2060625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { border-width: 0; border-radius: 0; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { color:#073843;display:block;width:45.998625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2480983734131rem;left:6.9994544982913rem;height:9.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { background-color: transparent; background-image: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { display: none; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .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); }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { border-width: 0; border-radius: 0; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { font-size:0.875rem;font-family:arial;height:20.0625rem;width:60rem;position:relative;display:block; }#FkidlicNxAFO1XcRfxvoevkw0DXphmsd { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9369375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.5605983734131rem;left:5.030704498291rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"marck script";font-size:2.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.654296875rem;left:0rem;height:6.6621125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { background-color: transparent; background-image: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { display: none; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .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); }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { border-width: 0; border-radius: 0; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { color:rgba(var(--color-tertiary-4),1);display:block;width:37.6865rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:13.90625rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { width:12rem;height:3.375rem;top:0.375rem;left:18.598915100097rem;display:none; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { top:2rem;left:0rem;width:47.75rem;height:16.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkmSwiZJIzMxOdZbvqMlrXQNy0B90q5o { top:20.3125rem;left:0rem;width:37.75rem;height:5.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { top:3.6875rem;left:13.1875rem;width:34.5625rem;height:24rem;font-size:1.25rem;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
 }@media only screen and (max-width: 763px) { #atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { display:none; }
 }@media only screen and (max-width: 763px) { #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { top:1.75rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { top:8.125rem;left:0rem;width:46.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE { top:11.0625rem;left:0rem;width:46.4375rem;height:5.25rem;font-size:1.1875rem;display:block; }#rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b73c6d1b993b9b1cd539e4d1351be87397e32c6.svg); }
 }@media only screen and (max-width: 763px) { #X5hcVhm9Bo8UzIbN3J3XxTK75ZvLAMT7 { top:19.0625rem;left:0rem;width:47.75rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { width:47.75rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTJwprS4126s2HVeJikP123rgT0x0w3 { width:18.9375rem;height:19.625rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:16.875rem;height:1.6875rem;top:19.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:15.1875rem;height:4.75rem;top:22.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt45E5527sbxcW3yT6DJz4SETFMrkT { width:18.9375rem;height:19.8125rem;top:11.4375rem;left:14.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:17.8125rem;height:6.375rem;top:22.625rem;left:14.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:18.9375rem;height:1.6875rem;top:19.8125rem;left:14.34375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { width:5.8125rem;height:5.8125rem;top:12.9375rem;left:0.40570449829101rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { width:18.9375rem;height:20rem;top:11.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:15.375rem;height:6.375rem;top:23.125rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:16.875rem;height:1.6875rem;top:19.8125rem;left:30.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { width:20.375rem;height:18.1875rem;top:35.25rem;left:2.810546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { width:18.9375rem;height:18.3125rem;top:35.25rem;left:25.5908203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { width:18.8125rem;height:4.75rem;top:47.6875rem;left:3.560546875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { width:17.8125rem;height:3.1875rem;top:47.6875rem;left:26.1220703125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { width:18.8125rem;height:1.6875rem;top:43.9375rem;left:3.5595703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { width:18.8125rem;height:1.6875rem;top:44.1875rem;left:25.6220703125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvByshawLFHuxfnvozbarFLVHdHkmKvA { width:5.8125rem;height:5.8125rem;top:13rem;left:20.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { width:5.8125rem;height:5.8125rem;top:13rem;left:41.499187469483rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { width:5.8125rem;height:5.8125rem;top:36.5rem;left:32.1533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { width:5.8125rem;height:5.8125rem;top:36.5rem;left:10.091796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { display:block; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { width:47.75rem;height:3.25rem;top:1.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { display:block; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWPv8zGJMtRGelD9M9CyhWh30eJg3gRl { width:10rem;height:1.6875rem;top:6.8125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV28huCISKZuB7I2ucpTVB6JBTSEyC6v { top:1.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAFPcy49xL0Q54uLDNms4tdk4RGGRe8e { top:1.75rem;left:15.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTHHk5iponHR3hnMP6Ev1EZb5Pq61eH { width:15.0625rem;height:5.0625rem;top:6.8125rem;left:9.21875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4365exq7DFTOHVsuODWsiBd5wpSCQh { top:1.75rem;left:31.96875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrATfgtaoETKSaHATiJB44VPeVVnDgW { width:8.4375rem;height:5.0625rem;top:6.8125rem;left:29.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4MuO4S5e0gf1JNqHZV3b0AwpHW6fbaE { top:1.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf8TnOAOstR7RPF30zw6s60gFzprV9lu { width:9.75rem;height:3.4375rem;top:6.8125rem;left:37.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { display:block; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { top:1.9375rem;left:0rem;width:47.75rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { display:block; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { width:47.75rem;height:11.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raathULrUdsv1ryBXIkudJZ3XLsQWpKF { width:45.25rem;height:5rem;top:2.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { width:12.4375rem;height:1.4375rem;top:8.875rem;left:32.383298873901rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { width:47.75rem;height:16.75rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCvrmob5znEWcCuEyILJHVme5PtOWgqu { width:44.0625rem;height:10.0625rem;top:17.125rem;left:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { width:12.4375rem;height:1.4375rem;top:29rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { width:47.75rem;height:13.375rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyknqH5axNWZs4kK51Er7K646K5JJyzO { width:46.6875rem;height:6.6875rem;top:37.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { width:12.4375rem;height:1.4375rem;top:45.4375rem;left:32.383298873901rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTn9oHV2czT9V0XEMxaywip1VdTNglis { width:47.75rem;height:12.5rem;top:51.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { width:46.6875rem;height:5rem;top:53.1875rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { width:12.4375rem;height:1.4375rem;top:60.75rem;left:35.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { display:block; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qudC3pWVwPm8Il1404GBKxZywhotKZMF { top:0.625rem;left:3.6559791564941rem;width:40.375rem;height:4rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { top:5.5rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { top:-0.125rem;left:0rem;width:29.3125rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { top:2.3125rem;left:9.3100547790525rem;width:12.375rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { top:11.125rem;left:0rem;width:25.6875rem;height:15.8125rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { top:-0.125rem;left:19.375rem;width:28.375rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { top:0.4375rem;left:23.875rem;width:8.625rem;height:10.114305062918rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { top:2.3125rem;left:32.874454498291rem;width:11.0625rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { top:11.125rem;left:21.0625rem;width:26.6875rem;height:15.5rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { top:0.5625rem;left:0rem;width:9rem;height:10.552130821913rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { display:block; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { width:19.6875rem;height:12.9375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { width:13.9375rem;height:4.625rem;top:4.25rem;left:1.9375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { width:15.5625rem;height:1.6875rem;top:9.5rem;left:0.15489196777344rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { width:19.75rem;height:29.779762205201rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rC1Tmmr5QdLQs0yku9mKasgF045baW { width:19.75rem;height:16.0625rem;top:27.9375rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUarKvxuu6QRlal951p0Kxww2OJLbyiy { width:13.0625rem;height:3.375rem;top:37rem;left:33.124729156494rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { width:13.875rem;height:4.625rem;top:32.3125rem;left:32.375rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { width:17.25rem;height:7.125rem;top:3.5rem;left:30.375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { width:15.5625rem;height:10.6875rem;top:12.3125rem;left:31.875003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { width:19.75rem;height:15.875rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { width:15.25rem;height:4.625rem;top:29.5rem;left:0.28125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { width:16.1875rem;height:5.6875rem;top:34.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { width:15.5rem;height:1.6875rem;top:34.1875rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { width:5rem;height:1.6875rem;top:6.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { width:19.6875rem;height:13.5625rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { width:14.0625rem;height:1.6875rem;top:22.9375rem;left:0.87554168701175rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { width:8.9375rem;height:1.6875rem;top:17.25rem;left:3.436954498291rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { width:19.6875rem;height:13.1241875rem;top:0.5rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoV1RBraXVykUvylpTBkOx70XSf0xht { width:17.125rem;height:3.125rem;top:19.25rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { top:2.25rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { top:2.4375rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { top:8rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { top:13.8125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:block; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:47.75rem;height:4.5rem;top:3.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { top:36.4375rem;left:0rem;width:27.5rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { top:41.375rem;left:24.873046875rem;width:13.9375rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { top:41.375rem;left:35.25rem;width:12.5rem;height:9.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W923mESk5V2UoEbzITwySnasPnTGrB6s { width:11.5625rem;height:15.125rem;top:5.3125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { top:12.875rem;left:18.625rem;width:21.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { width:6.25rem;height:6.25rem;top:33.625rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { width:6.25rem;height:6.25rem;top:33.6875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { top:12.5625rem;left:13.5625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { top:35.0625rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { top:18.1875rem;left:0rem;width:12.875rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { width:6.25rem;height:6.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { width:6.25rem;height:6.25rem;top:11.3125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { top:12.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { top:35rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { top:18.1875rem;left:9.0302734375rem;width:14.125rem;height:11.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { display:none; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egAloArcVUa99ffZChsDPWkmevh44Nb7 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { width:47.75rem;height:4.5rem;top:2.3125rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { top:12.875rem;left:18.625rem;width:21.8125rem;height:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bKKzv1aBwoCLaJXt3Rk9QcgJOZVt4EKb { width:6.25rem;height:6.25rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { top:12.5625rem;left:0rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qpNPFKTTtGLJcwcocCKRFNuEKLpw7Opi { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { top:18.1875rem;left:0rem;width:12.875rem;height:7.4375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBy9zbCx11I85AvNgHD2aaBiO24edfen { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTJnbChEvT74vwMbutpeZWahcL4L5zSI { width:6.25rem;height:6.25rem;top:11.3125rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { top:12.5625rem;left:13.5625rem;width:3.6875rem;height:3.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { top:34.9375rem;left:0rem;width:16.3125rem;height:4.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { top:34rem;left:0rem;width:27.125rem;height:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #haT69msK7T37imHGgcbvmWv0Rlo2CcTd { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbDeVC5aJQJuyDP3U3Uh4Vrk3IUWiDHA { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ogm6TBE2m4A2D4ibMrGg7Ry2OWvHDJrA { width:6.25rem;height:6.25rem;top:33.625rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoubecNHmN66KxV36tQCgT4tgu4lUr7c { width:6.25rem;height:6.25rem;top:33.625rem;left:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { top:35rem;left:29.9375rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sc95JfWTn3KILrDAulqgNVtZrF6LudBw { top:35.0625rem;left:44.1875rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { top:58rem;left:0rem;width:18.5625rem;height:6.125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { top:18.1875rem;left:9.0305995941163rem;width:14.0625rem;height:9.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:45.9375rem;height:9.75rem;top:1.1875rem;left:0.8740234375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:47.75rem;height:8.125rem;top:2.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:47.75rem;height:6.625rem;top:8.625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { top:0.875rem;left:7.78125rem;width:37.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR { display:block; }#zdQw1eB7fiaxFgH1PyeUKcQFW7zaO5AR > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnbdB3XJfr8c3n8eFJLVS0a8NfHkEiHA { top:0rem;left:6.0619571208954rem;width:8.0625rem;height:2.25rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 { position:relative;z-index:auto;display:block; }#MdKBUnsXJoepnTOqOiEePxGOGAOhG5M3 > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0IE8wCWTOL2dTMkvXQqCrfezr7Gv2n1 { width:19.9959375rem;height:7.7988375rem;top:2.1533203125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kkmSwiZJIzMxOdZbvqMlrXQNy0B90q5o { width:18.8125rem;height:6.9043rem;top:12.5517578125rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg { position:relative;z-index:auto;background-color:rgba(3,63,66,0.4);background-image:url("https://images.assets-landingi.com/uc/8284b62b-c8de-4dbf-b3ac-1f3dbd5a23e1/AdobeStock_271342868.jpeg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.adaptive-delivery-prevent-bg, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyload, #IUepW3kP4SPNHuPKITRrOR8nBODmMCHg.lazyloading { background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { background-color: transparent; background-image: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row > .video-iframe-container { display: none; }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .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); }#IUepW3kP4SPNHuPKITRrOR8nBODmMCHg > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cFMpags2WsfVXLdtACFe1CFGJhfxyNCT { width:19rem;height:28.1894375rem;top:1.2497253417969rem;left:0.875rem;font-size:1rem;display:block; }#cFMpags2WsfVXLdtACFe1CFGJhfxyNCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/756521d7-8527-40d1-842d-3cc3d55f6026/zakaz1.png); }
 }@media only screen and (max-width: 763px) { #atp7hsXMnBUwa71Z0k2VLBFNwycmuWnV { top:0rem;left:0rem;width:20rem;height:26.4375rem;z-index:15000;background-color:rgba(233,233,233,0.93);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE { position:relative;z-index:auto;display:block; }#ZJBI1UmatfnZlM8hHl3tFckTI8WDV8oE > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxRmiSv4ktp27vWEwqTxe7U66yLFWJ3e { width:20rem;height:8.285125rem;top:2.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3IGLyfBbdmdZTlmqvv0S681QfDxHQyL { width:20rem;height:4.14258125rem;top:24.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE { width:20rem;height:6.796875rem;top:48.311525rem;left:0rem;font-size:1.1875rem;display:block; }#rTbhKCPucTLpbFaTD0FaCr4kpxD9NMNE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b73c6d1b993b9b1cd539e4d1351be87397e32c6.svg); }
 }@media only screen and (max-width: 763px) { #X5hcVhm9Bo8UzIbN3J3XxTK75ZvLAMT7 { width:20rem;height:10.80078125rem;top:56.3584rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 { display:block; }#pNsWFhn9zWWx1wlPT3XnEX9novnDIqi2 > .row .container { width:20rem;height:114.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z89TvL4wPoU0EbA61r1ZTww7ZpGsbW1N { width:20rem;height:7.3125rem;top:0.68684959411619rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlTJwprS4126s2HVeJikP123rgT0x0w3 { width:18.9375rem;height:15.875rem;top:10.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCUwLpneawb6hRf2tRr72FgMrhwcVc8l { width:16.25rem;height:1.625rem;top:18.2451171875rem;left:1.3427734375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rgx0gGosqXHD9ERFnUoPbibQMn7mObmV { width:16.25rem;height:3.1875rem;top:21.12109375rem;left:1.3427734375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aeLt45E5527sbxcW3yT6DJz4SETFMrkT { width:18.9375rem;height:19.375rem;top:29.521484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWi3zaW1oaiWISgGfQMEpQfsBtGO2bma { width:16.25rem;height:6.375rem;top:39.998046875rem;left:1.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cd69rCf7JCewKAaJP7MqTCsMeqxEQDJs { width:16.25rem;height:1.625rem;top:36.404296875rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUh9trUHMNT4KIt5fwxcVshZNqOlCrtC { width:4.375rem;height:4.375rem;top:12.3740234375rem;left:7.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0bE9lFWVKMn4fHl6CwqZbkMoiUgcs9h { width:18.9375rem;height:17.5625rem;top:52.5595703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTHGOT8FFbrAUdXs3sdVb1Q3hA26DBfB { width:16.25rem;height:6.375rem;top:62.8095703125rem;left:1.34375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fDC793Imz2sRs5AREGJ9aDoFPkcFqaVF { width:20rem;height:1.625rem;top:59.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKWTptlBVU1DAM2mHTAB97Qok0fLuPFq { width:18.9375rem;height:16.5625rem;top:73.529296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmn8DTEcrsHad5wTPo3ZIWbQ8beil6bJ { width:18.9375rem;height:19rem;top:93.3232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBN6H3aixXuAUb9Zfe8ByJ0L79Xzohx { width:16.875rem;height:4.78125rem;top:83.326171875rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQbaGGm2G5B1bG6UOF6QUtW0rQlX6FId { width:17.0625rem;height:3.1875rem;top:104.6982421875rem;left:1.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1SN5xefHM34d0AOlq9mCUhJQS8df1Wt { width:18.811875rem;height:1.625rem;top:80.855302810669rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNJXwnsahLa05erx1PhLaNJbUGJEOBJa { width:18.8115rem;height:1.625rem;top:102.0107421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvByshawLFHuxfnvozbarFLVHdHkmKvA { width:4.375rem;height:4.375rem;top:31.3388671875rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTdQF2MxaRQVlhvowdewW0bulSwt6bdN { width:4.375rem;height:4.375rem;top:53.7119140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3AFEy4hcitNHAxxraxnhfDn9ZkPX5M0 { width:4.375rem;height:4.375rem;top:95.466796875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJlybIzdm4FbCGThrCwZ55vyCOO1VED3 { width:4.375rem;height:4.375rem;top:74.3447265625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPTiH0sfoNl05vdO8kIC47dB7qzv1nps { display:block; }#IPTiH0sfoNl05vdO8kIC47dB7qzv1nps > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2s3pvgO5VVNs8MB6mTQPpkiPzoAXVy8 { width:20rem;height:4.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4snIUd2h8xMWBoDIm4vrb955vqQCrdA { display:block; }#s4snIUd2h8xMWBoDIm4vrb955vqQCrdA > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWPv8zGJMtRGelD9M9CyhWh30eJg3gRl { width:10rem;height:1.625rem;top:1.8125rem;left:7.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV28huCISKZuB7I2ucpTVB6JBTSEyC6v { display:flex;width:3.125rem;height:3.125rem;top:1.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #DAFPcy49xL0Q54uLDNms4tdk4RGGRe8e { display:flex;width:3.125rem;height:3.125rem;top:7.9375rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #NBTHHk5iponHR3hnMP6Ev1EZb5Pq61eH { width:15.0625rem;height:4.875rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ4365exq7DFTOHVsuODWsiBd5wpSCQh { display:flex;width:3.125rem;height:3.125rem;top:15.125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FxrATfgtaoETKSaHATiJB44VPeVVnDgW { width:8.4375rem;height:3.25rem;top:15.0625rem;left:8.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4MuO4S5e0gf1JNqHZV3b0AwpHW6fbaE { display:flex;width:3.125rem;height:3.125rem;top:21.1875rem;left:15.9375rem; }
 }@media only screen and (max-width: 763px) { #lf8TnOAOstR7RPF30zw6s60gFzprV9lu { width:8.9375rem;height:3.25rem;top:21.125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 { display:block; }#rKo94tXg6fM0aWzI0rEnplwGn7wmfuB5 > .row .container { width:20rem;height:7.654296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HQMWTPfu4Z9si38gTdf7NW8nvWT2gQy3 { width:19.874125rem;height:6.0945625rem;top:1.5922307968139rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx { display:block; }#ZoC7tCdIU5SrO0UoRaTBIMF8OCyeXyHx > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDkHTGSsSSc49zA6zKNimRinbTIsM6f7 { width:20rem;height:11.75rem;top:1.1857700347901rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raathULrUdsv1ryBXIkudJZ3XLsQWpKF { width:18.811875rem;height:7.03125rem;top:2.1549472808838rem;left:0.59326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTlFGznBt9TNozr39cCaNA5WuFyhnoPF { width:9.8746875rem;height:1.21875rem;top:9.1853733062744rem;left:10.124511122704rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLHIrtdRdTGi7XuTNttfWFupvCoTsKfa { width:20rem;height:22.5625rem;top:13.914386749267rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCvrmob5znEWcCuEyILJHVme5PtOWgqu { width:18.811875rem;height:16.875rem;top:14.893391609192rem;left:0.59326171875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcsgv5Soko7rZhAxgdVaLeXJ7AUlNtvn { width:10.061875rem;height:1.21875rem;top:31.987303733826rem;left:9.3945306539537rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLa277G9SQmso6DOqUuTqRoqJh8PO9LL { width:20rem;height:21.3745rem;top:38.260108947754rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyknqH5axNWZs4kK51Er7K646K5JJyzO { width:19.0625rem;height:14.0625rem;top:39.075519561767rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fiqcx7UebnrAmLDQTzbDm2Xylrq7TT4b { width:8.25rem;height:1.21875rem;top:53.510740280151rem;left:11.082030653954rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTn9oHV2czT9V0XEMxaywip1VdTNglis { width:20rem;height:14.5625rem;top:61.822120666504rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgLp6FAkFuMTqiaQcKMR1QQ19HWzZN2N { width:19.187rem;height:9.84375rem;top:62.813312530519rem;left:0.4052734375rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iie1xkRyGOSeWTmP0BRyLvDVD0gQyDDy { width:10.374375rem;height:1.21875rem;top:73.260902404788rem;left:9.0820306539537rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9WTZmzUl2sr6G0gibFydfXEZyaALG2t { display:block; }#A9WTZmzUl2sr6G0gibFydfXEZyaALG2t > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qudC3pWVwPm8Il1404GBKxZywhotKZMF { width:15.5rem;height:2.51901875rem;top:0.8125rem;left:2.2500001192093rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vObp7mHKaIzXy55m2LkB7Eh8EWXiAafP { width:19.5621875rem;height:4.62890625rem;top:4.6240234375rem;left:0rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA { display:block; }#O4w5qWV9ekUzD44V6v9pkS8sqeEAD5xA > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMGogEQQ9FoqTlHCgTpQDNE8PocfpGqh { width:20rem;height:26.0625rem;top:2.1113290786743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2slVzTVOseGayKnX3alNtVipHDkkt9t { width:10.999375rem;height:3.8984375rem;top:4.2757167816162rem;left:0.99934899806975rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #wt6riZ9JsBZfM2h745BItfkwA6rr9vCT { width:19.3744375rem;height:17.8203125rem;top:9.2478344440462rem;left:0.31141304969787rem;font-size:1.0625rem;display:block; }#wt6riZ9JsBZfM2h745BItfkwA6rr9vCT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #eNUogLtQO3KTdwk0oRS3l20k8tFDWxOk { width:20rem;height:29.5rem;top:30.750000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SanPtCdpsvBLETMbRzlXerV5qIeLabG2 { width:5.625rem;height:6.625rem;top:30.749510765076rem;left:13.14290368557rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9x5qN6HcoVXNsUAVabr2EmKnOEAsMDc { width:17.4373125rem;height:1.95rem;top:32.727048873901rem;left:1.2801107168198rem;font-size:1.5rem;color:#e9e9e9;display:block; }
 }@media only screen and (max-width: 763px) { #axyGkS0aeWcimaIENbroGodrCaTEXpsl { width:18.5625rem;height:21.650375rem;top:37.372803211212rem;left:0.717391371727rem;font-size:1.0625rem;display:block; }#axyGkS0aeWcimaIENbroGodrCaTEXpsl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/7c0d2e88-9440-47b3-a1c9-4311d5160f25/trjkt.png); }
 }@media only screen and (max-width: 763px) { #NMlq4NPRulxdZPmOVSkasqAkLI5altyS { width:5.625rem;height:6.5625rem;top:2.1110029220581rem;left:12.74983727932rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC { display:block; }#PJPzJ0Xnh6c4nwm381khb1IDl3wAFdFC > .row .container { width:20rem;height:112.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gomWQgBgxacC3JQSgOKLD7CSuqzSXpvp { width:19.75rem;height:11.25rem;top:13.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKml4sf3dzNMxnnRn07vknTupDgI4L8Z { width:14.3123125rem;height:4.0625rem;top:14.499530792236rem;left:4.1145833730697rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yAx9CpUA70qA1s0ipSrLGGU70vXm2GPl { width:14.187rem;height:3.1484375rem;top:19.811197280884rem;left:3.0297850370407rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gwlfsFTQHb6AHaEmJzQxsMShXIvO9HGu { width:18.3748125rem;height:27.6245rem;top:69.4995098114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rC1Tmmr5QdLQs0yku9mKasgF045baW { width:19.749375rem;height:11.4998125rem;top:41.499000549316rem;left:0.24983727931976rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUarKvxuu6QRlal951p0Kxww2OJLbyiy { width:13.9371875rem;height:3.1484375rem;top:47.56103515625rem;left:3.0305989980697rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IK48xTacoJ0UgkgrO3MDGekHe8eGwDoa { width:9.6875rem;height:4.0625rem;top:42.186685562134rem;left:7.5797523260119rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHwMvAB62oHbM9T7qCTbf2hLE9ezVraf { width:18rem;height:4.39930625rem;top:0rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZRGEs9eVtdMUnBQQCQlDkwoNG0q2Zvi9 { width:17.9996875rem;height:6.796875rem;top:5.2522706985474rem;left:0.99934899806975rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #r8kqVVxOuXyZ8J4AKUeIPh7eEILBniZC { width:19.6875rem;height:13.562rem;top:98.134785652163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2RdVaEEJmHH9CZzp1SVInnKPfN501S { width:15.3125rem;height:4.631075rem;top:99.666318893431rem;left:2.3437498807907rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FU9Ap9h4mCDb5T6QyHU6FN6ZznPbMNWI { width:17.6871875rem;height:4.72265625rem;top:104.24560022354rem;left:1.1555989980698rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xfh18ozvgRla0ATTGbbUxCn5UBpiFgJO { width:6.624375rem;height:1.575rem;top:43.946939468384rem;left:2.3437498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K6Uvlfz6GiNpN9lvrlwd6rvK3ikLCszO { width:6.25rem;height:1.575rem;top:16.24836063385rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MBQa6rc4M2A9xT6iuHSETU9fRXzgGmx8 { width:19.6875rem;height:13.5625rem;top:53.819986343384rem;left:0.31168621778488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp2Uh71nHuUOZColk60qLvvlDs88aKdX { width:14.0625rem;height:1.575rem;top:62.26318359375rem;left:2.9687498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ANeHQB1DbOWGLLvEVeGPF3Z7tMLbJyZl { width:8.9371875rem;height:1.575rem;top:54.890949249267rem;left:5.4060872793197rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EsrZR87sNplGNrGZgHr7cmrPF3aJCohm { width:19.749375rem;height:13.125rem;top:26.874165534973rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIoV1RBraXVykUvylpTBkOx70XSf0xht { width:17.124rem;height:2.599825rem;top:58.007844924927rem;left:1.4371744394302rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ { display:block; }#yh7wCRx9T0iFMNStNod43cs8D1hcOBnZ > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHAW58P8LTF9W1lfmeQDiTiK86QLsBXT { width:20rem;height:5.19965rem;top:0.681640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe { display:block; }#D7XnIzwWsHyTI0QHOBwJWP0REmdaQCpe > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hURyrvtnI2aUsb4Cf8z3TULwZGLFW3ZT { width:20rem;height:9.0986125rem;top:1.3860683441162rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPkAQwPrrRBrIEE3Uih2Fsftl8wzblAg { width:20rem;height:7.79883125rem;top:11.819661140442rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAKqTPQA0ETehxPCJk9KxFsbBy5QxqAc { width:20rem;height:7.79883125rem;top:22.4638671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { display:none; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l { border-width: 0; border-radius: 0; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .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; }#V4fsu2SrmnTkkIqAfJSJmwAHaTTKp53l > .row .container { width:20rem;height:121.125rem;background-color:#f2f2f2;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;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hobd0lTl19axnwDsfhxHe8ToJpCI28Ze { width:19.998375rem;height:2.92480625rem;top:4.2480211257934rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGr8VxoWN4dtIdk4D19fWS2iDZvLx5D5 { width:20rem;height:12.6875rem;top:91.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n6yZ07gkgluHNP0eUeLPWNbkAPV4WOyu { width:20rem;height:13.4375rem;top:65.93993759155rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiFLlzoaAim9KAuKoobJqbk2quMyQN7 { width:18.125rem;height:10.1875rem;top:44.0625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #NzHxgRcxg0RpoRACniI8b3zcPchOIOTx { width:18.625rem;height:6.171875rem;top:61.311828613281rem;left:0.49983727931976rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yufybL6c0ksgHL94NAZ25ixmqEb2ZLTm { width:16.375rem;height:4.62890625rem;top:37.998875617981rem;left:1.5314124822617rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAcuod6OITRUTkB8DXrBumVfk1Q5oag { width:0.12429rem;height:0.12429rem;top:121.0625rem;left:5.9375rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #W923mESk5V2UoEbzITwySnasPnTGrB6s { width:15.374375rem;height:0.249023125rem;top:115.43699073791rem;left:1.4054361581802rem;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #ARdRkQZNXgmdk7AlQANdBDVzcdU5mILc { width:16.9375rem;height:13.1875rem;top:9.9366455078125rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oCmIuQr5XvCzgpdB8kLl0wx3BB493B96 { width:6.25rem;height:6.25rem;top:54.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #thxnGfFoZi6JLXIB87tFapnmu3ChQ65W { width:6.25rem;height:6.25rem;top:66.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDnTM2TKNMT3dzQA41qhMcqRVbOGpvJW { width:3.68685rem;height:3.68685rem;top:31.093100547791rem;left:7.8977867364881rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlQnvTrkz9uxzLwENwqyfbPU2FHB6MEt { width:3.5625rem;height:3.5625rem;top:67.75rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCTR3VCrxBCoKmRLL9FSnHXO1Xi0wTBy { width:16.4371875rem;height:3.0859375rem;top:25.561522006989rem;left:1.7805989980698rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C97kVFTcv3vXh1yuwWN0oEq1MdzMMC53 { width:6.25rem;height:6.25rem;top:18.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZXJufEtShx6Gh5HW9D2bcreX5F5dKAy { width:6.25rem;height:6.25rem;top:29.8125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC6L0hZJw8rbIkBIrTg7OhVw3xCa5U0F { width:3.6875rem;height:3.6875rem;top:19.5625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfmr3We18D1tE7355TB5AOBSLwCUJI57 { width:3.5625rem;height:3.5625rem;top:55.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqJev1ZzZXxdtxTnZ2MwMRbiNXv6ATS8 { width:16.936875rem;height:6.171875rem;top:73.311339855194rem;left:1.5299478769302rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGbgEaJMOdyUdquxUqJSC9gzeUnkmmPJ { width:20rem;height:11.6875rem;top:56.1875rem;left:0rem;z-index:14994;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #fzLdte4Izd9XbCQtzCvT9xrwCMmkbBKC { width:20rem;height:12.9375rem;top:31.123698234558rem;left:0rem;z-index:14995;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.24) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MMADfQH9x5b6egXDwVUidGpXTML89bx0 { width:20rem;height:11.25rem;top:19.89501953125rem;left:0rem;z-index:14996;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HJ3ec4Nw77lyoUhFFAo5VTSSApCxriT9 { width:20rem;height:12.125rem;top:1.4967441558838rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 { display:block; }#RLfIySH15u3CEw3O0dnlBRSD9O8s20T8 > .row .container { width:20rem;height:80.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egAloArcVUa99ffZChsDPWkmevh44Nb7 { width:20rem;height:12.1248125rem;top:1.9336242675781rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #D5QIScRI2xTD9qCQCrn20vC8NaIokV7B { width:19.998375rem;height:2.92480625rem;top:1.9336032867432rem;left:0.00081384181976319rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FHe6Jy5wCp2Q8MXZMSVfd4IXsEFGs4BZ { width:16.936125rem;height:13.186125rem;top:5.6119127273559rem;left:1.5309784412384rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bKKzv1aBwoCLaJXt3Rk9QcgJOZVt4EKb { width:6.25rem;height:6.25rem;top:17.062175750733rem;left:6.8749998807906rem;z-index:15002;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #HnwHsyKi4yNrWHfy9itLM3W5QcFMleec { width:3.6873375rem;height:3.6873375rem;top:18.342247009278rem;left:8.1559242010119rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #qpNPFKTTtGLJcwcocCKRFNuEKLpw7Opi { width:20rem;height:11.25rem;top:18.746706008911rem;left:0rem;z-index:14997;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tvt1q79mtW1MbM0Z7zsd3zHZ4glnqPKU { width:17.625rem;height:3.0859375rem;top:24.1240234375rem;left:1.1875rem;font-size:1.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #dBy9zbCx11I85AvNgHD2aaBiO24edfen { width:20rem;height:11.25rem;top:29.995929718017rem;left:0rem;z-index:14998;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wTJnbChEvT74vwMbutpeZWahcL4L5zSI { width:6.25rem;height:6.25rem;top:27.769367218017rem;left:6.8749998807906rem;z-index:15004;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PePLGl6GCw6UfS3gfk2W0ms81HZp5B8M { width:3.686525rem;height:3.686525rem;top:29.050254821778rem;left:8.1559242010119rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #lMnhMO4Oa0L9hbN0xo9NbAcP8vdzs59p { width:16.3745rem;height:4.62890625rem;top:34.998332977295rem;left:1.8115233182907rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #eDqh3QbKxyKM2yZF34pUUmuAHSWvQBCT { width:18.125rem;height:10.1875rem;top:43.435685157776rem;left:0.93750011920931rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #haT69msK7T37imHGgcbvmWv0Rlo2CcTd { width:20rem;height:11.687rem;top:54.497882843017rem;left:0rem;z-index:14995;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QbDeVC5aJQJuyDP3U3Uh4Vrk3IUWiDHA { width:20rem;height:12.75rem;top:65.3095703125rem;left:0rem;z-index:14996;box-shadow: 0rem 0.1875rem 1.3125rem rgba(0,0,0,0.25) ;background-color:#073843;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ogm6TBE2m4A2D4ibMrGg7Ry2OWvHDJrA { width:6.25rem;height:6.25rem;top:51.561647415161rem;left:7.4991859197619rem;z-index:15002;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LoubecNHmN66KxV36tQCgT4tgu4lUr7c { width:5.1875rem;height:5.1875rem;top:65.3095703125rem;left:8rem;z-index:15003;background-color:#e2be76;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #P4uHFCTGimuJSzpc9pCc9Q97aXhUTFE1 { width:3.5620125rem;height:3.5620125rem;top:52.903584480286rem;left:8.8427728414537rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #sc95JfWTn3KILrDAulqgNVtZrF6LudBw { width:3.561525rem;height:3.561525rem;top:66.1826171875rem;left:8.8427734375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #OZPLmt76MaS6XitqVsKxn9dAChu3vgu2 { width:18.6246875rem;height:6.171875rem;top:58.024921417236rem;left:1.3745115995407rem;font-size:1.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #XtsalnPFXOBM5t5QZI6S9WExQC2ZeRAy { width:16.9365rem;height:6.171875rem;top:70.8857421875rem;left:1.5302734375rem;font-size:1.1875rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { display:block; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 { background-color: transparent; background-image: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row > .video-iframe-container { display: none; }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .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); }#kMC83Xs3TmZ8aSEvpJ76pWDm7goeOOi0 > .row .container { width:20rem;height:8.125rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL8VoaLDdwZ8fTZ2zgCKsfT8iiPvNcdW { width:19.9989375rem;height:7.472625rem;top:0.40681076049805rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 { display:block; }#dD0pSA5kt2PnInzezn0HdkVhxnzMwPs5 > .row .container { width:20rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FkidlicNxAFO1XcRfxvoevkw0DXphmsd { width:20rem;height:13.077125rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTB6oLvWxCMnWL78WnJa5MdMUJsVTvzx { width:20rem;height:7.55566875rem;top:17.433307647705rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW { display:block; }#N1D3sQZx8ozDAwhbholyxOqNaxPXIXHW > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T2OOiB38rE0VZDrsNWE5o6RGoohcOdcR { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }