.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
} *:focus-visible, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, textarea:focus-visible { outline: 2px solid rgba(0, 0, 0, 1); } @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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { background-color:#270808;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { background-color: transparent; background-image: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { display: none; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .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); }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { border-width: 0; border-radius: 0; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { font-size:14px;font-family:comfortaa;height:100px;width:1200px;overflow:visible;position:relative;display:block; }#rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37px;width:280px;top:29px;left:0px;overflow:hidden;display:block; }
#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1b1b;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; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container { background-color: transparent; background-image: none; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container > .video-iframe-container { display: none; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row > .video-iframe-container { display: none; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .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); }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container { border-width: 0; border-radius: 0; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container { font-size:14px;font-family:comfortaa;height:1067px;width:1200px;position:relative;display:block; }#N9c6dmeJGLQx6dm8HuxGEpZKw2tyDA9w { color:#b5b5b5;display:block;width:520px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:206.4375px;left:0px;height:54.3906px;display:block; }
#ETdE90ewvegdSEQvi9ZciJ4qcoNZi5Pt { color:#ffffff;display:block;width:520px;position:absolute;font-family:comfortaa;font-size:42px;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:137px;left:0px;height:58.7969px;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; }
#TbceaNPvSZtGfRRWIk37pFOJpluGh5CG { color:#b64a4a;display:block;width:520px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:110px;left:0px;height:27.1953px;font-style:normal;display:block; }
#tDf5Zr64DeHUbF0nDIqGqcnrzFTXtszI { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.31), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb64a4a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb64a4a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.31), 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:500px;width:8px;top:0px;left:1056px;display:block; }
#XvgH0ONV5ziH36oUHU78yGt45q45R16S { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.23), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab64a4a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab64a4a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.23), 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:500px;width:8px;top:0px;left:1018px;display:block; }
#O8cmUckvXwJtCufWhoGfVMd6kIDifHnp { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.32), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b64a4a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b64a4a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,0.32), 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:500px;width:8px;top:0px;left:1094px;display:block; }
#XzOcU8tix6OhDJqi7qHwtyLKpe2wnsME { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(182,74,74,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb64a4a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cb64a4a', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(182,74,74,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:500px;width:8px;top:0px;left:1132px;display:block; }
#Au9mkb0TOTMaqDKem8bteAhmhA0uZP2P { color:#ffffff;display:block;width:240px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:278.6953125px;left:35px;height:30.5938px;font-style:normal;display:block; }
#CMTp4qlST8HDHCUcpd1TTctyior0UJ2h { color:#ededed;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:300;z-index:15022;line-height:1.7;letter-spacing:0;top:309.2890625px;left:0px;height:353.539px;font-style:normal;display:block; }
#uTGtKMLkwQTsivn79FXahOKTP50zRtR6 { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:282px;left:11px; }
#d7bciETlz9IDFXLcy4qO6T7IOAQM8QTz { color:#ededed;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:309.2890625px;left:311px;height:244.758px;font-style:normal;display:block; }
#DGB8KPKFFVfXXUTPeB73a02VTbHBTCXT { color:#ffffff;display:block;width:240px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:279px;left:345px;height:30.5938px;font-style:normal;display:block; }
#nmK2vLL89VKvVCxqWRKhb2dL39oCyMV6 { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:282px;left:321px; }
#pEX6am0PHR8B3z7wEJ2elQOyWRZ9ZilV { color:#ededed;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:603.59375px;left:312px;height:380.734px;font-style:normal;display:block; }
#SdgQiCIzXSyaQ6xguNxTJUlKJz8n4kIk { color:#ffffff;display:block;width:240px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:573px;left:347px;height:30.5938px;font-style:normal;display:block; }
#Pz54tOT8cTisEELkqtJVF37v6CpiAf7u { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:576px;left:323px; }
#iH0PxRyOyEMV1TrOb7m32Dq54uzlXnOs { color:#ededed;display:block;width:290px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:718px;left:0px;height:271.953px;font-style:normal;display:block; }
#dNsiKMLPV65eySrQ6JWhLSmAUTfy8qA3 { color:#ffffff;display:block;width:240px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15027;line-height:1.7;letter-spacing:0;top:688px;left:37px;height:30.5938px;font-style:normal;display:block; }
#BGh0MprmzWg7LMgwWx4MxckbMFIWKP4I { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:691px;left:13px; }
#m7WNiJ9MMRd3lF0Fm4kd1xhSKG3eulBg { position:absolute;display:block;z-index:15029;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-shadow: none;height:528px;width:528px;top:206.4375px;left:636px;overflow:hidden;display:block; }
#MpFfpxhweWQXFTQEbD0TIipH4T98qpFx { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:773px;left:637px; }
#a7SNAaVLfNB6rseXMScDPsTiksO4RLqV { color:#ffffff;display:block;width:502px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15029;line-height:1.7;letter-spacing:0;top:773px;left:665px;height:91.7812px;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; }
#DmZGDAcFDAr4J5AQCNiCU1EQuI7IcSPD { color:#ffffff;display:block;width:502px;position:absolute;font-family:comfortaa;font-size:18px;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:891px;left:665px;height:91.7812px;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; }
#puvtZlvcVphpg4UL0gD9SMXDpLWJKTlG { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:891px;left:637px; }
#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_3.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.adaptive-delivery-prevent-bg, #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.lazyload, #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.lazyloading { background-image: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { background-color: transparent; background-image: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container > .video-iframe-container { display: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row > .video-iframe-container { display: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .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); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { border-width: 0; border-radius: 0; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX::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; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { font-size:14px;font-family:comfortaa;height:2460px;width:1200px;position:relative;display:block; }#Zd55d0mhbgJ6fB9PUkfTGVu2MxA3Rbgy { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:216px;left:520px;display:block; }
#CTMsBHkiMLsQC5ZuPL6xhsLShX2wKAOL { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:252px;left:550px;height:86.7969px;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; }
#sWwudK2OB1Qo0VTaKX89gQiBzh6Gaqxi { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15026;line-height:1.7;letter-spacing:0;top:243px;left:740px;height:40.7969px;font-style:normal;display:block; }
#CTa23VukUxEMxzd1DazaoPWRkQLtp3FA { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15027;line-height:1.7;letter-spacing:0;top:294px;left:740px;height:54.3906px;font-style:normal;display:block; }
#bMX0an1e2XQ1Xi13KtA5bo0fXLCC72sN { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:436px;left:520px;display:block; }
#dr59zrlM6rqAmev24AFMwyO2FP8yGslI { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15030;line-height:1.7;letter-spacing:0;top:463px;left:0px;height:40.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BqVBrq6WqaSfrbySOMyT6ELSRNhHQDaJ { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15031;line-height:1.7;letter-spacing:0;top:514px;left:0px;height:54.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gm3JUJTPmPbqnK1XBXVqM9P01B63nDXW { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15019;line-height:1.4;letter-spacing:0;top:473px;left:550px;height:86.7969px;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; }
#BXbPKCexNXtNG901lpOxoyZLbHopc12V { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15035;line-height:1.7;letter-spacing:0;top:744px;left:740px;height:81.5859px;font-style:normal;display:block; }
#yiqSOD6gC0p5VgXN1vi6t9fRBqkWIpky { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15039;line-height:1.7;letter-spacing:0;top:964px;left:0px;height:54.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TNvzTqyZv8Kq8cePvrC8iouW3Vm6SU3Q { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:656px;left:520px;display:block; }
#kXX3XTd4iIrvnvs6Ouues37CyBXiFZur { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15034;line-height:1.7;letter-spacing:0;top:693px;left:740px;height:40.7969px;font-style:normal;display:block; }
#I5sPltGtJBf8frCkbDu65HWcyOUhwQph { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:876px;left:520px;display:block; }
#c8MqAOGJhpk3rs8aWUI3UKmEmtCGQRea { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;top:913px;left:0px;height:40.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#fHAWqAD8NvMDzruDB4BkA4FtEZQwykZ2 { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15023;line-height:1.4;letter-spacing:0;top:693px;left:550px;height:86.7969px;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; }
#lae0MeOiVvrqaFdEHhOtyNm89EuTIqxv { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:913px;left:550px;height:86.7969px;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; }
#osd87eqoX3HDDanrWH0xtU0JbNHdpFPB { color:#c87777;display:block;width:840px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:80px;left:180px;height:27.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bx0bTa6T0MI2khSEdPgrzfLkmcZUaTTL { color:#d2cece;display:block;width:840px;position:absolute;font-family:comfortaa;font-size:42px;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:107px;left:180px;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;text-align:center;text-align-last:center;display:block; }
#pMOXkXSQlvcH5Zl1KTFacemiugiwlBcy { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:338.796875px;left:596px;display:block; }
#ho3RHmevBNT80WMqpJL76fc1FIpa5p99 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:559.796875px;left:596px;display:block; }
#s2x3O1H42aApKWqF4ZNltbioV7lDtHTI { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:779.796875px;left:596px;display:block; }
#q4eVNw2sWpfTd4wTzdSLuXrim8eOUEI2 { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:1096px;left:520px;display:block; }
#Jfga3CuErOOh93Xom1UPIUGa1tWVx8Nu { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:1000px;left:596px;display:block; }
#eJ3hyolZwa25Dtgc7aQhyOSe9ZTWEcVR { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15028;line-height:1.4;letter-spacing:0;top:1133px;left:550px;height:86.7969px;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; }
#ZUoktO337u1IuEvCxaIdwRPxdxMdK1JS { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15040;line-height:1.7;letter-spacing:0;top:1184px;left:740px;height:81.5859px;font-style:normal;display:block; }
#kFc5917V1iiU5uVFzLATHv4AgL1uKHCD { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15039;line-height:1.7;letter-spacing:0;top:1133px;left:740px;height:40.7969px;font-style:normal;display:block; }
#ad3aP6yEebQGO03fcqtL8ge8dUvgWnHs { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15043;line-height:1.7;letter-spacing:0;top:1353px;left:0px;height:40.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ka4DQe9Wa9eVCNThARuhoqgpB87qQ3z6 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:1307px;left:520px;display:block; }
#pLxHtHCrJwofIuAMTqw77dA7t4QTHtX5 { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:1353px;left:550px;height:86.7969px;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; }
#xnT8015duU8EaleOkeldwSmVGyv2u1bi { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:1220px;left:596px;display:block; }
#rx6FVvltvVMlFILp4HMA31KbDpEmyJLT { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15044;line-height:1.7;letter-spacing:0;top:1404px;left:0px;height:27.1953px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ng5tiOPHhAIuRzfGW2tz9yNmD20HMigw { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:1440px;left:596px;display:block; }
#uua6C4PJFQuk30ZH6Te749nHszQuNU83 { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:1536px;left:520px;display:block; }
#GTRLzMTosE9reSiOhdyXhufhz0qosogm { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15033;line-height:1.4;letter-spacing:0;top:1573px;left:550px;height:86.7969px;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; }
#fob3eqPFqL9VTHGEUuChDOBLnALVxhnx { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15044;line-height:1.7;letter-spacing:0;top:1573px;left:740px;height:40.7969px;font-style:normal;display:block; }
#a57cg76f2NAT8PxCtJEZvTEV00r0yIVw { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:1617px;left:740px;height:27.1953px;font-style:normal;display:block; }
#N8wWZq1Aw8psRQ2LUgtSCoHApegIncnI { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:1747px;left:520px;display:block; }
#sGbG24rnB95vyviKLFF5rwIUpqKKlIsa { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:1660px;left:596px;display:block; }
#BSLu3GunmBMvaxcO64WepeNM1SwrEUG1 { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15048;line-height:1.7;letter-spacing:0;top:1793px;left:0px;height:40.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PwZWZ1JBeeC5VoHtdTn9yu3XMQTw5TFG { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:1793px;left:550px;height:86.7969px;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; }
#sPyaRuweWeJG3vy3gkSVNJ87dG3b58Zg { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:1844px;left:0px;height:54.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pOAROTP60uKFphqwnvBFXiUGfn44Too2 { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:1880px;left:596px;display:block; }
#ctgSQbNXEZfF3GnhxPnfV3XlXfFosnmf { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(225deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(225deg, rgba(200,119,119,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-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:1976px;left:520px;display:block; }
#u0qRLEnuQ2XI7BruSh1ImrBiAzxJ59iO { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15038;line-height:1.4;letter-spacing:0;top:2013px;left:550px;height:86.7969px;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; }
#oIGLZTbCgFU4g3M9MEmsa2cqbFeteo5w { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15049;line-height:1.7;letter-spacing:0;top:2013px;left:740px;height:40.7969px;font-style:normal;display:block; }
#AqS8oFCWW85ibT94NpDTLilycGsZwh5D { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15050;line-height:1.7;letter-spacing:0;top:2057px;left:740px;height:54.3906px;font-style:normal;display:block; }
#Z8FWAF20r6B3G5ROtk486hZKltRgOVeS { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cc87777' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(200,119,119,0.3));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:160px;width:160px;top:2198px;left:520px;display:block; }
#LRFyh634mX14P3vzJDDqqBnC3bM1Pok0 { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:24px;font-weight:700;z-index:15053;line-height:1.7;letter-spacing:0;top:2244px;left:0px;height:40.7969px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eRECy5bOlIrvgRdTL7ZIW9F9kh75aQeJ { color:#c87777;display:block;width:100px;position:absolute;font-family:comfortaa;font-size:62px;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:2244px;left:550px;height:86.7969px;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; }
#Ls9eGLzk1mZ8kgqSgcqTnXuqw5Hi69g0 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(200,119,119,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cc87777', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(200,119,119,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:120px;width:8px;top:2111px;left:596px;display:block; }
#HT25OOwiBSIVW5fP6EPfpIEQQwDEsSnU { color:#ffffff;display:block;width:460px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:400;z-index:15054;line-height:1.7;letter-spacing:0;top:2295px;left:0px;height:54.3906px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#270808;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; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container { background-color: transparent; background-image: none; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container > .video-iframe-container { display: none; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row > .video-iframe-container { display: none; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .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); }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container { border-width: 0; border-radius: 0; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container { font-size:14px;font-family:comfortaa;height:1869px;width:1200px;position:relative;display:block; }#ItrTrnxkFzWEqEqWRwlr3GuW11OXLxDL { color:#b64a4a;display:block;width:840px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:81px;left:180px;height:27.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2AE1GzekM5AMxhxfNIJVuaFrz49mO3G { color:#ffffff;display:block;width:840px;position:absolute;font-family:comfortaa;font-size:42px;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:108px;left:180px;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;text-align:center;text-align-last:center;display:block; }
#HV2o4D72ugpy6AtQPXhkteGA8upZZNQ1 { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(243,98,98,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(243,98,98,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(243,98,98,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(243,98,98,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf36262' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4cf36262' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(243,98,98,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:150px;width:8px;top:0px;left:1018px;display:block; }
#oSX6SsAIcRdFxsEaUtpTiSBu1lLemzdu { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf36262', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf36262', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(243,98,98,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:150px;width:8px;top:0px;left:1056px;display:block; }
#E5pdVnX1Jlvs2tqcICoWhdCiUFbETS5J { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,110,110,0.3));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,110,110,0.3));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,110,110,0.3));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(225,110,110,0.3));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ce16e6e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4ce16e6e' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(225,110,110,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:150px;width:8px;top:0px;left:1094px;display:block; }
#KmEzVKyEBvwtihgy7oe2rQ8Ssz0zZtaR { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(243,98,98,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf36262', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cf36262', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(243,98,98,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:150px;width:8px;top:0px;left:1132px;display:block; }
#UPrA0MSswGr30gNQoC53knk6TyMuMeCX { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(360deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -moz-linear-gradient(360deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -ms-linear-gradient(360deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -o-linear-gradient(360deg, rgba(0,0,0,0), rgba(182,74,74,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7fb64a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7fb64a4a' );";background-image: linear-gradient(360deg, rgba(0,0,0,0), rgba(182,74,74,0.5));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:784px;width:600px;top:220px;left:0px;display:block; }
#GLTd5HQZ7AmEZ5DRSxO3xR8knviS8oOx { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -moz-linear-gradient(158deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -ms-linear-gradient(158deg, rgba(0,0,0,0), rgba(182,74,74,0.5));background-image: -o-linear-gradient(158deg, rgba(0,0,0,0), rgba(182,74,74,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7fb64a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#7fb64a4a' );";background-image: linear-gradient(158deg, rgba(0,0,0,0), rgba(182,74,74,0.5));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:779px;width:600px;top:220px;left:600px;display:block; }
#rzppqiihqltTPkTabId0FyXyeMUX7pSz { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:691px;width:514px;top:262px;left:43px;overflow:hidden;display:block; }
#gzMfPKXvDuPaZIg74iaCqCvnsTkfGinm { position:absolute;display:block;z-index:15029;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:691px;width:488px;top:266.5px;left:643px;overflow:hidden;display:block; }
#ZXyai0FTFPq2hg32OuetaSnq3y1GrNkV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(158deg, rgba(0,0,0,0), #b64a4a);background-image: -moz-linear-gradient(158deg, rgba(0,0,0,0), #b64a4a);background-image: -ms-linear-gradient(158deg, rgba(0,0,0,0), #b64a4a);background-image: -o-linear-gradient(158deg, rgba(0,0,0,0), #b64a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b64a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b64a4a' );";background-image: linear-gradient(158deg, rgba(0,0,0,0), #b64a4a);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:779px;width:600px;top:1004px;left:300px;display:block; }
#xayThsPxzI6hgwfTUT1laStTJ3Xs9xhS { position:absolute;display:block;z-index:15030;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:658px;width:488px;top:1064.5px;left:356px;overflow:hidden;display:block; }
#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#270808;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; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { background-color: transparent; background-image: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { display: none; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .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); }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { border-width: 0; border-radius: 0; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { font-size:14px;font-family:comfortaa;height:120px;width:1200px;position:relative;display:block; }#ETwXi7LskattPF7kd401iRyIe2yXzJCa { color:#7a62f3;display:block;width:361px;position:absolute;font-family:comfortaa;font-size:16px;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:46.40625px;left:839px;height:27.1953px;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:280px;height:37px;top:29px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g { display:block; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9c6dmeJGLQx6dm8HuxGEpZKw2tyDA9w { top:288px;left:0px;width:360px;height:190.312px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ETdE90ewvegdSEQvi9ZciJ4qcoNZi5Pt { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #TbceaNPvSZtGfRRWIk37pFOJpluGh5CG { top:110px;left:0px;width:520px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tDf5Zr64DeHUbF0nDIqGqcnrzFTXtszI { width:8px;height:500px;top:0px;left:729px;display:block; }
 }@media only screen and (max-width: 763px) { #XvgH0ONV5ziH36oUHU78yGt45q45R16S { width:8px;height:500px;top:0px;left:691px;display:block; }
 }@media only screen and (max-width: 763px) { #O8cmUckvXwJtCufWhoGfVMd6kIDifHnp { width:8px;height:500px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #XzOcU8tix6OhDJqi7qHwtyLKpe2wnsME { width:8px;height:500px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #Au9mkb0TOTMaqDKem8bteAhmhA0uZP2P { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CMTp4qlST8HDHCUcpd1TTctyior0UJ2h { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uTGtKMLkwQTsivn79FXahOKTP50zRtR6 { top:282px;left:0px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #d7bciETlz9IDFXLcy4qO6T7IOAQM8QTz { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DGB8KPKFFVfXXUTPeB73a02VTbHBTCXT { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nmK2vLL89VKvVCxqWRKhb2dL39oCyMV6 { top:282px;left:212px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pEX6am0PHR8B3z7wEJ2elQOyWRZ9ZilV { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SdgQiCIzXSyaQ6xguNxTJUlKJz8n4kIk { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Pz54tOT8cTisEELkqtJVF37v6CpiAf7u { top:576px;left:214px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iH0PxRyOyEMV1TrOb7m32Dq54uzlXnOs { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dNsiKMLPV65eySrQ6JWhLSmAUTfy8qA3 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BGh0MprmzWg7LMgwWx4MxckbMFIWKP4I { top:691px;left:0px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #m7WNiJ9MMRd3lF0Fm4kd1xhSKG3eulBg { top:206px;left:236px;width:528px;height:528px;display:block; }
 }@media only screen and (max-width: 763px) { #MpFfpxhweWQXFTQEbD0TIipH4T98qpFx { top:773px;left:382px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #a7SNAaVLfNB6rseXMScDPsTiksO4RLqV { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DmZGDAcFDAr4J5AQCNiCU1EQuI7IcSPD { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #puvtZlvcVphpg4UL0gD9SMXDpLWJKTlG { top:891px;left:382px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX { display:block; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd55d0mhbgJ6fB9PUkfTGVu2MxA3Rbgy { width:160px;height:160px;top:216px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #CTMsBHkiMLsQC5ZuPL6xhsLShX2wKAOL { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #sWwudK2OB1Qo0VTaKX89gQiBzh6Gaqxi { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CTa23VukUxEMxzd1DazaoPWRkQLtp3FA { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bMX0an1e2XQ1Xi13KtA5bo0fXLCC72sN { width:160px;height:160px;top:436px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #dr59zrlM6rqAmev24AFMwyO2FP8yGslI { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #BqVBrq6WqaSfrbySOMyT6ELSRNhHQDaJ { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gm3JUJTPmPbqnK1XBXVqM9P01B63nDXW { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #BXbPKCexNXtNG901lpOxoyZLbHopc12V { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yiqSOD6gC0p5VgXN1vi6t9fRBqkWIpky { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TNvzTqyZv8Kq8cePvrC8iouW3Vm6SU3Q { width:160px;height:160px;top:656px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #kXX3XTd4iIrvnvs6Ouues37CyBXiFZur { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #I5sPltGtJBf8frCkbDu65HWcyOUhwQph { width:160px;height:160px;top:876px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #c8MqAOGJhpk3rs8aWUI3UKmEmtCGQRea { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fHAWqAD8NvMDzruDB4BkA4FtEZQwykZ2 { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #lae0MeOiVvrqaFdEHhOtyNm89EuTIqxv { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #osd87eqoX3HDDanrWH0xtU0JbNHdpFPB { top:80px;left:0px;width:764px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0bTa6T0MI2khSEdPgrzfLkmcZUaTTL { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #pMOXkXSQlvcH5Zl1KTFacemiugiwlBcy { width:8px;height:120px;top:338px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #ho3RHmevBNT80WMqpJL76fc1FIpa5p99 { width:8px;height:120px;top:559px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #s2x3O1H42aApKWqF4ZNltbioV7lDtHTI { width:8px;height:120px;top:779px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #q4eVNw2sWpfTd4wTzdSLuXrim8eOUEI2 { width:160px;height:160px;top:1096px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #Jfga3CuErOOh93Xom1UPIUGa1tWVx8Nu { width:8px;height:120px;top:1000px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #eJ3hyolZwa25Dtgc7aQhyOSe9ZTWEcVR { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUoktO337u1IuEvCxaIdwRPxdxMdK1JS { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kFc5917V1iiU5uVFzLATHv4AgL1uKHCD { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ad3aP6yEebQGO03fcqtL8ge8dUvgWnHs { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ka4DQe9Wa9eVCNThARuhoqgpB87qQ3z6 { width:160px;height:160px;top:1307px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #pLxHtHCrJwofIuAMTqw77dA7t4QTHtX5 { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #xnT8015duU8EaleOkeldwSmVGyv2u1bi { width:8px;height:120px;top:1220px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #rx6FVvltvVMlFILp4HMA31KbDpEmyJLT { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ng5tiOPHhAIuRzfGW2tz9yNmD20HMigw { width:8px;height:120px;top:1440px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #uua6C4PJFQuk30ZH6Te749nHszQuNU83 { width:160px;height:160px;top:1536px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #GTRLzMTosE9reSiOhdyXhufhz0qosogm { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #fob3eqPFqL9VTHGEUuChDOBLnALVxhnx { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #a57cg76f2NAT8PxCtJEZvTEV00r0yIVw { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N8wWZq1Aw8psRQ2LUgtSCoHApegIncnI { width:160px;height:160px;top:1747px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #sGbG24rnB95vyviKLFF5rwIUpqKKlIsa { width:8px;height:120px;top:1660px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #BSLu3GunmBMvaxcO64WepeNM1SwrEUG1 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #PwZWZ1JBeeC5VoHtdTn9yu3XMQTw5TFG { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #sPyaRuweWeJG3vy3gkSVNJ87dG3b58Zg { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pOAROTP60uKFphqwnvBFXiUGfn44Too2 { width:8px;height:120px;top:1880px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #ctgSQbNXEZfF3GnhxPnfV3XlXfFosnmf { width:160px;height:160px;top:1976px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #u0qRLEnuQ2XI7BruSh1ImrBiAzxJ59iO { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #oIGLZTbCgFU4g3M9MEmsa2cqbFeteo5w { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AqS8oFCWW85ibT94NpDTLilycGsZwh5D { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8FWAF20r6B3G5ROtk486hZKltRgOVeS { width:160px;height:160px;top:2198px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #LRFyh634mX14P3vzJDDqqBnC3bM1Pok0 { top:292px;left:20px;width:201px;height:30.5938px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eRECy5bOlIrvgRdTL7ZIW9F9kh75aQeJ { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9eGLzk1mZ8kgqSgcqTnXuqw5Hi69g0 { width:8px;height:120px;top:2111px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { #HT25OOwiBSIVW5fP6EPfpIEQQwDEsSnU { top:333px;left:20px;width:201px;height:108.75px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 { display:block; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItrTrnxkFzWEqEqWRwlr3GuW11OXLxDL { top:81px;left:0px;width:764px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f2AE1GzekM5AMxhxfNIJVuaFrz49mO3G { top:199px;left:0px;width:360px;height:58.7969px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #HV2o4D72ugpy6AtQPXhkteGA8upZZNQ1 { width:8px;height:150px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #oSX6SsAIcRdFxsEaUtpTiSBu1lLemzdu { width:8px;height:150px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #E5pdVnX1Jlvs2tqcICoWhdCiUFbETS5J { width:8px;height:150px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #KmEzVKyEBvwtihgy7oe2rQ8Ssz0zZtaR { width:8px;height:150px;top:0px;left:756px;display:block; }
 }@media only screen and (max-width: 763px) { #UPrA0MSswGr30gNQoC53knk6TyMuMeCX { width:600px;height:784px;top:220px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GLTd5HQZ7AmEZ5DRSxO3xR8knviS8oOx { width:600px;height:779px;top:220px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #rzppqiihqltTPkTabId0FyXyeMUX7pSz { top:262px;left:0px;width:514px;height:691px;display:block; }
 }@media only screen and (max-width: 763px) { #gzMfPKXvDuPaZIg74iaCqCvnsTkfGinm { top:266px;left:250px;width:488px;height:691px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXyai0FTFPq2hg32OuetaSnq3y1GrNkV { width:600px;height:779px;top:1004px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #xayThsPxzI6hgwfTUT1laStTJ3Xs9xhS { top:1064px;left:138px;width:488px;height:658px;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { top:46px;left:403px;width:361px;height:27px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx { position:relative;z-index:auto;display:block; }#ryacaUlIEBzI1HhbGTdvV4xtlH0n6ghx > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rP690SUEwVe7WoDbwTnFOT2ZAxyDTbbu { width:137px;height:20px;top:20px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g { display:block; }#p2c6dypUUBMSouuC5NnHdiehOMRdbZ0g > .row .container { width:320px;height:2370px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N9c6dmeJGLQx6dm8HuxGEpZKw2tyDA9w { width:320px;height:81.5859px;top:447.421875px;left:0px;font-size:16px;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #ETdE90ewvegdSEQvi9ZciJ4qcoNZi5Pt { width:320px;height:44.7969px;top:67.1875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #TbceaNPvSZtGfRRWIk37pFOJpluGh5CG { width:320px;height:27.1953px;top:41px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tDf5Zr64DeHUbF0nDIqGqcnrzFTXtszI { width:8px;height:500px;top:0px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #XvgH0ONV5ziH36oUHU78yGt45q45R16S { width:8px;height:500px;top:0px;left:188px;display:block; }
 }@media only screen and (max-width: 763px) { #O8cmUckvXwJtCufWhoGfVMd6kIDifHnp { width:8px;height:500px;top:0px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #XzOcU8tix6OhDJqi7qHwtyLKpe2wnsME { width:8px;height:500px;top:0px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #Au9mkb0TOTMaqDKem8bteAhmhA0uZP2P { width:280px;height:30.5938px;top:550px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CMTp4qlST8HDHCUcpd1TTctyior0UJ2h { width:320px;height:326.344px;top:580.59375px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTGtKMLkwQTsivn79FXahOKTP50zRtR6 { display:flex;width:24px;height:24px;top:553px;left:0px; }
 }@media only screen and (max-width: 763px) { #d7bciETlz9IDFXLcy4qO6T7IOAQM8QTz { width:320px;height:217.562px;top:959px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DGB8KPKFFVfXXUTPeB73a02VTbHBTCXT { width:280px;height:30.5938px;top:919px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nmK2vLL89VKvVCxqWRKhb2dL39oCyMV6 { display:flex;width:24px;height:24px;top:922px;left:0px; }
 }@media only screen and (max-width: 763px) { #pEX6am0PHR8B3z7wEJ2elQOyWRZ9ZilV { width:320px;height:326.344px;top:1243px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdgQiCIzXSyaQ6xguNxTJUlKJz8n4kIk { width:240px;height:30.5938px;top:1203px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pz54tOT8cTisEELkqtJVF37v6CpiAf7u { display:flex;width:24px;height:24px;top:1203px;left:0px; }
 }@media only screen and (max-width: 763px) { #iH0PxRyOyEMV1TrOb7m32Dq54uzlXnOs { width:318px;height:244.758px;top:1641px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNsiKMLPV65eySrQ6JWhLSmAUTfy8qA3 { width:240px;height:30.5938px;top:1591px;left:40px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BGh0MprmzWg7LMgwWx4MxckbMFIWKP4I { display:flex;width:24px;height:24px;top:1594px;left:0px; }
 }@media only screen and (max-width: 763px) { #m7WNiJ9MMRd3lF0Fm4kd1xhSKG3eulBg { width:289px;height:289px;top:137.6796875px;left:13.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MpFfpxhweWQXFTQEbD0TIipH4T98qpFx { display:flex;width:24px;height:24px;top:2015.53125px;left:0px; }
 }@media only screen and (max-width: 763px) { #a7SNAaVLfNB6rseXMScDPsTiksO4RLqV { width:283px;height:183.562px;top:1935.7578125px;left:37px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DmZGDAcFDAr4J5AQCNiCU1EQuI7IcSPD { width:283px;height:183.562px;top:2166.71875px;left:37px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puvtZlvcVphpg4UL0gD9SMXDpLWJKTlG { display:flex;width:24px;height:24px;top:2246.5px;left:0px; }
 }@media only screen and (max-width: 763px) { #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX { background-color:transparent;background-image:url("https://images.assets-landingi.com/images/wizard/topics/photography_1920x1080_3.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.adaptive-delivery-prevent-bg, #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.lazyload, #fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX.lazyloading { background-image: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { background-color: transparent; background-image: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container > .video-iframe-container { display: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(28,27,27,0.8); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row > .video-iframe-container { display: none; }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .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); }#fV8t3BED4LLTVN5C5qeIXLUITe3lg6zX > .row .container { width:320px;height:3499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zd55d0mhbgJ6fB9PUkfTGVu2MxA3Rbgy { width:160px;height:160px;top:131.9844px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #CTMsBHkiMLsQC5ZuPL6xhsLShX2wKAOL { width:100px;height:86.7969px;top:168.57815px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #sWwudK2OB1Qo0VTaKX89gQiBzh6Gaqxi { width:270px;height:40.7969px;top:302px;left:25px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTa23VukUxEMxzd1DazaoPWRkQLtp3FA { width:270px;height:81.5859px;top:342px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMX0an1e2XQ1Xi13KtA5bo0fXLCC72sN { width:160px;height:160px;top:481px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #dr59zrlM6rqAmev24AFMwyO2FP8yGslI { width:270px;height:40.7969px;top:651px;left:25px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BqVBrq6WqaSfrbySOMyT6ELSRNhHQDaJ { width:270px;height:108.781px;top:691px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gm3JUJTPmPbqnK1XBXVqM9P01B63nDXW { width:100px;height:86.7969px;top:518px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #BXbPKCexNXtNG901lpOxoyZLbHopc12V { width:270px;height:108.781px;top:1040px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiqSOD6gC0p5VgXN1vi6t9fRBqkWIpky { width:270px;height:81.5859px;top:1389px;left:25px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TNvzTqyZv8Kq8cePvrC8iouW3Vm6SU3Q { width:160px;height:160px;top:830px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #kXX3XTd4iIrvnvs6Ouues37CyBXiFZur { width:270px;height:40.7969px;top:1000px;left:25px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I5sPltGtJBf8frCkbDu65HWcyOUhwQph { width:160px;height:160px;top:1179px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #c8MqAOGJhpk3rs8aWUI3UKmEmtCGQRea { width:270px;height:40.7969px;top:1349px;left:25px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fHAWqAD8NvMDzruDB4BkA4FtEZQwykZ2 { width:100px;height:86.7969px;top:867px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #lae0MeOiVvrqaFdEHhOtyNm89EuTIqxv { width:100px;height:86.7969px;top:1216px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #osd87eqoX3HDDanrWH0xtU0JbNHdpFPB { width:320px;height:27.1953px;top:30px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Bx0bTa6T0MI2khSEdPgrzfLkmcZUaTTL { width:320px;height:44.7969px;top:67.1875px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #pMOXkXSQlvcH5Zl1KTFacemiugiwlBcy { width:200px;height:8px;top:248.375px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #ho3RHmevBNT80WMqpJL76fc1FIpa5p99 { width:200px;height:8px;top:648px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #s2x3O1H42aApKWqF4ZNltbioV7lDtHTI { width:200px;height:8px;top:856px;left:60px;display:none; }
 }@media only screen and (max-width: 763px) { #q4eVNw2sWpfTd4wTzdSLuXrim8eOUEI2 { width:160px;height:160px;top:1490.5781px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #Jfga3CuErOOh93Xom1UPIUGa1tWVx8Nu { width:8px;height:120px;top:1000px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #eJ3hyolZwa25Dtgc7aQhyOSe9ZTWEcVR { width:100px;height:86.7969px;top:1527.5781px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #ZUoktO337u1IuEvCxaIdwRPxdxMdK1JS { width:320px;height:108.781px;top:1711.375px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFc5917V1iiU5uVFzLATHv4AgL1uKHCD { width:320px;height:40.7969px;top:1670.5781px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ad3aP6yEebQGO03fcqtL8ge8dUvgWnHs { width:320px;height:40.7969px;top:2039px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ka4DQe9Wa9eVCNThARuhoqgpB87qQ3z6 { width:160px;height:160px;top:1858px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #pLxHtHCrJwofIuAMTqw77dA7t4QTHtX5 { width:100px;height:86.7969px;top:1894.6015625px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #xnT8015duU8EaleOkeldwSmVGyv2u1bi { width:8px;height:120px;top:1220px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #rx6FVvltvVMlFILp4HMA31KbDpEmyJLT { width:320px;height:27.1953px;top:2079.796875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ng5tiOPHhAIuRzfGW2tz9yNmD20HMigw { width:8px;height:120px;top:1440px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #uua6C4PJFQuk30ZH6Te749nHszQuNU83 { width:160px;height:160px;top:2148.1324px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #GTRLzMTosE9reSiOhdyXhufhz0qosogm { width:100px;height:86.7969px;top:2184.7265625px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #fob3eqPFqL9VTHGEUuChDOBLnALVxhnx { width:320px;height:40.7969px;top:2328.1324px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a57cg76f2NAT8PxCtJEZvTEV00r0yIVw { width:320px;height:27.1953px;top:2368.921875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8wWZq1Aw8psRQ2LUgtSCoHApegIncnI { width:160px;height:160px;top:2445px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #sGbG24rnB95vyviKLFF5rwIUpqKKlIsa { width:8px;height:120px;top:1660px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #BSLu3GunmBMvaxcO64WepeNM1SwrEUG1 { width:320px;height:40.7969px;top:2626px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwZWZ1JBeeC5VoHtdTn9yu3XMQTw5TFG { width:100px;height:86.7969px;top:2481.6015625px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #sPyaRuweWeJG3vy3gkSVNJ87dG3b58Zg { width:320px;height:81.5859px;top:2666.796875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOAROTP60uKFphqwnvBFXiUGfn44Too2 { width:8px;height:120px;top:1880px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #ctgSQbNXEZfF3GnhxPnfV3XlXfFosnmf { width:160px;height:160px;top:2778.4918px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #u0qRLEnuQ2XI7BruSh1ImrBiAzxJ59iO { width:100px;height:86.7969px;top:2815.4918px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #oIGLZTbCgFU4g3M9MEmsa2cqbFeteo5w { width:320px;height:40.7969px;top:2958.4918px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqS8oFCWW85ibT94NpDTLilycGsZwh5D { width:320px;height:108.781px;top:2999.28125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8FWAF20r6B3G5ROtk486hZKltRgOVeS { width:160px;height:160px;top:3149px;left:80px;display:block; }
 }@media only screen and (max-width: 763px) { #LRFyh634mX14P3vzJDDqqBnC3bM1Pok0 { width:320px;height:40.7969px;top:3329.03125px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRECy5bOlIrvgRdTL7ZIW9F9kh75aQeJ { width:100px;height:86.7969px;top:3186px;left:110px;font-size:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Ls9eGLzk1mZ8kgqSgcqTnXuqw5Hi69g0 { width:8px;height:120px;top:2111px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #HT25OOwiBSIVW5fP6EPfpIEQQwDEsSnU { width:320px;height:81.5859px;top:3369.828125px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 { display:block; }#s20yhBz5KrmcDadxaSUDPJ7LTMDELa60 > .row .container { width:320px;height:1735px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItrTrnxkFzWEqEqWRwlr3GuW11OXLxDL { width:320px;height:27.1953px;top:80px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #f2AE1GzekM5AMxhxfNIJVuaFrz49mO3G { width:320px;height:61.5938px;top:118.1875px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #HV2o4D72ugpy6AtQPXhkteGA8upZZNQ1 { width:8px;height:150px;top:0px;left:189px;display:block; }
 }@media only screen and (max-width: 763px) { #oSX6SsAIcRdFxsEaUtpTiSBu1lLemzdu { width:8px;height:150px;top:0px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #E5pdVnX1Jlvs2tqcICoWhdCiUFbETS5J { width:8px;height:150px;top:0px;left:264px;display:block; }
 }@media only screen and (max-width: 763px) { #KmEzVKyEBvwtihgy7oe2rQ8Ssz0zZtaR { width:8px;height:150px;top:0px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #UPrA0MSswGr30gNQoC53knk6TyMuMeCX { width:320px;height:481px;top:212px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GLTd5HQZ7AmEZ5DRSxO3xR8knviS8oOx { width:320px;height:512px;top:692px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rzppqiihqltTPkTabId0FyXyeMUX7pSz { width:320px;height:430.188px;top:236px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gzMfPKXvDuPaZIg74iaCqCvnsTkfGinm { width:320px;height:453.109px;top:720px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZXyai0FTFPq2hg32OuetaSnq3y1GrNkV { width:320px;height:465px;top:1235px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xayThsPxzI6hgwfTUT1laStTJ3Xs9xhS { width:320px;height:431.469px;top:1235px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa { display:block; }#QTXTeXBZspPHvc43ymCRZT2rHFoaeBRa > .row .container { width:320px;height:94px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETwXi7LskattPF7kd401iRyIe2yXzJCa { width:320px;height:54.3906px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }