.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:229,227,227;--color-primary-1:176,171,171;--color-primary-2:124,115,115;--color-primary-3:74,69,69;--color-primary-4:37,21,21;--color-secondary-0:245,239,229;--color-secondary-1:224,208,178;--color-secondary-2:204,176,126;--color-secondary-3:193,162,108;--color-secondary-4:25,15,2;--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:"League Spartan";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#2c1c12;background-image:url("https://images.assets-landingi.com/uc/5a0fcc6c-0415-4574-8679-fbb7c55cf7c4/bg4.webp");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !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); }#xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G { 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; } #xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G > .row .container { position:relative;display:none; }#ohJgIoNbQesVkdztWENAibtcJu5cx43o { position:relative;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; } #ohJgIoNbQesVkdztWENAibtcJu5cx43o > .row .container { position:relative;display:none; }#V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE { position:relative;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; } #V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE > .row .container { position:relative;display:none; }#t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl { position:relative;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; } #t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl > .row .container { position:relative;display:none; }#ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe { position:relative;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; } #ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe > .row .container { position:relative;display:block; }#AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt { position:relative;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; } #AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt > .row .container { position:relative;display:block; }#ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl { 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; } #ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl > .row .container { position:relative;display:block; }#V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD { 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; } #V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD > .row .container { position:relative;display:block; }#yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L { 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; } #yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L > .row .container { position:relative;display:block; }#LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s { position:relative;display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s > .row .container { position:relative;display:block; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d6abc0e-2bfc-4669-a942-266e61d37838/hero_foto.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin.adaptive-delivery-prevent-bg, #p3NZO2Sum5u27UGStdKqGF3I9F81spin.lazyload, #p3NZO2Sum5u27UGStdKqGF3I9F81spin.lazyloading { background-image: none; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container { background-color: transparent; background-image: none; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container > .video-iframe-container { display: none; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.2); }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row > .video-iframe-container { display: none; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .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); }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container { border-width: 0; border-radius: 0; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#KBP893m09FlyDOb9vvUcrNduQOBZs3IU { 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:19.4375rem;width:24.9375rem;top:7.65625rem;left:25.03125rem;overflow:hidden;display:block; }
#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1dff6e97-5e91-44fc-86ad-e82ccfe66724/bgv2.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:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.adaptive-delivery-prevent-bg, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyload, #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc.lazyloading { background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { background-color: transparent; background-image: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { display: none; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .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); }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { border-width: 0; border-radius: 0; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#P8uCqeOaFnohUP6Mz1JCAfCxK0SetBCr { color:rgba(var(--color-tertiary-0),1);display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:9.8818359375rem;left:24.5rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUQ7LsRMgty5AWPWGUxMklDiLTTS7Rbs { color:#cea77a;display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:22.125rem;left:12.5rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#eVruDTkQr5iu0bW2JTklu5HFcDP7ZxRi { color:#cea77a;display:block;width:57.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:24.625rem;left:8.75rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RNGZzKQm3PbwIExVf0Dc6I0rW0xEDAaH { color:#cea77a;display:block;width:50.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:27.875rem;left:12.4375rem;height:1.57421875rem;text-align:center;text-align-last:center;display:block; }
#NVwC4n1OmO2yzl0gLnD0oHttkrDpIQWk { box-sizing:content-box;height:11.6875rem;width:53.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:7.9375rem;left:16.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.3125rem 0.625rem rgba(var(--color-tertiary-4),0.61) ;display:block; }
#N6RLmB3oCICMZHqSt6L9q6Hy7TObWOH8 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5rem;width:26.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#s469Ir23SbOHKwTdWLzVslWA9QVKzFBr { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.75rem;left:28.75rem;display:block; }
#pLBFz8oI9sKEtUghIqCwK1gJxiDALpLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MD5K448CKuEqzsfr42cLgSGTV4s9z93T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2c1c12;background-image:url("https://images.assets-landingi.com/uc/aba6e6d9-f438-4faa-900f-03d6f30c01d2/bg_gold.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:block; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T.adaptive-delivery-prevent-bg, #MD5K448CKuEqzsfr42cLgSGTV4s9z93T.lazyload, #MD5K448CKuEqzsfr42cLgSGTV4s9z93T.lazyloading { background-image: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { background-color: transparent; background-image: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container > .video-iframe-container { display: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row > .video-iframe-container { display: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .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); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { border-width: 0; border-radius: 0; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#OuxZL8mIsTZhJJJIpLnKV1S3h5U3Kzd3 { color:#2c1c12;display:block;width:53.3125rem;position:absolute;font-family:"league spartan medium";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:3.1875rem;left:10.84375rem;height:6.2988125rem;text-align:center;text-align-last:center;display:block; }
#MnCVPdVkkimUJmIEZ7Qr5xH9REwZU0f9 { color:#2c1c12;display:block;width:28.0625rem;position:absolute;font-family:"league spartan medium";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:11.8125rem;left:36.125rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q { position:relative;display:block; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q { background-color: transparent; background-image: none; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row .container > .video-iframe-container { display: none; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row > .video-iframe-container { display: none; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .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); }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q { border-width: 0; border-radius: 0; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .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; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .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:38.875rem;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; }#E73lsMcsmoaHna9MnJV6y6DL8l4Wt0v8 { 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:7.5rem;width:7.5rem;top:2.8125rem;left:6.4375rem;overflow:hidden;display:block; }
#dPKKnFA9y22qtTfC8LoEiGiV6HV5oph8 { 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:8.625rem;width:8.625rem;top:2.25rem;left:14.8125rem;overflow:hidden;display:block; }
#nXyUyhbwcZTCX3XrwZPfJDEqdyeyFxaP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:5.5rem;left:62.5rem;overflow:hidden;display:block; }
#hbxH2BWT7bXcylDucfsdIZeXAmFEHWa0 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:15.3125rem;left:62.5rem;overflow:hidden;display:block; }
#QaaJgZhhds0CfnlvZG24ngmtDEEkmItB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:24.875rem;left:62.5rem;overflow:hidden;display:block; }
#BSmzI0tVOLS5LgX1Rm7snJgF02p2fSVP { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:21.125rem;left:0rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oxv9HscbnNQTJ8B6ZUD7Wo6HXfBkUyom { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23.1875rem;top:21.125rem;left:37.8125rem;overflow:hidden;display:block; }
#VAzkzLfNiB2RAiNsFfFoDM1GCoQm1q0n { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.375rem;width:52.5rem;top:0rem;left:8.84375rem;overflow:hidden;display:block; }
#h87faawAApmkzE48tAMg5qrGzX1AvM8g { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:23.75rem;top:21.75rem;left:37.53125rem;overflow:hidden;display:block; }
#hnEJVy155cVMhsTyTfaNavPUV6SBBUxV { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:28.4375rem;left:0rem;height:9rem;text-align:left;text-align-last:left;display:block; }
#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT { position:relative;display:block; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT { background-color: transparent; background-image: none; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row .container > .video-iframe-container { display: none; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row > .video-iframe-container { display: none; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .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); }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT { border-width: 0; border-radius: 0; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .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; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .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:32.625rem;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; }#nC5xn1qWVLhltZmEzhtgm5dgDU81sAXd { 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:5.5rem;width:5.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qg8hbygl0F1aWma6z7AiP2MyKXEJmorV { 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:5.5rem;width:5.5rem;top:0rem;left:6.125rem;overflow:hidden;display:block; }
#tHieV60s2ww8EytLXUAHoITKJ4ozZHPd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:3.9375rem;left:4.25rem;overflow:hidden;display:none; }
#xTs5fUImHEUNquUBV1JAZGP2XxbeUQXN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:13.75rem;left:4.25rem;overflow:hidden;display:none; }
#zwfXaxT4v5F6tP4x9fX3ve7JWOaTqhX4 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.5rem 1.875rem rgba(var(--color-primary-4),1) ;height:8.5625rem;width:8.625rem;top:23.4375rem;left:4.25rem;overflow:hidden;display:none; }
#Cdnk4CoiiI91sqJKwUeHHTCEg016m4z1 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:22.1875rem;left:8.9375rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zWBU16PPgioPQ8LpGdykI1Qr2DdmybK4 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:23.1875rem;top:21.9375rem;left:29.0625rem;overflow:hidden;display:none; }
#BmxkSZLT12WJTW6bPVlOP88tZsC4440F { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:36.875rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#b8ovMxUXJRzQTGEtUo1mf5NoHkTCeGJ7 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:23.75rem;top:23.125rem;left:27.5625rem;overflow:hidden;display:none; }
#EnMXrCVRDQ7sWovSorgtDMGN3NDvuXKM { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:37.9375rem;top:3.125rem;left:37.0625rem;overflow:hidden;display:block; }
#E7QILOTiL5r3vLd3nABtEblcn3cwBZRV { 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:5.5rem;width:5.5rem;top:0.25rem;left:39.1875rem;overflow:hidden;display:block; }
#yShKFNI54PMiwbzdDowHhdTvlRNTXMxR { 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:5.9375rem;width:5.9375rem;top:0rem;left:45.3125rem;overflow:hidden;display:block; }
#yoBEwbNGAMw2CR1BPecTHTFDFMPt60ZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:22.1875rem;left:50.5rem;height:4.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#chmCL1fLzU95oS6crmURutAGUw2adV8T { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:27rem;left:8.9375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#TzW3neKWdfNuisqnRlNyeMb0l8uJwp23 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:27rem;left:50.5rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD { 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; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { background-color: transparent; background-image: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container > .video-iframe-container { display: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row > .video-iframe-container { display: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .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); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { border-width: 0; border-radius: 0; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#P33g18xn6h4VOxqzWihkBqGPW7iHlJkb { color:#debd8c;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8994125rem;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;font-style:normal;display:block; }
#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR { 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; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container { background-color: transparent; background-image: none; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container > .video-iframe-container { display: none; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row > .video-iframe-container { display: none; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .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); }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container { border-width: 0; border-radius: 0; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#svHmJJN0TKHdWOK9woQp1tXddNWtUGiT { box-sizing:content-box;height:24.6875rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#ahN045UznZOT48ZL3qnqCTOcSotOKztJ { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:11.125rem;top:3.875rem;left:3.34375rem;overflow:hidden;display:block; }
#Zbh4pIIlxPQH3gxT7W7kEvxmUgMeueGI { color:rgba(var(--color-primary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.59375rem;height:3.25rem;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;font-style:normal;display:block; }
#H5VTFJ6cLrCb6vxDtFKJW2WkrT50cuXa { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lPZL4NQx2TsHcX29QEga2oJfJVNr3l7X { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#gTNOXVKc2MIinA0CwCbsi4N7eEhLdgNc { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:11.125rem;top:3.8125rem;left:22.40625rem;overflow:hidden;display:block; }
#psfVSNyZrvN92LfcMvgxDOvUDvZNypeT { color:rgba(var(--color-primary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.8125rem;left:20.875rem;height:3.25rem;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;font-style:normal;display:block; }
#BcsJS9Qy0T8ntkB95FEbxZT4Z5iKIQtA { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#JErNIhmgUd6BOPZBzxsBgCLdQKN3eix3 { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#naB32W9O7QcpmFUkeeoUyb8bW6fUn6qM { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:9.8125rem;top:3.5rem;left:41.375rem;overflow:hidden;display:block; }
#i1i0zwO9g81sIM1Sladzu8DIlmMeX2CX { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.28125rem;height:3.25rem;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;font-style:normal;display:block; }
#wUtMG2WqfdXZ98fkQ9oO08SEiZvT0nqG { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#rggnIdkX9C3Jm3oZRk8elkkNlwrtcGP5 { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#rv3rVGhVlGhrIk0bEkqK4bIPIgdidfeN { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.0625rem;width:7.0625rem;top:2.53125rem;left:62.5625rem;overflow:hidden;display:block; }
#e4RHFBTZym2qblLi75NGEsCOHUy4oesS { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:24.8125rem;left:58.34375rem;height:3.25rem;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;font-style:normal;display:block; }
#bOLHCA4X0vDPaKVrXuTXRmPzdP5oNr5O { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#eqlc05fnvwPaQHTOHBIpJqCn9zhpRs38 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#iMdpITwDW69frgaUl9eTaiIThNQFaCS7 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#fD6G4NL2UdoG7UALnxyulZq4Z0G9g970 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#LJenyNXZCfMHd6GLx2lnrUcSFsFzx2qZ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#UAH1vqGNXfvWHgTOug9RthTrmuNZiWLq { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30rem;left:3rem;display:block; }
#t8PviiTSMB1EFp1iiKICIIMhU6N6LCLz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4n3trGK63TGl194m74zHycB3WeeyER3 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30rem;left:22.0625rem;display:block; }
#HikxeGu4uPx51xyEvxIIFZ4gPrbh1dE0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GE1KJSDUIVGKRZ4rTlkCVCuZESU76EDu { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:30rem;left:41.125rem;display:block; }
#qDLNseUTv71tACxmn7HJkkRtmRxaMlNl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iIwKhtPLWomcmp6rXT8E9IEaQ2ruExp9 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:30rem;left:60.1875rem;display:block; }
#DdDndWBkq2RGRG9O8uQgnu0O4oy3BA1t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm { 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; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container { background-color: transparent; background-image: none; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container > .video-iframe-container { display: none; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row > .video-iframe-container { display: none; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .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); }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container { border-width: 0; border-radius: 0; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#fFeFEQ3hvItWM8pd7kb2uvenS5uM1SNq { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#JXSvBSX9htu2hiV2byl0PcJmseHJuuLM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:11.125rem;top:4.0625rem;left:3.25rem;overflow:hidden;display:block; }
#d8odrub0WyCWMmack3zHTKs3uRXbwaB2 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.15625rem;height:3.25rem;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;font-style:normal;display:block; }
#zEUoUMtNOtOI2fn0JUwGAh1C7SiTcFvI { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CPin127mpoL468KKdexXh8iC40pqdAhU { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#RK5Cgkek7pOtyJVZNJ1IqSBhf9A3lcCE { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:11.125rem;top:3.9375rem;left:22.40625rem;overflow:hidden;display:block; }
#rTyb21WoQLg1WR2ghfnWoWCuS3Xfwa5h { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.8125rem;left:20.21875rem;height:3.25rem;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;font-style:normal;display:block; }
#Dosbim7DMlmwNwOg81rNDu0meIbpDJcG { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#qfddD84OJtrRzl1uErZ59wQip4DbytRx { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#S62N2IbBpqfqqURuaQyHZhlWQgG5loCe { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:12.625rem;top:5.375rem;left:40.71875rem;overflow:hidden;display:block; }
#UyG1cDz7OwJGt2qzpyFckob72ep9rgC7 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.28125rem;height:3.25rem;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;font-style:normal;display:block; }
#OeXDwyV3aCiJ0H9Zxz7eRKxgwwxrFovc { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#CGcMETHFu7Sm9lblPJp3fvohGtVhHAWh { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#oupgsCQXaGdVE4wQ5wlXisGXW4UKyXEZ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:11.125rem;top:3.9375rem;left:60.53125rem;overflow:hidden;display:block; }
#CTmqWI3b5lcB5L74mZ3Ncm6Aif5kM7lL { color:rgba(var(--color-primary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:24.8125rem;left:58.8125rem;height:4.875rem;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;font-style:normal;display:block; }
#gmrAfznh4ey6nJXPkReyE9PMCt5q72yH { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#M9ww2caK9kWEtGf101RUuK5txfvAUJtE { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#PPt7EGEiz7nXO324ttxAf83v74pZsl2S { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#oK4zzaB1wywyTPJ3BI74duGLSD7vP6kx { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#CGnqzoVJm41DOZ5Uh5ID1eV8mIgPzgku { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#XOgPLciU53LcVpvqGdXrNolQe424Mgdd { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:30rem;left:3rem;display:block; }
#ardaGusMavS8PL89XuMvy7BI7QzuFFDg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KQM9BSZbIJBBlRx1AIXcN89UzAQwQycW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30rem;left:22.0625rem;display:block; }
#PWdsU8miPf7XVukItERCKrlsVcJQP4si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KWTwWcT36UaNWXDF9504tLgqkKI2OzwA { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:30rem;left:41.125rem;display:block; }
#JvZSvU74ieD3VbffyNZCpEAkwg0bG2M5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DT42vyS2ac7UMOpAmBTP0da1PT3AzJpC { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:30rem;left:60.1875rem;display:block; }
#MqZOUrU7Hed9Ue9RutueCsuEGpmq6wg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy { 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; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container { background-color: transparent; background-image: none; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container > .video-iframe-container { display: none; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row > .video-iframe-container { display: none; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .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); }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container { border-width: 0; border-radius: 0; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:block; }#DiATKiRsm9qd3tH3tCdQA8utInp2mbRR { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#dnsnvGrTyqmUMI4Wh1cLdc7ELZumlnwO { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:10.375rem;top:4.5rem;left:3.71875rem;overflow:hidden;display:block; }
#kCxV5RZSEkZCKwGLTmzZsQPpxNLLcJ3U { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24.8125rem;left:1.15625rem;height:3.25rem;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;font-style:normal;display:block; }
#HfMJGrm2IAaNPcXTAWmT1iJECeoKha7I { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#QJsXOWf2x8gaQXJGifrMwePbz3UA26si { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#WcVruUhkkT7MwrcCOxL5l0zcvSDDKmiE { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:10.375rem;top:4.65625rem;left:22.8125rem;overflow:hidden;display:block; }
#lrMTVzkiNcVUdiv8ammgLbSX1yl1VJyf { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:24.8125rem;left:20.21875rem;height:3.25rem;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;font-style:normal;display:block; }
#cWoe9dBhKk0wlbd44ZzO941EipCcsrQ1 { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#UtMGB9IUu9wZI8dM9dwGMLAqDN0ty9bh { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#bLZIvMNbZOdhssf2HsETZ1Rqrha1eNzV { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#VqWck2JSXEMEtZxDzWTzLPg5S55duICz { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#Vm7UQrDuGaenVRsFkPwFP9BkeKT4pWdE { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Tmr66ugr7toaPNi376KgEQXHP4ZtP0wa { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.8125rem;left:39.28125rem;height:3.25rem;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;font-style:normal;display:block; }
#NDZtBs1HEc1TKq89SmBEkNiSHxMvhB5n { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:9.5rem;top:3.875rem;left:41.5rem;overflow:hidden;display:block; }
#ByV1rxDdM2lakAtadDNUQtphQq2W5xaw { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#JLgpeCcLJJNz3iADFOkts0uBKL2TqEhD { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0.0625rem;left:57.25rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#T9TVQPU3AdZ3zKngy6bNNxTSNhHA8TyW { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.6875rem;left:70.4375rem;overflow:hidden;display:block; }
#te2qTkpkNb7kOc0yknkZ6t7UQaT8cINX { position:absolute;display:block;z-index:15024;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.25rem;width:11.875rem;top:4.5rem;left:59.6875rem;overflow:hidden;display:block; }
#b5sbINu8Iby5WfhLxoTRP1pXBMldtiI7 { box-sizing:content-box;height:10.1875rem;width:17.8125rem;position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.6875rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#A0AHqpdB2ha9gGP1TIwT75MW1g7QI6b0 { color:rgba(var(--color-primary-4),1);display:block;width:15.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:24.8125rem;left:58.40625rem;height:3.25rem;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;font-style:normal;display:block; }
#WoRdbaFSegEdh11ZXhLdkieVdykqQqSN { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30rem;left:3rem;display:block; }
#IIGhWivhNOVUrKZBvmuP45EEeMeHfzrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vVUPqPEEkIlVq6FbFKDM2oeOJVOiDFqr { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:30rem;left:22.0625rem;display:block; }
#ZbbarCQdoO8TSd8efIlR97QRU1B9uxMu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wMQ5sen2St9uCN2KuQkHJMi06h8ho9fb { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:29.8623046875rem;left:41.125rem;display:block; }
#ALRdhIIza5IP58yZBLNPcxBK8rK5rxHb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kwg3PgrWwm0Cuh69bTbsXc0kQeIiRzkI { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #cea77a;border-left:0.0625rem solid #cea77a;border-right:0.0625rem solid #cea77a;border-bottom:0.0625rem solid #cea77a;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#cea77a;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.8125rem;height:2.8125rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:29.8623046875rem;left:60.25rem;display:block; }
#t6eDKcrpTpyHcopkeRfBn229nSXR1avw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA { 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:none; }#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA > .row .container { border-width: 0; border-radius: 0; }#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#UzSB4a4CIriJ4fR5vKaymsX4WvVw70zK { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#aPgJXJTlHlMPKRLTZKOsPhwDzgqgrJeW { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:10.6875rem;top:4.125rem;left:3.5625rem;overflow:hidden;display:block; }
#L8TTpKKmTdItenFH9clO9oFn7zy7T5CI { color:rgba(var(--color-primary-4),1);display:block;width:12.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.8125rem;left:2.46875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#i6RwWAQM39yrQ9l2lz9sXGa7FlOf9vNb { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#TgiRwn7CwWiupvKwUwa71VzL6UTVlubS { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#Sbp38T6Az6Ekaz60zrFgX0Zt4CITc6Vl { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#CRX7plb39zI2ITTE3qIcBUhRRclzBgT9 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14.0625rem;top:8.46875rem;left:59.125rem;overflow:hidden;display:block; }
#MBfes6liLT3D9Nmr9Xo6fvQJW9iDTMTp { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:24.8125rem;left:60.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#xzKOEalbORmVOi3fGW41h2p2x0AnXiFU { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#uhTEdMGRCdbTuKwxozQWRA3odMn1CJXx { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:57.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rSVJvDSfZxf4UFyIcHVqZaodCLOhiuyP { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#auBdcShGFoPnOoa0MbVoyo6rQFaGmWRT { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R { 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:none; }#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R > .row .container { border-width: 0; border-radius: 0; }#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#lNIc59TBHk5ypGXBJ88Zs9oNfLeyahug { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#wnBq6CqMi0QfhhSoRtWeLNmIU62dzpHz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:11.125rem;top:3.875rem;left:3.34375rem;overflow:hidden;display:block; }
#nshpAiAVsBgAMWus0fhQCTDePkXhAyvX { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.8125rem;left:0.625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#yCD0GsBPDG88MEwEPwflI92bKT918laI { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#ritR7Hx9lr3WTRHdF3gOefdbqvmQQsF4 { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lQvT1TlTAmxDx1idIZswFTq5QTbwDh8Q { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#CVAwmfHyibSdxdbT3QHg5FzNkOMTy7lz { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:9.625rem;top:3.71875rem;left:23.15625rem;overflow:hidden;display:block; }
#zLhsmd8uDniFhM3PmZg8T9uC9zPGukx7 { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.8125rem;left:19.6875rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#VDeV2bpobDg2sddtCLwiVmQSzVfFLeKg { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#vnteWue7ANuInaGo6kVpTHyH2esLSkrV { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#H7HLMsmJqFWS8IZPZlQAfNTQDlsb68Br { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#iJrRfFuvL7WUFX1mciA8N75a6yQFbJ2X { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:11.25rem;top:3.59375rem;left:41.40625rem;overflow:hidden;display:block; }
#Bi0Z0DkzBu9gc47Xu1IIB4A7I9l78DtP { color:rgba(var(--color-primary-4),1);display:block;width:14.125rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:24.8125rem;left:39.96875rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#DlPEmWhEgoxiLvyWZOvg7DZoaMhHhJG3 { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ciCBRR3VwlNEuzvITWlOkL6vTitWIsDC { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.5625rem;left:38.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#tEI3x0mk8AIRlKLGCTVikUlKD95zS9aR { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#KkmLOh1a8hfWLCZXcPSrTweKSw4yTr03 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:11.6875rem;top:3.1875rem;left:60.28125rem;overflow:hidden;display:block; }
#ni9R6ghBKtk7QamszwuHJxo9wTi7khGM { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:24.8125rem;left:60.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#HDzrro5e6UBFtICo2xWuJa8wcBqGZA3b { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#EquSVc4xNJECaUTwNloML4wJpAKbCF1H { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:57.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vrounERQq7Km0HCi6p06glM4OLB8yRqG { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#lfkPHw2LtCzB8Xaa34A3iTveJZMtVmk6 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#dT8vGXT7Bd0XJ2AalwrUMlpflS9SmARN { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#T2am06kUAvcMsQirH0xFAUWEsE6KfrPp { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm { 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:none; }#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm > .row .container { border-width: 0; border-radius: 0; }#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#C0CQFozXJZoJdpJpwmBqt4Qc68wtu08g { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#WESnBDJBJ8T9eXwAGooNNepm35yPtuQ5 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:9.5625rem;top:3.71875rem;left:23.15625rem;overflow:hidden;display:block; }
#gzIwUiLkkA1i57MN75NOAQ6SJWWTA3QB { color:rgba(var(--color-primary-4),1);display:block;width:13.875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.8125rem;left:21.03125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Myhu3pbWp4rymMizJOQXNzSRqgODCtex { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#AIcCmQ917seET6oQQ25i3vIGOwwfcfNI { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#EvakTz0TByiswEi8tSuH3OA8i2O2PXZa { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#Ro6PF17fEhGBt7r5kiUQy0tdMiscaWKA { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:11.875rem;top:3.9375rem;left:41.21875rem;overflow:hidden;display:block; }
#cKsDciiQ4dkvtdXvPoApWP3qgBq9riS9 { color:rgba(var(--color-primary-4),1);display:block;width:10.1875rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:24.8125rem;left:41.9375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#L5EJ7xJTIOqBPQy7STA91BeZh0r7cF6q { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#fB5GJZ4N2UTOTLCagc3UhgRZftfHad9s { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.5625rem;left:38.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HhSilHZ4vsAim4uCrhxVSVoqdOzX7ViX { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#aPxLKB0X8fGZFbPGgLIsKDio1oDMgFMi { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.875rem;width:11.125rem;top:4.6875rem;left:60.53125rem;overflow:hidden;display:block; }
#NfKDohTAMLzzg1n7mR7Q8Lian6GEWGQV { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:24.8125rem;left:60.3125rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Ei6UpD5BHLuAicN6TtJFsfH9nWy0JcyW { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#TTWQdIvJJ64AVPwTt1ST716QAz4Aw57Q { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:57.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fbmkxDO9aKXc22ebAGoQGJF430cOT1wf { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#mtuitSt7vpdcDrhMVOeLnT70yepanr56 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#kT5XNw4GnmSpmJF6VthDTLrSqWx7sMrh { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 { 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:none; }#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 > .row .container { border-width: 0; border-radius: 0; }#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#HAmVorZLq1e96V5NwzU7wl4Pf8GOdmnT { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#P3D6yop1D1QtfwqlAZ8Q2qF8fwR1hJ7b { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:10.6875rem;top:4.125rem;left:3.5625rem;overflow:hidden;display:block; }
#n5ZS5NToGrqLfHZlggeJ1T4snadEOfDv { color:rgba(var(--color-primary-4),1);display:block;width:10.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.8125rem;left:3.59375rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#PLmq1rtIclFTIDzgNodvMPLedrKCtnwc { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#euSEIOvh9Th9N1Jt27ULNhIim5H0IwXo { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ZoQMAUdZ7Dngkq1wKXyPqgPdurwgJix7 { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#uHTcoqfJQePKmLh8QDvPTUnLKq0QtRTJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:10.375rem;top:4.5rem;left:22.78125rem;overflow:hidden;display:block; }
#CrvnnSwOZ7rTKVGRNiXklpbMPbRrMGwJ { color:rgba(var(--color-primary-4),1);display:block;width:13.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.8125rem;left:21.15625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#v6HtNuxsMnRozLl37OzQJ1O2nlHiuGUt { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#S95rdbMp3mqlwwSlvJZz4qnDJLIpKctS { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XswRzavVVPb1sAF5xV1ilPS1qs9akeo9 { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#vrsQtL5A9V1qTJMIxQ67UcUm6MKknvMm { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:10.8125rem;top:2.6875rem;left:41.625rem;overflow:hidden;display:block; }
#OPoE7qcPLDQnbUcTRSIMsmRv2PorDnqU { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:24.8125rem;left:39.5rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#ZV0nXbT8X3nScywovRNlU8JHwCCkDpQJ { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#xZcHTUbMpczGbwE1JanLS4lsPZecHmMX { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.5625rem;left:38.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#SHe3IX8TmTR2M0k8wdNDTWausXlhvDtO { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#xhA2lB1Vo0SUqheDnNeTp930FoPFI5WH { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:11.3125rem;top:4.125rem;left:60.4375rem;overflow:hidden;display:block; }
#Frg2Mye5Rs2FrHBVNVXbxW2ohxeIO3lk { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:24.8125rem;left:60.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#OXhr0TP6zy3JMEGH3o5qTG94dUvafLgi { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#T068MvH108Lrf4MlrPIPgP1fivBiK1Ie { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:57.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#lubbTuyzmfTZQLAbCVi9VqwdKIWMHZLB { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#JT0Jii9FXGuFyv0D87avz8ZcA7JTR1aB { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#llpMI4gXdGgsIVdNFEqVRb4x2SKx0cNW { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#sFKfwFJxS2x7Bl6PhaJsAm9RThSIfGNN { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H { 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:none; }#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H > .row .container { border-width: 0; border-radius: 0; }#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:none; }#iW0eO7VD7BW2frVJ8MmEdGKf5ZmBTT0m { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:0rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#IOOMELEgTs10Hv2zSC1es4R9x3ZnZrsc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:13.375rem;top:4.375rem;left:2.21875rem;overflow:hidden;display:block; }
#PETW7fHTsq5vEdVuZlTUsrubEt2GGsk1 { color:rgba(var(--color-primary-4),1);display:block;width:10.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:24.8125rem;left:3.59375rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#by2Qs96HLT5OTsHHrxSVa2VyKQavpFDW { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#C78tIx3JPS0iSIHiDw9c8dR03t9fAclq { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:0.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#OMbgFvhVxzM8W3U4gLflTm42wA22VzAv { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:19.0625rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#WicIlDdLtl7U2lDJmBfPIqxMqRDyDW5b { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:11.625rem;top:2.5625rem;left:22.15625rem;overflow:hidden;display:block; }
#iM5T8OERZOGqAZ6qMypFmDlHd4wOTA9N { color:rgba(var(--color-primary-4),1);display:block;width:13.625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:24.8125rem;left:21.15625rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#EdLmtkpv416NC1uFNkhOBmGHrBOeL2yQ { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:19.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#I0mzQ8yvBf46EphmotoOol6mggl7CkKW { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:28.5625rem;left:19.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Q68lTtuNPNDMpTTFz1L2WnHIDm7u6Jlg { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:38.125rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#kFauoQnhGkFJCzSJ0t56lEaNvt2VxTMR { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.6875rem;width:10rem;top:2.6875rem;left:41.625rem;overflow:hidden;display:block; }
#rQdfyoO6GNQTFZnywmlN9ou9MdRnc0e8 { color:rgba(var(--color-primary-4),1);display:block;width:15.0625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:24.8125rem;left:39.5rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#aHbwgEWHKfod6IcnTfCvTPGJ2OUeekMZ { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:38.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#ow2uQmBwZPFQTvsbpfSdVNTVeM5WoSdm { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:28.5625rem;left:38.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#rt4GsCmuS8qymFGGEosWgHCU6sSgwddX { box-sizing:content-box;height:30.5625rem;width:17.6875rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#3b1f18' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #3b1f18);background-size:auto !important;top:0rem;left:57.1875rem;border-top:0.0625rem solid #debd8c;border-left:0.0625rem solid #debd8c;border-right:0.0625rem solid #debd8c;border-bottom:0.0625rem solid #debd8c;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.0625rem 1.875rem 2.5rem rgba(var(--color-tertiary-4),0.7) ;display:block; }
#KpgkMhTMdmEhu1AX1fmoJSofw2s359co { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:10.9375rem;top:3.875rem;left:59.4375rem;overflow:hidden;display:block; }
#BrICBk67DV4GrEW0vMCPWU0aRwfhgDPt { color:rgba(var(--color-primary-4),1);display:block;width:11.5625rem;position:absolute;font-family:futura-bold-03;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:24.8125rem;left:60.3125rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#xgNaICxkwQh2iq7zH11ZsmiuXJy32fAE { box-sizing:content-box;height:7.0625rem;width:17.6875rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-3),1));background-size:auto !important;top:23.625rem;left:57.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#iNxTekqfnvvAosxEZTHSTw11RNSqKeFv { color:#1f202f;display:block;width:16.5625rem;position:absolute;font-family:futura-medium-01;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:28.5625rem;left:57.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#CVPTWsUQcJMpeJUqyvTq4kZ7UFT2THKH { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:13.1875rem;overflow:hidden;display:block; }
#vNExpbCWFN3VfLLP1EcW6dl3LUsvLhgs { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:32.25rem;overflow:hidden;display:block; }
#TkNmyuZWFgM16l9BWiSKXWLnyRothLbp { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:51.3125rem;overflow:hidden;display:block; }
#lFiHBVX7xIJ5JsIVDGAZEf96bp2NQ5IT { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:0.625rem;left:70.3125rem;overflow:hidden;display:block; }
#NwJEcaI9clqwXZ81VAvrKCl471yII05S { 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; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { background-color: transparent; background-image: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container > .video-iframe-container { display: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row > .video-iframe-container { display: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .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); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { border-width: 0; border-radius: 0; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/1dff6e97-5e91-44fc-86ad-e82ccfe66724/bgv2.webp");background-position:center !important;background-repeat:repeat-y !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; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg.adaptive-delivery-prevent-bg, #C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg.lazyload, #C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg.lazyloading { background-image: none; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container { background-color: transparent; background-image: none; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container > .video-iframe-container { display: none; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row > .video-iframe-container { display: none; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .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); }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container { border-width: 0; border-radius: 0; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container { font-size:0.875rem;font-family:arial;height:71.0625rem;width:75rem;position:relative;display:block; }#uMKfv2BP8hks7Ea3VvhR9iSKwp3JumZ1 { 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:25rem;width:17.6875rem;top:13rem;left:0rem;overflow:hidden;display:block; }
#qZ8rDDmzATQnF73NPq5mFEVKTqDGlGXy { 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:25rem;width:17.6875rem;top:13rem;left:18.9375rem;overflow:hidden;display:block; }
#bVv3kNlWw6eDI2RiGIfD6f4hBG3dMQgg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:17.6875rem;top:12.9375rem;left:38.375rem;overflow:hidden;display:block; }
#uJnaKgAyJbuTwebE56Qqyg5AuiimxAF2 { color:#debd8c;display:block;width:35.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.875rem;left:19.59375rem;height:6.599625rem;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;font-style:normal;display:block; }
#W0ggyCQuRKZABJ2HDw5uSRGU9kEeWS4L { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.0625rem;width:17.6875rem;top:13rem;left:57.3125rem;overflow:hidden;display:block; }
#hNaTBKWu1fnomGDzNPE8fwS8DTa6t16h { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.625rem;width:17.6875rem;top:39.71875rem;left:38.375rem;overflow:hidden;display:block; }
#ivFaDvpyhRaIEJBZdMJ35WoUBMdCzBC8 { 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:25.1875rem;width:17.5625rem;top:39.4375rem;left:19rem;overflow:hidden;display:block; }
#TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat { position:relative;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; } #TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat > .row .container { position:relative;display:block; }#xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU { position:relative;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; } #xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU > .row .container { position:relative;display:none; }#V03yGwJpypZy6nHmImTyNdVMV4W9oit8 { 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; } #V03yGwJpypZy6nHmImTyNdVMV4W9oit8 > .row .container { position:relative;display:none; }#NbUT1ppWf933dusW72V0Dr5EmVFn6T6w { 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; } #NbUT1ppWf933dusW72V0Dr5EmVFn6T6w > .row .container { position:relative;display:none; }#oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT { position:relative;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; } #oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT > .row .container { position:relative;display:none; }#qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny { 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; } #qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny > .row .container { position:relative;display:none; }#AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV { 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; } #AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV > .row .container { position:relative;display:none; }#AtLnBL9E9QwNluPlosTZWsIrXvBemSuu { position:relative;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; } #AtLnBL9E9QwNluPlosTZWsIrXvBemSuu > .row .container { position:relative;display:none; }#FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 { position:relative;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; } #FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G { 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; } #xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ohJgIoNbQesVkdztWENAibtcJu5cx43o { 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; } #ohJgIoNbQesVkdztWENAibtcJu5cx43o > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE { 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; } #V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl { 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; } #t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe { 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; } #ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt { 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; } #AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl { 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; } #ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD { 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; } #V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L { 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; } #yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3NZO2Sum5u27UGStdKqGF3I9F81spin { display:block; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBP893m09FlyDOb9vvUcrNduQOBZs3IU { top:7.625rem;left:11.40625rem;width:24.9375rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8uCqeOaFnohUP6Mz1JCAfCxK0SetBCr { top:9.875rem;left:4.375rem;width:43.375rem;height:7.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQ7LsRMgty5AWPWGUxMklDiLTTS7Rbs { top:22.125rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVruDTkQr5iu0bW2JTklu5HFcDP7ZxRi { top:24.625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGZzKQm3PbwIExVf0Dc6I0rW0xEDAaH { top:27.875rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVwC4n1OmO2yzl0gLnD0oHttkrDpIQWk { top:7.9375rem;left:0rem;width:47.75rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6RLmB3oCICMZHqSt6L9q6Hy7TObWOH8 { top:0rem;left:0rem;width:26.875rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s469Ir23SbOHKwTdWLzVslWA9QVKzFBr { width:17.5rem;height:3.4375rem;top:30.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBFz8oI9sKEtUghIqCwK1gJxiDALpLp { display:block; }
 }@media only screen and (max-width: 763px) { #MD5K448CKuEqzsfr42cLgSGTV4s9z93T { display:block; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuxZL8mIsTZhJJJIpLnKV1S3h5U3Kzd3 { top:3.1875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnCVPdVkkimUJmIEZ7Qr5xH9REwZU0f9 { top:11.8125rem;left:19.6875rem;width:28.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q { display:block; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E73lsMcsmoaHna9MnJV6y6DL8l4Wt0v8 { top:2.8125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPKKnFA9y22qtTfC8LoEiGiV6HV5oph8 { top:2.25rem;left:1.1875rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyUyhbwcZTCX3XrwZPfJDEqdyeyFxaP { top:5.5rem;left:39.125rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxH2BWT7bXcylDucfsdIZeXAmFEHWa0 { top:15.3125rem;left:39.125rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaaJgZhhds0CfnlvZG24ngmtDEEkmItB { top:24.875rem;left:39.125rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSmzI0tVOLS5LgX1Rm7snJgF02p2fSVP { top:21.125rem;left:0rem;width:18.125rem;height:6.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxv9HscbnNQTJ8B6ZUD7Wo6HXfBkUyom { top:21.125rem;left:24.1875rem;width:23.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAzkzLfNiB2RAiNsFfFoDM1GCoQm1q0n { top:0rem;left:0rem;width:47.75rem;height:33.993452380952rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87faawAApmkzE48tAMg5qrGzX1AvM8g { top:21.75rem;left:23.90625rem;width:23.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnEJVy155cVMhsTyTfaNavPUV6SBBUxV { top:28.4375rem;left:0rem;width:15.8125rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKylqks6yBHeWonQ2wotwTiVLyGeDQT { display:block; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC5xn1qWVLhltZmEzhtgm5dgDU81sAXd { top:0rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8hbygl0F1aWma6z7AiP2MyKXEJmorV { top:0rem;left:0rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHieV60s2ww8EytLXUAHoITKJ4ozZHPd { top:3.9375rem;left:0rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTs5fUImHEUNquUBV1JAZGP2XxbeUQXN { top:13.75rem;left:0rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwfXaxT4v5F6tP4x9fX3ve7JWOaTqhX4 { top:23.4375rem;left:0rem;width:8.625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cdnk4CoiiI91sqJKwUeHHTCEg016m4z1 { top:22.1875rem;left:0rem;width:22.125rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWBU16PPgioPQ8LpGdykI1Qr2DdmybK4 { top:21.9375rem;left:15.4375rem;width:23.1875rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmxkSZLT12WJTW6bPVlOP88tZsC4440F { top:2.8125rem;left:0rem;width:36.875rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ovMxUXJRzQTGEtUo1mf5NoHkTCeGJ7 { top:23.125rem;left:13.9375rem;width:23.75rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMXrCVRDQ7sWovSorgtDMGN3NDvuXKM { top:3.125rem;left:9.8125rem;width:37.9375rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QILOTiL5r3vLd3nABtEblcn3cwBZRV { top:0.25rem;left:25.5625rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yShKFNI54PMiwbzdDowHhdTvlRNTXMxR { top:0rem;left:31.6875rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoBEwbNGAMw2CR1BPecTHTFDFMPt60ZJ { top:22.1875rem;left:29.3125rem;width:18.4375rem;height:4.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #chmCL1fLzU95oS6crmURutAGUw2adV8T { top:27rem;left:0rem;width:22.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzW3neKWdfNuisqnRlNyeMb0l8uJwp23 { top:27rem;left:24.9375rem;width:22.8125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD { display:block; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P33g18xn6h4VOxqzWihkBqGPW7iHlJkb { top:3.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR { display:block; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svHmJJN0TKHdWOK9woQp1tXddNWtUGiT { top:0rem;left:0rem;width:17.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahN045UznZOT48ZL3qnqCTOcSotOKztJ { top:3.875rem;left:0rem;width:11.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbh4pIIlxPQH3gxT7W7kEvxmUgMeueGI { top:24.8125rem;left:0rem;width:14.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5VTFJ6cLrCb6vxDtFKJW2WkrT50cuXa { top:23.625rem;left:0rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZL4NQx2TsHcX29QEga2oJfJVNr3l7X { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNOXVKc2MIinA0CwCbsi4N7eEhLdgNc { top:3.8125rem;left:8.78125rem;width:11.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfVSNyZrvN92LfcMvgxDOvUDvZNypeT { top:24.8125rem;left:7.25rem;width:14.1875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcsJS9Qy0T8ntkB95FEbxZT4Z5iKIQtA { top:23.625rem;left:5.4375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JErNIhmgUd6BOPZBzxsBgCLdQKN3eix3 { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naB32W9O7QcpmFUkeeoUyb8bW6fUn6qM { top:3.5rem;left:27.75rem;width:9.8125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1i0zwO9g81sIM1Sladzu8DIlmMeX2CX { top:24.8125rem;left:25.65625rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUtMG2WqfdXZ98fkQ9oO08SEiZvT0nqG { top:23.625rem;left:24.5rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggnIdkX9C3Jm3oZRk8elkkNlwrtcGP5 { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv3rVGhVlGhrIk0bEkqK4bIPIgdidfeN { top:2.5rem;left:40.6875rem;width:7.0625rem;height:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4RHFBTZym2qblLi75NGEsCOHUy4oesS { top:24.8125rem;left:32.25rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOLHCA4X0vDPaKVrXuTXRmPzdP5oNr5O { top:23.625rem;left:29.9375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqlc05fnvwPaQHTOHBIpJqCn9zhpRs38 { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMdpITwDW69frgaUl9eTaiIThNQFaCS7 { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6G4NL2UdoG7UALnxyulZq4Z0G9g970 { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJenyNXZCfMHd6GLx2lnrUcSFsFzx2qZ { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAH1vqGNXfvWHgTOug9RthTrmuNZiWLq { width:11.8125rem;height:2.8125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PviiTSMB1EFp1iiKICIIMhU6N6LCLz { display:block; }
 }@media only screen and (max-width: 763px) { #B4n3trGK63TGl194m74zHycB3WeeyER3 { width:11.8125rem;height:2.8125rem;top:30rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HikxeGu4uPx51xyEvxIIFZ4gPrbh1dE0 { display:block; }
 }@media only screen and (max-width: 763px) { #GE1KJSDUIVGKRZ4rTlkCVCuZESU76EDu { width:11.8125rem;height:2.8125rem;top:30rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLNseUTv71tACxmn7HJkkRtmRxaMlNl { display:block; }
 }@media only screen and (max-width: 763px) { #iIwKhtPLWomcmp6rXT8E9IEaQ2ruExp9 { width:11.8125rem;height:2.8125rem;top:30rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdDndWBkq2RGRG9O8uQgnu0O4oy3BA1t { display:block; }
 }@media only screen and (max-width: 763px) { #ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm { display:block; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFeFEQ3hvItWM8pd7kb2uvenS5uM1SNq { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSvBSX9htu2hiV2byl0PcJmseHJuuLM { top:4.0625rem;left:0rem;width:11.125rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8odrub0WyCWMmack3zHTKs3uRXbwaB2 { top:24.8125rem;left:0rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEUoUMtNOtOI2fn0JUwGAh1C7SiTcFvI { top:23.625rem;left:0rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPin127mpoL468KKdexXh8iC40pqdAhU { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5Cgkek7pOtyJVZNJ1IqSBhf9A3lcCE { top:3.9375rem;left:8.78125rem;width:11.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyb21WoQLg1WR2ghfnWoWCuS3Xfwa5h { top:24.8125rem;left:6.59375rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dosbim7DMlmwNwOg81rNDu0meIbpDJcG { top:23.625rem;left:5.4375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfddD84OJtrRzl1uErZ59wQip4DbytRx { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62N2IbBpqfqqURuaQyHZhlWQgG5loCe { top:5.375rem;left:27.09375rem;width:12.625rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyG1cDz7OwJGt2qzpyFckob72ep9rgC7 { top:24.8125rem;left:25.65625rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeXDwyV3aCiJ0H9Zxz7eRKxgwwxrFovc { top:23.625rem;left:24.5rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcMETHFu7Sm9lblPJp3fvohGtVhHAWh { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupgsCQXaGdVE4wQ5wlXisGXW4UKyXEZ { top:3.9375rem;left:36.625rem;width:11.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmqWI3b5lcB5L74mZ3Ncm6Aif5kM7lL { top:24.8125rem;left:33.1875rem;width:14.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmrAfznh4ey6nJXPkReyE9PMCt5q72yH { top:23.625rem;left:29.9375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ww2caK9kWEtGf101RUuK5txfvAUJtE { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPt7EGEiz7nXO324ttxAf83v74pZsl2S { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK4zzaB1wywyTPJ3BI74duGLSD7vP6kx { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGnqzoVJm41DOZ5Uh5ID1eV8mIgPzgku { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOgPLciU53LcVpvqGdXrNolQe424Mgdd { width:11.8125rem;height:2.8125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ardaGusMavS8PL89XuMvy7BI7QzuFFDg { display:block; }
 }@media only screen and (max-width: 763px) { #KQM9BSZbIJBBlRx1AIXcN89UzAQwQycW { width:11.8125rem;height:2.8125rem;top:30rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWdsU8miPf7XVukItERCKrlsVcJQP4si { display:block; }
 }@media only screen and (max-width: 763px) { #KWTwWcT36UaNWXDF9504tLgqkKI2OzwA { width:11.8125rem;height:2.8125rem;top:30rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZSvU74ieD3VbffyNZCpEAkwg0bG2M5 { display:block; }
 }@media only screen and (max-width: 763px) { #DT42vyS2ac7UMOpAmBTP0da1PT3AzJpC { width:11.8125rem;height:2.8125rem;top:30rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqZOUrU7Hed9Ue9RutueCsuEGpmq6wg3 { display:block; }
 }@media only screen and (max-width: 763px) { #Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy { display:block; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiATKiRsm9qd3tH3tCdQA8utInp2mbRR { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnsnvGrTyqmUMI4Wh1cLdc7ELZumlnwO { top:4.5rem;left:0rem;width:10.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxV5RZSEkZCKwGLTmzZsQPpxNLLcJ3U { top:24.8125rem;left:0rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfMJGrm2IAaNPcXTAWmT1iJECeoKha7I { top:23.625rem;left:0rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsXOWf2x8gaQXJGifrMwePbz3UA26si { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcVruUhkkT7MwrcCOxL5l0zcvSDDKmiE { top:4.625rem;left:9.1875rem;width:10.375rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrMTVzkiNcVUdiv8ammgLbSX1yl1VJyf { top:24.8125rem;left:6.59375rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWoe9dBhKk0wlbd44ZzO941EipCcsrQ1 { top:23.625rem;left:5.4375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMGB9IUu9wZI8dM9dwGMLAqDN0ty9bh { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLZIvMNbZOdhssf2HsETZ1Rqrha1eNzV { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWck2JSXEMEtZxDzWTzLPg5S55duICz { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7UQrDuGaenVRsFkPwFP9BkeKT4pWdE { top:23.625rem;left:24.5rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmr66ugr7toaPNi376KgEQXHP4ZtP0wa { top:24.8125rem;left:25.65625rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDZtBs1HEc1TKq89SmBEkNiSHxMvhB5n { top:3.875rem;left:27.875rem;width:9.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByV1rxDdM2lakAtadDNUQtphQq2W5xaw { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgpeCcLJJNz3iADFOkts0uBKL2TqEhD { top:0.0625rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVQPU3AdZ3zKngy6bNNxTSNhHA8TyW { top:0.6875rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2qTkpkNb7kOc0yknkZ6t7UQaT8cINX { top:4.5rem;left:35.875rem;width:11.875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5sbINu8Iby5WfhLxoTRP1pXBMldtiI7 { top:23.6875rem;left:29.9375rem;width:17.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0AHqpdB2ha9gGP1TIwT75MW1g7QI6b0 { top:24.8125rem;left:32.25rem;width:15.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoRdbaFSegEdh11ZXhLdkieVdykqQqSN { width:11.8125rem;height:2.8125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGhWivhNOVUrKZBvmuP45EEeMeHfzrk { display:block; }
 }@media only screen and (max-width: 763px) { #vVUPqPEEkIlVq6FbFKDM2oeOJVOiDFqr { width:11.8125rem;height:2.8125rem;top:30rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbarCQdoO8TSd8efIlR97QRU1B9uxMu { display:block; }
 }@media only screen and (max-width: 763px) { #wMQ5sen2St9uCN2KuQkHJMi06h8ho9fb { width:11.8125rem;height:2.8125rem;top:29.8125rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALRdhIIza5IP58yZBLNPcxBK8rK5rxHb { display:block; }
 }@media only screen and (max-width: 763px) { #Kwg3PgrWwm0Cuh69bTbsXc0kQeIiRzkI { width:11.8125rem;height:2.8125rem;top:29.8125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eDKcrpTpyHcopkeRfBn229nSXR1avw { display:block; }
 }@media only screen and (max-width: 763px) { #XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA { display:block; }#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzSB4a4CIriJ4fR5vKaymsX4WvVw70zK { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgJXJTlHlMPKRLTZKOsPhwDzgqgrJeW { top:4.125rem;left:0rem;width:10.6875rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TTpKKmTdItenFH9clO9oFn7zy7T5CI { top:24.8125rem;left:0rem;width:12.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6RwWAQM39yrQ9l2lz9sXGa7FlOf9vNb { top:28.5625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgiRwn7CwWiupvKwUwa71VzL6UTVlubS { top:23.625rem;left:0rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbp38T6Az6Ekaz60zrFgX0Zt4CITc6Vl { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRX7plb39zI2ITTE3qIcBUhRRclzBgT9 { top:8.4375rem;left:33.6875rem;width:14.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBfes6liLT3D9Nmr9Xo6fvQJW9iDTMTp { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzKOEalbORmVOi3fGW41h2p2x0AnXiFU { top:23.625rem;left:30.0625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTEdMGRCdbTuKwxozQWRA3odMn1CJXx { top:28.5625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVJvDSfZxf4UFyIcHVqZaodCLOhiuyP { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBdcShGFoPnOoa0MbVoyo6rQFaGmWRT { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R { display:block; }#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNIc59TBHk5ypGXBJ88Zs9oNfLeyahug { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBq6CqMi0QfhhSoRtWeLNmIU62dzpHz { top:3.875rem;left:0rem;width:11.125rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nshpAiAVsBgAMWus0fhQCTDePkXhAyvX { top:24.8125rem;left:0rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCD0GsBPDG88MEwEPwflI92bKT918laI { top:28.5625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritR7Hx9lr3WTRHdF3gOefdbqvmQQsF4 { top:23.625rem;left:0rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvT1TlTAmxDx1idIZswFTq5QTbwDh8Q { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVAwmfHyibSdxdbT3QHg5FzNkOMTy7lz { top:3.6875rem;left:9.53125rem;width:9.625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhsmd8uDniFhM3PmZg8T9uC9zPGukx7 { top:24.8125rem;left:6.0625rem;width:16.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDeV2bpobDg2sddtCLwiVmQSzVfFLeKg { top:23.625rem;left:5.5rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnteWue7ANuInaGo6kVpTHyH2esLSkrV { top:28.5625rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HLMsmJqFWS8IZPZlQAfNTQDlsb68Br { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJrRfFuvL7WUFX1mciA8N75a6yQFbJ2X { top:3.5625rem;left:27.78125rem;width:11.25rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0Z0DkzBu9gc47Xu1IIB4A7I9l78DtP { top:24.8125rem;left:26.34375rem;width:14.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlPEmWhEgoxiLvyWZOvg7DZoaMhHhJG3 { top:23.625rem;left:24.5625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciCBRR3VwlNEuzvITWlOkL6vTitWIsDC { top:28.5625rem;left:25.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEI3x0mk8AIRlKLGCTVikUlKD95zS9aR { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkmLOh1a8hfWLCZXcPSrTweKSw4yTr03 { top:3.1875rem;left:36.0625rem;width:11.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9R6ghBKtk7QamszwuHJxo9wTi7khGM { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDzrro5e6UBFtICo2xWuJa8wcBqGZA3b { top:23.625rem;left:30.0625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EquSVc4xNJECaUTwNloML4wJpAKbCF1H { top:28.5625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrounERQq7Km0HCi6p06glM4OLB8yRqG { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkPHw2LtCzB8Xaa34A3iTveJZMtVmk6 { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8vGXT7Bd0XJ2AalwrUMlpflS9SmARN { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2am06kUAvcMsQirH0xFAUWEsE6KfrPp { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm { display:block; }#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0CQFozXJZoJdpJpwmBqt4Qc68wtu08g { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESnBDJBJ8T9eXwAGooNNepm35yPtuQ5 { top:3.6875rem;left:9.53125rem;width:9.5625rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIwUiLkkA1i57MN75NOAQ6SJWWTA3QB { top:24.8125rem;left:7.40625rem;width:13.875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Myhu3pbWp4rymMizJOQXNzSRqgODCtex { top:23.625rem;left:5.5rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcCmQ917seET6oQQ25i3vIGOwwfcfNI { top:28.5625rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvakTz0TByiswEi8tSuH3OA8i2O2PXZa { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro6PF17fEhGBt7r5kiUQy0tdMiscaWKA { top:3.9375rem;left:27.59375rem;width:11.875rem;height:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKsDciiQ4dkvtdXvPoApWP3qgBq9riS9 { top:24.8125rem;left:28.3125rem;width:10.1875rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5EJ7xJTIOqBPQy7STA91BeZh0r7cF6q { top:23.625rem;left:24.5625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB5GJZ4N2UTOTLCagc3UhgRZftfHad9s { top:28.5625rem;left:25.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhSilHZ4vsAim4uCrhxVSVoqdOzX7ViX { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPxLKB0X8fGZFbPGgLIsKDio1oDMgFMi { top:4.6875rem;left:36.625rem;width:11.125rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKDohTAMLzzg1n7mR7Q8Lian6GEWGQV { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6UpD5BHLuAicN6TtJFsfH9nWy0JcyW { top:23.625rem;left:30.0625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWQdIvJJ64AVPwTt1ST716QAz4Aw57Q { top:28.5625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbmkxDO9aKXc22ebAGoQGJF430cOT1wf { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtuitSt7vpdcDrhMVOeLnT70yepanr56 { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5XNw4GnmSpmJF6VthDTLrSqWx7sMrh { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 { display:block; }#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAmVorZLq1e96V5NwzU7wl4Pf8GOdmnT { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3D6yop1D1QtfwqlAZ8Q2qF8fwR1hJ7b { top:4.125rem;left:0rem;width:10.6875rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ZS5NToGrqLfHZlggeJ1T4snadEOfDv { top:24.8125rem;left:0rem;width:10.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLmq1rtIclFTIDzgNodvMPLedrKCtnwc { top:28.5625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euSEIOvh9Th9N1Jt27ULNhIim5H0IwXo { top:23.625rem;left:0rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQMAUdZ7Dngkq1wKXyPqgPdurwgJix7 { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTcoqfJQePKmLh8QDvPTUnLKq0QtRTJ { top:4.5rem;left:9.15625rem;width:10.375rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvnnSwOZ7rTKVGRNiXklpbMPbRrMGwJ { top:24.8125rem;left:7.53125rem;width:13.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6HtNuxsMnRozLl37OzQJ1O2nlHiuGUt { top:23.625rem;left:5.5rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95rdbMp3mqlwwSlvJZz4qnDJLIpKctS { top:28.5625rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XswRzavVVPb1sAF5xV1ilPS1qs9akeo9 { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrsQtL5A9V1qTJMIxQ67UcUm6MKknvMm { top:2.6875rem;left:28rem;width:10.8125rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPoE7qcPLDQnbUcTRSIMsmRv2PorDnqU { top:24.8125rem;left:25.875rem;width:15.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0nXbT8X3nScywovRNlU8JHwCCkDpQJ { top:23.625rem;left:24.5625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZcHTUbMpczGbwE1JanLS4lsPZecHmMX { top:28.5625rem;left:25.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHe3IX8TmTR2M0k8wdNDTWausXlhvDtO { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhA2lB1Vo0SUqheDnNeTp930FoPFI5WH { top:4.125rem;left:36.4375rem;width:11.3125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frg2Mye5Rs2FrHBVNVXbxW2ohxeIO3lk { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXhr0TP6zy3JMEGH3o5qTG94dUvafLgi { top:23.625rem;left:30.0625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T068MvH108Lrf4MlrPIPgP1fivBiK1Ie { top:28.5625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lubbTuyzmfTZQLAbCVi9VqwdKIWMHZLB { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0Jii9FXGuFyv0D87avz8ZcA7JTR1aB { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #llpMI4gXdGgsIVdNFEqVRb4x2SKx0cNW { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKfwFJxS2x7Bl6PhaJsAm9RThSIfGNN { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H { display:block; }#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iW0eO7VD7BW2frVJ8MmEdGKf5ZmBTT0m { top:0rem;left:0rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOMELEgTs10Hv2zSC1es4R9x3ZnZrsc { top:4.375rem;left:0rem;width:13.375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETW7fHTsq5vEdVuZlTUsrubEt2GGsk1 { top:24.8125rem;left:0rem;width:10.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #by2Qs96HLT5OTsHHrxSVa2VyKQavpFDW { top:28.5625rem;left:0rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C78tIx3JPS0iSIHiDw9c8dR03t9fAclq { top:23.625rem;left:0rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbgFvhVxzM8W3U4gLflTm42wA22VzAv { top:0rem;left:5.4375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WicIlDdLtl7U2lDJmBfPIqxMqRDyDW5b { top:2.5625rem;left:8.53125rem;width:11.625rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM5T8OERZOGqAZ6qMypFmDlHd4wOTA9N { top:24.8125rem;left:7.53125rem;width:13.625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdLmtkpv416NC1uFNkhOBmGHrBOeL2yQ { top:23.625rem;left:5.5rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0mzQ8yvBf46EphmotoOol6mggl7CkKW { top:28.5625rem;left:6.125rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q68lTtuNPNDMpTTFz1L2WnHIDm7u6Jlg { top:0rem;left:24.5rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFauoQnhGkFJCzSJ0t56lEaNvt2VxTMR { top:2.6875rem;left:28rem;width:10rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQdfyoO6GNQTFZnywmlN9ou9MdRnc0e8 { top:24.8125rem;left:25.875rem;width:15.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHbwgEWHKfod6IcnTfCvTPGJ2OUeekMZ { top:23.625rem;left:24.5625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2uQmBwZPFQTvsbpfSdVNTVeM5WoSdm { top:28.5625rem;left:25.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt4GsCmuS8qymFGGEosWgHCU6sSgwddX { top:0rem;left:29.9375rem;width:17.6875rem;height:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgkMhTMdmEhu1AX1fmoJSofw2s359co { top:3.875rem;left:36.8125rem;width:10.9375rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrICBk67DV4GrEW0vMCPWU0aRwfhgDPt { top:24.8125rem;left:36.1875rem;width:11.5625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgNaICxkwQh2iq7zH11ZsmiuXJy32fAE { top:23.625rem;left:30.0625rem;width:17.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNxTekqfnvvAosxEZTHSTw11RNSqKeFv { top:28.5625rem;left:31.1875rem;width:16.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVPTWsUQcJMpeJUqyvTq4kZ7UFT2THKH { top:0.625rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNExpbCWFN3VfLLP1EcW6dl3LUsvLhgs { top:0.625rem;left:18.625rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNmyuZWFgM16l9BWiSKXWLnyRothLbp { top:0.625rem;left:37.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFiHBVX7xIJ5JsIVDGAZEf96bp2NQ5IT { top:0.625rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJEcaI9clqwXZ81VAvrKCl471yII05S { display:block; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg { display:block; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMKfv2BP8hks7Ea3VvhR9iSKwp3JumZ1 { top:13rem;left:0rem;width:17.6875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8rDDmzATQnF73NPq5mFEVKTqDGlGXy { top:13rem;left:5.3125rem;width:17.6875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVv3kNlWw6eDI2RiGIfD6f4hBG3dMQgg { top:12.9375rem;left:24.75rem;width:17.6875rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJnaKgAyJbuTwebE56Qqyg5AuiimxAF2 { top:3.875rem;left:5.96875rem;width:35.8125rem;height:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ggyCQuRKZABJ2HDw5uSRGU9kEeWS4L { top:13rem;left:30.0625rem;width:17.6875rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNaTBKWu1fnomGDzNPE8fwS8DTa6t16h { top:39.6875rem;left:24.75rem;width:17.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivFaDvpyhRaIEJBZdMJ35WoUBMdCzBC8 { top:39.4375rem;left:5.375rem;width:17.5625rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat { 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; } #TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU { 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; } #xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #V03yGwJpypZy6nHmImTyNdVMV4W9oit8 { 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; } #V03yGwJpypZy6nHmImTyNdVMV4W9oit8 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #NbUT1ppWf933dusW72V0Dr5EmVFn6T6w { 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; } #NbUT1ppWf933dusW72V0Dr5EmVFn6T6w > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT { 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; } #oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny { 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; } #qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV { 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; } #AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #AtLnBL9E9QwNluPlosTZWsIrXvBemSuu { 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; } #AtLnBL9E9QwNluPlosTZWsIrXvBemSuu > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 { 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; } #FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G { 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; } #xSTQzSzQv7gTGr7LM1i7zuCDT06T0k9G > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ohJgIoNbQesVkdztWENAibtcJu5cx43o { 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; } #ohJgIoNbQesVkdztWENAibtcJu5cx43o > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE { 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; } #V8VuxP1v4PQ1noBTDszBPpy2dd7TBMRE > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl { 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; } #t4ZmLqoqHOFerdA3zT1g3TP7gsUVDTvl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe { 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; } #ck18ePWfiqDEXzvR5Z1RAr1JwTCqXQAe > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt { 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; } #AaT6tNWT0AEPSQk6Pm8lwDmSEeofRBxt > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl { 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; } #ulEE95QCLQXfTmsmbsbshZKMgeDD1GUl > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD { 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; } #V3gdZXkkGXlWhg9CLerSOWT6DJ7UI6eD > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L { 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; } #yGFyhn93BXKHUgDrwoFXFXWyyyQBub1L > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s { display:block; } #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection *:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="text"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="email"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection input[type="tel"]:focus-visible, #XTCQn9D9q1asLvJNVKucLVUiLN95WFQv.widget-smartsection textarea:focus-visible { outline: none; } #LSdCZsT2dm8PWcTxe3yTyUTEgwow8I5s > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3NZO2Sum5u27UGStdKqGF3I9F81spin { display:block; }#p3NZO2Sum5u27UGStdKqGF3I9F81spin > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBP893m09FlyDOb9vvUcrNduQOBZs3IU { width:12.6875rem;height:9.875rem;top:6rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc { display:block; }#bMknLzyrOr8JNHtA46v96Xt7kzlDfPqc > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8uCqeOaFnohUP6Mz1JCAfCxK0SetBCr { width:18.5rem;height:9.375rem;top:10.5rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUQ7LsRMgty5AWPWGUxMklDiLTTS7Rbs { width:20rem;height:3.1484375rem;top:26.669921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVruDTkQr5iu0bW2JTklu5HFcDP7ZxRi { width:20rem;height:3.5rem;top:31rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNGZzKQm3PbwIExVf0Dc6I0rW0xEDAaH { width:20rem;height:3.1484375rem;top:35.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVwC4n1OmO2yzl0gLnD0oHttkrDpIQWk { width:20rem;height:19.1875rem;top:5.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6RLmB3oCICMZHqSt6L9q6Hy7TObWOH8 { width:8.75rem;height:8.9375rem;top:1.5625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s469Ir23SbOHKwTdWLzVslWA9QVKzFBr { width:17.5rem;height:3.4375rem;top:41.8369140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLBFz8oI9sKEtUghIqCwK1gJxiDALpLp { display:block; }
 }@media only screen and (max-width: 763px) { #MD5K448CKuEqzsfr42cLgSGTV4s9z93T { background-color:#2c1c12;background-image:url("https://images.assets-landingi.com/uc/aba6e6d9-f438-4faa-900f-03d6f30c01d2/bg_gold.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T.adaptive-delivery-prevent-bg, #MD5K448CKuEqzsfr42cLgSGTV4s9z93T.lazyload, #MD5K448CKuEqzsfr42cLgSGTV4s9z93T.lazyloading { background-image: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { background-color: transparent; background-image: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container > .video-iframe-container { display: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row > .video-iframe-container { display: none; }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .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); }#MD5K448CKuEqzsfr42cLgSGTV4s9z93T > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuxZL8mIsTZhJJJIpLnKV1S3h5U3Kzd3 { width:20rem;height:8.75rem;top:2.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnCVPdVkkimUJmIEZ7Qr5xH9REwZU0f9 { width:20rem;height:4.19824375rem;top:14.8125rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q { display:block; }#fKwbA8tGmZFOLfvCUZOB7OzzW5vWOB3Q > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E73lsMcsmoaHna9MnJV6y6DL8l4Wt0v8 { width:4.5rem;height:4.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPKKnFA9y22qtTfC8LoEiGiV6HV5oph8 { width:4.6875rem;height:4.6875rem;top:1.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXyUyhbwcZTCX3XrwZPfJDEqdyeyFxaP { width:4.5rem;height:4.4375rem;top:21.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbxH2BWT7bXcylDucfsdIZeXAmFEHWa0 { width:4.5rem;height:4.4375rem;top:21.4375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaaJgZhhds0CfnlvZG24ngmtDEEkmItB { width:4.5rem;height:4.4375rem;top:21.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSmzI0tVOLS5LgX1Rm7snJgF02p2fSVP { width:17.8125rem;height:3.8496125rem;top:29rem;left:1.09375rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oxv9HscbnNQTJ8B6ZUD7Wo6HXfBkUyom { width:13.0625rem;height:6.75rem;top:13.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAzkzLfNiB2RAiNsFfFoDM1GCoQm1q0n { width:20rem;height:14.2373125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h87faawAApmkzE48tAMg5qrGzX1AvM8g { width:12.625rem;height:6.5rem;top:13.5rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnEJVy155cVMhsTyTfaNavPUV6SBBUxV { width:17.875rem;height:7.5rem;top:33.59765625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIKylqks6yBHeWonQ2wotwTiVLyGeDQT { display:block; }#sIKylqks6yBHeWonQ2wotwTiVLyGeDQT > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nC5xn1qWVLhltZmEzhtgm5dgDU81sAXd { width:4.5rem;height:4.5rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qg8hbygl0F1aWma6z7AiP2MyKXEJmorV { width:4.6875rem;height:4.6875rem;top:1.28125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHieV60s2ww8EytLXUAHoITKJ4ozZHPd { width:4.5rem;height:4.4375rem;top:28.0625rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTs5fUImHEUNquUBV1JAZGP2XxbeUQXN { width:4.5rem;height:4.4375rem;top:28.0625rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zwfXaxT4v5F6tP4x9fX3ve7JWOaTqhX4 { width:4.5rem;height:4.4375rem;top:28.0625rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cdnk4CoiiI91sqJKwUeHHTCEg016m4z1 { width:15.375rem;height:3.8496125rem;top:17.0625rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #zWBU16PPgioPQ8LpGdykI1Qr2DdmybK4 { width:13.0625rem;height:6.75rem;top:19.75rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmxkSZLT12WJTW6bPVlOP88tZsC4440F { width:20rem;height:12.1875rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8ovMxUXJRzQTGEtUo1mf5NoHkTCeGJ7 { width:12.625rem;height:6.5rem;top:20.125rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnMXrCVRDQ7sWovSorgtDMGN3NDvuXKM { width:20rem;height:11.5625rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7QILOTiL5r3vLd3nABtEblcn3cwBZRV { width:4.5rem;height:4.5rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yShKFNI54PMiwbzdDowHhdTvlRNTXMxR { width:4.6875rem;height:4.6875rem;top:30.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoBEwbNGAMw2CR1BPecTHTFDFMPt60ZJ { width:15.375rem;height:3.8496125rem;top:46.0625rem;left:0rem;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #chmCL1fLzU95oS6crmURutAGUw2adV8T { width:18.0625rem;height:4.5rem;top:21.8359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzW3neKWdfNuisqnRlNyeMb0l8uJwp23 { width:18.75rem;height:4.5rem;top:50.7109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD { background-color:transparent;background-image:none;display:block; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { background-color: transparent; background-image: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container > .video-iframe-container { display: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row > .video-iframe-container { display: none; }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .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); }#MP70rdmc0nUBOzc0s22nLeGkOfh2ADRD > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P33g18xn6h4VOxqzWihkBqGPW7iHlJkb { width:20rem;height:2.5996125rem;top:1.70703125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR { display:block; }#C0mdSqMA3msdGmTpagtT4xqOUrHAh1fR > .row .container { width:20rem;height:143.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #svHmJJN0TKHdWOK9woQp1tXddNWtUGiT { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahN045UznZOT48ZL3qnqCTOcSotOKztJ { width:11.125rem;height:17.5rem;top:4.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zbh4pIIlxPQH3gxT7W7kEvxmUgMeueGI { width:15.5rem;height:3.25rem;top:25.125rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H5VTFJ6cLrCb6vxDtFKJW2WkrT50cuXa { width:17.8125rem;height:10.25rem;top:23.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPZL4NQx2TsHcX29QEga2oJfJVNr3l7X { width:17.6875rem;height:30.5625rem;top:36rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTNOXVKc2MIinA0CwCbsi4N7eEhLdgNc { width:11.125rem;height:17.5rem;top:40.0625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #psfVSNyZrvN92LfcMvgxDOvUDvZNypeT { width:15.5rem;height:3.25rem;top:60.875rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BcsJS9Qy0T8ntkB95FEbxZT4Z5iKIQtA { width:17.8125rem;height:10.25rem;top:59.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JErNIhmgUd6BOPZBzxsBgCLdQKN3eix3 { width:17.6875rem;height:30.5625rem;top:71.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naB32W9O7QcpmFUkeeoUyb8bW6fUn6qM { width:9.8125rem;height:18.125rem;top:75.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1i0zwO9g81sIM1Sladzu8DIlmMeX2CX { width:15.5rem;height:3.25rem;top:96.5625rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wUtMG2WqfdXZ98fkQ9oO08SEiZvT0nqG { width:17.8125rem;height:10.25rem;top:95.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggnIdkX9C3Jm3oZRk8elkkNlwrtcGP5 { width:17.6875rem;height:30.5625rem;top:107.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv3rVGhVlGhrIk0bEkqK4bIPIgdidfeN { width:6.9375rem;height:19.625rem;top:109.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4RHFBTZym2qblLi75NGEsCOHUy4oesS { width:15.5rem;height:3.25rem;top:132.4375rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bOLHCA4X0vDPaKVrXuTXRmPzdP5oNr5O { width:17.8125rem;height:10.25rem;top:131.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqlc05fnvwPaQHTOHBIpJqCn9zhpRs38 { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMdpITwDW69frgaUl9eTaiIThNQFaCS7 { width:4.0625rem;height:4.0625rem;top:36.5625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD6G4NL2UdoG7UALnxyulZq4Z0G9g970 { width:4.0625rem;height:4.0625rem;top:72.25rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJenyNXZCfMHd6GLx2lnrUcSFsFzx2qZ { width:4.0625rem;height:4.0625rem;top:108.25rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAH1vqGNXfvWHgTOug9RthTrmuNZiWLq { width:11.8125rem;height:2.8125rem;top:30.375rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8PviiTSMB1EFp1iiKICIIMhU6N6LCLz { display:block; }
 }@media only screen and (max-width: 763px) { #B4n3trGK63TGl194m74zHycB3WeeyER3 { width:11.8125rem;height:2.8125rem;top:66.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HikxeGu4uPx51xyEvxIIFZ4gPrbh1dE0 { display:block; }
 }@media only screen and (max-width: 763px) { #GE1KJSDUIVGKRZ4rTlkCVCuZESU76EDu { width:11.8125rem;height:2.8125rem;top:101.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDLNseUTv71tACxmn7HJkkRtmRxaMlNl { display:block; }
 }@media only screen and (max-width: 763px) { #iIwKhtPLWomcmp6rXT8E9IEaQ2ruExp9 { width:11.8125rem;height:2.8125rem;top:137.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdDndWBkq2RGRG9O8uQgnu0O4oy3BA1t { display:block; }
 }@media only screen and (max-width: 763px) { #ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm { display:block; }#ISvi9a7HT4lf0zHTTp7yI3kp0uit5Dwm > .row .container { width:20rem;height:143.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFeFEQ3hvItWM8pd7kb2uvenS5uM1SNq { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXSvBSX9htu2hiV2byl0PcJmseHJuuLM { width:11.125rem;height:17.375rem;top:4.6875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8odrub0WyCWMmack3zHTKs3uRXbwaB2 { width:15.5rem;height:3.25rem;top:25.125rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zEUoUMtNOtOI2fn0JUwGAh1C7SiTcFvI { width:17.8125rem;height:10.25rem;top:23.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPin127mpoL468KKdexXh8iC40pqdAhU { width:17.6875rem;height:30.5625rem;top:36rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RK5Cgkek7pOtyJVZNJ1IqSBhf9A3lcCE { width:11.125rem;height:17.6875rem;top:39.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTyb21WoQLg1WR2ghfnWoWCuS3Xfwa5h { width:15.5rem;height:3.25rem;top:61rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Dosbim7DMlmwNwOg81rNDu0meIbpDJcG { width:17.8125rem;height:10.25rem;top:59.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfddD84OJtrRzl1uErZ59wQip4DbytRx { width:17.6875rem;height:30.5625rem;top:71.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62N2IbBpqfqqURuaQyHZhlWQgG5loCe { width:13.0625rem;height:16.75rem;top:76.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyG1cDz7OwJGt2qzpyFckob72ep9rgC7 { width:15.5rem;height:3.25rem;top:96.625rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OeXDwyV3aCiJ0H9Zxz7eRKxgwwxrFovc { width:17.8125rem;height:10.25rem;top:95.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGcMETHFu7Sm9lblPJp3fvohGtVhHAWh { width:17.6875rem;height:30.5625rem;top:107.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oupgsCQXaGdVE4wQ5wlXisGXW4UKyXEZ { width:11.125rem;height:17.75rem;top:111rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTmqWI3b5lcB5L74mZ3Ncm6Aif5kM7lL { width:15.5rem;height:4.875rem;top:132.5rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gmrAfznh4ey6nJXPkReyE9PMCt5q72yH { width:17.8125rem;height:10.25rem;top:131.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9ww2caK9kWEtGf101RUuK5txfvAUJtE { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPt7EGEiz7nXO324ttxAf83v74pZsl2S { width:4.0625rem;height:4.0625rem;top:36.625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK4zzaB1wywyTPJ3BI74duGLSD7vP6kx { width:4.0625rem;height:4.0625rem;top:72.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGnqzoVJm41DOZ5Uh5ID1eV8mIgPzgku { width:4.0625rem;height:4.0625rem;top:108.1875rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOgPLciU53LcVpvqGdXrNolQe424Mgdd { width:11.8125rem;height:2.8125rem;top:29.5625rem;left:4.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ardaGusMavS8PL89XuMvy7BI7QzuFFDg { display:block; }
 }@media only screen and (max-width: 763px) { #KQM9BSZbIJBBlRx1AIXcN89UzAQwQycW { width:11.8125rem;height:2.8125rem;top:66.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWdsU8miPf7XVukItERCKrlsVcJQP4si { display:block; }
 }@media only screen and (max-width: 763px) { #KWTwWcT36UaNWXDF9504tLgqkKI2OzwA { width:11.8125rem;height:2.8125rem;top:101.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvZSvU74ieD3VbffyNZCpEAkwg0bG2M5 { display:block; }
 }@media only screen and (max-width: 763px) { #DT42vyS2ac7UMOpAmBTP0da1PT3AzJpC { width:11.8125rem;height:2.8125rem;top:137.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqZOUrU7Hed9Ue9RutueCsuEGpmq6wg3 { display:block; }
 }@media only screen and (max-width: 763px) { #Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy { display:block; }#Zl2FxfTe9vT3rBwhouogHaATxS2KGuJy > .row .container { width:20rem;height:143.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DiATKiRsm9qd3tH3tCdQA8utInp2mbRR { width:17.6875rem;height:30.5625rem;top:36rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnsnvGrTyqmUMI4Wh1cLdc7ELZumlnwO { width:11.1875rem;height:17.5rem;top:39.625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCxV5RZSEkZCKwGLTmzZsQPpxNLLcJ3U { width:15.5rem;height:3.25rem;top:60.875rem;left:2.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HfMJGrm2IAaNPcXTAWmT1iJECeoKha7I { width:17.8125rem;height:10.25rem;top:59.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsXOWf2x8gaQXJGifrMwePbz3UA26si { width:17.6875rem;height:30.5625rem;top:71.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcVruUhkkT7MwrcCOxL5l0zcvSDDKmiE { width:11.3125rem;height:17.5625rem;top:74.3125rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrMTVzkiNcVUdiv8ammgLbSX1yl1VJyf { width:15.5rem;height:3.25rem;top:96.5rem;left:2.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #cWoe9dBhKk0wlbd44ZzO941EipCcsrQ1 { width:17.8125rem;height:10.25rem;top:95.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtMGB9IUu9wZI8dM9dwGMLAqDN0ty9bh { width:4.0625rem;height:4.0625rem;top:36.6875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLZIvMNbZOdhssf2HsETZ1Rqrha1eNzV { width:4.0625rem;height:4.0625rem;top:72.3125rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqWck2JSXEMEtZxDzWTzLPg5S55duICz { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm7UQrDuGaenVRsFkPwFP9BkeKT4pWdE { width:17.8125rem;height:10.25rem;top:23.875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tmr66ugr7toaPNi376KgEQXHP4ZtP0wa { width:15.5rem;height:3.25rem;top:25rem;left:2.25rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NDZtBs1HEc1TKq89SmBEkNiSHxMvhB5n { width:10.75rem;height:19.9375rem;top:2.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByV1rxDdM2lakAtadDNUQtphQq2W5xaw { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLgpeCcLJJNz3iADFOkts0uBKL2TqEhD { width:17.6875rem;height:30.5625rem;top:107.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9TVQPU3AdZ3zKngy6bNNxTSNhHA8TyW { width:4.0625rem;height:4.0625rem;top:108.1875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #te2qTkpkNb7kOc0yknkZ6t7UQaT8cINX { width:13.125rem;height:16.875rem;top:111.5625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5sbINu8Iby5WfhLxoTRP1pXBMldtiI7 { width:17.8125rem;height:10.25rem;top:131.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0AHqpdB2ha9gGP1TIwT75MW1g7QI6b0 { width:15.5rem;height:3.25rem;top:132.4375rem;left:2.3125rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WoRdbaFSegEdh11ZXhLdkieVdykqQqSN { width:11.8125rem;height:2.8125rem;top:30.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGhWivhNOVUrKZBvmuP45EEeMeHfzrk { display:block; }
 }@media only screen and (max-width: 763px) { #vVUPqPEEkIlVq6FbFKDM2oeOJVOiDFqr { width:11.8125rem;height:2.8125rem;top:66.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbbarCQdoO8TSd8efIlR97QRU1B9uxMu { display:block; }
 }@media only screen and (max-width: 763px) { #wMQ5sen2St9uCN2KuQkHJMi06h8ho9fb { width:11.8125rem;height:2.8125rem;top:101.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALRdhIIza5IP58yZBLNPcxBK8rK5rxHb { display:block; }
 }@media only screen and (max-width: 763px) { #Kwg3PgrWwm0Cuh69bTbsXc0kQeIiRzkI { width:11.8125rem;height:2.8125rem;top:137.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6eDKcrpTpyHcopkeRfBn229nSXR1avw { display:block; }
 }@media only screen and (max-width: 763px) { #XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA { display:none; }#XRQw4eC5y2V3loL4fu9hwZwbX4FOlzHA > .row .container { width:20rem;height:126.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UzSB4a4CIriJ4fR5vKaymsX4WvVw70zK { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPgJXJTlHlMPKRLTZKOsPhwDzgqgrJeW { width:11.4375rem;height:18.125rem;top:3.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8TTpKKmTdItenFH9clO9oFn7zy7T5CI { width:16.5625rem;height:1.5rem;top:25.0625rem;left:1.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i6RwWAQM39yrQ9l2lz9sXGa7FlOf9vNb { width:16.5625rem;height:1.29980625rem;top:28.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgiRwn7CwWiupvKwUwa71VzL6UTVlubS { width:17.75rem;height:7.0625rem;top:23.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbp38T6Az6Ekaz60zrFgX0Zt4CITc6Vl { width:17.6875rem;height:30.5625rem;top:96rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRX7plb39zI2ITTE3qIcBUhRRclzBgT9 { width:14.875rem;height:10.1875rem;top:103.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBfes6liLT3D9Nmr9Xo6fvQJW9iDTMTp { width:11.6875rem;height:1.5rem;top:120.75rem;left:4.15625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xzKOEalbORmVOi3fGW41h2p2x0AnXiFU { width:17.75rem;height:7.0625rem;top:119.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhTEdMGRCdbTuKwxozQWRA3odMn1CJXx { width:16.5625rem;height:1.29980625rem;top:124.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVJvDSfZxf4UFyIcHVqZaodCLOhiuyP { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #auBdcShGFoPnOoa0MbVoyo6rQFaGmWRT { width:4.0625rem;height:4.0625rem;top:96.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R { display:none; }#LDgBeVNDxmuPNemhRgxZwTkCD6T5U89R > .row .container { width:20rem;height:126.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lNIc59TBHk5ypGXBJ88Zs9oNfLeyahug { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnBq6CqMi0QfhhSoRtWeLNmIU62dzpHz { width:11.125rem;height:17.5rem;top:3.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nshpAiAVsBgAMWus0fhQCTDePkXhAyvX { width:16.5625rem;height:1.5rem;top:25.0625rem;left:1.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yCD0GsBPDG88MEwEPwflI92bKT918laI { width:16.5625rem;height:1.29980625rem;top:28.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ritR7Hx9lr3WTRHdF3gOefdbqvmQQsF4 { width:17.75rem;height:7.0625rem;top:23.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQvT1TlTAmxDx1idIZswFTq5QTbwDh8Q { width:17.6875rem;height:30.5625rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVAwmfHyibSdxdbT3QHg5FzNkOMTy7lz { width:9.8125rem;height:18.3125rem;top:35.75rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLhsmd8uDniFhM3PmZg8T9uC9zPGukx7 { width:16.5625rem;height:1.5rem;top:57rem;left:1.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VDeV2bpobDg2sddtCLwiVmQSzVfFLeKg { width:17.75rem;height:7.0625rem;top:55.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnteWue7ANuInaGo6kVpTHyH2esLSkrV { width:16.5625rem;height:1.29980625rem;top:60.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7HLMsmJqFWS8IZPZlQAfNTQDlsb68Br { width:17.6875rem;height:30.5625rem;top:64.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJrRfFuvL7WUFX1mciA8N75a6yQFbJ2X { width:12rem;height:19.125rem;top:66.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bi0Z0DkzBu9gc47Xu1IIB4A7I9l78DtP { width:14.3125rem;height:3rem;top:88.8125rem;left:2.84375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DlPEmWhEgoxiLvyWZOvg7DZoaMhHhJG3 { width:17.75rem;height:7.0625rem;top:87.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciCBRR3VwlNEuzvITWlOkL6vTitWIsDC { width:16.5625rem;height:1.29980625rem;top:92.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEI3x0mk8AIRlKLGCTVikUlKD95zS9aR { width:17.6875rem;height:30.5625rem;top:96rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkmLOh1a8hfWLCZXcPSrTweKSw4yTr03 { width:12.6875rem;height:20.5rem;top:98.375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni9R6ghBKtk7QamszwuHJxo9wTi7khGM { width:11.6875rem;height:3rem;top:120.75rem;left:4.15625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HDzrro5e6UBFtICo2xWuJa8wcBqGZA3b { width:17.75rem;height:7.0625rem;top:119.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EquSVc4xNJECaUTwNloML4wJpAKbCF1H { width:16.5625rem;height:1.29980625rem;top:124.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrounERQq7Km0HCi6p06glM4OLB8yRqG { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfkPHw2LtCzB8Xaa34A3iTveJZMtVmk6 { width:4.0625rem;height:4.0625rem;top:32.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8vGXT7Bd0XJ2AalwrUMlpflS9SmARN { width:4.0625rem;height:4.0625rem;top:64.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2am06kUAvcMsQirH0xFAUWEsE6KfrPp { width:4.0625rem;height:4.0625rem;top:96.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm { display:none; }#wrPOv6f67gEUQ0iWw8xWIM6FLEvTs6Hm > .row .container { width:20rem;height:126.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C0CQFozXJZoJdpJpwmBqt4Qc68wtu08g { width:17.6875rem;height:30.5625rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESnBDJBJ8T9eXwAGooNNepm35yPtuQ5 { width:10.1875rem;height:19.0625rem;top:35.75rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzIwUiLkkA1i57MN75NOAQ6SJWWTA3QB { width:16.5625rem;height:1.5rem;top:57rem;left:1.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Myhu3pbWp4rymMizJOQXNzSRqgODCtex { width:17.75rem;height:7.0625rem;top:55.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIcCmQ917seET6oQQ25i3vIGOwwfcfNI { width:16.5625rem;height:1.29980625rem;top:60.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvakTz0TByiswEi8tSuH3OA8i2O2PXZa { width:17.6875rem;height:30.5625rem;top:64.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro6PF17fEhGBt7r5kiUQy0tdMiscaWKA { width:13.0625rem;height:17.625rem;top:66.75rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKsDciiQ4dkvtdXvPoApWP3qgBq9riS9 { width:10.125rem;height:3rem;top:88.8125rem;left:4.9375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L5EJ7xJTIOqBPQy7STA91BeZh0r7cF6q { width:17.75rem;height:7.0625rem;top:87.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fB5GJZ4N2UTOTLCagc3UhgRZftfHad9s { width:16.5625rem;height:1.29980625rem;top:92.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhSilHZ4vsAim4uCrhxVSVoqdOzX7ViX { width:17.6875rem;height:30.5625rem;top:96rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPxLKB0X8fGZFbPGgLIsKDio1oDMgFMi { width:12.25rem;height:17.5625rem;top:99.5625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKDohTAMLzzg1n7mR7Q8Lian6GEWGQV { width:11.6875rem;height:3rem;top:120.75rem;left:4.15625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ei6UpD5BHLuAicN6TtJFsfH9nWy0JcyW { width:17.75rem;height:7.0625rem;top:119.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWQdIvJJ64AVPwTt1ST716QAz4Aw57Q { width:16.5625rem;height:1.29980625rem;top:124.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbmkxDO9aKXc22ebAGoQGJF430cOT1wf { width:4.0625rem;height:4.0625rem;top:32.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtuitSt7vpdcDrhMVOeLnT70yepanr56 { width:4.0625rem;height:4.0625rem;top:64.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT5XNw4GnmSpmJF6VthDTLrSqWx7sMrh { width:4.0625rem;height:4.0625rem;top:96.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 { display:none; }#TUgl5MXHgm9MsIP1kP5AIeAnTaibyBP5 > .row .container { width:20rem;height:126.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HAmVorZLq1e96V5NwzU7wl4Pf8GOdmnT { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3D6yop1D1QtfwqlAZ8Q2qF8fwR1hJ7b { width:12.1875rem;height:16.625rem;top:3.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ZS5NToGrqLfHZlggeJ1T4snadEOfDv { width:16.5625rem;height:1.5rem;top:25.0625rem;left:1.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PLmq1rtIclFTIDzgNodvMPLedrKCtnwc { width:16.5625rem;height:1.29980625rem;top:28.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #euSEIOvh9Th9N1Jt27ULNhIim5H0IwXo { width:17.75rem;height:7.0625rem;top:23.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoQMAUdZ7Dngkq1wKXyPqgPdurwgJix7 { width:17.6875rem;height:30.5625rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHTcoqfJQePKmLh8QDvPTUnLKq0QtRTJ { width:9.6875rem;height:13.6875rem;top:35.75rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrvnnSwOZ7rTKVGRNiXklpbMPbRrMGwJ { width:16.5625rem;height:1.5rem;top:57rem;left:1.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #v6HtNuxsMnRozLl37OzQJ1O2nlHiuGUt { width:17.75rem;height:7.0625rem;top:55.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S95rdbMp3mqlwwSlvJZz4qnDJLIpKctS { width:16.5625rem;height:1.29980625rem;top:60.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XswRzavVVPb1sAF5xV1ilPS1qs9akeo9 { width:17.6875rem;height:30.5625rem;top:64.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrsQtL5A9V1qTJMIxQ67UcUm6MKknvMm { width:8.3125rem;height:15.4375rem;top:66.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPoE7qcPLDQnbUcTRSIMsmRv2PorDnqU { width:14.3125rem;height:1.5rem;top:88.8125rem;left:2.84375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZV0nXbT8X3nScywovRNlU8JHwCCkDpQJ { width:17.75rem;height:7.0625rem;top:87.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZcHTUbMpczGbwE1JanLS4lsPZecHmMX { width:16.5625rem;height:1.29980625rem;top:92.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHe3IX8TmTR2M0k8wdNDTWausXlhvDtO { width:17.6875rem;height:30.5625rem;top:96rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhA2lB1Vo0SUqheDnNeTp930FoPFI5WH { width:5.375rem;height:8.1875rem;top:100.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Frg2Mye5Rs2FrHBVNVXbxW2ohxeIO3lk { width:11.6875rem;height:1.5rem;top:120.75rem;left:4.15625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OXhr0TP6zy3JMEGH3o5qTG94dUvafLgi { width:17.75rem;height:7.0625rem;top:119.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T068MvH108Lrf4MlrPIPgP1fivBiK1Ie { width:16.5625rem;height:1.29980625rem;top:124.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lubbTuyzmfTZQLAbCVi9VqwdKIWMHZLB { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT0Jii9FXGuFyv0D87avz8ZcA7JTR1aB { width:4.0625rem;height:4.0625rem;top:32.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llpMI4gXdGgsIVdNFEqVRb4x2SKx0cNW { width:4.0625rem;height:4.0625rem;top:64.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFKfwFJxS2x7Bl6PhaJsAm9RThSIfGNN { width:4.0625rem;height:4.0625rem;top:96.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H { display:none; }#kCBEX20o3e3JZnG3Jp1Q14IuUrBVMn9H > .row .container { width:20rem;height:126.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iW0eO7VD7BW2frVJ8MmEdGKf5ZmBTT0m { width:17.6875rem;height:30.5625rem;top:0.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOOMELEgTs10Hv2zSC1es4R9x3ZnZrsc { width:12.1875rem;height:13.5625rem;top:3.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETW7fHTsq5vEdVuZlTUsrubEt2GGsk1 { width:16.5625rem;height:1.5rem;top:25.0625rem;left:1.75rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #by2Qs96HLT5OTsHHrxSVa2VyKQavpFDW { width:16.5625rem;height:1.29980625rem;top:28.8125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C78tIx3JPS0iSIHiDw9c8dR03t9fAclq { width:17.75rem;height:7.0625rem;top:23.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbgFvhVxzM8W3U4gLflTm42wA22VzAv { width:17.6875rem;height:30.5625rem;top:32.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WicIlDdLtl7U2lDJmBfPIqxMqRDyDW5b { width:8.625rem;height:13.6875rem;top:35.75rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM5T8OERZOGqAZ6qMypFmDlHd4wOTA9N { width:16.5625rem;height:1.5rem;top:57rem;left:1.6875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EdLmtkpv416NC1uFNkhOBmGHrBOeL2yQ { width:17.75rem;height:7.0625rem;top:55.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0mzQ8yvBf46EphmotoOol6mggl7CkKW { width:16.5625rem;height:1.29980625rem;top:60.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q68lTtuNPNDMpTTFz1L2WnHIDm7u6Jlg { width:17.6875rem;height:30.5625rem;top:64.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFauoQnhGkFJCzSJ0t56lEaNvt2VxTMR { width:8.3125rem;height:15.4375rem;top:66.625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQdfyoO6GNQTFZnywmlN9ou9MdRnc0e8 { width:14.3125rem;height:1.5rem;top:88.8125rem;left:2.84375rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #aHbwgEWHKfod6IcnTfCvTPGJ2OUeekMZ { width:17.75rem;height:7.0625rem;top:87.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow2uQmBwZPFQTvsbpfSdVNTVeM5WoSdm { width:16.5625rem;height:1.29980625rem;top:92.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rt4GsCmuS8qymFGGEosWgHCU6sSgwddX { width:17.6875rem;height:30.5625rem;top:96rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpgkMhTMdmEhu1AX1fmoJSofw2s359co { width:5.1875rem;height:8.1875rem;top:100.6875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrICBk67DV4GrEW0vMCPWU0aRwfhgDPt { width:11.6875rem;height:1.5rem;top:120.75rem;left:4.15625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #xgNaICxkwQh2iq7zH11ZsmiuXJy32fAE { width:17.75rem;height:7.0625rem;top:119.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNxTekqfnvvAosxEZTHSTw11RNSqKeFv { width:16.5625rem;height:1.29980625rem;top:124.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVPTWsUQcJMpeJUqyvTq4kZ7UFT2THKH { width:4.0625rem;height:4.0625rem;top:0.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNExpbCWFN3VfLLP1EcW6dl3LUsvLhgs { width:4.0625rem;height:4.0625rem;top:32.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkNmyuZWFgM16l9BWiSKXWLnyRothLbp { width:4.0625rem;height:4.0625rem;top:64.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFiHBVX7xIJ5JsIVDGAZEf96bp2NQ5IT { width:4.0625rem;height:4.0625rem;top:96.625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwJEcaI9clqwXZ81VAvrKCl471yII05S { background-color:transparent;background-image:none;display:block; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { background-color: transparent; background-image: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container > .video-iframe-container { display: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row > .video-iframe-container { display: none; }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .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); }#NwJEcaI9clqwXZ81VAvrKCl471yII05S > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg { display:block; }#C6RTmInHHR5oJL2rDKgFdoAi6TaxFOvg > .row .container { width:20rem;height:175.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMKfv2BP8hks7Ea3VvhR9iSKwp3JumZ1 { width:18.5625rem;height:26.375rem;top:9.50390625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ8rDDmzATQnF73NPq5mFEVKTqDGlGXy { width:18.5625rem;height:26.3125rem;top:37.12890625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVv3kNlWw6eDI2RiGIfD6f4hBG3dMQgg { width:18.5625rem;height:26.4375rem;top:64.69140625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJnaKgAyJbuTwebE56Qqyg5AuiimxAF2 { width:20rem;height:4.3984375rem;top:3.58203125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0ggyCQuRKZABJ2HDw5uSRGU9kEeWS4L { width:18.5625rem;height:26.3125rem;top:92.37890625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNaTBKWu1fnomGDzNPE8fwS8DTa6t16h { width:17.6875rem;height:24.625rem;top:146.37890625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivFaDvpyhRaIEJBZdMJ35WoUBMdCzBC8 { width:17.5625rem;height:25.1875rem;top:119.94140625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat { 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; } #TgRedk0RfPFznJJZmTPBTQGNNRIS7Eat > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU { 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; } #xaM4gyuOoCqxG8vzsxVezTA7NX0gTynU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #V03yGwJpypZy6nHmImTyNdVMV4W9oit8 { 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; } #V03yGwJpypZy6nHmImTyNdVMV4W9oit8 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbUT1ppWf933dusW72V0Dr5EmVFn6T6w { 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; } #NbUT1ppWf933dusW72V0Dr5EmVFn6T6w > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT { 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; } #oQzzTTTVSUtGVyZq7wdzNFDSpFbJG1VT > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny { 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; } #qwJxT8Jm2bOJfKTdxca7TmpSKBNqzRny > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV { 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; } #AEJMsb00KyAHbXFkZasB3qPIkSeiLMTV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtLnBL9E9QwNluPlosTZWsIrXvBemSuu { 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; } #AtLnBL9E9QwNluPlosTZWsIrXvBemSuu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 { 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; } #FfcTRKsx3M2C7Cq4IOaqIspgobspT5S7 > .row .container { position:relative;display:block; } }