.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#031117;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#113b5a;background-image:url("https://images.assets-landingi.com/uc/bdf464f2-477c-49c5-b4b7-5e7e995d4615/Untitleddesign2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.adaptive-delivery-prevent-bg, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyload, #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP.lazyloading { background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { background-color: transparent; background-image: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { display: none; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .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); }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { border-width: 0; border-radius: 0; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { font-size:14px;font-family:arial;height:775px;width:1200px;position:relative;display:block; }#FhcmyOIq7BE9Msg3w6oVkl1IaQ4vhHSQ { display:block;width:1200px;position:absolute;font-family:bangers;font-size:48px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 0 #5b5b5b;top:24px;left:0px;height:62.3958px;color:#ff6b00;font-style:normal;text-align:center;text-align-last:center;display:none; }
#V5X8rDzWU0gP1AEdciArf3VPf9WOzZ4S { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:360px;width:640px;top:220px;left:280px;display:block; }
#diaeXmbozxn6B4WiX0ZCuJDHGzTnXtpr { color:#f2ba33;display:block;width:439px;position:absolute;font-family:anton;font-size:100px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:597px;left:380px;height:130px;display:block; }
#Mia0b36Gn5g2AaRwHc0QEM2nUNWdZane { color:#ffffff;display:block;width:816px;position:absolute;font-family:"open sans";font-size:30px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:162px;left:192px;height:39px;font-style:normal;display:block; }
#GMtca0ERJD5uw2uEb1nXZPExsR5oEbaG { box-sizing:content-box;height:92px;width:1091px;position:absolute;display:block;z-index:15007;background-color:#f2ba33;background-image:none;top:49px;left:55px;display:block; }
#rDNIhQ0TT92GT52lgbrPNw1bHCBzRhf2 { color:#f7edf0;display:block;width:1053px;position:absolute;font-family:caliway;font-size:30px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:76px;left:65px;height:39px;text-align:center;text-align-last:center;display:block; }
#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f3266ad-2168-48c4-98a8-9de731fab121/Commandyourdaybackgroundpic.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.adaptive-delivery-prevent-bg, #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.lazyload, #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.lazyloading { background-image: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { background-color: transparent; background-image: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #edeef8; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container > .video-iframe-container { display: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #edeef8; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row > .video-iframe-container { display: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .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); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { border-width: 0; border-radius: 0; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { font-size:14px;font-family:arial;height:1320px;width:1200px;position:relative;display:block; }#usT3Q4xGTahVl8WKWAR3ow0Kkkpl3PAh { color:#000000;display:block;width:955px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:1188px;left:115px;height:31.1953px;display:block; }
#b3zbc69PNrb4Pf9yZTZJ2n5TTzF3bOtn { box-sizing:content-box;height:5px;width:1136px;position:absolute;display:block;z-index:15025;background-color:rgba(2,0,0,0.68);background-image:none;top:1136px;left:40px;display:block; }
#wa35ShTy6fbisSA6yPVrr7THAdQvSzrz { color:#000000;display:block;width:879px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:1041px;left:179px;height:26px;display:block; }
#dVAap5RIEpZJshJz6SdWs8GLDHTOm3o6 { color:#000000;display:block;width:917px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:912px;left:170px;height:39px;display:block; }
#bwxArfEn8G0iGHnu2Td3Bro0BtHIT91n { box-sizing:content-box;height:5px;width:1136px;position:absolute;display:block;z-index:15024;background-color:rgba(2,0,0,0.68);background-image:none;top:844px;left:38px;display:block; }
#D3Pqc87PirTMSe1H3TdZ47RW4xHiQFIM { z-index:15020;top:769px;left:471px;background-color:#4e1121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:47px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GGg4VcA4GICLeTknyNfJx7vRqNTi79DP { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l6dfUNxAzovqWVVtTT1Posem5cDpFom6 { color:#000000;display:block;width:917px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:642px;left:160px;height:78px;display:block; }
#Q5DTsIA0BzSDQ3yeT7hRnyv5ayGWREXa { box-sizing:content-box;height:5px;width:1136px;position:absolute;display:block;z-index:15023;background-color:rgba(2,0,0,0.68);background-image:none;top:570px;left:24px;display:block; }
#aV9N5DpnZDC4LSdWb7yFGcXGQnD6cvuW { z-index:15019;top:481px;left:505px;background-color:#4e1121;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:175px;height:42px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mzh4DIGScxCA0HJODnmllQFanDaizKBn { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ia8fJp0lPUk0K8sFxlEZZOu04MCEUKTa { color:#000000;display:block;width:967px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:359px;left:160px;height:72.7969px;display:block; }
#cQMdDoMWBqdELGLcMzDA1BTleHZAO6Er { box-sizing:content-box;height:5px;width:1136px;position:absolute;display:block;z-index:15022;background-color:rgba(2,0,0,0.68);background-image:none;top:313px;left:24px;display:block; }
#DrUgB92TkmCWuzHzDoJekJWaruvQ2U9z { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:373px;left:68px; }
#OmpSMgT0kcyJCdc8gJBhPJi2WLq3yNHT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:656px;left:68px; }
#KlXLKIXT02QIShoDO0WgqJJ314GeN54W { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:926px;left:68px; }
#VPa6sCbtqXOUGOGUcdLRyVneD8uXddIn { color:#000000;display:block;width:1104px;position:absolute;font-family:"open sans";font-size:30px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:207px;left:40px;height:78px;text-align:center;text-align-last:center;display:block; }
#L8q3xL8Ui2HmaGBD6Vu1UH3THIoNXQdp { color:#000000;display:block;width:730px;position:absolute;font-family:"open sans";font-size:60px;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:85px;left:227px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3f3f3f;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; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container { background-color: transparent; background-image: none; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container > .video-iframe-container { display: none; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row > .video-iframe-container { display: none; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .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); }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container { border-width: 0; border-radius: 0; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container { font-size:14px;font-family:arial;height:317px;width:1200px;position:relative;display:block; }#T62d6417fb1b02f8ca8b2949f23e940ebe6acad5 { 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;height:87px;width:87px;top:38px;left:562px;overflow:hidden;display:block; }
#a18dfec7ca7b56dadb537ec8dfaff123a6bde701 { color:#000000;display:block;width:98px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:135.1875px;left:499px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#F0e6603aa08470c0f58ef590b5a232af0300de72 { color:#000000;display:block;width:75px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:135.1796875px;left:621px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
#bb87bf01320d04b0e94423b73778d3a783ff2345 { color:#000000;display:block;width:1200px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:174px;left:0px;height:77.9689px;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) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhcmyOIq7BE9Msg3w6oVkl1IaQ4vhHSQ { width:320px;height:62px;top:28px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #V5X8rDzWU0gP1AEdciArf3VPf9WOzZ4S { top:220px;left:62px;width:640px;height:360px;display:block; }
 }@media only screen and (max-width: 763px) { #diaeXmbozxn6B4WiX0ZCuJDHGzTnXtpr { top:597px;left:162px;width:439px;height:130px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #Mia0b36Gn5g2AaRwHc0QEM2nUNWdZane { top:162px;left:0px;width:764px;height:39px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #GMtca0ERJD5uw2uEb1nXZPExsR5oEbaG { top:49px;left:0px;width:764px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #rDNIhQ0TT92GT52lgbrPNw1bHCBzRhf2 { top:76px;left:0px;width:764px;height:39px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB { display:block; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usT3Q4xGTahVl8WKWAR3ow0Kkkpl3PAh { top:1188px;left:0px;width:764px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3zbc69PNrb4Pf9yZTZJ2n5TTzF3bOtn { top:1136px;left:0px;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #wa35ShTy6fbisSA6yPVrr7THAdQvSzrz { top:1041px;left:0px;width:764px;height:26px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dVAap5RIEpZJshJz6SdWs8GLDHTOm3o6 { top:912px;left:0px;width:764px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bwxArfEn8G0iGHnu2Td3Bro0BtHIT91n { top:844px;left:0px;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #D3Pqc87PirTMSe1H3TdZ47RW4xHiQFIM { top:769px;left:253px;width:270px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #GGg4VcA4GICLeTknyNfJx7vRqNTi79DP { display:block; }
 }@media only screen and (max-width: 763px) { #l6dfUNxAzovqWVVtTT1Posem5cDpFom6 { top:642px;left:0px;width:764px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DTsIA0BzSDQ3yeT7hRnyv5ayGWREXa { top:570px;left:0px;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #aV9N5DpnZDC4LSdWb7yFGcXGQnD6cvuW { top:481px;left:287px;width:175px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mzh4DIGScxCA0HJODnmllQFanDaizKBn { display:block; }
 }@media only screen and (max-width: 763px) { #ia8fJp0lPUk0K8sFxlEZZOu04MCEUKTa { top:359px;left:0px;width:764px;height:109px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #cQMdDoMWBqdELGLcMzDA1BTleHZAO6Er { top:313px;left:0px;width:764px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #DrUgB92TkmCWuzHzDoJekJWaruvQ2U9z { top:373px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #OmpSMgT0kcyJCdc8gJBhPJi2WLq3yNHT { top:656px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #KlXLKIXT02QIShoDO0WgqJJ314GeN54W { top:926px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #VPa6sCbtqXOUGOGUcdLRyVneD8uXddIn { top:207px;left:0px;width:764px;height:78px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L8q3xL8Ui2HmaGBD6Vu1UH3THIoNXQdp { top:85px;left:9px;width:730px;height:78px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c { display:block; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T62d6417fb1b02f8ca8b2949f23e940ebe6acad5 { top:38px;left:344px;width:87px;height:87px;display:block; }
 }@media only screen and (max-width: 763px) { #a18dfec7ca7b56dadb537ec8dfaff123a6bde701 { top:135px;left:281px;width:98px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #F0e6603aa08470c0f58ef590b5a232af0300de72 { top:135px;left:403px;width:75px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #bb87bf01320d04b0e94423b73778d3a783ff2345 { top:174px;left:0px;width:764px;height:75px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP { display:block; }#rCdRSLmRRRPB4VLPDDsiGhUHNn7m6LeP > .row .container { width:320px;height:631.296875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhcmyOIq7BE9Msg3w6oVkl1IaQ4vhHSQ { width:320px;height:62.375px;top:28.300001144409px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:caliway;color:#fff463;display:block; }
 }@media only screen and (max-width: 763px) { #V5X8rDzWU0gP1AEdciArf3VPf9WOzZ4S { height:180px;width:320px;top:281.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #diaeXmbozxn6B4WiX0ZCuJDHGzTnXtpr { width:320px;height:0;top:481.296875px;left:0px;font-size:32px;text-align:center;text-align-last:center;color:#fff463;font-weight:400;font-style:normal;font-family:anton;display:block; }
 }@media only screen and (max-width: 763px) { #Mia0b36Gn5g2AaRwHc0QEM2nUNWdZane { width:320px;height:0;top:222.296875px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GMtca0ERJD5uw2uEb1nXZPExsR5oEbaG { width:320px;height:92px;top:110.296875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rDNIhQ0TT92GT52lgbrPNw1bHCBzRhf2 { width:320px;height:0;top:137.296875px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#faf2f2;font-weight:400;font-style:normal;font-family:caliway;display:block; }
 }@media only screen and (max-width: 763px) { #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91ed5f29-5a12-4d06-a04f-64dd00d8e9ce/Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.adaptive-delivery-prevent-bg, #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.lazyload, #OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB.lazyloading { background-image: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { background-color: transparent; background-image: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container > .video-iframe-container { display: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row > .video-iframe-container { display: none; }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .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); }#OOuo7AzBSbTzDOGBUfkAahfEf49Mr2KB > .row .container { width:320px;height:1178px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usT3Q4xGTahVl8WKWAR3ow0Kkkpl3PAh { width:320px;height:0;top:950.7969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3zbc69PNrb4Pf9yZTZJ2n5TTzF3bOtn { width:320px;height:5px;top:925.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wa35ShTy6fbisSA6yPVrr7THAdQvSzrz { width:320px;height:0;top:879.7969px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dVAap5RIEpZJshJz6SdWs8GLDHTOm3o6 { width:320px;height:0;top:820.7969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bwxArfEn8G0iGHnu2Td3Bro0BtHIT91n { width:320px;height:5px;top:725.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #D3Pqc87PirTMSe1H3TdZ47RW4xHiQFIM { top:658.7969px;left:25px;width:270px;height:47px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #GGg4VcA4GICLeTknyNfJx7vRqNTi79DP { display:block; }
 }@media only screen and (max-width: 763px) { #l6dfUNxAzovqWVVtTT1Posem5cDpFom6 { width:320px;height:0;top:560.7969px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Q5DTsIA0BzSDQ3yeT7hRnyv5ayGWREXa { width:320px;height:5px;top:465.7969px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aV9N5DpnZDC4LSdWb7yFGcXGQnD6cvuW { top:403.7969px;left:72px;width:175px;height:42px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mzh4DIGScxCA0HJODnmllQFanDaizKBn { display:block; }
 }@media only screen and (max-width: 763px) { #ia8fJp0lPUk0K8sFxlEZZOu04MCEUKTa { width:320px;height:0;top:311px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cQMdDoMWBqdELGLcMzDA1BTleHZAO6Er { width:320px;height:5px;top:216px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DrUgB92TkmCWuzHzDoJekJWaruvQ2U9z { display:flex;width:50px;height:50px;top:241px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #OmpSMgT0kcyJCdc8gJBhPJi2WLq3yNHT { display:flex;width:50px;height:50px;top:490.7969px;left:135px; }
 }@media only screen and (max-width: 763px) { #KlXLKIXT02QIShoDO0WgqJJ314GeN54W { display:flex;width:50px;height:50px;top:750.7969px;left:135px; }
 }@media only screen and (max-width: 763px) { #VPa6sCbtqXOUGOGUcdLRyVneD8uXddIn { width:320px;height:0;top:118px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L8q3xL8Ui2HmaGBD6Vu1UH3THIoNXQdp { width:320px;height:0;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c { display:block; }#d401e82b9ccbe10ebf26fdc637f98208cd7f7b3c > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T62d6417fb1b02f8ca8b2949f23e940ebe6acad5 { width:55px;height:55px;top:33px;left:132.5px;display:block; }
 }@media only screen and (max-width: 763px) { #a18dfec7ca7b56dadb537ec8dfaff123a6bde701 { width:98px;height:18.1875px;top:98.8125px;left:51px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0e6603aa08470c0f58ef590b5a232af0300de72 { width:75px;height:18.1875px;top:98.8125px;left:187.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bb87bf01320d04b0e94423b73778d3a783ff2345 { width:300px;height:249.5px;top:154px;left:10px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }