.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:#f4f4f4;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:500px;width:960px;border-top:100px solid #e10060;border-left:0;border-right:0;border-bottom:1px solid #5d92ff;overflow:visible;position:relative;display:block; }#SzJeu5dyNkNiIxibbw3biGUqwG9G7VHO { 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:66px;width:243px;top:-83px;left:358.5px;overflow:hidden;display:block; }
#OkxAwqJDEsJkdqfn83Lx6VoiDAGSIlBV { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:389px;width:308px;top:55.5px;left:550px;overflow:hidden;display:block; }
#XwRHRDaRoH02dQsb5asUuo9UgioxyyG3 { color:#272727;display:block;width:399px;position:absolute;font-family:montserrat;font-size:40px;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:156px;left:64px;height:144px;display:block; }
#k88mZ90iavdsDK7SMVMrnBZUGvazIAhT { color:#272727;display:block;width:393px;position:absolute;font-family:montserrat;font-size:20px;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:329px;left:65px;height:60px;display:block; }
#IlP1SWQo4u9SAPvOPyurX1y6w6QBGQBN { color:#e10060;display:block;width:393px;position:absolute;font-family:montserrat;font-size:17px;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:112px;left:65px;height:25.5px;font-style:normal;display:block; }
#qTDFhfcsaheGULtaMIPDr7AdRFBGAN6a { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S { z-index:;position:relative;display:block; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S { background-color: transparent; background-image: none; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row .container > .video-iframe-container { display: none; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row > .video-iframe-container { display: none; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .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); }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S { border-width: 0; border-radius: 0; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row .container { background-color:#e10060;background-image:none;font-size:14px;font-family:arial;height:554px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h { color:#ffffff;display:block;width:467px;position:absolute;font-family:montserrat;font-size:25px;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:155.75px;left:432px;height:152.5px;display:block; }#rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76eccd7a58af391bdc4a398ffae23e60c60a194c.svg); }
#MATInl2PhCKpJfQWmBICRuN6vAkwbvXT { position:absolute;display:block;z-index:15005;height:348px;width:328px;top:86px;left:61px;display:block; }
#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW { z-index:;position:relative;display:block; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW { background-color: transparent; background-image: none; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row .container > .video-iframe-container { display: none; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row > .video-iframe-container { display: none; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .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); }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW { border-width: 0; border-radius: 0; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:470px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:visible;position:relative;display:block; }#okx3NCa09QOJDG9UmvgXFKahceSEpE1G { color:#272727;display:block;width:690px;position:absolute;font-family:montserrat;font-size:35px;font-weight:700;z-index:15003;line-height:1.9;letter-spacing:0;top:52.75px;left:135px;height:66.5px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbn2NoLXNnqgggGRGPEw143xt2A6DNQo { color:#0062d0;display:block;width:105px;position:absolute;font-family:"font awesome 2022";font-size:100px;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:155px;left:121px;height:110px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A93Kiyrn8QoW5FSZesocvmPT4VHNonJ4 { color:#272727;display:block;width:215px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:291px;left:66px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLOv0Cb80k9yd2pF46kvhSLLrTTrr4qW { color:#0062d0;display:block;width:105px;position:absolute;font-family:"font awesome 2022";font-size:100px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:155px;left:423px;height:110px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nlGv4nSMaOK2FFn1iG58fIpNwtPtWMUk { color:#272727;display:block;width:271px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:291px;left:340px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMF1O8M0SSBhvTTVnqJoudwvkFAqEZn7 { color:#0062d0;display:block;width:105px;position:absolute;font-family:"font awesome 2022";font-size:100px;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:155px;left:733px;height:110px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMFZJyZm6iZDxk6rZDoU5QF06GSvkH71 { color:#272727;display:block;width:217px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:291px;left:678px;height:108px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { z-index:;position:relative;display:block; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { background-color: transparent; background-image: none; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row .container > .video-iframe-container { display: none; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row > .video-iframe-container { display: none; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .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); }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { border-width: 0; border-radius: 0; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #d3005a, #ff006d);background-image: -moz-linear-gradient(90deg, #d3005a, #ff006d);background-image: -ms-linear-gradient(90deg, #d3005a, #ff006d);background-image: -o-linear-gradient(90deg, #d3005a, #ff006d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3005a', endColorstr='#ff006d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3005a', endColorstr='#ff006d' );";background-image: linear-gradient(90deg, #d3005a, #ff006d);background-size:auto !important;font-size:14px;font-family:arial;height:350px;width:960px;border-top:0;border-left:0;border-right:0;border-bottom:100px solid #272727;overflow:visible;position:relative;display:block; }#L3XCDkzPbCoKQ8kSgmgG1aJnkTmOU9Fv { color:#ffffff;display:block;width:323px;position:absolute;font-family:montserrat;font-size:40px;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:73px;left:80px;height:96px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v4iK52OIuDxSQPyDwNkAuysPMQ6uIapc { color:#ffffff;display:block;width:341px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:197px;left:81px;height:81px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vIMPEGeS2xSDWEvgFyHaMtXtruFrOdo9 { color:#ffffff;display:block;width:304px;position:absolute;font-family:"bebas neue";font-size:122px;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:113px;left:571px;height:292.781px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wbK0IwuTxWfCsfGWSa7RWMyJ8pQBQ26d { color:#ffffff;display:block;width:261px;position:absolute;font-family:"bebas neue";font-size:20px;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:90px;left:571px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBVhJrIsm6rgBmecAGTwLSTSpDDDgKuG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:243px;top:367.00001525879px;left:359.5px;overflow:hidden;display:block; }
#NQQ41xBQypxzkLcNUT0WGqAQkFoTLbbe { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzJeu5dyNkNiIxibbw3biGUqwG9G7VHO { width:243px;height:66px;top:-83px;left:260.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OkxAwqJDEsJkdqfn83Lx6VoiDAGSIlBV { width:308px;height:389px;top:55px;left:452px;display:block; }
 }@media only screen and (max-width: 763px) { #XwRHRDaRoH02dQsb5asUuo9UgioxyyG3 { width:399px;height:144px;top:156px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #k88mZ90iavdsDK7SMVMrnBZUGvazIAhT { width:393px;height:60px;top:329px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IlP1SWQo4u9SAPvOPyurX1y6w6QBGQBN { width:393px;height:25px;top:112px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qTDFhfcsaheGULtaMIPDr7AdRFBGAN6a { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S { display:block; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h { width:467px;height:152px;top:155px;left:297px;font-size:15px;display:block; }#rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76eccd7a58af391bdc4a398ffae23e60c60a194c.svg); }
 }@media only screen and (max-width: 763px) { #MATInl2PhCKpJfQWmBICRuN6vAkwbvXT { width:328px;height:348px;top:86px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KRoK588kvBtKvbfsaFr7g8rM79gzCzCW { display:block; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okx3NCa09QOJDG9UmvgXFKahceSEpE1G { width:690px;height:66px;top:52px;left:37px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #wbn2NoLXNnqgggGRGPEw143xt2A6DNQo { width:105px;height:110px;top:155px;left:23px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #A93Kiyrn8QoW5FSZesocvmPT4VHNonJ4 { width:215px;height:108px;top:291px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pLOv0Cb80k9yd2pF46kvhSLLrTTrr4qW { width:105px;height:110px;top:155px;left:325px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #nlGv4nSMaOK2FFn1iG58fIpNwtPtWMUk { width:271px;height:108px;top:291px;left:242px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RMF1O8M0SSBhvTTVnqJoudwvkFAqEZn7 { width:105px;height:110px;top:155px;left:635px;font-size:100px;display:block; }
 }@media only screen and (max-width: 763px) { #yMFZJyZm6iZDxk6rZDoU5QF06GSvkH71 { width:217px;height:108px;top:291px;left:547px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { display:block; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3XCDkzPbCoKQ8kSgmgG1aJnkTmOU9Fv { width:323px;height:96px;top:73px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #v4iK52OIuDxSQPyDwNkAuysPMQ6uIapc { width:341px;height:81px;top:197px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vIMPEGeS2xSDWEvgFyHaMtXtruFrOdo9 { width:304px;height:146px;top:113px;left:460px;font-size:90px;display:block; }
 }@media only screen and (max-width: 763px) { #wbK0IwuTxWfCsfGWSa7RWMyJ8pQBQ26d { width:261px;height:24px;top:90px;left:473px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NBVhJrIsm6rgBmecAGTwLSTSpDDDgKuG { width:243px;height:66px;top:367px;left:261.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NQQ41xBQypxzkLcNUT0WGqAQkFoTLbbe { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:452px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:100px solid #e10060;border-left:0 solid #5d92ff;border-right:0 solid #5d92ff;border-bottom:1px solid #5d92ff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SzJeu5dyNkNiIxibbw3biGUqwG9G7VHO { width:243px;height:66px;top:-80px;left:39.66667175293px;display:block; }
 }@media only screen and (max-width: 763px) { #OkxAwqJDEsJkdqfn83Lx6VoiDAGSIlBV { width:135px;height:173px;top:34px;left:92.5px;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #XwRHRDaRoH02dQsb5asUuo9UgioxyyG3 { width:320px;height:57.1875px;top:260.328125px;left:0.828125px;font-size:22px;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #k88mZ90iavdsDK7SMVMrnBZUGvazIAhT { width:320px;height:42px;top:343.5px;left:0.83334350585938px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IlP1SWQo4u9SAPvOPyurX1y6w6QBGQBN { width:320px;height:18px;top:225.16668701172px;left:0.83334350585938px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTDFhfcsaheGULtaMIPDr7AdRFBGAN6a { top:101px;left:0px;width:320px;height:351px;z-index:14999;background-color:#fffbfb;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S { display:block; }#GIAQ2znpanLRuTBTvIv6JxFQ1uzI4O0S > .row .container { width:320px;height:613px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h { width:280px;height:95.5px;top:41px;left:20px;font-size:15px;display:block; }#rUVJ9EvVUnxs3tT8y80iTU6AKBb5J75h li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_76eccd7a58af391bdc4a398ffae23e60c60a194c.svg); }
 }@media only screen and (max-width: 763px) { #MATInl2PhCKpJfQWmBICRuN6vAkwbvXT { width:320px;height:348px;top:160.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KRoK588kvBtKvbfsaFr7g8rM79gzCzCW { display:block; }#KRoK588kvBtKvbfsaFr7g8rM79gzCzCW > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okx3NCa09QOJDG9UmvgXFKahceSEpE1G { width:262px;height:70.2px;top:47.000015258789px;left:27px;font-size:27px;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wbn2NoLXNnqgggGRGPEw143xt2A6DNQo { width:49px;height:35.2px;top:153px;left:27px;font-size:32px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A93Kiyrn8QoW5FSZesocvmPT4VHNonJ4 { width:215px;height:63px;top:139px;left:76px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pLOv0Cb80k9yd2pF46kvhSLLrTTrr4qW { width:49px;height:35.2px;top:244px;left:27px;font-size:32px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlGv4nSMaOK2FFn1iG58fIpNwtPtWMUk { width:228px;height:63px;top:230px;left:76px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMF1O8M0SSBhvTTVnqJoudwvkFAqEZn7 { width:49px;height:35.2px;top:335px;left:27px;font-size:32px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yMFZJyZm6iZDxk6rZDoU5QF06GSvkH71 { width:201px;height:63px;top:321px;left:75px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { display:block; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c { border-width: 0; border-radius: 0; }#ZsaPgfMAomQMwpGIRiaF8BSfNeNL7L7c > .row .container { width:320px;height:541px;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3XCDkzPbCoKQ8kSgmgG1aJnkTmOU9Fv { width:260px;height:76.7812px;top:42.83332824707px;left:31.666667px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #v4iK52OIuDxSQPyDwNkAuysPMQ6uIapc { width:263px;height:63px;top:138.69999694824px;left:30.166667px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vIMPEGeS2xSDWEvgFyHaMtXtruFrOdo9 { width:221px;height:108px;top:254.00001525879px;left:33.000010505859px;font-size:90px;display:block; }
 }@media only screen and (max-width: 763px) { #wbK0IwuTxWfCsfGWSa7RWMyJ8pQBQ26d { width:173px;height:24px;top:228.00001525879px;left:35.000010505859px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NBVhJrIsm6rgBmecAGTwLSTSpDDDgKuG { width:243px;height:66px;top:418px;left:38.5px;display:block; }
 }@media only screen and (max-width: 763px) { #NQQ41xBQypxzkLcNUT0WGqAQkFoTLbbe { top:396.83332824707px;left:0px;width:320px;height:144px;z-index:15000;background-color:#272727;background-image:none;display:block; }
 }