.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7f9b25f1-cc6e-425e-ab37-35fd6d8804af/DJI_0520.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f9b25f1-cc6e-425e-ab37-35fd6d8804af/DJI_0520.JPG");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:33.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:#bdca2d;display:block;width:38.1875rem;position:absolute;font-family:lato;font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.561279296875rem;left:0rem;height:8.5244375rem;font-style:normal;display:block; }
#g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;top:16.199951171875rem;left:0rem;height:7.19725rem;text-align:justify;text-align-last:initial;display:block; }
#V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { position:absolute;display:block;z-index:15004;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:8.5rem;left:42.125rem;display:block; }
#msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { position:absolute;display:block;z-index:15005;background-color:#229da5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:7.8111982345581rem;left:39.312501907349rem;display:block; }
#IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:11.5615234375rem;left:42.125rem;overflow:hidden;display:block; }
#ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { color:#d7d7d7;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.49853515625rem;left:44.874877929688rem;height:1.29980625rem;font-style:normal;display:block; }
#RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { position:absolute;display:block;z-index:15008;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:1.75rem;width:1.6875rem;top:8.74964427948rem;left:40.249465942382rem;overflow:hidden;display:block; }
#g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { position:absolute;display:block;z-index:15010;background-color:#229da5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:12.5625rem;left:39.3125rem;display:block; }
#NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { position:absolute;display:block;z-index:15009;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:13.25rem;left:42.125rem;display:block; }
#F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { color:#d7d7d7;display:block;width:13.18725rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:13.725830078125rem;left:44.873657226562rem;height:2.598875rem;font-style:normal;display:block; }
#wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:16.3125rem;left:42.125rem;overflow:hidden;display:block; }
#L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { position:absolute;display:block;z-index:15014;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:17.9375rem;top:18.25rem;left:42.0625rem;display:block; }
#sixfTlTsH6kJncJhekWredycNH3TAOsz { position:absolute;display:block;z-index:15015;background-color:#229da5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:17.5625rem;left:39.25rem;display:block; }
#RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.75rem;width:0.9375rem;top:21.3125rem;left:42.0625rem;overflow:hidden;display:block; }
#csPryETmytwJHvVtimI1kbV8fVOT949F { color:#d7d7d7;display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:19.43701171875rem;left:44.81201171875rem;height:1.29980625rem;font-style:normal;display:block; }
#lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1rem;top:13.624822616577rem;left:40.686790466309rem;overflow:hidden;display:block; }
#PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { position:absolute;display:block;z-index:15019;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:1.6875rem;width:0.875rem;top:18.49928855896rem;left:40.748931884766rem;overflow:hidden;display:block; }
#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { background-color: transparent; background-image: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .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); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { color:#dcf607;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7498168945312rem;left:0.031070709228516rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { 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:17.56225rem;width:26.3745rem;top:1.9420166015625rem;left:31.8115234375rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:#f9faf1;display:block;width:21.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:1.6656494140625rem;left:8.2171630859375rem;height:35.1807125rem;font-style:normal;display:block; }
#TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { color:rgba(249,250,241,0.4);display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.09375rem;left:0rem;height:7.6373125rem;font-style:normal;display:block; }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:1.90625rem;left:6.96875rem;overflow:hidden;display:block; }
#CT6K1BkyvgUHvmGfcbQ3spkhMHdvnVtW { position:absolute;display:block;z-index:15000;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:14.4375rem;width:0.0625rem;top:25.9375rem;left:33.5625rem;display:block; }
#TsksRDnSe3024UbOKzciuv324QTbPDEW { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:25.9375rem;left:33rem;display:block; }
#SVGR5ap4Zh9ZEKH6vrWNWdUrRF5daKF1 { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:30.625rem;left:33rem;display:block; }
#FIKyspCzkFoX2dSr9z6bFT37PWGlSx0h { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:35.125rem;left:33rem;display:block; }
#SvBa4FF4XA1Uoie5Eo2M8UCfFeUCSX5G { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:39.4375rem;left:33rem;display:block; }
#Gly1OzRaTDyow2NXh2GVHP62iIDApvTy { color:#f9faf1;display:block;width:20.49925rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:25rem;left:35.375rem;height:3.19824375rem;font-style:normal;display:block; }
#zmykCp6JTiOSpInJ7sLiZBw613AeLvPl { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:29.6875rem;left:35.375rem;height:3.19824375rem;font-style:normal;display:block; }
#R1Ek1NeHC9gtDduzMK6rOeOHUdKnI7XJ { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:34.1875rem;left:35.375rem;height:3.19824375rem;font-style:normal;display:block; }
#PH6MfZAAbRA8G9tlKJIEu15hT7WhemcS { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:38.5rem;left:35.375rem;height:3.19824375rem;font-style:normal;display:block; }
#t5qs9BnuMrr0winkNGrWyGsifcWT8fD6 { color:#dcf607;display:block;width:21.062rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:36.846313476562rem;left:8.216552734375rem;height:3.19824375rem;font-style:normal;display:block; }
#HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #229da5;border-left:0.25rem solid #229da5;border-right:0.25rem solid #229da5;border-bottom:0.25rem solid #229da5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.280875rem;height:3.34375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:42.97607421875rem;left:11.255493164062rem;display:block; }
#dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:49.3125rem;width:60rem;position:relative;display:block; }#hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { color:rgba(255,255,255,0.4);display:block;width:6.6875rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.75rem;left:30.25rem;height:7.6373125rem;font-style:normal;display:block; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:4.5625rem;left:37.1875rem;overflow:hidden;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { 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:17.56225rem;width:26.3745rem;top:4.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#gzOLkP6yUfNMLWe97f6sxAMvFRgd2o6d { color:#ffffff;display:block;width:20.49925rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:4.5625rem;left:38.625rem;height:30.58596875rem;font-style:normal;display:block; }
#pS6t9o1dlG7rLTRZRuT6O42kNaWqFvzV { position:absolute;display:block;z-index:15001;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:14.43725rem;width:0.062255875rem;top:26.0625rem;left:4.5rem;display:block; }
#ETiEzJSbASpQ1XNIWT9eaDVlNlpLadXf { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:25.375rem;left:3.875rem;display:block; }
#mTlaLlJkDWHQB1QNdHExA8wERBRvE3p6 { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:30.6875rem;left:3.875rem;display:block; }
#iyeZoQXCsbvLGz2lOZ5rTEFOX1fNik1i { position:absolute;display:block;z-index:15045;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:35.0625rem;left:3.875rem;display:block; }
#IJbf4P3t00a7gnxPI4yfx9cQ9MDIheex { position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:39.8125rem;left:3.875rem;display:block; }
#oxxiqlx1pDxMl2rqJBrLmxGelQMCwcU9 { color:#f9faf1;display:block;width:22.374875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:24.375rem;left:6.125rem;height:3.19824375rem;font-style:normal;display:block; }
#Tf1J6HZAQDLlfb5mB6P0GbcdhmhMk8hT { color:#f9faf1;display:block;width:22.37425rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:29.75rem;left:6.125rem;height:3.19824375rem;font-style:normal;display:block; }
#XamSNl8Wa9ShknmZrKufsOEP6qwUWGRi { color:#f9faf1;display:block;width:22.3736875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:35.0625rem;left:6.125rem;height:3.19824375rem;font-style:normal;display:block; }
#IxkUIDqQyZREaFBWXOrJmSvvekkJQeR9 { color:#f9faf1;display:block;width:22.3736875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:39.8125rem;left:6.125rem;height:3.19824375rem;font-style:normal;display:block; }
#yRb5ShAQCPpJ6lQN6zi9BbV8kGVQg8Ew { color:#dcf607;display:block;width:20.37475rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:36.375rem;left:38.75rem;height:3.19824375rem;font-style:normal;display:block; }
#yCTCzEmLq3gpx9Kesptg6PHrGz5e1DTn { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #229da5;border-left:0.25rem solid #229da5;border-right:0.25rem solid #229da5;border-bottom:0.25rem solid #229da5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.280875rem;height:3.34375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:40.5rem;left:38.625rem;display:block; }
#TrJnX9ZQ2OITmaetw2wpT074DG3tg8dS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDKzPMSKQNE4O4cO8h8rrNCvqLBm572b { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15047;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;top:0rem;left:20.687255859375rem;display:block; }
#H10IaBwvvemTMPRfCWen60E9eJHoU7JE { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15048;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;top:49.124145507812rem;left:20.687255859375rem;display:block; }
#gTVmI8VUHTfGEqRXF01laswpJdzoql5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container { background-color: transparent; background-image: none; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container > .video-iframe-container { display: none; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row > .video-iframe-container { display: none; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .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); }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container { border-width: 0; border-radius: 0; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#d4qo1rCZzekF8HkHn8bhLvfT3RFSG7pg { 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:17.56225rem;width:26.3745rem;top:6.5rem;left:31.8125rem;overflow:hidden;display:block; }
#vhqkvZ2p428h6rWTDuMrZBoaJkUbZQDk { color:rgba(255,255,255,0.4);display:block;width:5.9375rem;position:absolute;font-family:"roboto condensed";font-size:5.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.625rem;left:0rem;height:7.6373125rem;font-style:normal;display:block; }
#MmoWXcqX38yHSiVUATZTS8q40sNMK9dl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:6.4375rem;left:6.9375rem;overflow:hidden;display:block; }
#MKQlAK0nTyIB9K7odNDPkzPT0PLeN68F { position:absolute;display:block;z-index:15000;background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:14.4375rem;width:0.0625rem;top:26.9375rem;left:33.5rem;display:block; }
#nBf5nxRqPNdWQ1NXDoTxazQGXn8GcnfC { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:26.9375rem;left:32.9375rem;display:block; }
#KwzuUrTqUAFCMN82FiFO1qbxOtAxhBeW { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:31.625rem;left:32.9375rem;display:block; }
#aCqspBK2oAsc3htiQLCKOhDQpwmfRKd4 { position:absolute;display:block;z-index:15043;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:36.125rem;left:32.9375rem;display:block; }
#f8sw3gwa9QqkVzAfJ4S1yng9mRBUfpOq { position:absolute;display:block;z-index:15044;background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -moz-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -ms-linear-gradient(146deg, #ff6554, #ffbbb5);background-image: -o-linear-gradient(146deg, #ff6554, #ffbbb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6554', endColorstr='#ffbbb5' );";background-image: linear-gradient(146deg, #ff6554, #ffbbb5);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.31225625rem;width:1.31225625rem;top:40.4375rem;left:32.9375rem;display:block; }
#snq4OgQvIRM22wSvdaf5RgZcCPyxpgah { color:#f9faf1;display:block;width:20.49925rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:26rem;left:35.3125rem;height:3.19824375rem;font-style:normal;display:block; }
#xs99WHtMqQpK2f4OLgybeXVrh8RO7s7D { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:30.6875rem;left:35.3125rem;height:3.19824375rem;font-style:normal;display:block; }
#SkUPsWDlpLmWn0B2gKuCm0y7KEFz6bWp { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:35.1875rem;left:35.3125rem;height:3.19824375rem;font-style:normal;display:block; }
#ip94NpbK7pJT4dSx8ZiLassHvRBkGa9a { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:39.5rem;left:35.3125rem;height:3.19824375rem;font-style:normal;display:block; }
#gLV8Ba7HlWQCkbTocS0wpyqcbP9XxtCE { color:#f9faf1;display:block;width:20.4986875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:5.875rem;left:7.875rem;height:38.3788875rem;font-style:normal;display:block; }
#PwQESWJC0Z2GcsOpbwAN68710CPFwlu7 { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #229da5;border-left:0.25rem solid #229da5;border-right:0.25rem solid #229da5;border-bottom:0.25rem solid #229da5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.186875rem;height:3.24975625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.3125rem;left:8rem;display:block; }
#bpuifTwOCmPwT2OZ8MPbrElp7ahoWqGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dN6nvvFdzu2G4nZ3Tx7sviT1ohPrRoex { box-sizing:content-box;height:0.187378125rem;width:18.75rem;position:absolute;display:block;z-index:15049;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #000000);background-image: -moz-linear-gradient(180deg, #cccccc, #000000);background-image: -ms-linear-gradient(180deg, #cccccc, #000000);background-image: -o-linear-gradient(180deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(180deg, #cccccc, #000000);background-size:auto !important;top:49.873657226562rem;left:20.623291015625rem;display:block; }
#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container { background-color: transparent; background-image: none; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container > .video-iframe-container { display: none; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row > .video-iframe-container { display: none; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .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); }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container { border-width: 0; border-radius: 0; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#VxMQbmw7wqeFPULIH89LVkzBoVGhDam2 { color:#229da5;display:block;width:60rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6123046875rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container { background-color: transparent; background-image: none; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container > .video-iframe-container { display: none; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row > .video-iframe-container { display: none; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .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); }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container { border-width: 0; border-radius: 0; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container { font-size:0.875rem;font-family:arial;height:66.1875rem;width:60rem;position:relative;display:block; }#LvCprfvoM4cmrQTMHQDJ6CVXyoFzEATp { 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:13.8125rem;width:18.5rem;top:1.4375rem;left:20.5rem;overflow:hidden;display:block; }
#vQwGRRkrTkKRbVQ733smzbaV46wBAblZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:19.874875rem;top:23.375rem;left:0.375rem;overflow:hidden;display:block; }
#T4N2kITa3ceszAqbsdDIdbdcygd2xz2F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.1875rem;width:18.9375rem;top:23.375rem;left:40.375rem;overflow:hidden;display:block; }
#uN4WA5C97cO4kF7ALuz6T2IT6WmmlqyX { color:#000401;display:block;width:18.3111875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:2.875rem;left:41.25rem;height:19.2315625rem;font-style:normal;display:block; }
#DMtqlznsc1psKHwzOEUscQW03VgIZpqa { color:#000501;display:block;width:18.3111875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:16.3125rem;left:21.25rem;height:14.9579rem;font-style:normal;display:block; }
#EhlWSHapdEVXi8mwv41kQ6JS2CAXHFIx { color:#ffffff;display:block;width:18.3111875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:2.875rem;left:1.25rem;height:14.957875rem;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; }
#XyC5SGTEQfn7Dh6Xgphn33y40Hq53XCF { background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #229da5;border-left:0.25rem solid #229da5;border-right:0.25rem solid #229da5;border-bottom:0.25rem solid #229da5;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8435rem;height:3.1557625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:21.3125rem;display:block; }
#OhcFoxCs5rsT7bSizSVTtUuTE27V3TqP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r3ni1GXUwnqNTsgJxsXCZUWevxQoZo2E { color:#dfdcd6;display:block;width:59.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.9;letter-spacing:0;top:41.564331054688rem;left:0.3125rem;height:;font-style:italic;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; }
#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;background-image:url("https://images.assets-landingi.com/uc/82218c2c-50fa-4d62-b901-53a87f247007/sunrisehvar45degreessailingcroatiayoga.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi.adaptive-delivery-prevent-bg, #gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi.lazyload, #gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi.lazyloading { background-image: none; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container { background-color: transparent; background-image: none; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container > .video-iframe-container { display: none; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row > .video-iframe-container { display: none; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .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); }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container { border-width: 0; border-radius: 0; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container { font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.875rem 0.6875rem 3.1875rem rgba(0,0,0,0.28) ;height:17.56225rem;width:30rem;top:5.3118896484375rem;left:3.2489013671875rem;overflow:hidden;display:block; }
#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:#27262e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:31.5625rem;top:14.866333007812rem;left:28.4375rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:23.81225rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:19.163208007812rem;left:34.811401367188rem;height:7.03125rem;font-style:italic;display:block; }
#OSaUzlIiSfcGHQHDszW1BXTAzqpJxXPS { position:absolute;display:block;z-index:15004;height:10.1875rem;width:14.625rem;top:34.7099609375rem;left:22.625rem;display:block; }
#uAefJ3VC2OWtCJJb7Zu5TMw49dFR7q1R { position:absolute;display:block;z-index:15005;height:10.25rem;width:14.875rem;top:34.7412109375rem;left:37.5625rem;display:block; }
#rkZUvorzJU1KLANNBEEUzmf2kxn5DnIB { position:absolute;display:block;z-index:15006;height:10.1875rem;width:14.8125rem;top:34.8037109375rem;left:7.53125rem;display:block; }
#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { background-color: transparent; background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .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); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { border-width: 0; border-radius: 0; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { font-size:0.875rem;font-family:arial;height:30.0625rem;width:60rem;position:relative;display:block; }#AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:6.875rem;left:16.375rem;display:block; }
#yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.0625rem;left:21.625rem;height:1.4624rem;font-style:normal;display:block; }
#x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:11.125rem;left:16.375rem;display:block; }
#OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { color:#ffffff;display:block;width:22.124625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.3125rem;left:21.625rem;height:1.4624rem;font-style:normal;display:block; }
#Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:19.625rem;left:16.375rem;display:block; }
#ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.8125rem;left:21.6875rem;height:1.4624rem;font-style:normal;display:block; }
#g06QG1XV2pLSNthy8uATPOQmFpKHozTs { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:28.125rem;top:15.375rem;left:16.375rem;display:block; }
#yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:21.625rem;height:1.4624rem;font-style:normal;display:block; }
#eRD91FsTabEzlONrS8StUiTKoBiTVLt4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:7.625rem;left:17.21875rem; }
#ReeHZnf5d4LtdKKqllFlVeOyq1KchnRw { position:absolute;display:block;z-index:15006;background-color:#03cece;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:7.3125rem;left:16.8125rem;display:block; }
#zBwuE0s0ontcThnAeh3JkdoNctbbczZf { position:absolute;display:block;z-index:15021;background-color:#03cece;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:20.0625rem;left:16.8125rem;display:block; }
#BDinXexdy3gXvgvzFOggqTfzyxmFsrkN { position:absolute;display:block;z-index:15008;background-color:#03cece;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:15.8125rem;left:16.8125rem;display:block; }
#pTlkn2udsh7QlM9mGzIasAq9xmFsgTqV { position:absolute;display:block;z-index:15009;background-color:#03cece;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:11.5625rem;left:16.8125rem;display:block; }
#xlUcTdfBAuTLbqlgaoV6iWMdJSy3A2F2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.875rem;left:17.21875rem; }
#fBLxEhPBbcVO7P50IQCdnJXJpdNzRNli { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:16.125rem;left:17.21875rem; }
#ducXmGC0en8Kqz4kFCnlzRGJQD7ic6d7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:20.375rem;left:17.21875rem; }
#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { background-color: transparent; background-image: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { display: none; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .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); }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { border-width: 0; border-radius: 0; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { color:#d7d7d7;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.593017578125rem;left:0rem;height:3.07470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:38.125rem;height:8.5rem;top:6.5rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:33.625rem;height:7.1875rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.9375rem;height:3.75rem;top:8.5rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:7.75rem;left:33.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.75rem;top:11.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.125rem;height:1.25rem;top:9.4375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:8.6875rem;left:34.124465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:12.5625rem;left:33.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.9375rem;height:3.75rem;top:13.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.125rem;height:2.5625rem;top:13.6875rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.8125rem;top:16.3125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { width:17.9375rem;height:3.75rem;top:18.25rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sixfTlTsH6kJncJhekWredycNH3TAOsz { width:3.75rem;height:3.75rem;top:17.5625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { width:0.9375rem;height:0.75rem;top:21.3125rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPryETmytwJHvVtimI1kbV8fVOT949F { width:13.125rem;height:1.25rem;top:19.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:1rem;height:1.625rem;top:13.5625rem;left:34.561790466309rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { width:0.875rem;height:1.6875rem;top:18.4375rem;left:34.623931884766rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:47.75rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:26.3125rem;height:17.520965444842rem;top:1.9375rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:21rem;height:35.125rem;top:1.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:7.625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:1.875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT6K1BkyvgUHvmGfcbQ3spkhMHdvnVtW { top:25.9375rem;left:24.375rem;width:0;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsksRDnSe3024UbOKzciuv324QTbPDEW { top:25.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVGR5ap4Zh9ZEKH6vrWNWdUrRF5daKF1 { top:30.625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKyspCzkFoX2dSr9z6bFT37PWGlSx0h { top:35.125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBa4FF4XA1Uoie5Eo2M8UCfFeUCSX5G { top:39.4375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gly1OzRaTDyow2NXh2GVHP62iIDApvTy { width:20.4375rem;height:3.1875rem;top:25rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmykCp6JTiOSpInJ7sLiZBw613AeLvPl { width:20.4375rem;height:3.1875rem;top:29.6875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ek1NeHC9gtDduzMK6rOeOHUdKnI7XJ { width:20.4375rem;height:3.1875rem;top:34.1875rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH6MfZAAbRA8G9tlKJIEu15hT7WhemcS { width:20.4375rem;height:3.1875rem;top:38.5rem;left:26.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qs9BnuMrr0winkNGrWyGsifcWT8fD6 { width:21rem;height:3.1875rem;top:36.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:13.25rem;height:3.3125rem;top:42.9375rem;left:8.1929931640625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.625rem;height:7.625rem;top:9.75rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.1875rem;height:13.519712629001rem;top:4.5625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:26.3125rem;height:17.520757105753rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOLkP6yUfNMLWe97f6sxAMvFRgd2o6d { width:20.4375rem;height:30.5625rem;top:4.5625rem;left:27.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS6t9o1dlG7rLTRZRuT6O42kNaWqFvzV { top:26.0625rem;left:1.4375rem;width:0;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiEzJSbASpQ1XNIWT9eaDVlNlpLadXf { top:25.375rem;left:0.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlaLlJkDWHQB1QNdHExA8wERBRvE3p6 { top:30.6875rem;left:0.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyeZoQXCsbvLGz2lOZ5rTEFOX1fNik1i { top:35.0625rem;left:0.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbf4P3t00a7gnxPI4yfx9cQ9MDIheex { top:39.8125rem;left:0.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxiqlx1pDxMl2rqJBrLmxGelQMCwcU9 { width:22.3125rem;height:3.1875rem;top:24.375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1J6HZAQDLlfb5mB6P0GbcdhmhMk8hT { width:22.3125rem;height:3.1875rem;top:29.75rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamSNl8Wa9ShknmZrKufsOEP6qwUWGRi { width:22.3125rem;height:3.1875rem;top:35.0625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkUIDqQyZREaFBWXOrJmSvvekkJQeR9 { width:22.3125rem;height:3.1875rem;top:39.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRb5ShAQCPpJ6lQN6zi9BbV8kGVQg8Ew { width:20.3125rem;height:3.1875rem;top:36.375rem;left:27.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTCzEmLq3gpx9Kesptg6PHrGz5e1DTn { width:13.125rem;height:3.1875rem;top:40.5rem;left:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJnX9ZQ2OITmaetw2wpT074DG3tg8dS { display:block; }
 }@media only screen and (max-width: 763px) { #RDKzPMSKQNE4O4cO8h8rrNCvqLBm572b { top:0rem;left:5.125rem;width:18.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10IaBwvvemTMPRfCWen60E9eJHoU7JE { top:49.0625rem;left:5.125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTVmI8VUHTfGEqRXF01laswpJdzoql5A { display:block; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4qo1rCZzekF8HkHn8bhLvfT3RFSG7pg { width:26.3125rem;height:17.520757105753rem;top:6.5rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqkvZ2p428h6rWTDuMrZBoaJkUbZQDk { width:5.9375rem;height:7.625rem;top:11.625rem;left:0rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoWXcqX38yHSiVUATZTS8q40sNMK9dl { width:0.1875rem;height:13.519712629001rem;top:6.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKQlAK0nTyIB9K7odNDPkzPT0PLeN68F { top:26.9375rem;left:24.3125rem;width:0;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBf5nxRqPNdWQ1NXDoTxazQGXn8GcnfC { top:26.9375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwzuUrTqUAFCMN82FiFO1qbxOtAxhBeW { top:31.625rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCqspBK2oAsc3htiQLCKOhDQpwmfRKd4 { top:36.125rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sw3gwa9QqkVzAfJ4S1yng9mRBUfpOq { top:40.4375rem;left:23.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq4OgQvIRM22wSvdaf5RgZcCPyxpgah { width:20.4375rem;height:3.1875rem;top:26rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs99WHtMqQpK2f4OLgybeXVrh8RO7s7D { width:20.4375rem;height:3.1875rem;top:30.6875rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkUPsWDlpLmWn0B2gKuCm0y7KEFz6bWp { width:20.4375rem;height:3.1875rem;top:35.1875rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip94NpbK7pJT4dSx8ZiLassHvRBkGa9a { width:20.4375rem;height:3.1875rem;top:39.5rem;left:26.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLV8Ba7HlWQCkbTocS0wpyqcbP9XxtCE { width:20.4375rem;height:38.375rem;top:5.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwQESWJC0Z2GcsOpbwAN68710CPFwlu7 { width:13.0625rem;height:3.125rem;top:42.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpuifTwOCmPwT2OZ8MPbrElp7ahoWqGs { display:block; }
 }@media only screen and (max-width: 763px) { #dN6nvvFdzu2G4nZ3Tx7sviT1ohPrRoex { top:49.8125rem;left:5.125rem;width:18.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z { display:block; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxMQbmw7wqeFPULIH89LVkzBoVGhDam2 { width:47.75rem;height:3.875rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF { display:block; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvCprfvoM4cmrQTMHQDJ6CVXyoFzEATp { width:18.4375rem;height:13.765773017203rem;top:1.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwGRRkrTkKRbVQ733smzbaV46wBAblZ { width:19.8125rem;height:13.084220159251rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4N2kITa3ceszAqbsdDIdbdcygd2xz2F { width:18.875rem;height:14.140271552947rem;top:23.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4WA5C97cO4kF7ALuz6T2IT6WmmlqyX { width:18.25rem;height:19.1875rem;top:2.8125rem;left:29.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMtqlznsc1psKHwzOEUscQW03VgIZpqa { width:18.25rem;height:14.9375rem;top:16.3125rem;left:13.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhlWSHapdEVXi8mwv41kQ6JS2CAXHFIx { width:18.25rem;height:14.9375rem;top:2.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyC5SGTEQfn7Dh6Xgphn33y40Hq53XCF { width:16.6875rem;height:3rem;top:33.3125rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcFoxCs5rsT7bSizSVTtUuTE27V3TqP { display:block; }
 }@media only screen and (max-width: 763px) { #r3ni1GXUwnqNTsgJxsXCZUWevxQoZo2E { width:47.75rem;height:;top:41.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi { display:block; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:30rem;height:17.56225rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:31.5625rem;height:15.625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:23.75rem;height:7rem;top:19.125rem;left:24rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaUzlIiSfcGHQHDszW1BXTAzqpJxXPS { top:34.6875rem;left:9.25rem;width:14.625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAefJ3VC2OWtCJJb7Zu5TMw49dFR7q1R { top:34.6875rem;left:28.375rem;width:14.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZUvorzJU1KLANNBEEUzmf2kxn5DnIB { top:34.75rem;left:4.46875rem;width:14.8125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:28.125rem;height:3.5625rem;top:6.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:20.625rem;height:1.4375rem;top:8.0625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:28.125rem;height:3.5625rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:22.0625rem;height:1.4375rem;top:12.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:28.125rem;height:3.625rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:20.625rem;height:1.4375rem;top:20.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:28.125rem;height:3.5625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:20.625rem;height:1.4375rem;top:16.5625rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRD91FsTabEzlONrS8StUiTKoBiTVLt4 { top:7.625rem;left:14.15625rem;width:2.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReeHZnf5d4LtdKKqllFlVeOyq1KchnRw { width:3rem;height:3rem;top:7.3125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBwuE0s0ontcThnAeh3JkdoNctbbczZf { width:3rem;height:3rem;top:20.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDinXexdy3gXvgvzFOggqTfzyxmFsrkN { width:3rem;height:3rem;top:15.8125rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlkn2udsh7QlM9mGzIasAq9xmFsgTqV { width:3rem;height:3rem;top:11.5625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUcTdfBAuTLbqlgaoV6iWMdJSy3A2F2 { top:11.875rem;left:14.15625rem;width:2.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBLxEhPBbcVO7P50IQCdnJXJpdNzRNli { top:16.125rem;left:14.15625rem;width:2.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ducXmGC0en8Kqz4kFCnlzRGJQD7ic6d7 { top:20.375rem;left:14.15625rem;width:2.1875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:47.75rem;height:3.0625rem;top:1.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/aeaYrafc/gorki3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:20rem;height:5.49926875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:20rem;height:12.5951875rem;top:12.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1n3QZCNLpnPBmwWfEzpVoUUmexrvUhs { width:17.125rem;height:3.75rem;top:31.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msLKDx9q3RPTlz5OOi7pRPQaOMLht1p6 { width:3.75rem;height:3.75rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlchoVLoiNghZnpM2Wivbnwt6PkMAUBE { width:0.9375rem;height:0.75rem;top:34.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewR9ma9Nx1W3BbnnQTSU6yGv8UAJCcF8 { width:13.1875rem;height:1.2994375rem;top:32.5rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RrzCO8uJ6C0HSwRkG9LiOss5SuFR135g { width:1.6875rem;height:1.75rem;top:31.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0aVBLUis1xLLPCFG7bd6Z2sLrETIOhk { width:3.75rem;height:3.75rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmdCZEegJKvR2kKIgf6bZfLHzKrFmyk { width:17.125rem;height:3.75rem;top:36.4375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7gdglvIZyBTaPk6VQ5xBv79ZUTqWtBd { width:13.1875rem;height:2.598875rem;top:37.6875rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wXLyumuEw0HqFzPN7x1C3AGXcUW2WFTI { width:0.9375rem;height:0.8125rem;top:39.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8rRbr6W3WbMrnJRkCi5eEBOg9zEaeTo { width:17.0625rem;height:3.75rem;top:41.125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sixfTlTsH6kJncJhekWredycNH3TAOsz { width:3.75rem;height:3.75rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSHx43LT5HukqrcTU8xOc9dTQfpUlB9b { width:0.9375rem;height:0.75rem;top:44.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csPryETmytwJHvVtimI1kbV8fVOT949F { width:13.1875rem;height:1.2994375rem;top:42.375rem;left:5.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lUvpHIdeddcDR2XdgsQTn8gzGSxiBCCg { width:1rem;height:1.625rem;top:36.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBZzinQsNkSEJU6tRemEwJ89XkrG5vOX { width:0.875rem;height:1.6875rem;top:41.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:12.5rem;height:8.287375rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:105.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:20rem;height:13.687125rem;top:1.1248779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:36.7798375rem;top:21.886596679688rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJJViTQ6cO1pXEoxtVIMkBOAxSo4rvEN { width:5.9375rem;height:7.6373125rem;top:14.25rem;left:7.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CT6K1BkyvgUHvmGfcbQ3spkhMHdvnVtW { width:0;height:14.375rem;top:25.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TsksRDnSe3024UbOKzciuv324QTbPDEW { width:1.25rem;height:1.25rem;top:59.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVGR5ap4Zh9ZEKH6vrWNWdUrRF5daKF1 { width:1.25rem;height:1.25rem;top:66.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIKyspCzkFoX2dSr9z6bFT37PWGlSx0h { width:1.25rem;height:1.25rem;top:73.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBa4FF4XA1Uoie5Eo2M8UCfFeUCSX5G { width:1.25rem;height:1.25rem;top:80.1875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gly1OzRaTDyow2NXh2GVHP62iIDApvTy { width:20rem;height:3.19824375rem;top:61.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmykCp6JTiOSpInJ7sLiZBw613AeLvPl { width:20rem;height:3.19824375rem;top:68.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1Ek1NeHC9gtDduzMK6rOeOHUdKnI7XJ { width:20rem;height:3.19824375rem;top:75.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH6MfZAAbRA8G9tlKJIEu15hT7WhemcS { width:20rem;height:3.19824375rem;top:82.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qs9BnuMrr0winkNGrWyGsifcWT8fD6 { width:20rem;height:4.7973625rem;top:90.053100585938rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnR4uzktUmwSxnIrIwE2lM33RByhBLDi { width:13.280875rem;height:3.34375rem;top:97.061157226562rem;left:3.358154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtVEaANUMAWWTwOfKJLJfxXamT7pDTZR { display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:105.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOn2FBrOkhEkwHp5B92l0khCv9BWz6fG { width:6.6875rem;height:1.2994375rem;top:14.25rem;left:6.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:20rem;height:13.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzOLkP6yUfNMLWe97f6sxAMvFRgd2o6d { width:20rem;height:32.2851875rem;top:17.5732421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS6t9o1dlG7rLTRZRuT6O42kNaWqFvzV { width:0;height:14.375rem;top:26.0625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETiEzJSbASpQ1XNIWT9eaDVlNlpLadXf { width:1.25rem;height:1.25rem;top:50.9375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlaLlJkDWHQB1QNdHExA8wERBRvE3p6 { width:1.25rem;height:1.25rem;top:59.5rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyeZoQXCsbvLGz2lOZ5rTEFOX1fNik1i { width:1.25rem;height:1.25rem;top:68.0625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJbf4P3t00a7gnxPI4yfx9cQ9MDIheex { width:1.25rem;height:1.25rem;top:76.5625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxxiqlx1pDxMl2rqJBrLmxGelQMCwcU9 { width:20rem;height:4.7973625rem;top:53.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf1J6HZAQDLlfb5mB6P0GbcdhmhMk8hT { width:20rem;height:4.7973625rem;top:62rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamSNl8Wa9ShknmZrKufsOEP6qwUWGRi { width:20rem;height:4.7973625rem;top:70.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkUIDqQyZREaFBWXOrJmSvvekkJQeR9 { width:20rem;height:4.7973625rem;top:79.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRb5ShAQCPpJ6lQN6zi9BbV8kGVQg8Ew { width:20rem;height:3.19824375rem;top:87.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCTCzEmLq3gpx9Kesptg6PHrGz5e1DTn { width:13.06175rem;height:3.12463125rem;top:93.936157226562rem;left:3.421630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJnX9ZQ2OITmaetw2wpT074DG3tg8dS { display:block; }
 }@media only screen and (max-width: 763px) { #RDKzPMSKQNE4O4cO8h8rrNCvqLBm572b { width:18.75rem;height:0.1875rem;top:99.092407226562rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H10IaBwvvemTMPRfCWen60E9eJHoU7JE { width:18.75rem;height:0.125rem;top:16.42578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTVmI8VUHTfGEqRXF01laswpJdzoql5A { display:block; }#gTVmI8VUHTfGEqRXF01laswpJdzoql5A > .row .container { width:20rem;height:100.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d4qo1rCZzekF8HkHn8bhLvfT3RFSG7pg { width:20rem;height:13.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqkvZ2p428h6rWTDuMrZBoaJkUbZQDk { width:5.9375rem;height:7.6373125rem;top:14.25rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmoWXcqX38yHSiVUATZTS8q40sNMK9dl { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKQlAK0nTyIB9K7odNDPkzPT0PLeN68F { width:0;height:14.375rem;top:26.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBf5nxRqPNdWQ1NXDoTxazQGXn8GcnfC { width:1.25rem;height:1.25rem;top:62.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwzuUrTqUAFCMN82FiFO1qbxOtAxhBeW { width:1.25rem;height:1.25rem;top:69.375rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCqspBK2oAsc3htiQLCKOhDQpwmfRKd4 { width:1.25rem;height:1.25rem;top:76.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8sw3gwa9QqkVzAfJ4S1yng9mRBUfpOq { width:1.25rem;height:1.25rem;top:84.875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snq4OgQvIRM22wSvdaf5RgZcCPyxpgah { width:20rem;height:3.19824375rem;top:64.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs99WHtMqQpK2f4OLgybeXVrh8RO7s7D { width:20rem;height:3.19824375rem;top:71.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkUPsWDlpLmWn0B2gKuCm0y7KEFz6bWp { width:20rem;height:4.7973625rem;top:78.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip94NpbK7pJT4dSx8ZiLassHvRBkGa9a { width:20rem;height:3.19824375rem;top:87.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLV8Ba7HlWQCkbTocS0wpyqcbP9XxtCE { width:20rem;height:38.3788875rem;top:23.87451171875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PwQESWJC0Z2GcsOpbwAN68710CPFwlu7 { width:13.03125rem;height:3.09350625rem;top:94.00146484375rem;left:3.4832763671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpuifTwOCmPwT2OZ8MPbrElp7ahoWqGs { display:block; }
 }@media only screen and (max-width: 763px) { #dN6nvvFdzu2G4nZ3Tx7sviT1ohPrRoex { width:18.75rem;height:0.125rem;top:98.34472734375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z { display:block; }#ykD4LC2dfyrkxfoXeqf1TzP9IcSrAC5Z > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxMQbmw7wqeFPULIH89LVkzBoVGhDam2 { width:12.5rem;height:8.287375rem;top:0.9375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF { display:block; }#Kvs4CPn8GTUt3p9JFV4eEToHoreCqugF > .row .container { width:20rem;height:126.6174609375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LvCprfvoM4cmrQTMHQDJ6CVXyoFzEATp { width:20rem;height:15rem;top:87.7490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQwGRRkrTkKRbVQ733smzbaV46wBAblZ { width:20rem;height:12.999875rem;top:52.047729492188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4N2kITa3ceszAqbsdDIdbdcygd2xz2F { width:19.937125rem;height:14.937125rem;top:19.28955078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN4WA5C97cO4kF7ALuz6T2IT6WmmlqyX { width:20rem;height:17.2100875rem;top:2.1185302734375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DMtqlznsc1psKHwzOEUscQW03VgIZpqa { width:18.2483125rem;height:13.38561875rem;top:67.25830078125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #EhlWSHapdEVXi8mwv41kQ6JS2CAXHFIx { width:20rem;height:13.385625rem;top:36.5283203125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XyC5SGTEQfn7Dh6Xgphn33y40Hq53XCF { width:16.624375rem;height:2.93725625rem;top:83.0810546875rem;left:1.639404296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcFoxCs5rsT7bSizSVTtUuTE27V3TqP { display:block; }
 }@media only screen and (max-width: 763px) { #r3ni1GXUwnqNTsgJxsXCZUWevxQoZo2E { width:20rem;height:0;top:103.9990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi { display:block; }#gZ27OZ0LztTzJqnhZ9vZROayQG1XdoUi > .row .container { width:20rem;height:67.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:20rem;height:11.25rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:15.625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:17.75rem;height:5.625rem;top:19.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaUzlIiSfcGHQHDszW1BXTAzqpJxXPS { width:14.625rem;height:10.1875rem;top:44.124877929688rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAefJ3VC2OWtCJJb7Zu5TMw49dFR7q1R { width:14.875rem;height:10.25rem;top:55.562377929688rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkZUvorzJU1KLANNBEEUzmf2kxn5DnIB { width:14.8125rem;height:10.1875rem;top:32.687377929688rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:19.75rem;height:3.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:15.875rem;height:1.2994375rem;top:3.0908203125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:19.75rem;height:3.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:15.3125rem;height:1.2994375rem;top:7.6875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:19.75rem;height:3.625rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:16rem;height:1.2994375rem;top:16.6875rem;left:4rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:19.75rem;height:3.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:14.9375rem;height:1.2994375rem;top:12.1875rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRD91FsTabEzlONrS8StUiTKoBiTVLt4 { display:flex;width:2.1875rem;height:2.374875rem;top:2.6165771484375rem;left:0.59326171875rem; }
 }@media only screen and (max-width: 763px) { #ReeHZnf5d4LtdKKqllFlVeOyq1KchnRw { width:2.999875rem;height:2.999875rem;top:2.3040771484375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBwuE0s0ontcThnAeh3JkdoNctbbczZf { width:2.999875rem;height:2.999875rem;top:15.741333007812rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDinXexdy3gXvgvzFOggqTfzyxmFsrkN { width:3rem;height:3rem;top:11.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTlkn2udsh7QlM9mGzIasAq9xmFsgTqV { width:3rem;height:3rem;top:6.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUcTdfBAuTLbqlgaoV6iWMdJSy3A2F2 { display:flex;width:2.1875rem;height:2.375rem;top:7.125rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #fBLxEhPBbcVO7P50IQCdnJXJpdNzRNli { display:flex;width:2.1875rem;height:2.375rem;top:11.375rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #ducXmGC0en8Kqz4kFCnlzRGJQD7ic6d7 { display:flex;width:2.1875rem;height:2.375rem;top:16rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C { display:block; }#OWr6KrxwufSTVpTqKV84wBr6D3XrQ26C > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blspO6qEa5Jw6ODJUCsO8COH93iJfz8n { width:20rem;height:8.454rem;top:0rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }