.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:217,229,222;--color-secondary-1:128,168,146;--color-secondary-2:0,80,36;--color-secondary-3:0,40,18;--color-secondary-4:0,12,5;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"FuturaCE-Medium";--paragraphs-font-family:"Futura-Medium-01"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#b86219;background-image:url("https://images.assets-landingi.com/uc/0253d6b5-b765-4d92-abdf-c525fdde12c0/bg1.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 { border-width: 0; border-radius: 0; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .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; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container { border-width: 0; border-radius: 0; }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container { border-width: 0; border-radius: 0; }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#666666;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container { border-width: 0; border-radius: 0; }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:none; }#eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container { background-color: transparent; background-image: none; }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container > .video-iframe-container { display: none; }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row > .video-iframe-container { display: none; }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .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); }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container { border-width: 0; border-radius: 0; }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fcfaf9;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; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container { background-color: transparent; background-image: none; }#HnibviokeXFxT1eVyOpdcseVBcO6tttP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container > .video-iframe-container { display: none; }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row > .video-iframe-container { display: none; }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .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); }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container { border-width: 0; border-radius: 0; }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #O6IKIe47z23sTZie38OI3blCwKN41JKD { background-color: transparent; background-image: none; }#O6IKIe47z23sTZie38OI3blCwKN41JKD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .row .container > .video-iframe-container { display: none; }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .row > .video-iframe-container { display: none; }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .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); }#O6IKIe47z23sTZie38OI3blCwKN41JKD { border-width: 0; border-radius: 0; }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .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; }#O6IKIe47z23sTZie38OI3blCwKN41JKD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE { background-color: transparent; background-image: none; }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row .container > .video-iframe-container { display: none; }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row > .video-iframe-container { display: none; }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .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); }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE { border-width: 0; border-radius: 0; }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .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; }#KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg { background-color: transparent; background-image: none; }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row .container > .video-iframe-container { display: none; }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row > .video-iframe-container { display: none; }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .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); }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg { border-width: 0; border-radius: 0; }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .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; }#dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf { position:relative;display:block; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf { background-color: transparent; background-image: none; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row .container > .video-iframe-container { display: none; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row > .video-iframe-container { display: none; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .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); }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf { border-width: 0; border-radius: 0; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .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; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LwcUP4dnPuKz4cawp9IGnGxWCvul9Hfa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.4375rem;text-decoration:none;z-index:15000;text-align:left;text-align-last:left;top:1.53125rem;left:12.5625rem;display:block; }
#SCXN8Bzab3TOpA5UOmpUX0ucVE6yVUV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HA1ZV3o41ETqwQVASuM2ZfFQNeMu4Mr2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:19.9375rem;display:block; }
#TT5t90OIU7HHKGBiIXnuTqeF0FQeJT2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dtMzg9urpMeCTy2S3icODHu1n1dDZ1HD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.53125rem;left:26.6875rem;display:block; }
#mgJF9xTgytCq4WT8vGIvrGP6ytH38e6t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgEFmaInE4UcXofr6BtWwLLM27nOumGP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.53125rem;left:37.625rem;display:block; }
#QZP5O9TCzZ9IAZInTmoPcMekHK43riSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kqoOZkcNFhKW5CQdGIlLheGOKOAJ01ah { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.8125rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.53125rem;left:44.8125rem;display:block; }
#m6NWuHVATRRJXOpl2Q9ssPyH2K2Nxsfz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OExwNPMGWTeMpm2eqfxAeigZF2hhodMd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"futura medium";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.53125rem;left:52.25rem;display:block; }
#Fo76aWdEbSII0a5xrKwLfPitfn859e9n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rzSUlu2DL9kO5nMKcN6VPa76gHNoJV8f { 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; }
#TIbTXnTTTLsOTHfLSci8ecKgmhJ98GxE { 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; }
#Hdiuf9Tt5ox5K5gBZRHIXQITmTKINXuu { 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; }
#ac03PDnWogSg8zDkI5m1UkdtllI9zqqs { 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; }
#NavpKAnmyHq35tuFKTu8m3IJ6irgv5OQ { 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; }
#m9OsTD9e569R6WuQDURPCcVVTzyiNEVC { 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; }
#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c3c3670f-ece8-4f3a-a97d-f1e5716b2315/Bg_gora1.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;display:block; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.adaptive-delivery-prevent-bg, #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.lazyload, #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.lazyloading { background-image: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { background-color: transparent; background-image: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container > .video-iframe-container { display: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row > .video-iframe-container { display: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .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); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { border-width: 0; border-radius: 0; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { font-size:0.875rem;font-family:arial;height:50.625rem;width:75rem;position:relative;display:block; }#KoRbOUFIKB6pyyK6ZpuZPafuxSMZaqMl { position:absolute;display:block;z-index:15014;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.25rem;width:7.125rem;top:102.625rem;left:51.5625rem;overflow:hidden;display:none; }
#WC4RrybtVBUm7Sa48bhREFTT9yGR1axJ { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:"futura pt book";font-size:1rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:104.375rem;left:16.3125rem;height:0.9rem;text-align:left;text-align-last:left;display:none; }
#pWTgr4XLFTguXM5Q1CTX2VhMUamvr57c { 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:15.375rem;width:36.6875rem;top:8.1123046875rem;left:18.34375rem;overflow:hidden;display:none; }
#KtJvUxF8K7iXaJkNor7qd33d2kSTpHTa { position:absolute;display:block;z-index:15002;height:2.5rem;width:2.5rem;top:16.293752670288rem;left:14.875rem;display:block; }
#vo2FwlWv6tt5mGiVZBDu5A0f7cST9G61 { position:absolute;display:block;z-index:15003;height:2.5rem;width:2.5rem;top:37.337496757508rem;left:57.937501907349rem;display:block; }
#LAA57uqwBbxC7k9HDIthswRimcB3Ie0L { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.9375rem;width:27.375rem;top:8.4500007629394rem;left:23.812501907349rem;overflow:hidden;display:block; }
#nTUmpTSHcVNo6WbKsrrZa1LyuFOznBy5 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:28.1875rem;top:31.375rem;left:23.4375rem;overflow:hidden;display:block; }
#sIfA56A209WkJzfKnLlosliAZKsnMUw8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/120f5508-45d4-4f73-a8d5-08b61069c4ab/2025_T48A_BAKADOR_rzhzyn53wg_1900x950_desktop.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;display:none; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8.adaptive-delivery-prevent-bg, #sIfA56A209WkJzfKnLlosliAZKsnMUw8.lazyload, #sIfA56A209WkJzfKnLlosliAZKsnMUw8.lazyloading { background-image: none; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8 > .row .container { border-width: 0; border-radius: 0; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:none; }#S88ZxRdWUPsilvJUbtfuK5ln2lo3UTOf { position:absolute;display:block;z-index:15014;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.25rem;width:7.125rem;top:102.625rem;left:51.5625rem;overflow:hidden;display:none; }
#Fmhwit8RDqEqPOIA0SVD59yWMhc7FsoL { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:"futura pt book";font-size:1rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:104.375rem;left:16.3125rem;height:0.9rem;text-align:left;text-align-last:left;display:none; }
#NhLe2wGo2nMJ1AwXLfX0VM7cXoTttZuA { 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:15.375rem;width:36.6875rem;top:8.1123046875rem;left:18.34375rem;overflow:hidden;display:none; }
#E545xfIFcfTwxLlqTqXATmGlbKcRMkHS { position:absolute;display:block;z-index:15002;height:2.5rem;width:2.5rem;top:41.3125rem;left:31.875rem;display:block; }
#TgyJR5z6aTA0tqeDc9ToZ1vXVMF0bpin { position:absolute;display:block;z-index:15003;height:2.5rem;width:2.5rem;top:36.0625rem;left:42.375rem;display:block; }
#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/082178fa-871e-4362-8838-3503efdffa0e/dol2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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;display:block; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.adaptive-delivery-prevent-bg, #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.lazyload, #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.lazyloading { background-image: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { background-color: transparent; background-image: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container > .video-iframe-container { display: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container { display: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .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); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { border-width: 0; border-radius: 0; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { font-size:0.875rem;font-family:arial;height:37.1875rem;width:75rem;position:relative;display:block; }#cQZstwE1ObMEOEdyWTgu1VWPw6IBXFNf { position:absolute;display:block;z-index:15014;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.25rem;width:7.125rem;top:103.32499694824rem;left:54.8125rem;overflow:hidden;display:none; }
#nTnKWH2XXJLT9lJ5KuA9e8zvnWriQlTz { color:rgba(var(--color-tertiary-0),1);display:block;width:39.1875rem;position:absolute;font-family:"futura pt book";font-size:1rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:105.35624694824rem;left:11.6875rem;height:0.9rem;text-align:left;text-align-last:left;display:none; }
#Z9lexJhqpRTRiEtRvqGPRmiCOc4bvabt { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:43.5rem;top:11.449996948243rem;left:15.75rem;overflow:hidden;display:block; }
#uI3CzTws5gDusZomKTvhQS2ipn7DrU2q { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:2.2624998092651rem;left:13.21875rem;height:7.6494125rem;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; }
#lyUvmcymuLOmuZWpk1ztdmxBw3PBdTTI { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:30.712508201599rem;left:13.21875rem;height:2.84375rem;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; }
#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { background-color: transparent; background-image: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container > .video-iframe-container { display: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row > .video-iframe-container { display: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .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); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { border-width: 0; border-radius: 0; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#IWLyk6BgUHqE3Xrr5V0kzmDnMA4NxooK { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vS1PwX5d9Dst56CkP0TS4lJ3kSm6T6iP { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container { background-color: transparent; background-image: none; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container > .video-iframe-container { display: none; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row > .video-iframe-container { display: none; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .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); }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container { border-width: 0; border-radius: 0; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#T3Z6MOvlk5zp53RtK1ALRcc9kn3F6vzX { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UCeP7ymAOxwqDNSWWMzCPaNxUD1hJKZx { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:43.75rem;display:none; }
#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { position:relative;display:block; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { background-color: transparent; background-image: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .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); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { border-width: 0; border-radius: 0; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .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; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DAuyPX7tcTXlSflkPH1V3HIOHlXqf7Tq { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:#633904;background-image:none;top:3.0625rem;left:36.75rem;display:block; }
#yLed2cOQQpGM7HBsySxgEGZXXwmONEl3 { box-sizing:content-box;height:0.5rem;width:0.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#633904;background-image:none;top:3.0625rem;left:38rem;display:block; }
#hcmGyg79DCbstBGDpzDNxxdoMQTfiir1 { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:2.0625rem;left:39.812501907349rem;overflow:hidden;display:block; }
#TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c4f8cebb-8070-4412-a61e-46acd2ee0c31/Zrzutekranu20251205150559.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:39.875rem;display:block; }#TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm.adaptive-delivery-prevent-bg, #TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm.lazyload, #TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm.lazyloading { background-image: none; }
#Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT { box-sizing:content-box;height:2.5rem;width:2.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c4f8cebb-8070-4412-a61e-46acd2ee0c31/Zrzutekranu20251205150559.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.03125rem;left:32.437501907349rem;display:block; }#Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT.adaptive-delivery-prevent-bg, #Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT.lazyload, #Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT.lazyloading { background-image: none; }
#IkHXMw1DoCRhTF5a3dFkWCuOaWeaCTiq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:2.03125rem;left:32.437501907349rem;overflow:hidden;display:block; }
#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC { position:relative;display:block; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC { background-color: transparent; background-image: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container > .video-iframe-container { display: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row > .video-iframe-container { display: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .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); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC { border-width: 0; border-radius: 0; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .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; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x91GdNVIwBpXzA69DZvJuiOCnRw2MxGZ { color:rgba(var(--color-tertiary-0),1);display:block;width:48.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:13.25rem;height:4.14375rem;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; }
#T7i2U0iluAXcFXuwltVlovEnKKfk9AAU { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:10.375rem;left:0rem;height:10.3125rem;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; }
#fDKETJumRavHgR0r4skHglZqaBM2LbM6 { position:relative;display:block; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 { background-color: transparent; background-image: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container > .video-iframe-container { display: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row > .video-iframe-container { display: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .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); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 { border-width: 0; border-radius: 0; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .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; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Asbo1ABC9ClV9QtNEOzmnxThdmNHS4ed { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.53);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:17.6875rem;top:0rem;left:0rem;display:block; }
#kDarPMBVODFOn47OuALqnF0fQyRnx3ZA { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:7.9375rem;top:2.6875rem;left:4.875rem;overflow:hidden;display:block; }
#GQsoPU0P4z6KBAAwuDglJSBJdJsuPbPB { color:#6f4d44;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.0625rem;left:2.59375rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#ClS6SKUPMQEsHImiki216ch8wRZicSAe { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.53);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:17.6875rem;top:0rem;left:19.125rem;display:block; }
#W9dEUkEvPGTMnfPKaqksksbB27CQBeLM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:9rem;top:3.5625rem;left:23.46875rem;overflow:hidden;display:block; }
#svRWqA2cQbicFqMBA3gQpc4CPML7LzUB { color:#6f4d44;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.0625rem;left:23.4375rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#sHyeG6Bl0nGRMunosVBiC4FmsAp7iSZV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),0.53);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:17.6875rem;top:0rem;left:57.3125rem;display:block; }
#MizXHDHNzV4cb5gFwdS1kN60AIncMDtu { color:#6f4d44;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.0625rem;left:61.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#DuWf464TuutBh0GMeNtDBoMhRzoJSUTD { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.53);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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(var(--color-tertiary-4),0.1) ;height:23.5rem;width:17.6875rem;top:0rem;left:38.1875rem;display:block; }
#HbSk5Tthdo1FFA0gMRRtGuGVa1BCf4fF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:3.5625rem;left:61.6875rem;overflow:hidden;display:block; }
#pEOf00qAkBDXS7R5Z2ZlrTbOnkt6I17g { 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:9rem;width:9rem;top:3.34375rem;left:42.53125rem;overflow:hidden;display:block; }
#Ba6IIIoTz5DBiCesUhXoA8T7wgOXGp7y { color:#6f4d44;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:15.0625rem;left:40.8125rem;height:5.84911875rem;text-align:center;text-align-last:center;display:block; }
#Ar2OdetVF5nJqyIicsX5ZUfvdx8KZiyq { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:23.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#F3UfkuqZT21p4cEbpTeTbHtq8gr5qxhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UelF8LikRxcmLlyIPR5DKMvv2NidtACe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:23.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:19.125rem;display:block; }
#i4i9ecvbzL8cO1dMxDvtAyRCKm3medJF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y7sGiTvI6POaPlBE0amLriwl8cp3sbP1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:23.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0rem;left:38.1875rem;display:block; }
#GBazT3aHlsEbwSu6C1NrA7tPaENkvKcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TuPP8T590OFm7i3uOHUeI5EhZsOKlfUd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:23.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:57.3125rem;display:block; }
#JXshocTZFhX7ly31c84IHH3WL1421sXf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm { position:relative;display:block; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm { background-color: transparent; background-image: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container > .video-iframe-container { display: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row > .video-iframe-container { display: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .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); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm { border-width: 0; border-radius: 0; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .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; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Gwdf56JUypCgykE1gheySeo4148qCPKA { 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:35.625rem;width:27.4375rem;top:4.75rem;left:0rem;overflow:hidden;display:block; }
#kF6DpnpxsZCAZEgbBoIwZOcBahaovThN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:11.875rem;left:30.9375rem;height:12.375rem;text-align:left;text-align-last:left;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; }
#plF58kQ07TWdi6OGVK904OE28ZezNNoZ { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:30.9375rem;height:4.14375rem;text-align:left;text-align-last:left;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; }
#mxUNzuXyZZHCSdodekX2QrKPP3CNclPr { background-color:rgba(var(--color-secondary-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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.25rem;left:30.9375rem;display:block; }
#hfKLXgJK8mOe3DNnMy0CNTDPtZJhbuMm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h38uero1wOD0doRKayFHqXduXNnfEwMP { position:relative;display:block; }#h38uero1wOD0doRKayFHqXduXNnfEwMP { background-color: transparent; background-image: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container > .video-iframe-container { display: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row > .video-iframe-container { display: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .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); }#h38uero1wOD0doRKayFHqXduXNnfEwMP { border-width: 0; border-radius: 0; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .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; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:51.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xUw427OcZ2UUX7tkI73ayN3UiL3kCUWX { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.4375rem;left:0rem;height:12.375rem;text-align:left;text-align-last:left;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; }
#w0rL2hEz0r9iCM7iCZkTZS9LmVJSwgdx { color:rgba(var(--color-tertiary-0),1);display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.14375rem;text-align:left;text-align-last:left;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; }
#RCKaJ5fZvVkNq11RyussWaECAkp9WSkv { background-color:rgba(var(--color-secondary-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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.8125rem;left:0rem;display:block; }
#dRkAPPIql3uq9e38pWwkoU3vbR91kqoB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FvgMLi77iHMI09OkDHktKMQbl7uTOHQ1 { 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:39.25rem;width:34.75rem;top:1.4999923706055rem;left:40.25rem;overflow:hidden;display:block; }
#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m { position:relative;display:block; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m { background-color: transparent; background-image: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container > .video-iframe-container { display: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row > .video-iframe-container { display: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .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); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m { border-width: 0; border-radius: 0; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .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; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ERRZXqS9uFHMzqfIgemPvAdXgFFeVoO5 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:11.875rem;left:30.9375rem;height:10.3125rem;text-align:left;text-align-last:left;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; }
#IkWM6W8ZILUiFOIvUtfHmTcgbdAcu0Az { color:rgba(var(--color-tertiary-0),1);display:block;width:42.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.375rem;left:30.9375rem;height:4.14375rem;text-align:left;text-align-last:left;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; }
#isnH3EDGnTn1hyLS85oMe4P6rrhay58P { background-color:rgba(var(--color-secondary-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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.25rem;left:30.9375rem;display:block; }
#UvyuqUak16T7V5WDVcMS9XrMVlkBMw56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rF6UvXzcZv8hnZqLnnVmaVfwQLyWdoQ0 { 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:41.75rem;width:38.875rem;top:3.125rem;left:-6.75rem;overflow:hidden;display:block; }
#tyN1sDwgrKqhXKC0K25TQmbrkQlU52vo { position:absolute;display:block;z-index:15008;background-color:#bd8136;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:0.0625rem;top:39.375rem;left:12.8125rem;display:block; }
#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD { position:relative;display:block; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD { background-color: transparent; background-image: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container > .video-iframe-container { display: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row > .video-iframe-container { display: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .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); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD { border-width: 0; border-radius: 0; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .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; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:48.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VUa5kJO93vzLxwMkQFgfTN7Q6a0pAQTL { color:rgba(var(--color-tertiary-0),1);display:block;width:41.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:12.4375rem;left:0rem;height:10.3125rem;text-align:left;text-align-last:left;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; }
#iQpbQMTFaeGUmVHaR8fbeNJsFIBfVBoV { color:rgba(var(--color-tertiary-0),1);display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0rem;height:4.14375rem;text-align:left;text-align-last:left;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; }
#O3U2inZFQgRicX9805lKcK0p0EuEraEE { background-color:rgba(var(--color-secondary-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.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3.9375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.8125rem;left:0rem;display:block; }
#XMv2PNNfoQB547WGItQOZe0XLIWU4xWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#olL1kBHqHuqOmfCPSr170XkcsZHyyWh9 { 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:40.1875rem;width:34.4375rem;top:1.4374942779541rem;left:40.5625rem;overflow:hidden;display:block; }
#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/fff9f859-8f6e-4af1-81fa-50d71b59fb25/bg3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ.adaptive-delivery-prevent-bg, #fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ.lazyload, #fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ.lazyloading { background-image: none; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container { background-color: transparent; background-image: none; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container > .video-iframe-container { display: none; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row > .video-iframe-container { display: none; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .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); }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container { border-width: 0; border-radius: 0; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#C03pX3bMWKMNOs70TyEyrnz6o7yK40vl { position:absolute;display:block;z-index:15006;background-color:#250800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:35.75rem;top:10.0625rem;left:0rem;display:none; }
#Hxk4lpi5LGK2ka44bT1uDqfBKyHow6TQ { position:absolute;display:block;z-index:15007;background-color:#250800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:35.75rem;top:6.875rem;left:18rem;display:block; }
#EmrSpyWrlR3uRWsh4O5DWnCRNlrFBl7M { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.5rem;left:17.5rem;display:block; }
#EdUwWz8An4OxiAX9ik9a0sSvUNzIriTi { box-sizing:content-box;height:24.8125rem;width:42.4375rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),0.3);background-image:none;top:3.3125rem;left:16.3125rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { 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; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { background-color: transparent; background-image: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container > .video-iframe-container { display: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container { display: none; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .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); }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { border-width: 0; border-radius: 0; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { color:#9a2b25;display:block;width:9.0625rem;position:absolute;font-family:futuraptbold;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1374998092651rem;left:0rem;height:2.6rem;display:block; }
#BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:7.1875rem;top:0.375rem;left:7.5rem;overflow:hidden;display:block; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.5625rem;left:67.0625rem; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:0.5625rem;left:71.1875rem; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.adaptive-delivery-prevent-bg, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyload, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection.lazyloading { background-image: none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container { background-color: transparent; background-image: none; }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container > .video-iframe-container { display: none; }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row > .video-iframe-container { display: none; }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .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); }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container { border-width: 0; border-radius: 0; }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.adaptive-delivery-prevent-bg, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyload, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection.lazyloading { background-image: none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container { border-width: 0; border-radius: 0; }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:none; }#XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #il1Bhee0JRnPPIUStq00I2sNpt43AzHO { border-width: 0; border-radius: 0; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .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; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS { border-width: 0; border-radius: 0; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .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; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.adaptive-delivery-prevent-bg, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyload, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection.lazyloading { background-image: none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container { border-width: 0; border-radius: 0; }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:none; }#wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 { border-width: 0; border-radius: 0; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .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; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo { border-width: 0; border-radius: 0; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .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; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1b24;background-image:url("https://images.assets-landingi.com/uc/d8187315-5240-4f6d-a9f8-205a5015c365/logostopka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.adaptive-delivery-prevent-bg, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyload, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection.lazyloading { background-image: none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container { border-width: 0; border-radius: 0; }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:none; }#nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#282a3a;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; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container { background-color: transparent; background-image: none; }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container > .video-iframe-container { display: none; }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row > .video-iframe-container { display: none; }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .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); }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container { border-width: 0; border-radius: 0; }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #O6IKIe47z23sTZie38OI3blCwKN41JKD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #McUhvig6HhHXzzqArNkuJgUI0GOb82nf { display:block; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwcUP4dnPuKz4cawp9IGnGxWCvul9Hfa { width:7.5rem;height:2.4375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCXN8Bzab3TOpA5UOmpUX0ucVE6yVUV2 { display:block; }
 }@media only screen and (max-width: 763px) { #HA1ZV3o41ETqwQVASuM2ZfFQNeMu4Mr2 { width:6.5625rem;height:2.4375rem;top:1.5rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5t90OIU7HHKGBiIXnuTqeF0FQeJT2G { display:block; }
 }@media only screen and (max-width: 763px) { #dtMzg9urpMeCTy2S3icODHu1n1dDZ1HD { width:10.75rem;height:2.4375rem;top:1.5rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgJF9xTgytCq4WT8vGIvrGP6ytH38e6t { display:block; }
 }@media only screen and (max-width: 763px) { #TgEFmaInE4UcXofr6BtWwLLM27nOumGP { width:6.8125rem;height:2.4375rem;top:1.5rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZP5O9TCzZ9IAZInTmoPcMekHK43riSn { display:block; }
 }@media only screen and (max-width: 763px) { #kqoOZkcNFhKW5CQdGIlLheGOKOAJ01ah { width:6.8125rem;height:2.4375rem;top:1.5rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6NWuHVATRRJXOpl2Q9ssPyH2K2Nxsfz { display:block; }
 }@media only screen and (max-width: 763px) { #OExwNPMGWTeMpm2eqfxAeigZF2hhodMd { width:9rem;height:2.4375rem;top:1.5rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo76aWdEbSII0a5xrKwLfPitfn859e9n { display:block; }
 }@media only screen and (max-width: 763px) { #rzSUlu2DL9kO5nMKcN6VPa76gHNoJV8f { display:none; }
 }@media only screen and (max-width: 763px) { #TIbTXnTTTLsOTHfLSci8ecKgmhJ98GxE { display:none; }
 }@media only screen and (max-width: 763px) { #Hdiuf9Tt5ox5K5gBZRHIXQITmTKINXuu { display:none; }
 }@media only screen and (max-width: 763px) { #ac03PDnWogSg8zDkI5m1UkdtllI9zqqs { display:none; }
 }@media only screen and (max-width: 763px) { #NavpKAnmyHq35tuFKTu8m3IJ6irgv5OQ { display:none; }
 }@media only screen and (max-width: 763px) { #m9OsTD9e569R6WuQDURPCcVVTzyiNEVC { display:none; }
 }@media only screen and (max-width: 763px) { #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA { display:block; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoRbOUFIKB6pyyK6ZpuZPafuxSMZaqMl { top:102.625rem;left:37.9375rem;width:7.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WC4RrybtVBUm7Sa48bhREFTT9yGR1axJ { top:104.375rem;left:2.6875rem;width:29.375rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWTgr4XLFTguXM5Q1CTX2VhMUamvr57c { top:8.0625rem;left:4.71875rem;width:36.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtJvUxF8K7iXaJkNor7qd33d2kSTpHTa { top:16.25rem;left:1.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2FwlWv6tt5mGiVZBDu5A0f7cST9G61 { top:37.3125rem;left:44.312501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAA57uqwBbxC7k9HDIthswRimcB3Ie0L { top:8.4375rem;left:10.187501907349rem;width:27.375rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUmpTSHcVNo6WbKsrrZa1LyuFOznBy5 { top:31.375rem;left:9.8125rem;width:28.1875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfA56A209WkJzfKnLlosliAZKsnMUw8 { display:block; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S88ZxRdWUPsilvJUbtfuK5ln2lo3UTOf { top:102.625rem;left:37.9375rem;width:7.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fmhwit8RDqEqPOIA0SVD59yWMhc7FsoL { top:104.375rem;left:2.6875rem;width:29.375rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhLe2wGo2nMJ1AwXLfX0VM7cXoTttZuA { top:8.0625rem;left:4.71875rem;width:36.6875rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E545xfIFcfTwxLlqTqXATmGlbKcRMkHS { top:41.3125rem;left:18.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyJR5z6aTA0tqeDc9ToZ1vXVMF0bpin { top:36.0625rem;left:28.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON { display:none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cQZstwE1ObMEOEdyWTgu1VWPw6IBXFNf { top:103.3125rem;left:40.625rem;width:7.125rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTnKWH2XXJLT9lJ5KuA9e8zvnWriQlTz { top:105.3125rem;left:0rem;width:39.1875rem;height:0.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9lexJhqpRTRiEtRvqGPRmiCOc4bvabt { top:11.4375rem;left:2.125rem;width:43.5rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3CzTws5gDusZomKTvhQS2ipn7DrU2q { top:2.25rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUvmcymuLOmuZWpk1ztdmxBw3PBdTTI { top:30.6875rem;left:0rem;width:47.75rem;height:0;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w { display:block; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWLyk6BgUHqE3Xrr5V0kzmDnMA4NxooK { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vS1PwX5d9Dst56CkP0TS4lJ3kSm6T6iP { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvSXceFFmqCSTxowQ0M1wa78xTNWZxky { display:block; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3Z6MOvlk5zp53RtK1ALRcc9kn3F6vzX { top:0rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeP7ymAOxwqDNSWWMzCPaNxUD1hJKZx { width:43.75rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { display:block; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { background-color: transparent; background-image: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .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); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { border-width: 0; border-radius: 0; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAuyPX7tcTXlSflkPH1V3HIOHlXqf7Tq { top:3.0625rem;left:23.125rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yLed2cOQQpGM7HBsySxgEGZXXwmONEl3 { top:3.0625rem;left:24.375rem;width:0.5rem;height:0.5rem;background-color:#5a1115;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hcmGyg79DCbstBGDpzDNxxdoMQTfiir1 { top:2.0625rem;left:26.187501907349rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm { top:2.0625rem;left:26.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT { top:2rem;left:18.812501907349rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHXMw1DoCRhTF5a3dFkWCuOaWeaCTiq { top:2rem;left:18.812501907349rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqx74Cleph3qwprqDIMl2tu2TI6ezTFC { display:block; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x91GdNVIwBpXzA69DZvJuiOCnRw2MxGZ { top:4.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7i2U0iluAXcFXuwltVlovEnKKfk9AAU { top:10.375rem;left:0rem;width:47.75rem;height:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKETJumRavHgR0r4skHglZqaBM2LbM6 { display:block; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asbo1ABC9ClV9QtNEOzmnxThdmNHS4ed { top:0rem;left:0rem;width:17.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDarPMBVODFOn47OuALqnF0fQyRnx3ZA { top:2.6875rem;left:0rem;width:7.9375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsoPU0P4z6KBAAwuDglJSBJdJsuPbPB { top:15.0625rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClS6SKUPMQEsHImiki216ch8wRZicSAe { top:0rem;left:5.5rem;width:17.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9dEUkEvPGTMnfPKaqksksbB27CQBeLM { top:3.5625rem;left:9.84375rem;width:9rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svRWqA2cQbicFqMBA3gQpc4CPML7LzUB { top:15.0625rem;left:9.8125rem;width:9.0625rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHyeG6Bl0nGRMunosVBiC4FmsAp7iSZV { top:0rem;left:30.0625rem;width:17.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MizXHDHNzV4cb5gFwdS1kN60AIncMDtu { top:15.0625rem;left:38.6875rem;width:9.0625rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWf464TuutBh0GMeNtDBoMhRzoJSUTD { top:0rem;left:24.5625rem;width:17.6875rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbSk5Tthdo1FFA0gMRRtGuGVa1BCf4fF { top:3.5625rem;left:38.75rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEOf00qAkBDXS7R5Z2ZlrTbOnkt6I17g { top:3.3125rem;left:28.90625rem;width:9rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba6IIIoTz5DBiCesUhXoA8T7wgOXGp7y { top:15.0625rem;left:27.1875rem;width:12.5rem;height:5.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2OdetVF5nJqyIicsX5ZUfvdx8KZiyq { width:17.6875rem;height:23.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3UfkuqZT21p4cEbpTeTbHtq8gr5qxhA { display:block; }
 }@media only screen and (max-width: 763px) { #UelF8LikRxcmLlyIPR5DKMvv2NidtACe { width:17.6875rem;height:23.5rem;top:0rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4i9ecvbzL8cO1dMxDvtAyRCKm3medJF { display:block; }
 }@media only screen and (max-width: 763px) { #y7sGiTvI6POaPlBE0amLriwl8cp3sbP1 { width:17.6875rem;height:23.5rem;top:0rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBazT3aHlsEbwSu6C1NrA7tPaENkvKcH { display:block; }
 }@media only screen and (max-width: 763px) { #TuPP8T590OFm7i3uOHUeI5EhZsOKlfUd { width:17.6875rem;height:23.5rem;top:0rem;left:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXshocTZFhX7ly31c84IHH3WL1421sXf { display:block; }
 }@media only screen and (max-width: 763px) { #mMgF0kkeEcpGsaxe80BCqIR88ektqFfm { display:block; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gwdf56JUypCgykE1gheySeo4148qCPKA { top:4.75rem;left:0rem;width:27.4375rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF6DpnpxsZCAZEgbBoIwZOcBahaovThN { top:11.875rem;left:3.5625rem;width:44.1875rem;height:12.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #plF58kQ07TWdi6OGVK904OE28ZezNNoZ { top:6.375rem;left:17.3125rem;width:30.125rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxUNzuXyZZHCSdodekX2QrKPP3CNclPr { width:14.8125rem;height:3.9375rem;top:26.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfKLXgJK8mOe3DNnMy0CNTDPtZJhbuMm { display:block; }
 }@media only screen and (max-width: 763px) { #h38uero1wOD0doRKayFHqXduXNnfEwMP { display:block; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUw427OcZ2UUX7tkI73ayN3UiL3kCUWX { top:12.4375rem;left:0rem;width:41.9375rem;height:12.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0rL2hEz0r9iCM7iCZkTZS9LmVJSwgdx { top:6.9375rem;left:0rem;width:40.25rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCKaJ5fZvVkNq11RyussWaECAkp9WSkv { width:14.8125rem;height:3.9375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkAPPIql3uq9e38pWwkoU3vbR91kqoB { display:block; }
 }@media only screen and (max-width: 763px) { #FvgMLi77iHMI09OkDHktKMQbl7uTOHQ1 { top:1.4375rem;left:13rem;width:34.75rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m { display:block; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERRZXqS9uFHMzqfIgemPvAdXgFFeVoO5 { top:11.875rem;left:6.9375rem;width:40.8125rem;height:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkWM6W8ZILUiFOIvUtfHmTcgbdAcu0Az { top:6.375rem;left:5.375rem;width:42.375rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isnH3EDGnTn1hyLS85oMe4P6rrhay58P { width:14.8125rem;height:3.9375rem;top:26.25rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvyuqUak16T7V5WDVcMS9XrMVlkBMw56 { display:block; }
 }@media only screen and (max-width: 763px) { #rF6UvXzcZv8hnZqLnnVmaVfwQLyWdoQ0 { top:3.125rem;left:0rem;width:38.875rem;height:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyN1sDwgrKqhXKC0K25TQmbrkQlU52vo { top:39.375rem;left:0rem;width:0.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD { display:block; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUa5kJO93vzLxwMkQFgfTN7Q6a0pAQTL { top:12.4375rem;left:0rem;width:41.375rem;height:10.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQpbQMTFaeGUmVHaR8fbeNJsFIBfVBoV { top:6.9375rem;left:0rem;width:30.125rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3U2inZFQgRicX9805lKcK0p0EuEraEE { width:14.8125rem;height:3.9375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMv2PNNfoQB547WGItQOZe0XLIWU4xWP { display:block; }
 }@media only screen and (max-width: 763px) { #olL1kBHqHuqOmfCPSr170XkcsZHyyWh9 { top:1.375rem;left:13.3125rem;width:34.4375rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ { display:block; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C03pX3bMWKMNOs70TyEyrnz6o7yK40vl { top:10.0625rem;left:0rem;width:35.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxk4lpi5LGK2ka44bT1uDqfBKyHow6TQ { top:6.875rem;left:4.375rem;width:35.75rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrSpyWrlR3uRWsh4O5DWnCRNlrFBl7M { top:4.5rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUwWz8An4OxiAX9ik9a0sSvUNzIriTi { top:3.3125rem;left:2.6875rem;width:42.4375rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { display:block; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { top:1.125rem;left:0rem;width:9.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { top:0.375rem;left:0rem;width:7.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { top:0.5625rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { top:0.5625rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0253d6b5-b765-4d92-abdf-c525fdde12c0/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection { background-color:#fcfaf9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container { background-color: transparent; background-image: none; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container > .video-iframe-container { display: none; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row > .video-iframe-container { display: none; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .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); }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container { border-width: 0; border-radius: 0; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EvQpkaB95OPO4J34yiTBKE9aeNZLkVI4 > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container { background-color: transparent; background-image: none; }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container > .video-iframe-container { display: none; }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row > .video-iframe-container { display: none; }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .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); }#xqerQOz3bqMC9UEbNyl1Mr78h7IMVwgb > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container { background-color: transparent; background-image: none; }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container > .video-iframe-container { display: none; }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row > .video-iframe-container { display: none; }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .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); }#nPvcW97XxPrKBed7gKd27yxOoPq6M89v > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection { background-color:#fcfaf9;background-image:none;display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container { background-color: transparent; background-image: none; }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container > .video-iframe-container { display: none; }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row > .video-iframe-container { display: none; }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .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); }#SVqkH3ZkKtz4qQAkb15KO0yRcZnrNc7N > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #g9Dh6ioy9rt9o7Whw3NXoaHHJpHicBLI > .row .container { width:20rem;height:64.431245422363rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #HnibviokeXFxT1eVyOpdcseVBcO6tttP > .row .container { width:20rem;height:12.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #O6IKIe47z23sTZie38OI3blCwKN41JKD > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #KK1PnDLzluK1mRndaTmV2Vf5q0RzUXdE > .row .container { width:20rem;height:103.85rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #dxd7AI07D4dgmqQRZM9MMve4CAOqtFcg > .row .container { width:20rem;height:7.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #McUhvig6HhHXzzqArNkuJgUI0GOb82nf { display:block; }#McUhvig6HhHXzzqArNkuJgUI0GOb82nf > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwcUP4dnPuKz4cawp9IGnGxWCvul9Hfa { width:7.8125rem;height:1.8125rem;top:1.75rem;left:0.71875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCXN8Bzab3TOpA5UOmpUX0ucVE6yVUV2 { display:block; }
 }@media only screen and (max-width: 763px) { #HA1ZV3o41ETqwQVASuM2ZfFQNeMu4Mr2 { width:4.375rem;height:1.8125rem;top:4.5625rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT5t90OIU7HHKGBiIXnuTqeF0FQeJT2G { display:block; }
 }@media only screen and (max-width: 763px) { #dtMzg9urpMeCTy2S3icODHu1n1dDZ1HD { width:8.25rem;height:1.8125rem;top:1.75rem;left:10.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mgJF9xTgytCq4WT8vGIvrGP6ytH38e6t { display:block; }
 }@media only screen and (max-width: 763px) { #TgEFmaInE4UcXofr6BtWwLLM27nOumGP { width:3.875rem;height:1.8125rem;top:4.5625rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZP5O9TCzZ9IAZInTmoPcMekHK43riSn { display:block; }
 }@media only screen and (max-width: 763px) { #kqoOZkcNFhKW5CQdGIlLheGOKOAJ01ah { width:5.0625rem;height:1.8125rem;top:4.5625rem;left:14.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6NWuHVATRRJXOpl2Q9ssPyH2K2Nxsfz { display:block; }
 }@media only screen and (max-width: 763px) { #OExwNPMGWTeMpm2eqfxAeigZF2hhodMd { width:7.75rem;height:1.8125rem;top:7.3125rem;left:5.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fo76aWdEbSII0a5xrKwLfPitfn859e9n { display:block; }
 }@media only screen and (max-width: 763px) { #rzSUlu2DL9kO5nMKcN6VPa76gHNoJV8f { top:1.625rem;left:0rem;width:9.125rem;height:1.9375rem;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIbTXnTTTLsOTHfLSci8ecKgmhJ98GxE { top:4.4375rem;left:0rem;width:5.8125rem;height:1.9375rem;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hdiuf9Tt5ox5K5gBZRHIXQITmTKINXuu { top:4.40625rem;left:6.75rem;width:5.625rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ac03PDnWogSg8zDkI5m1UkdtllI9zqqs { top:1.625rem;left:10.0625rem;width:9.8125rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NavpKAnmyHq35tuFKTu8m3IJ6irgv5OQ { top:4.4375rem;left:13.3125rem;width:6.5625rem;height:1.9375rem;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9OsTD9e569R6WuQDURPCcVVTzyiNEVC { top:7.25rem;left:5.25rem;width:8.5625rem;height:1.9375rem;z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0.0625rem solid rgba(255,255,255,0.5);border-right:0.0625rem solid rgba(255,255,255,0.5);border-bottom:0.0625rem solid rgba(255,255,255,0.5);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c3c3670f-ece8-4f3a-a97d-f1e5716b2315/Bg_gora1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.adaptive-delivery-prevent-bg, #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.lazyload, #a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA.lazyloading { background-image: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { background-color: transparent; background-image: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container > .video-iframe-container { display: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row > .video-iframe-container { display: none; }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .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); }#a7ETp2nXdJvq0nHcCbqSZ0zN590XbDzA > .row .container { width:20rem;height:37.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KoRbOUFIKB6pyyK6ZpuZPafuxSMZaqMl { width:7.125rem;height:3.25rem;top:66.025001525881rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WC4RrybtVBUm7Sa48bhREFTT9yGR1axJ { width:14.0625rem;height:0;top:66.425003051756rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pWTgr4XLFTguXM5Q1CTX2VhMUamvr57c { width:13.9375rem;height:5.8125rem;top:1.6875rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtJvUxF8K7iXaJkNor7qd33d2kSTpHTa { width:2.5rem;height:2.5rem;top:4.6875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo2FwlWv6tt5mGiVZBDu5A0f7cST9G61 { width:2.5rem;height:2.5rem;top:3.5624990463257rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAA57uqwBbxC7k9HDIthswRimcB3Ie0L { width:17.875rem;height:18.875rem;top:10rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTUmpTSHcVNo6WbKsrrZa1LyuFOznBy5 { width:15.1875rem;height:6.375rem;top:27.1875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfA56A209WkJzfKnLlosliAZKsnMUw8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/21a8a8f8-5422-4b59-87e9-30febe969e14/2025_T48A_BAKADOR_rzhzyn53wg_700x500_mobile.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8.adaptive-delivery-prevent-bg, #sIfA56A209WkJzfKnLlosliAZKsnMUw8.lazyload, #sIfA56A209WkJzfKnLlosliAZKsnMUw8.lazyloading { background-image: none; }#sIfA56A209WkJzfKnLlosliAZKsnMUw8 > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #S88ZxRdWUPsilvJUbtfuK5ln2lo3UTOf { width:7.125rem;height:3.25rem;top:66.025001525881rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fmhwit8RDqEqPOIA0SVD59yWMhc7FsoL { width:14.0625rem;height:0;top:66.425003051756rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #NhLe2wGo2nMJ1AwXLfX0VM7cXoTttZuA { width:13.9375rem;height:5.8125rem;top:1.6875rem;left:3.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #E545xfIFcfTwxLlqTqXATmGlbKcRMkHS { width:2.5rem;height:2.5rem;top:11.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgyJR5z6aTA0tqeDc9ToZ1vXVMF0bpin { width:2.5rem;height:2.5rem;top:11.875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/082178fa-871e-4362-8838-3503efdffa0e/dol2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.adaptive-delivery-prevent-bg, #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.lazyload, #lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON.lazyloading { background-image: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { background-color: transparent; background-image: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container > .video-iframe-container { display: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container { display: none; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .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); }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { border-width: 0; border-radius: 0; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwMQQuSvUqagLbocBvRhHA5X2xTkW9ON > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQZstwE1ObMEOEdyWTgu1VWPw6IBXFNf { width:7.125rem;height:3.25rem;top:33.875rem;left:6.4375rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #nTnKWH2XXJLT9lJ5KuA9e8zvnWriQlTz { width:16.25rem;height:2.625rem;top:30.625rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.4;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #Z9lexJhqpRTRiEtRvqGPRmiCOc4bvabt { width:20rem;height:8.8793103448276rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI3CzTws5gDusZomKTvhQS2ipn7DrU2q { width:20rem;height:4.5rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUvmcymuLOmuZWpk1ztdmxBw3PBdTTI { width:20rem;height:1.875rem;top:18.375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w { background-color:transparent;background-image:none;display:block; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { background-color: transparent; background-image: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container > .video-iframe-container { display: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row > .video-iframe-container { display: none; }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .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); }#NvzF7Vu9WDFFrOZenypPwRO7BWboPX8w > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IWLyk6BgUHqE3Xrr5V0kzmDnMA4NxooK { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vS1PwX5d9Dst56CkP0TS4lJ3kSm6T6iP { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xvSXceFFmqCSTxowQ0M1wa78xTNWZxky { display:block; }#xvSXceFFmqCSTxowQ0M1wa78xTNWZxky > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3Z6MOvlk5zp53RtK1ALRcc9kn3F6vzX { width:20rem;height:10rem;top:41.162109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCeP7ymAOxwqDNSWWMzCPaNxUD1hJKZx { top:0.9375rem;left:0rem;width:20rem;height:14.25rem;z-index:15021;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { display:block; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { background-color: transparent; background-image: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row > .video-iframe-container { display: none; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .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); }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR { border-width: 0; border-radius: 0; }#pkDalBCwQdp6bu771atJ4yzqEaAeAHWR > .row .container { width:20rem;height:5rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DAuyPX7tcTXlSflkPH1V3HIOHlXqf7Tq { width:0.5rem;height:0.5rem;top:2.3125rem;left:9.125rem;background-color:#633904;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #yLed2cOQQpGM7HBsySxgEGZXXwmONEl3 { width:0.5rem;height:0.5rem;top:2.3125rem;left:10.5rem;background-color:#633904;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hcmGyg79DCbstBGDpzDNxxdoMQTfiir1 { width:1.875rem;height:1.875rem;top:1.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUN025onxeqpJ7H5dH3Gi6wqIs8Jyzxm { width:1.875rem;height:1.875rem;top:1.5625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eczy5kuTvX90IKdFDxCTdZrxNKTMw1yT { width:1.875rem;height:1.875rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkHXMw1DoCRhTF5a3dFkWCuOaWeaCTiq { width:1.875rem;height:1.875rem;top:1.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqx74Cleph3qwprqDIMl2tu2TI6ezTFC { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container { background-color: transparent; background-image: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container > .video-iframe-container { display: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row > .video-iframe-container { display: none; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .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); }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container { border-width: 0; border-radius: 0; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sqx74Cleph3qwprqDIMl2tu2TI6ezTFC > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x91GdNVIwBpXzA69DZvJuiOCnRw2MxGZ { width:20rem;height:2.4375rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7i2U0iluAXcFXuwltVlovEnKKfk9AAU { width:20rem;height:15.668rem;top:5.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDKETJumRavHgR0r4skHglZqaBM2LbM6 { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container { background-color: transparent; background-image: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container > .video-iframe-container { display: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row > .video-iframe-container { display: none; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .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); }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container { border-width: 0; border-radius: 0; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDKETJumRavHgR0r4skHglZqaBM2LbM6 > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Asbo1ABC9ClV9QtNEOzmnxThdmNHS4ed { width:9.375rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDarPMBVODFOn47OuALqnF0fQyRnx3ZA { width:4.6875rem;height:6.125rem;top:2.0625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQsoPU0P4z6KBAAwuDglJSBJdJsuPbPB { width:7.5rem;height:4.62890625rem;top:9.434374809265rem;left:0.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClS6SKUPMQEsHImiki216ch8wRZicSAe { width:9.375rem;height:16.125rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9dEUkEvPGTMnfPKaqksksbB27CQBeLM { width:5.5rem;height:5.25rem;top:2.5rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svRWqA2cQbicFqMBA3gQpc4CPML7LzUB { width:6.9375rem;height:4.62890625rem;top:9.434374809265rem;left:11.84375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHyeG6Bl0nGRMunosVBiC4FmsAp7iSZV { width:9.375rem;height:16.125rem;top:17.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MizXHDHNzV4cb5gFwdS1kN60AIncMDtu { width:6.875rem;height:3.0859375rem;top:26.5625rem;left:11.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuWf464TuutBh0GMeNtDBoMhRzoJSUTD { width:9.375rem;height:16.125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbSk5Tthdo1FFA0gMRRtGuGVa1BCf4fF { width:5.5rem;height:5.5rem;top:19.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEOf00qAkBDXS7R5Z2ZlrTbOnkt6I17g { width:5.5rem;height:5.5rem;top:19.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ba6IIIoTz5DBiCesUhXoA8T7wgOXGp7y { width:6.6875rem;height:4.62890625rem;top:26.5625rem;left:1.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ar2OdetVF5nJqyIicsX5ZUfvdx8KZiyq { width:9.375rem;height:16.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3UfkuqZT21p4cEbpTeTbHtq8gr5qxhA { display:block; }
 }@media only screen and (max-width: 763px) { #UelF8LikRxcmLlyIPR5DKMvv2NidtACe { width:9.375rem;height:16.125rem;top:0rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4i9ecvbzL8cO1dMxDvtAyRCKm3medJF { display:block; }
 }@media only screen and (max-width: 763px) { #y7sGiTvI6POaPlBE0amLriwl8cp3sbP1 { width:9.375rem;height:16.125rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBazT3aHlsEbwSu6C1NrA7tPaENkvKcH { display:block; }
 }@media only screen and (max-width: 763px) { #TuPP8T590OFm7i3uOHUeI5EhZsOKlfUd { width:9.375rem;height:16.125rem;top:17.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXshocTZFhX7ly31c84IHH3WL1421sXf { display:block; }
 }@media only screen and (max-width: 763px) { #mMgF0kkeEcpGsaxe80BCqIR88ektqFfm { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container { background-color: transparent; background-image: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container > .video-iframe-container { display: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row > .video-iframe-container { display: none; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .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); }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container { border-width: 0; border-radius: 0; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mMgF0kkeEcpGsaxe80BCqIR88ektqFfm > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gwdf56JUypCgykE1gheySeo4148qCPKA { width:14.4375rem;height:18.6875rem;top:0.67498588562012rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF6DpnpxsZCAZEgbBoIwZOcBahaovThN { width:20rem;height:11.751rem;top:23.383333206177rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plF58kQ07TWdi6OGVK904OE28ZezNNoZ { width:20rem;height:2.4375rem;top:19.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxUNzuXyZZHCSdodekX2QrKPP3CNclPr { width:14.8125rem;height:3.9375rem;top:31.345832824707rem;left:2.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfKLXgJK8mOe3DNnMy0CNTDPtZJhbuMm { display:block; }
 }@media only screen and (max-width: 763px) { #h38uero1wOD0doRKayFHqXduXNnfEwMP { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container { background-color: transparent; background-image: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container > .video-iframe-container { display: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row > .video-iframe-container { display: none; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .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); }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container { border-width: 0; border-radius: 0; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h38uero1wOD0doRKayFHqXduXNnfEwMP > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUw427OcZ2UUX7tkI73ayN3UiL3kCUWX { width:19.125rem;height:10.4453125rem;top:22.356237411499rem;left:0.4375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w0rL2hEz0r9iCM7iCZkTZS9LmVJSwgdx { width:16rem;height:2.0625rem;top:19rem;left:2rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RCKaJ5fZvVkNq11RyussWaECAkp9WSkv { width:14.8125rem;height:3.9375rem;top:33.9375rem;left:2.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRkAPPIql3uq9e38pWwkoU3vbR91kqoB { display:block; }
 }@media only screen and (max-width: 763px) { #FvgMLi77iHMI09OkDHktKMQbl7uTOHQ1 { width:15.4375rem;height:17.4375rem;top:1.6125078201294rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container { background-color: transparent; background-image: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container > .video-iframe-container { display: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row > .video-iframe-container { display: none; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .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); }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container { border-width: 0; border-radius: 0; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XUFV2NuoH5M8B8G4TZzs2MVE0Iy8Go3m > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ERRZXqS9uFHMzqfIgemPvAdXgFFeVoO5 { width:20rem;height:9.139625rem;top:25.282291412354rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IkWM6W8ZILUiFOIvUtfHmTcgbdAcu0Az { width:20rem;height:4.875rem;top:19.112499237061rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #isnH3EDGnTn1hyLS85oMe4P6rrhay58P { width:14.8125rem;height:3.9375rem;top:33.182292938233rem;left:2.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UvyuqUak16T7V5WDVcMS9XrMVlkBMw56 { display:block; }
 }@media only screen and (max-width: 763px) { #rF6UvXzcZv8hnZqLnnVmaVfwQLyWdoQ0 { width:16.9375rem;height:18.1875rem;top:0.92500019073488rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyN1sDwgrKqhXKC0K25TQmbrkQlU52vo { width:0.0625rem;height:0.0625rem;top:39.375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD { background-color:#b8611a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container { background-color: transparent; background-image: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container > .video-iframe-container { display: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row > .video-iframe-container { display: none; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .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); }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container { border-width: 0; border-radius: 0; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sc5g88KO5pDNmPHcERGH7WGcyyuzRVrD > .row .container { width:20rem;height:36.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUa5kJO93vzLxwMkQFgfTN7Q6a0pAQTL { width:18.125rem;height:10.4453125rem;top:23.375rem;left:0.9375rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQpbQMTFaeGUmVHaR8fbeNJsFIBfVBoV { width:20rem;height:2.4375rem;top:19.924999237061rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3U2inZFQgRicX9805lKcK0p0EuEraEE { width:14.8125rem;height:3.9375rem;top:33.206250190735rem;left:2.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XMv2PNNfoQB547WGItQOZe0XLIWU4xWP { display:block; }
 }@media only screen and (max-width: 763px) { #olL1kBHqHuqOmfCPSr170XkcsZHyyWh9 { width:16rem;height:18.625rem;top:1.3000116348267rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ { display:block; }#fxR72e2zvz1TVHVFMTSVSoN2QT3zyqSJ > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C03pX3bMWKMNOs70TyEyrnz6o7yK40vl { width:20rem;height:11.3125rem;top:9.28750038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hxk4lpi5LGK2ka44bT1uDqfBKyHow6TQ { width:20rem;height:11.3125rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmrSpyWrlR3uRWsh4O5DWnCRNlrFBl7M { height:11.25rem;width:20rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdUwWz8An4OxiAX9ik9a0sSvUNzIriTi { width:20rem;height:12.9375rem;top:4.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aX7qPCA2igTNmeF0yrMQgabxmhk21SiN { display:block; }#aX7qPCA2igTNmeF0yrMQgabxmhk21SiN > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WsuGOCq74EgGwOQH0gArNMVTSGTMv8ii { width:9.0625rem;height:2.6rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuPBBBGkdyzB56fMTMzVoSsBQcNcnXza { width:6.9375rem;height:3.125rem;top:0.3125rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd { display:flex;width:2.3125rem;height:2.3125rem;top:1.2062501907349rem;left:15.1875rem; }
#iZT69N6J3lGzWagJH0oLFu2lUgIrT4Hd > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq { display:flex;width:2.3125rem;height:2.3125rem;top:1.2062501907349rem;left:17.6875rem;font-size:1.5625rem; }
#fP0ab5158XAaqmNRGp5Q0DhRt0UzP8Rq > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection { background-color:#1a1b24;background-image:none;display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #VurEBhCnSCfcN2Zs7RMxFSQn5XVsGOsL > .row .container { width:20rem;height:43.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container { background-color: transparent; background-image: none; }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container > .video-iframe-container { display: none; }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row > .video-iframe-container { display: none; }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .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); }#awVbN4CXMluc4GQ5dER4KEhtXmAFuMr7 > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container { background-color: transparent; background-image: none; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container > .video-iframe-container { display: none; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row > .video-iframe-container { display: none; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .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); }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container { border-width: 0; border-radius: 0; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#il1Bhee0JRnPPIUStq00I2sNpt43AzHO > .row .container { width:20rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container { background-color: transparent; background-image: none; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container > .video-iframe-container { display: none; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row > .video-iframe-container { display: none; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .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); }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container { border-width: 0; border-radius: 0; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XZ8Lch1w66cE3FRBXmiHoqvDHk597BFS > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container { background-color: transparent; background-image: none; }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container > .video-iframe-container { display: none; }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row > .video-iframe-container { display: none; }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .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); }#JMbimlAyMWmiDPCiwShK1awlSRyzTC9U > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container { background-color: transparent; background-image: none; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container > .video-iframe-container { display: none; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row > .video-iframe-container { display: none; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .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); }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container { border-width: 0; border-radius: 0; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aMmNKiQCNkfextxyyfk8hXFPyoPG0O00 > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection { background-color:#1a1b24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container { background-color: transparent; background-image: none; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container > .video-iframe-container { display: none; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row > .video-iframe-container { display: none; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .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); }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container { border-width: 0; border-radius: 0; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#us5kvkUNiFLog72ZAzq3AGDKkr2G2GPo > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection { background-color:#1a1b24;background-image:none;display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container { background-color: transparent; background-image: none; }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container > .video-iframe-container { display: none; }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row > .video-iframe-container { display: none; }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .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); }#W2IC8grA3WoJ3NdCmZRbVLMoWCC5M0vT > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #dcL3x37vI9tf1OnS1KTPF53inn7STkKP > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }