.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ { background-color:#141414;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { background-color: transparent; background-image: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container > .video-iframe-container { display: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container { display: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .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); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { border-width: 0; border-radius: 0; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { width:75rem;height:6.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RblHxp4cRBT0q1OxIeVQusGV56cRiuqI { background-color:#c3b49f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#141414;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.375rem;height:3.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.375rem;left:64.5rem;display:block; }
#RpxTxpqIVvL2CX1z7BUhuJhIqgKTgiOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#141414;background-image:none;color:#ffffff;padding-top:0.4525rem;padding-right:0.4225rem;padding-bottom:0.4525rem;padding-left:0.4225rem;display:block;align-items:center;width:2.5325rem;min-width:2.5325rem;height:2.431875rem;position:relative;font-family:optima;font-size:1.810625rem;font-weight:400;line-height:38.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-label { background-color:;background-image:none;color:#c3b49f;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.283125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.376875rem;height:0.96125rem;position:relative;font-family:ddot;font-size:0.67875rem;font-weight:400;line-height:15.38px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#141414;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.5rem;height:4.58125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.771484375rem;left:28.84375rem;z-index:15039; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #l4DpKqfTBgTZKk8d9qNRPqUp11uRiVhP { display:flex;position:relative;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #F4ptwGlwdT5TiFx6hSLucJaNcLtwy6eQ { width:auto; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #peiPdBn5G7t9qPVLlugRF9hmMZsJNb3M {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #Ox1dVqzqiywoN9OW37TirEyGF1UHcxqF { display:flex;position:relative;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #nSkHqLtRdinvkbGqX6iWiMHzDVbBTuWE {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #IZtTlTg3rT2wxEpSyDMvJ0cDOzLiCHJb {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #xbHfyifR9RpCJNVIOS1GA3aaBhCOMgIu { display:flex;position:relative;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #RWARSPsXJGdptZNg4mfJDO3i5cn97fWb {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #suKpQ0cHQ9oZCB8hg6umEoqffvI6rwEg {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #imdqKT0Tf2gGQMr36AxhbUWxZwEZdswf { display:flex;position:relative;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tenaggRkUb9kPNsLuPD2CTnO1nPrDysT {  }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tmr4SB0oOdoKDMqK8XoBEcPNxBV8zkLV {  }
#ReQkse08czJ9hO20BLuSE5ozwQX8EaET { 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:2.3125rem;width:11.75rem;top:1.90625rem;left:1.15625rem;overflow:hidden;display:block; }
#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container { background-color: transparent; background-image: none; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container > .video-iframe-container { display: none; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row > .video-iframe-container { display: none; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .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); }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container { border-width: 0; border-radius: 0; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;position:relative;display:block; }#KrXRaUPzKCXgxkxIUCqmWgTymJD3LydS { color:#000000;display:block;width:75rem;position:absolute;font-family:optima;font-size:1.5625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:0.421875rem;left:0rem;height:2.34375rem;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;text-align:center;text-align-last:center;display:block; }
#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bbf3cab-c75b-474e-bddd-e6a765a2f16b/Shutterstock_153759862415001000.jpg");background-position:top 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; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.adaptive-delivery-prevent-bg, #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.lazyload, #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.lazyloading { background-image: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { background-color: transparent; background-image: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container > .video-iframe-container { display: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container { display: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .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); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { border-width: 0; border-radius: 0; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS::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; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#RVRHGHqaU2k6TXOcoU9hDPr3ie5Z5nDx { box-sizing:content-box;height:46.5rem;width:23.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(227,227,227,0.79);background-image:none;top:3.1875rem;left:49.3125rem;display:block; }
#OQ4UsRSco9nrgbhTrKaUHNWobTd7foLo { position:absolute;display:block;z-index:15016;height:21.5rem;width:27.25rem;top:0rem;left:47.75rem;display:block; }
#xB3JGTOIbxIKiPTmE5CqsKitZO0JuedW { color:#ffffff;display:block;width:43.9375rem;position:absolute;font-family:versailles;font-size:5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:-29rem;left:-14.84375rem;height:11rem;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;text-align:center;text-align-last:center;display:none; }
#JHiffEeKkGMzb0iKRPDZu7SA1Vo1OVU4 { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:cinzel;font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:-17.375rem;left:-11.59375rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:none; }
#v3ZLZJNcUhhynpzQy6VhNLPTpF9hhyIm { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:cinzel;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:-31.5rem;left:-6.78125rem;height:2.53125rem;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;text-align:center;text-align-last:center;display:none; }
#TWp9N7BUg6LtPTPWtz8e1S9601xaHnBG { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:-37.125rem;left:-14.84375rem;height:2.8125rem;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;text-align:center;text-align-last:center;display:none; }
#VVkoreAMk7PXxPWwKlZiR3soQH9uRQD1 { color:#ffffff;display:block;width:16.625rem;position:absolute;font-family:"white angelica";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.6875rem;left:0rem;height:2.8125rem;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;text-align:center;text-align-last:center;display:block; }
#DsfBGvoBARDn2zbpP3on1LxL1gixvzCZ { color:#ffffff;display:block;width:27.8125rem;position:absolute;font-family:optima;font-size:1.6875rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:9.484375rem;left:8.0625rem;height:2.53125rem;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;text-align:center;text-align-last:center;display:block; }
#cuxJqpRe9rLmCdZWE0kTzMsi4bw3kPuA { color:#ffffff;display:block;width:43.9375rem;position:absolute;font-family:ddot;font-size:5rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:12.5rem;left:0rem;height:11rem;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;text-align:center;text-align-last:center;display:block; }
#o48vryHnpO5Z319TZidW3UV0P6JbDf39 { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:optima;font-size:1.6875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:23.4375rem;left:3.25rem;height:5.0625rem;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;text-align:center;text-align-last:center;display:block; }
#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container { background-color: transparent; background-image: none; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container > .video-iframe-container { display: none; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row > .video-iframe-container { display: none; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .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); }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container { border-width: 0; border-radius: 0; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container { font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;position:relative;display:block; }#PImvAKieuIcW1NufdTvTEWzMHXvzTShe { color:#ffffff;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.3125rem;left:0rem;height:4rem;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; }
#X01bocLPJhpfKwUvO3oXf6kNHVZTBMOx { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:5.25rem;left:6.375rem;display:block; }
#ry8Z1oCiLNnOrr4qRZKIswvk6Nq9JGmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VkKCGrc5ZTUdAyhmA1t67ywUTQn2zcA4 { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:5.25rem;left:22.4375rem;display:block; }
#lRteyIb76hkIDbWlWXtk0gb26ZqM5GGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ur8bPqsruH2e1tp3HcDFVqJS3O88Daew { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:5.25rem;left:38.5rem;display:block; }
#P6rFACcOHH8f7Z1OcgXNDfDUB29PO5ST { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T3hNdGzbIEDXONDx7cplgZPMWrwTOTyh { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:2.875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:5.25rem;left:54.6875rem;display:block; }
#E9pZTfAEcaiZEPXqp6klb8zAMa365WSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { background-color: transparent; background-image: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container > .video-iframe-container { display: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container { display: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .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); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { border-width: 0; border-radius: 0; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#GF3WGuDFQkTc7gP6OcUM1pQ3kX3TSyEU { background-color:#b81c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.3125rem;left:0rem;display:block; }
#Upa8XukxSgw0WbLhBych1TrThmTOsorh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGBdru9aQAmp19Ny3L98iC6pNGRMzEy6 { color:#0a0a0a;display:block;width:37.125rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.9560546875rem;left:0rem;height:23.397475rem;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; }
#q7hubZlUOdEsT7Z4WL5y6bwhJzoySsxe { position:absolute;display:block;z-index:14999;background-color:#202020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:32.5625rem;top:1.5rem;left:40rem;display:block; }
#bJH1SxoJI7D6APJ64w1EOIR98sx3tPlK { color:#ffffff;display:block;width:26.0625rem;position:absolute;font-family:cinzel;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:8.25rem;left:42.9375rem;height:19.0112rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L3E8PO4Cp3S6r8DRcRTmLBQDMr4XJSkZ { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:15rem;left:42.9375rem;display:block; }
#NrPsOC1l48NuOxd2i1pNQrOlOmdmTIVq { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:10.4375rem;left:42.9375rem;display:block; }
#JBFWkMCE1PmmSyywFWDJSrTEsQ3HwCxM { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.375rem;left:42.9375rem;display:block; }
#Dot08Lz0cORTwSIN6q9a9srLQLUdqupJ { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:23.625rem;left:42.9375rem;display:block; }
#tz1DRTRdsA404tm0f5R6GnJclExeAan6 { position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:27.9375rem;left:42.9375rem;display:block; }
#sE4vLwTzlfxcvtulkaDGgh5tzmykc2nf { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:ddot;font-size:2.625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:;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; }
#iNuVToQbtcVuVikSNqpTmxp4yT3Kwt6d { color:#000000;display:block;width:36.25rem;position:absolute;font-family:"white angelica";font-size:3rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:3.29980625rem;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; }
#PXqPSfVlCX9X0vclFD9TTwwM1JVlTmUG { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:cinzel;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:28.76025390625rem;left:42.8125rem;height:3.75rem;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; }
#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container { background-color: transparent; background-image: none; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container > .video-iframe-container { display: none; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row > .video-iframe-container { display: none; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .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); }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container { border-width: 0; border-radius: 0; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#F7XiULcL6CoitNWqd2NKwLvvGXqxcG14 { color:#000000;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:4rem;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; }
#TVM09gP6WoK63NGlGFciJtZB87oCPK6f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container { background-color: transparent; background-image: none; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container > .video-iframe-container { display: none; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row > .video-iframe-container { display: none; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .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); }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container { border-width: 0; border-radius: 0; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt { color:#000000;display:block;width:24.3125rem;position:absolute;font-family:cinzel;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:1.41357421875rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt li:before{  }
#MLhExyqvx8QkMw2yp73no9C9f6bcM3oe { color:#0a0a0a;display:block;width:23.8125rem;position:absolute;font-family:cinzel;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:1.41357421875rem;left:25rem;height:11.44825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MLhExyqvx8QkMw2yp73no9C9f6bcM3oe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MLhExyqvx8QkMw2yp73no9C9f6bcM3oe li:before{  }
#b14BeTQzskIunL6839vpMTftaV0No8EU { position:absolute;display:block;z-index:15000;background-color:#c6b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:23.625rem;top:0.65625rem;left:50.6875rem;display:block; }
#oGtwyxTxBHBOKiaQbUMvdEETTkzTgpwX { color:#0a0a0a;display:block;width:22.375rem;position:absolute;font-family:cinzel;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:1.41357421875rem;left:51.3125rem;height:16.5rem;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; }
#zeHbofgRhmqAfLn2SS1kvucSngHNr8wl { color:#000000;display:block;width:22.75rem;position:absolute;font-family:cinzel;font-size:1.9375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:16.3671875rem;left:26.125rem;height:2.90625rem;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;text-align:left;text-align-last:left;display:block; }
#FQCalLdrxQvOHTvLH6fNAFnPE3fD4hBu { color:#0a0a0a;display:block;width:22.25rem;position:absolute;font-family:cinzel;font-size:0.5625rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:18.3740234375rem;left:51.375rem;height:0.8999rem;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; }
#fi2Ns6cauO5t9PnIea7ilToH0nliarKc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container { background-color: transparent; background-image: none; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container > .video-iframe-container { display: none; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row > .video-iframe-container { display: none; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .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); }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container { border-width: 0; border-radius: 0; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#UQzdvHikg3cl7fw6KEazVR8p6qfJvqpD { color:#000000;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:;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; }
#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container { background-color: transparent; background-image: none; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container > .video-iframe-container { display: none; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row > .video-iframe-container { display: none; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .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); }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container { border-width: 0; border-radius: 0; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container { font-size:0.875rem;font-family:arial;height:50.3125rem;width:75rem;position:relative;display:block; }#cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d28c7bc5-3d2f-4ae5-a804-0b7f3347533c/62.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.375rem;top:1.375rem;left:2.1875rem;display:block; }#cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3.adaptive-delivery-prevent-bg, #cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3.lazyload, #cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3.lazyloading { background-image: none; }
#tVPdc7qSMhzJdpWMQXV6n5T5TOXt3noJ { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#202020;background-image:none;top:19.5rem;left:2.1875rem;display:block; }
#IPxRQTzBlZ95wnhkm5ERpNJ1FuEzSa4V { color:#f4f4f5;display:block;width:13.875rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.08447265625rem;left:2.4375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ooNUO7zcacPZX6B6EWSCUS0zgFgh3pcM { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.08447265625rem;left:21.15625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zupwKysFcEeVlaGTVrEsixF4eSH6CcUM { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#202020;background-image:none;top:19.5rem;left:20.9375rem;display:block; }
#gbVFKNpUuRv6x6N5QOnToPpd3wZSRJ6O { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#202020;background-image:none;top:19.5rem;left:39.6875rem;display:block; }
#hiAVGilPB5xlhIHdiXzIendT08vTwTFL { color:#f4f4f5;display:block;width:14rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.02197265625rem;left:39.875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r3E3eygwRBzD6g0oCIDrtU1oWu1AT0te { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#202020;background-image:none;top:19.5rem;left:58.4375rem;display:block; }
#uDHLbN6DeysIc1KxXhuI21PiDR6BGFbK { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:20.02197265625rem;left:58.65625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1b9a143a-4d68-4982-ac2e-073806e8ad56/shutterstock_722978038.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.375rem;top:1.375rem;left:20.9375rem;display:block; }#h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF.adaptive-delivery-prevent-bg, #h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF.lazyload, #h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF.lazyloading { background-image: none; }
#I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b6b0d884-ea45-4579-9080-133a74059ec4/Asset3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:58.4375rem;display:block; }#I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g.adaptive-delivery-prevent-bg, #I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g.lazyload, #I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g.lazyloading { background-image: none; }
#gefkPaburoVatd8RXA03TXFG2UOKienW { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/df700ac7-a2e4-4b7d-b551-bcfa19d2c0c3/02171.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:2.1875rem;display:block; }#gefkPaburoVatd8RXA03TXFG2UOKienW.adaptive-delivery-prevent-bg, #gefkPaburoVatd8RXA03TXFG2UOKienW.lazyload, #gefkPaburoVatd8RXA03TXFG2UOKienW.lazyloading { background-image: none; }
#qATuvZ7QfAnsSCNIzIu673EOQJUwSq6B { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#202020;background-image:none;top:41.625rem;left:2.1875rem;display:block; }
#NA0Bnr74MzAAW66XAkLzCgETTOyba6VO { color:#f4f4f5;display:block;width:13.9375rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:42.14697265625rem;left:2.40625rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QMREegQUulAWdVv7X5ocPnfGDVg7S4sA { color:#f4f4f5;display:block;width:13.6875rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:42.14697265625rem;left:21.28125rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oG2Qivnf3b7FTohgyi2Mf1fpvdFK6RcI { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15010;background-color:#202020;background-image:none;top:41.625rem;left:20.9375rem;display:block; }
#bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d9e0bfa0-ff93-48ea-b510-3dd6f163d7b5/Untitleddesign20.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:23.5rem;left:20.9375rem;display:block; }#bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9.adaptive-delivery-prevent-bg, #bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9.lazyload, #bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9.lazyloading { background-image: none; }
#METHrw4crdFz266hyZ43i5BAgDRwndro { box-sizing:content-box;height:2.625rem;width:14.375rem;position:absolute;display:block;z-index:15009;background-color:#202020;background-image:none;top:41.625rem;left:39.6875rem;display:block; }
#GmqE4MXTFAhp4bz200WLbeONugoVnxTl { color:#f4f4f5;display:block;width:14.0625rem;position:absolute;font-family:cinzel;font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:42.14697265625rem;left:39.84375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4b7934db-15cc-4e9f-9d46-86ee05d2603b/shutterstock_1980203666.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:14.375rem;top:23.5rem;left:39.6875rem;display:block; }#M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q.adaptive-delivery-prevent-bg, #M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q.lazyload, #M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q.lazyloading { background-image: none; }
#uRzs7gfTqIp3KdQZRHH5DgOzRzaEOLc7 { background-color:#b81c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:45.25rem;left:28.75rem;display:block; }
#P5HCHhMMkkcbIoexKOVTJoGcdTURXcbL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NDgu6LT17e4ypvIVDP11sGfr12dLtlQm { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/69c2095c-976d-4e07-a632-8aa42e23f864/shutterstock_2522123867.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:39.6875rem;display:block; }#NDgu6LT17e4ypvIVDP11sGfr12dLtlQm.adaptive-delivery-prevent-bg, #NDgu6LT17e4ypvIVDP11sGfr12dLtlQm.lazyload, #NDgu6LT17e4ypvIVDP11sGfr12dLtlQm.lazyloading { background-image: none; }
#yttK8MCoQEonC96L5ITD7Vbk18SCTWze { box-sizing:content-box;height:20.75rem;width:14.375rem;position:absolute;display:block;z-index:15012;background-color:#202020;background-image:none;top:23.5rem;left:58.4375rem;display:block; }
#dmVDB4oqFRc08HLu5qOouqudpmsHVKxB { color:#ffffff;display:block;width:9.3125rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15027;line-height:1;letter-spacing:0;top:25.125rem;left:60.96875rem;height:17.5rem;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; }
#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(28,28,28,0.8);background-image:url("https://images.assets-landingi.com/uc/3bbc9085-4545-4db1-b70c-d23b3011318a/pexelsdidsss19900398.jpg");background-position:bottom left !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; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe.adaptive-delivery-prevent-bg, #ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe.lazyload, #ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe.lazyloading { background-image: none; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container { background-color: transparent; background-image: none; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container > .video-iframe-container { display: none; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row > .video-iframe-container { display: none; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .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); }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container { border-width: 0; border-radius: 0; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#p9DTDNI8L3iZTxfeM4fyOs3TLJNKqC0U { color:#ffffff;display:block;width:39.6875rem;position:absolute;font-family:ddot;font-size:2.8125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:2.75rem;left:5.3125rem;height:3.9375rem;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; }
#oh5On2ATEZXN0Gzy0xWKyKxzCT0WtJ0R { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:0rem;display:block; }
#tl0eNn1iGKOS6OOnov9hXOTh6utbPsqz { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ac784c', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(248,172,120,0.3), rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:1.8125rem;display:block; }
#dd9STrhBdipSMRcdLXDq8PXHNNpxsMRE { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f8ac784c' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(248,172,120,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:0.5rem;top:0rem;left:3.5rem;display:block; }
#QJXtg5lRfppxx6BSlDrDbk1nWL8uLomk { color:#ffffff;display:block;width:38.6875rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.6875rem;left:5.3125rem;height:3.375rem;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; }
#Mrowtf5HTSDfTlni5C2dvqnO0e3423QS { position:absolute;display:block;z-index:15004;background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.25rem;width:50.8125rem;top:0rem;left:0rem;display:block; }
#bW3ulUdCtkdy3eu1SHXnqcScMm9dhmnT { color:#ffffff;display:block;width:40.4375rem;position:absolute;font-family:cinzel;font-size:1.875rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:24.375rem;left:5.3125rem;height:2.625rem;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; }
#TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a { color:#ffffff;display:block;width:31.0625rem;position:absolute;font-family:cinzel;font-size:1.5625rem;font-weight:400;z-index:15066;line-height:1.7;letter-spacing:0;top:11.1875rem;left:5.3125rem;height:11.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
#TaNNonZigUstNPsCJcFCAf6fblNNBUhO { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:"white angelica";font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:29.71240234375rem;left:35.5625rem;height:3.4121125rem;text-align:left;text-align-last:left;display:block; }
#FtKMzKVGP5HEmmOS3ZCrlwOVAJGwCBLp { background-color:#c3b49f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.625rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:28.8125rem;left:5.3125rem;display:block; }
#FtEU0v9VlopbgsVTkLUpIgr5BZ9okiDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3b49f;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; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container { background-color: transparent; background-image: none; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container > .video-iframe-container { display: none; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row > .video-iframe-container { display: none; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .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); }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container { border-width: 0; border-radius: 0; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#k7oMmFTKAX9Jq1C86PAsME7UI8wmdQ48 { color:#000000;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:1.5625rem;left:0rem;height:4rem;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; }
#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container { background-color: transparent; background-image: none; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container > .video-iframe-container { display: none; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row > .video-iframe-container { display: none; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .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); }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container { border-width: 0; border-radius: 0; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#NLeyXg2XGh26OBLBDalFhQCtkdxCHFqZ { 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:11.1875rem;width:16.875rem;top:1.375rem;left:0.9375rem;overflow:hidden;display:block; }
#NzlCAvDNZ6BC8Wa0kn8LTZzMk7HA3rUs { box-sizing:content-box;height:0.1875rem;width:62.5rem;position:absolute;display:block;z-index:15056;background-color:#98785c;background-image:none;top:26.0625rem;left:6.25rem;display:block; }
#ya3n6tupKfPdHFxvlf4og85URl7hcri4 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:22rem;left:0.9375rem;display:block; }
#IqR2g18Pe8wQFCdsnKMOmINlQQrss4Uz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JwcmRofl9JTlATTpe2cJVyxpT939lpNv { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:15.763671875rem;left:0.84375rem;height:5.73633125rem;font-style:normal;display:block; }
#QQNtK4CUOpbt2SOfuXuK9VrSyWO5NG53 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:12.5625rem;left:0.9375rem;height:3.82470625rem;font-style:normal;display:block; }
#vEn2ubtRRvz8BgxIrXGwteU7SnBtfGHf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.1875rem;width:16.875rem;top:1.375rem;left:19.6875rem;overflow:hidden;display:block; }
#mC1Je799ur303DlrKa32nvQpLbi6w9c0 { position:absolute;display:block;z-index:15009;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:11.125rem;width:16.875rem;top:1.40625rem;left:38.4375rem;overflow:hidden;display:block; }
#QSAIqmS9sX0zSmnwrWG0T8VUrGm3tvsT { color:#000000;display:block;width:15.5rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15020;line-height:1.7;letter-spacing:0;top:12.5625rem;left:19.6875rem;height:3.82470625rem;font-style:normal;display:block; }
#yF23KrdVEQZXZ9CcXDFJxl5R2bkV6Wun { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:15.76318359375rem;left:19.59375rem;height:5.73633125rem;font-style:normal;display:block; }
#B3Eq2FfLxaCeGUvIwpo8rquZ0Eabghz4 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:22rem;left:19.6875rem;display:block; }
#Z71W1Suk6lNCIzM5KTFvdnTCDNys8cV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rPCSzBWe3RtUB8rDDwCiXtaK1wTrfZvq { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:12.5625rem;left:38.4375rem;height:3.82470625rem;font-style:normal;display:block; }
#SEXGx0MA9FO9QH1Wb4Ziocg0SdbrW6th { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:15.76318359375rem;left:38.53125rem;height:5.73633125rem;font-style:normal;display:block; }
#mFtzDearg8TwGQqi3HT5y08Q4cOwEEC5 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:22rem;left:38.4375rem;display:block; }
#TEVq6xVHvKw1Amdw8ToSN7qgQKfxT1px { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J0OCuJ6GQKaJVO3FqgolErtzIRHUG5W8 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:16.75rem;top:1.40625rem;left:57.1875rem;overflow:hidden;display:block; }
#LRLhz1avKRpB7vVHcIp8K371NKo4EXVz { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:ddot;font-size:2.25rem;font-weight:400;z-index:15024;line-height:1.7;letter-spacing:0;top:12.5625rem;left:57.1875rem;height:3.82470625rem;font-style:normal;display:block; }
#hypPqeKWe3fClVDmVB4nThiWUTVTmZpf { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:15.76318359375rem;left:57.28125rem;height:5.7363375rem;font-style:normal;display:block; }
#aDsc158t3wJyqMJkZQWOP0byncikKfB2 { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:optima;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:2.5625rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:22rem;left:57.1875rem;display:block; }
#Uh9V5hvvgDllJfQg4XD3MECPqAVKOMv9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sd1U44UlC7hVIC1OAJydws63F8fsce87 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1ea;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; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { background-color: transparent; background-image: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container > .video-iframe-container { display: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container { display: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .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); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { border-width: 0; border-radius: 0; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#PUJNfMQ8NwpCmrvQ58sQrhtbOUKVmuya { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:optima;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:12.5625rem;left:2.1875rem;height:10.7988375rem;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; }
#BzrSTNEAKucaoSvJT4Dx3V8kdI3rSveL { color:#d8d1c7;display:block;width:30.3125rem;position:absolute;font-family:cinzel;font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:5.375rem;left:2.1875rem;height:5.5rem;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; }
#porBOy6hfm81pgQKGlacTUvPhS1UpxG6 { 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:23.25rem;width:15.5rem;top:2.75rem;left:48.5rem;overflow:hidden;display:block; }
#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #000000, #959595);background-image: -moz-linear-gradient(top, #000000, #959595);background-image: -ms-linear-gradient(top, #000000, #959595);background-image: -o-linear-gradient(top, #000000, #959595);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#959595' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#959595' );";background-image: linear-gradient(to bottom, #000000, #959595);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; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container { background-color: transparent; background-image: none; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container > .video-iframe-container { display: none; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row > .video-iframe-container { display: none; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .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); }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container { border-width: 0; border-radius: 0; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container { font-size:0.875rem;font-family:arial;height:21.125rem;width:75rem;position:relative;display:block; }#oQrvJhOZOEC7kZiR2rI1r5Do5dxu33Pb { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:cinzel;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oxa6cecScGbMblThe6STg81cZ7GfPf1n { color:#ffffff;display:block;width:74.9375rem;position:absolute;font-family:versailles;font-size:3.75rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:7.9375rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rfq4uHJC3o4gzlCkCJHI5nJbAqWxV3vK { color:#ffffff;display:block;width:75rem;position:absolute;font-family:cinzel;font-size:0.6875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.3125rem;left:0rem;height:1.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxJigoTCu4VnS8dHwKvvG3EXtPH990Bv { background-color:#b81c2c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cinzel;font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:12.625rem;left:28.8125rem;display:block; }
#dWfe4L0Dd3otlaLvuu14TLF1v98pw5bW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ { display:block; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RblHxp4cRBT0q1OxIeVQusGV56cRiuqI { width:10.375rem;height:3.375rem;top:1.375rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxTxpqIVvL2CX1z7BUhuJhIqgKTgiOU { display:block; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m { display:flex;width:18rem;height:5.0625rem;top:3.1875rem;left:17.90625rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #l4DpKqfTBgTZKk8d9qNRPqUp11uRiVhP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #F4ptwGlwdT5TiFx6hSLucJaNcLtwy6eQ {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #peiPdBn5G7t9qPVLlugRF9hmMZsJNb3M {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #Ox1dVqzqiywoN9OW37TirEyGF1UHcxqF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #nSkHqLtRdinvkbGqX6iWiMHzDVbBTuWE {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #IZtTlTg3rT2wxEpSyDMvJ0cDOzLiCHJb {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #xbHfyifR9RpCJNVIOS1GA3aaBhCOMgIu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #RWARSPsXJGdptZNg4mfJDO3i5cn97fWb {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #suKpQ0cHQ9oZCB8hg6umEoqffvI6rwEg {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #imdqKT0Tf2gGQMr36AxhbUWxZwEZdswf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tenaggRkUb9kPNsLuPD2CTnO1nPrDysT {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tmr4SB0oOdoKDMqK8XoBEcPNxBV8zkLV {  }
 }@media only screen and (max-width: 763px) { #ReQkse08czJ9hO20BLuSE5ozwQX8EaET { top:1.875rem;left:0rem;width:11.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 { display:block; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrXRaUPzKCXgxkxIUCqmWgTymJD3LydS { top:0.375rem;left:0rem;width:47.75rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS { display:block; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVRHGHqaU2k6TXOcoU9hDPr3ie5Z5nDx { top:3.1875rem;left:23.8125rem;width:23.9375rem;height:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ4UsRSco9nrgbhTrKaUHNWobTd7foLo { top:0rem;left:20.5rem;width:27.25rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB3JGTOIbxIKiPTmE5CqsKitZO0JuedW { top:-28.375rem;left:0rem;width:43.9375rem;height:11rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHiffEeKkGMzb0iKRPDZu7SA1Vo1OVU4 { top:-16.75rem;left:0rem;width:37.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3ZLZJNcUhhynpzQy6VhNLPTpF9hhyIm { top:-30.875rem;left:0rem;width:27.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWp9N7BUg6LtPTPWtz8e1S9601xaHnBG { top:-36.5rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVkoreAMk7PXxPWwKlZiR3soQH9uRQD1 { top:3.6875rem;left:0rem;width:16.625rem;height:2.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DsfBGvoBARDn2zbpP3on1LxL1gixvzCZ { top:9.4375rem;left:0rem;width:27.8125rem;height:2.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuxJqpRe9rLmCdZWE0kTzMsi4bw3kPuA { top:12.5rem;left:0rem;width:43.9375rem;height:11rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o48vryHnpO5Z319TZidW3UV0P6JbDf39 { top:23.4375rem;left:0rem;width:37.4375rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT { display:block; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PImvAKieuIcW1NufdTvTEWzMHXvzTShe { width:47.75rem;height:4rem;top:1.3125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X01bocLPJhpfKwUvO3oXf6kNHVZTBMOx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8Z1oCiLNnOrr4qRZKIswvk6Nq9JGmr { display:block; }
 }@media only screen and (max-width: 763px) { #VkKCGrc5ZTUdAyhmA1t67ywUTQn2zcA4 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRteyIb76hkIDbWlWXtk0gb26ZqM5GGp { display:block; }
 }@media only screen and (max-width: 763px) { #Ur8bPqsruH2e1tp3HcDFVqJS3O88Daew { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6rFACcOHH8f7Z1OcgXNDfDUB29PO5ST { display:block; }
 }@media only screen and (max-width: 763px) { #T3hNdGzbIEDXONDx7cplgZPMWrwTOTyh { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9pZTfAEcaiZEPXqp6klb8zAMa365WSI { display:block; }
 }@media only screen and (max-width: 763px) { #acGUvaJhERPT6NSHeCBBysa3cc33C1Lw { display:block; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF3WGuDFQkTc7gP6OcUM1pQ3kX3TSyEU { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Upa8XukxSgw0WbLhBych1TrThmTOsorh { display:block; }
 }@media only screen and (max-width: 763px) { #aGBdru9aQAmp19Ny3L98iC6pNGRMzEy6 { width:37.125rem;height:23.375rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hubZlUOdEsT7Z4WL5y6bwhJzoySsxe { top:1.5rem;left:15.1875rem;width:32.5625rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJH1SxoJI7D6APJ64w1EOIR98sx3tPlK { width:26.0625rem;height:19rem;top:8.25rem;left:21.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3E8PO4Cp3S6r8DRcRTmLBQDMr4XJSkZ { top:15rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPsOC1l48NuOxd2i1pNQrOlOmdmTIVq { top:10.4375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBFWkMCE1PmmSyywFWDJSrTEsQ3HwCxM { top:19.375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot08Lz0cORTwSIN6q9a9srLQLUdqupJ { top:23.625rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz1DRTRdsA404tm0f5R6GnJclExeAan6 { top:27.9375rem;left:23.875rem;width:6.25rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4vLwTzlfxcvtulkaDGgh5tzmykc2nf { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuVToQbtcVuVikSNqpTmxp4yT3Kwt6d { width:36.25rem;height:3.25rem;top:2.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXqPSfVlCX9X0vclFD9TTwwM1JVlTmUG { width:25.3125rem;height:3.75rem;top:28.75rem;left:22.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTJtLgheo9TVlu5t3UamqdNW4N25v6E { display:block; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7XiULcL6CoitNWqd2NKwLvvGXqxcG14 { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVM09gP6WoK63NGlGFciJtZB87oCPK6f { display:block; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt { width:24.3125rem;height:;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }#VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt li:before{  }
 }@media only screen and (max-width: 763px) { #MLhExyqvx8QkMw2yp73no9C9f6bcM3oe { width:23.8125rem;height:;top:1.375rem;left:7.9375rem;font-size:1.0625rem;display:block; }#MLhExyqvx8QkMw2yp73no9C9f6bcM3oe li:before{  }
 }@media only screen and (max-width: 763px) { #b14BeTQzskIunL6839vpMTftaV0No8EU { top:0.625rem;left:24rem;width:23.625rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGtwyxTxBHBOKiaQbUMvdEETTkzTgpwX { width:22.375rem;height:16.5rem;top:1.375rem;left:25.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeHbofgRhmqAfLn2SS1kvucSngHNr8wl { width:22.75rem;height:2.875rem;top:16.3125rem;left:9rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCalLdrxQvOHTvLH6fNAFnPE3fD4hBu { width:22.25rem;height:0.875rem;top:18.3125rem;left:25.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi2Ns6cauO5t9PnIea7ilToH0nliarKc { display:block; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQzdvHikg3cl7fw6KEazVR8p6qfJvqpD { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB { display:block; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3 { top:1.375rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVPdc7qSMhzJdpWMQXV6n5T5TOXt3noJ { top:19.5rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxRQTzBlZ95wnhkm5ERpNJ1FuEzSa4V { top:20.0625rem;left:0rem;width:13.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooNUO7zcacPZX6B6EWSCUS0zgFgh3pcM { top:20.0625rem;left:9.9375rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupwKysFcEeVlaGTVrEsixF4eSH6CcUM { top:19.5rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbVFKNpUuRv6x6N5QOnToPpd3wZSRJ6O { top:19.5rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiAVGilPB5xlhIHdiXzIendT08vTwTFL { top:20rem;left:21.8125rem;width:14rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3E3eygwRBzD6g0oCIDrtU1oWu1AT0te { top:19.5rem;left:33.375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDHLbN6DeysIc1KxXhuI21PiDR6BGFbK { top:20rem;left:33.8125rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF { top:1.375rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g { top:1.375rem;left:33.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gefkPaburoVatd8RXA03TXFG2UOKienW { top:23.5rem;left:0rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATuvZ7QfAnsSCNIzIu673EOQJUwSq6B { top:41.625rem;left:0rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA0Bnr74MzAAW66XAkLzCgETTOyba6VO { top:42.125rem;left:0rem;width:13.9375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMREegQUulAWdVv7X5ocPnfGDVg7S4sA { top:42.125rem;left:10.1875rem;width:13.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG2Qivnf3b7FTohgyi2Mf1fpvdFK6RcI { top:41.625rem;left:9.5rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9 { top:23.5rem;left:9.5rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #METHrw4crdFz266hyZ43i5BAgDRwndro { top:41.625rem;left:21.4375rem;width:14.375rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqE4MXTFAhp4bz200WLbeONugoVnxTl { top:42.125rem;left:21.75rem;width:14.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q { top:23.5rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzs7gfTqIp3KdQZRHH5DgOzRzaEOLc7 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5HCHhMMkkcbIoexKOVTJoGcdTURXcbL { display:block; }
 }@media only screen and (max-width: 763px) { #NDgu6LT17e4ypvIVDP11sGfr12dLtlQm { top:1.375rem;left:21.4375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yttK8MCoQEonC96L5ITD7Vbk18SCTWze { top:23.5rem;left:33.375rem;width:14.375rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVDB4oqFRc08HLu5qOouqudpmsHVKxB { width:9.3125rem;height:17.5rem;top:25.125rem;left:37.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe { display:block; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9DTDNI8L3iZTxfeM4fyOs3TLJNKqC0U { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5On2ATEZXN0Gzy0xWKyKxzCT0WtJ0R { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0eNn1iGKOS6OOnov9hXOTh6utbPsqz { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd9STrhBdipSMRcdLXDq8PXHNNpxsMRE { width:0.5rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXtg5lRfppxx6BSlDrDbk1nWL8uLomk { width:38.6875rem;height:3.375rem;top:6.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrowtf5HTSDfTlni5C2dvqnO0e3423QS { width:47.75rem;height:20rem;top:25rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW3ulUdCtkdy3eu1SHXnqcScMm9dhmnT { top:28.9375rem;left:1.75rem;width:21.25rem;height:7.349625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #TaNNonZigUstNPsCJcFCAf6fblNNBUhO { width:14.5rem;height:3.375rem;top:29.6875rem;left:21.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtKMzKVGP5HEmmOS3ZCrlwOVAJGwCBLp { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtEU0v9VlopbgsVTkLUpIgr5BZ9okiDk { display:block; }
 }@media only screen and (max-width: 763px) { #XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk { display:block; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7oMmFTKAX9Jq1C86PAsME7UI8wmdQ48 { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA { display:block; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLeyXg2XGh26OBLBDalFhQCtkdxCHFqZ { top:1.375rem;left:0rem;width:16.875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzlCAvDNZ6BC8Wa0kn8LTZzMk7HA3rUs { top:26.0625rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya3n6tupKfPdHFxvlf4og85URl7hcri4 { width:16.25rem;height:2.5625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqR2g18Pe8wQFCdsnKMOmINlQQrss4Uz { display:block; }
 }@media only screen and (max-width: 763px) { #JwcmRofl9JTlATTpe2cJVyxpT939lpNv { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQNtK4CUOpbt2SOfuXuK9VrSyWO5NG53 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEn2ubtRRvz8BgxIrXGwteU7SnBtfGHf { top:1.375rem;left:7rem;width:16.875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1Je799ur303DlrKa32nvQpLbi6w9c0 { top:1.375rem;left:18.9375rem;width:16.875rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAIqmS9sX0zSmnwrWG0T8VUrGm3tvsT { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF23KrdVEQZXZ9CcXDFJxl5R2bkV6Wun { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3Eq2FfLxaCeGUvIwpo8rquZ0Eabghz4 { width:16.25rem;height:2.5625rem;top:22rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z71W1Suk6lNCIzM5KTFvdnTCDNys8cV7 { display:block; }
 }@media only screen and (max-width: 763px) { #rPCSzBWe3RtUB8rDDwCiXtaK1wTrfZvq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEXGx0MA9FO9QH1Wb4Ziocg0SdbrW6th { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFtzDearg8TwGQqi3HT5y08Q4cOwEEC5 { width:16.25rem;height:2.5625rem;top:22rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVq6xVHvKw1Amdw8ToSN7qgQKfxT1px { display:block; }
 }@media only screen and (max-width: 763px) { #J0OCuJ6GQKaJVO3FqgolErtzIRHUG5W8 { top:1.375rem;left:30.875rem;width:16.75rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLhz1avKRpB7vVHcIp8K371NKo4EXVz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hypPqeKWe3fClVDmVB4nThiWUTVTmZpf { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDsc158t3wJyqMJkZQWOP0byncikKfB2 { width:16.25rem;height:2.5625rem;top:22rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh9V5hvvgDllJfQg4XD3MECPqAVKOMv9 { display:block; }
 }@media only screen and (max-width: 763px) { #sd1U44UlC7hVIC1OAJydws63F8fsce87 { display:block; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUJNfMQ8NwpCmrvQ58sQrhtbOUKVmuya { width:31.9375rem;height:10.75rem;top:12.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzrSTNEAKucaoSvJT4Dx3V8kdI3rSveL { width:30.3125rem;height:5.5rem;top:5.375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #porBOy6hfm81pgQKGlacTUvPhS1UpxG6 { top:2.75rem;left:28.0625rem;width:15.5rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy { display:block; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQrvJhOZOEC7kZiR2rI1r5Do5dxu33Pb { width:47.75rem;height:2.4375rem;top:4.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa6cecScGbMblThe6STg81cZ7GfPf1n { width:47.75rem;height:3.75rem;top:7.9375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfq4uHJC3o4gzlCkCJHI5nJbAqWxV3vK { width:47.75rem;height:1rem;top:18.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxJigoTCu4VnS8dHwKvvG3EXtPH990Bv { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWfe4L0Dd3otlaLvuu14TLF1v98pw5bW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ { background-color:#141414;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { background-color: transparent; background-image: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container > .video-iframe-container { display: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container { display: none; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .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); }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { border-width: 0; border-radius: 0; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cu2POTvI2QBzuy6QwCDid56KOlP9J8fZ > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RblHxp4cRBT0q1OxIeVQusGV56cRiuqI { width:6.875rem;height:2.3125rem;top:1.375rem;left:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpxTxpqIVvL2CX1z7BUhuJhIqgKTgiOU { display:block; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-number { padding-top:0.38875rem;padding-right:0.34625rem;padding-bottom:0.38875rem;padding-left:0.34625rem;width:2.07875rem;min-width:2.07875rem;height:2.09rem;font-size:1.555625rem;line-height:33.44px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.243125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.771875rem;height:0.82625rem;font-size:0.583125rem;line-height:13.22px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m { display:flex;width:15.0625rem;height:3.936525rem;top:4.40625rem;left:2.46875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #l4DpKqfTBgTZKk8d9qNRPqUp11uRiVhP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #F4ptwGlwdT5TiFx6hSLucJaNcLtwy6eQ {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #peiPdBn5G7t9qPVLlugRF9hmMZsJNb3M {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #Ox1dVqzqiywoN9OW37TirEyGF1UHcxqF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #nSkHqLtRdinvkbGqX6iWiMHzDVbBTuWE {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #IZtTlTg3rT2wxEpSyDMvJ0cDOzLiCHJb {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #xbHfyifR9RpCJNVIOS1GA3aaBhCOMgIu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #RWARSPsXJGdptZNg4mfJDO3i5cn97fWb {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #suKpQ0cHQ9oZCB8hg6umEoqffvI6rwEg {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #imdqKT0Tf2gGQMr36AxhbUWxZwEZdswf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tenaggRkUb9kPNsLuPD2CTnO1nPrDysT {  }
 }@media only screen and (max-width: 763px) { #s8A1TeR9i1nxpObUf3GcKMTg8LtDyD9m #tmr4SB0oOdoKDMqK8XoBEcPNxBV8zkLV {  }
 }@media only screen and (max-width: 763px) { #ReQkse08czJ9hO20BLuSE5ozwQX8EaET { width:11.125rem;height:2.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 { display:block; }#hZ5LsoNcktLRJq7zegVP8bFiHJ1PBpB0 > .row .container { width:20rem;height:2.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrXRaUPzKCXgxkxIUCqmWgTymJD3LydS { width:20rem;height:1.3125rem;top:0.46875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9707d0c4-1a91-4af6-8ad0-aa14c8f579af/Shutterstock_160836429712001200.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.adaptive-delivery-prevent-bg, #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.lazyload, #ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS.lazyloading { background-image: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { background-color: transparent; background-image: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container > .video-iframe-container { display: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container { display: none; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .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); }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { border-width: 0; border-radius: 0; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS::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; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZPEnIg7ycpAQo5BEQVf3rDUn61aib0JS > .row .container { width:20rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RVRHGHqaU2k6TXOcoU9hDPr3ie5Z5nDx { width:20rem;height:52.625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ4UsRSco9nrgbhTrKaUHNWobTd7foLo { width:20rem;height:21.5rem;top:16.625rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #xB3JGTOIbxIKiPTmE5CqsKitZO0JuedW { width:20rem;height:0;top:77.3125rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #JHiffEeKkGMzb0iKRPDZu7SA1Vo1OVU4 { width:20rem;height:0;top:84.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #v3ZLZJNcUhhynpzQy6VhNLPTpF9hhyIm { width:20rem;height:0;top:75.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #TWp9N7BUg6LtPTPWtz8e1S9601xaHnBG { width:16.625rem;height:0;top:73.125rem;left:1.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #VVkoreAMk7PXxPWwKlZiR3soQH9uRQD1 { width:16.625rem;height:2.0625rem;top:1.1875rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DsfBGvoBARDn2zbpP3on1LxL1gixvzCZ { width:20rem;height:1.59375rem;top:4.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cuxJqpRe9rLmCdZWE0kTzMsi4bw3kPuA { width:20rem;height:5.5996125rem;top:5.78125rem;left:0rem;font-size:2rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o48vryHnpO5Z319TZidW3UV0P6JbDf39 { width:20rem;height:3.1875rem;top:12.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT { display:block; }#OxyRBE4CSX6clPsW9Uzchk1mgTop3XrT > .row .container { width:20rem;height:14.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PImvAKieuIcW1NufdTvTEWzMHXvzTShe { width:20rem;height:4.04980625rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X01bocLPJhpfKwUvO3oXf6kNHVZTBMOx { width:9.5rem;height:2.4375rem;top:6.9375rem;left:0rem;z-index:15039;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry8Z1oCiLNnOrr4qRZKIswvk6Nq9JGmr { display:block; }
 }@media only screen and (max-width: 763px) { #VkKCGrc5ZTUdAyhmA1t67ywUTQn2zcA4 { width:9.5rem;height:2.4375rem;top:6.9375rem;left:10.5rem;z-index:15039;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRteyIb76hkIDbWlWXtk0gb26ZqM5GGp { display:block; }
 }@media only screen and (max-width: 763px) { #Ur8bPqsruH2e1tp3HcDFVqJS3O88Daew { width:9.5rem;height:2.5rem;top:10.1875rem;left:0rem;z-index:15039;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6rFACcOHH8f7Z1OcgXNDfDUB29PO5ST { display:block; }
 }@media only screen and (max-width: 763px) { #T3hNdGzbIEDXONDx7cplgZPMWrwTOTyh { width:9.5rem;height:2.5rem;top:10.1875rem;left:10.5rem;z-index:15039;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9pZTfAEcaiZEPXqp6klb8zAMa365WSI { display:block; }
 }@media only screen and (max-width: 763px) { #acGUvaJhERPT6NSHeCBBysa3cc33C1Lw { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { background-color: transparent; background-image: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container > .video-iframe-container { display: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container { display: none; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .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); }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { border-width: 0; border-radius: 0; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#acGUvaJhERPT6NSHeCBBysa3cc33C1Lw > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GF3WGuDFQkTc7gP6OcUM1pQ3kX3TSyEU { width:16.5rem;height:2.9375rem;top:35.5908203125rem;left:1.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #Upa8XukxSgw0WbLhBych1TrThmTOsorh { display:block; }
 }@media only screen and (max-width: 763px) { #aGBdru9aQAmp19Ny3L98iC6pNGRMzEy6 { width:16.8125rem;height:30.39260625rem;top:4.44873046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7hubZlUOdEsT7Z4WL5y6bwhJzoySsxe { width:20rem;height:30.25rem;top:39.6259765625rem;left:0rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bJH1SxoJI7D6APJ64w1EOIR98sx3tPlK { width:17.375rem;height:19.49709375rem;top:44.06396484375rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3E8PO4Cp3S6r8DRcRTmLBQDMr4XJSkZ { width:6.25rem;height:0.1875rem;top:50.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrPsOC1l48NuOxd2i1pNQrOlOmdmTIVq { width:6.25rem;height:0.1875rem;top:45.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBFWkMCE1PmmSyywFWDJSrTEsQ3HwCxM { width:6.25rem;height:0.1875rem;top:55rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot08Lz0cORTwSIN6q9a9srLQLUdqupJ { width:6.25rem;height:0.1875rem;top:59.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz1DRTRdsA404tm0f5R6GnJclExeAan6 { width:6.25rem;height:0.1875rem;top:64.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE4vLwTzlfxcvtulkaDGgh5tzmykc2nf { width:19.1875rem;height:2.5371125rem;top:40.88916015625rem;left:0.40625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuVToQbtcVuVikSNqpTmxp4yT3Kwt6d { width:20rem;height:2.19970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXqPSfVlCX9X0vclFD9TTwwM1JVlTmUG { width:18.9375rem;height:3rem;top:65.0625rem;left:0.53125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxTJtLgheo9TVlu5t3UamqdNW4N25v6E { display:block; }#LxTJtLgheo9TVlu5t3UamqdNW4N25v6E > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F7XiULcL6CoitNWqd2NKwLvvGXqxcG14 { width:20rem;height:2.25rem;top:1.84375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVM09gP6WoK63NGlGFciJtZB87oCPK6f { display:block; }#TVM09gP6WoK63NGlGFciJtZB87oCPK6f > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt { width:20rem;height:18.496125rem;top:1.57421875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#VbWy6gcK0fJ3bvTCoMyF7qzX0z8fyKKt li:before{  }
 }@media only screen and (max-width: 763px) { #MLhExyqvx8QkMw2yp73no9C9f6bcM3oe { width:20rem;height:12.44725rem;top:20.3203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#MLhExyqvx8QkMw2yp73no9C9f6bcM3oe li:before{  }
 }@media only screen and (max-width: 763px) { #b14BeTQzskIunL6839vpMTftaV0No8EU { width:20rem;height:25.0625rem;top:37.0234375rem;left:0rem;background-color:#ccd8db;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oGtwyxTxBHBOKiaQbUMvdEETTkzTgpwX { width:18.625rem;height:20.7949rem;top:37.8125rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeHbofgRhmqAfLn2SS1kvucSngHNr8wl { width:20rem;height:2.53125rem;top:33.9296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQCalLdrxQvOHTvLH6fNAFnPE3fD4hBu { width:15.25rem;height:1.79980625rem;top:59.48193359375rem;left:0.6875rem;text-align:left;text-align-last:left;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi2Ns6cauO5t9PnIea7ilToH0nliarKc { display:block; }#fi2Ns6cauO5t9PnIea7ilToH0nliarKc > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQzdvHikg3cl7fw6KEazVR8p6qfJvqpD { width:20rem;height:4.3496125rem;top:1.35595703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB { display:block; }#ZVGDCRPr8FinSIr8tiRJsB8aSg6HHwSB > .row .container { width:20rem;height:180.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwem2nDVsKCwzQbRA1skzDoF6FyaeIV3 { width:14.375rem;height:18.125rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVPdc7qSMhzJdpWMQXV6n5T5TOXt3noJ { width:14.375rem;height:2.5625rem;top:19.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPxRQTzBlZ95wnhkm5ERpNJ1FuEzSa4V { width:12.8125rem;height:1.4624rem;top:19.9375rem;left:3.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ooNUO7zcacPZX6B6EWSCUS0zgFgh3pcM { width:14.4375rem;height:1.4624rem;top:63.4375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zupwKysFcEeVlaGTVrEsixF4eSH6CcUM { width:14.375rem;height:2.625rem;top:62.8125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbVFKNpUuRv6x6N5QOnToPpd3wZSRJ6O { width:14.375rem;height:2.625rem;top:106.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiAVGilPB5xlhIHdiXzIendT08vTwTFL { width:14.125rem;height:1.4624rem;top:106.8125rem;left:2.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3E3eygwRBzD6g0oCIDrtU1oWu1AT0te { width:14.375rem;height:2.625rem;top:149.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDHLbN6DeysIc1KxXhuI21PiDR6BGFbK { width:13.9375rem;height:1.4624rem;top:150.375rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3nvtr5MDsFTctqGqtSS9ks2wCCNHwVF { width:14.375rem;height:18.125rem;top:44.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I40K3u6hfTJywZ8bQcRqC5JH0WsZTw3g { width:14.375rem;height:18.125rem;top:131.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gefkPaburoVatd8RXA03TXFG2UOKienW { width:14.375rem;height:18.125rem;top:23rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qATuvZ7QfAnsSCNIzIu673EOQJUwSq6B { width:14.375rem;height:2.5625rem;top:41.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA0Bnr74MzAAW66XAkLzCgETTOyba6VO { width:13.75rem;height:1.4624rem;top:41.6875rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMREegQUulAWdVv7X5ocPnfGDVg7S4sA { width:13.125rem;height:1.4624rem;top:85.125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG2Qivnf3b7FTohgyi2Mf1fpvdFK6RcI { width:14.375rem;height:2.625rem;top:84.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIZKnoEH3hBppmTWqAcuoaWoeJWnSGm9 { width:14.375rem;height:18.125rem;top:66.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #METHrw4crdFz266hyZ43i5BAgDRwndro { width:14.375rem;height:2.625rem;top:128rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmqE4MXTFAhp4bz200WLbeONugoVnxTl { width:13.75rem;height:1.4624rem;top:128.625rem;left:3.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0CoX49yz2MtnRF1WGFpq2RmX9hZSb2Q { width:14.375rem;height:18.125rem;top:109.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRzs7gfTqIp3KdQZRHH5DgOzRzaEOLc7 { width:17.5625rem;height:3.75rem;top:175.375rem;left:1.1875rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #P5HCHhMMkkcbIoexKOVTJoGcdTURXcbL { display:block; }
 }@media only screen and (max-width: 763px) { #NDgu6LT17e4ypvIVDP11sGfr12dLtlQm { width:14.375rem;height:18.125rem;top:88.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yttK8MCoQEonC96L5ITD7Vbk18SCTWze { width:14.375rem;height:20.75rem;top:153.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVDB4oqFRc08HLu5qOouqudpmsHVKxB { width:9.3125rem;height:14rem;top:156.75rem;left:5.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe { display:block; }#ScWeceKAEtLXRenRyupSV6TJ10wJ1pSe > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9DTDNI8L3iZTxfeM4fyOs3TLJNKqC0U { width:19rem;height:5.5996125rem;top:3rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oh5On2ATEZXN0Gzy0xWKyKxzCT0WtJ0R { width:0.5rem;height:3rem;top:0rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl0eNn1iGKOS6OOnov9hXOTh6utbPsqz { width:0.5rem;height:3.75rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd9STrhBdipSMRcdLXDq8PXHNNpxsMRE { width:0.0625rem;height:0.0625rem;top:0rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJXtg5lRfppxx6BSlDrDbk1nWL8uLomk { width:18.8125rem;height:4.5rem;top:9.20947265625rem;left:0.59375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrowtf5HTSDfTlni5C2dvqnO0e3423QS { width:20rem;height:41.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW3ulUdCtkdy3eu1SHXnqcScMm9dhmnT { width:18.125rem;height:4.375rem;top:24rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a { width:17.5rem;height:7.7363125rem;top:14.9873046875rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#TfbxTsd0lGI9i3qvAHKMbnpbVTI5UQ7a li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_ab804b4129a0cf6804dd2e0c79476460fdffc48a.svg); }
 }@media only screen and (max-width: 763px) { #TaNNonZigUstNPsCJcFCAf6fblNNBUhO { width:12.75rem;height:3.0869125rem;top:35.9619140625rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FtKMzKVGP5HEmmOS3ZCrlwOVAJGwCBLp { width:16.625rem;height:3.75rem;top:29.9375rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #FtEU0v9VlopbgsVTkLUpIgr5BZ9okiDk { display:block; }
 }@media only screen and (max-width: 763px) { #XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk { display:block; }#XvXgTVkDr5vRv9veZBTT6KmQO5l38SDk > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7oMmFTKAX9Jq1C86PAsME7UI8wmdQ48 { width:20rem;height:2.25rem;top:1.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA { display:block; }#Z9u281b7oTmMJNrOdxkMWEsdJqHdseBA > .row .container { width:20rem;height:100.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NLeyXg2XGh26OBLBDalFhQCtkdxCHFqZ { width:20rem;height:13.25rem;top:4.23681640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzlCAvDNZ6BC8Wa0kn8LTZzMk7HA3rUs { width:20rem;height:0.1875rem;top:100.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya3n6tupKfPdHFxvlf4og85URl7hcri4 { width:16.25rem;height:2.5625rem;top:22.5849609375rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqR2g18Pe8wQFCdsnKMOmINlQQrss4Uz { display:block; }
 }@media only screen and (max-width: 763px) { #JwcmRofl9JTlATTpe2cJVyxpT939lpNv { width:20rem;height:5.09911875rem;top:17.48681640625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QQNtK4CUOpbt2SOfuXuK9VrSyWO5NG53 { width:20rem;height:2.54980625rem;top:1.68701171875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEn2ubtRRvz8BgxIrXGwteU7SnBtfGHf { width:19.875rem;height:13.25rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1Je799ur303DlrKa32nvQpLbi6w9c0 { width:19.875rem;height:13.1875rem;top:54.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSAIqmS9sX0zSmnwrWG0T8VUrGm3tvsT { width:20rem;height:2.54980625rem;top:26.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yF23KrdVEQZXZ9CcXDFJxl5R2bkV6Wun { width:20rem;height:5.09911875rem;top:42.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B3Eq2FfLxaCeGUvIwpo8rquZ0Eabghz4 { width:16.25rem;height:2.5625rem;top:47.7236328125rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z71W1Suk6lNCIzM5KTFvdnTCDNys8cV7 { display:block; }
 }@media only screen and (max-width: 763px) { #rPCSzBWe3RtUB8rDDwCiXtaK1wTrfZvq { width:19.0625rem;height:2.54980625rem;top:51.8125rem;left:0.5rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SEXGx0MA9FO9QH1Wb4Ziocg0SdbrW6th { width:18.8125rem;height:5.09911875rem;top:67.5625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFtzDearg8TwGQqi3HT5y08Q4cOwEEC5 { width:16.25rem;height:2.5625rem;top:72.6875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEVq6xVHvKw1Amdw8ToSN7qgQKfxT1px { display:block; }
 }@media only screen and (max-width: 763px) { #J0OCuJ6GQKaJVO3FqgolErtzIRHUG5W8 { width:16.75rem;height:11.125rem;top:79.625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLhz1avKRpB7vVHcIp8K371NKo4EXVz { width:15.1875rem;height:2.54980625rem;top:77.125rem;left:2.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hypPqeKWe3fClVDmVB4nThiWUTVTmZpf { width:16.8125rem;height:5.09911875rem;top:90.75rem;left:1.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDsc158t3wJyqMJkZQWOP0byncikKfB2 { width:16.25rem;height:2.5625rem;top:95.875rem;left:1.875rem;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uh9V5hvvgDllJfQg4XD3MECPqAVKOMv9 { display:block; }
 }@media only screen and (max-width: 763px) { #sd1U44UlC7hVIC1OAJydws63F8fsce87 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { background-color: transparent; background-image: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container > .video-iframe-container { display: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container { display: none; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .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); }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { border-width: 0; border-radius: 0; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sd1U44UlC7hVIC1OAJydws63F8fsce87 > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PUJNfMQ8NwpCmrvQ58sQrhtbOUKVmuya { width:19.875rem;height:12.79688125rem;top:6.349609375rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzrSTNEAKucaoSvJT4Dx3V8kdI3rSveL { width:20rem;height:3.8496125rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #porBOy6hfm81pgQKGlacTUvPhS1UpxG6 { width:10.0625rem;height:15.1875rem;top:20.68359375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy { display:block; }#DfPcG6fwwb9vqdl1aiBUIhL9fLoK1Rdy > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQrvJhOZOEC7kZiR2rI1r5Do5dxu33Pb { width:20rem;height:1.4624rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxa6cecScGbMblThe6STg81cZ7GfPf1n { width:20rem;height:3.625rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rfq4uHJC3o4gzlCkCJHI5nJbAqWxV3vK { width:20rem;height:1.875rem;top:14rem;left:0rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxJigoTCu4VnS8dHwKvvG3EXtPH990Bv { width:14.8125rem;height:3.75rem;top:9.25rem;left:2.59375rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #dWfe4L0Dd3otlaLvuu14TLF1v98pw5bW { display:block; }
 }