.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#IKnKTO2yETm48QIaFu6088701XN4skya { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/V5w64LtI/Bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IKnKTO2yETm48QIaFu6088701XN4skya.adaptive-delivery-prevent-bg, #IKnKTO2yETm48QIaFu6088701XN4skya.lazyload, #IKnKTO2yETm48QIaFu6088701XN4skya.lazyloading { background-image: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { background-color: transparent; background-image: none; }#IKnKTO2yETm48QIaFu6088701XN4skya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container > .video-iframe-container { display: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row > .video-iframe-container { display: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .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); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { border-width: 0; border-radius: 0; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row > .video-iframe-container {  }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#WAa2HETFORr8UOrnAgStnQpJ2pFpLQAA { color:#ffffff;display:block;width:35.625rem;position:absolute;font-family:"dm serif display";font-size:2.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:19.068359375rem;left:0.9375rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tOSMwCz0E3bkf9BfL8V19AGK0HlwLRv3 { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:21.9931640625rem;left:0.9375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V1av6BXGbXK98IeI62M5tDCTbeDPfuHd { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:28.875rem;width:28.875rem;top:7.34375rem;left:41.8125rem;overflow:hidden;display:block; }
#luMxpCmA7cWcTXS3xehSJQvApbmza4cX { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:11.6875rem;top:1.625rem;left:1.125rem;overflow:hidden;display:block; }
#TaLEiQdizPwgiCkGFm5prQIJDm9rqQib { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.25rem;width:12.0625rem;top:4.875rem;left:61.5625rem;overflow:hidden;display:block; }
#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;background-image:none;position:relative;display:block; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container { background-color: transparent; background-image: none; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container > .video-iframe-container { display: none; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row > .video-iframe-container { display: none; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .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); }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container { border-width: 0; border-radius: 0; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row > .video-iframe-container {  }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#AszPp7r3tfIDr9x5qMq6TBN8IIbUywPI { color:#ffb53d;display:block;width:31.5rem;position:absolute;font-family:hkgrotesk;font-size:1rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:3rem;left:39.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LN6X3tNNFNnmDB3kHzhoZrkAGheesOAT { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:8.5625rem;left:38.96875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U0lVVE72C1Uuuz8tMqWsimgCniCJ2hWO { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.0625rem;width:27.5625rem;top:6.046875rem;left:6.90625rem;overflow:hidden;display:block; }
#ch0GDMGryfsSzmcTKxV61ag1CCQLgkXT { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:12.0625rem;top:24.375rem;left:1.125rem;overflow:hidden;display:block; }
#tZKJ5qyH1ah3iRBGCuMXtytB92T1hcP0 { color:#8492a7;display:block;width:35.0625rem;position:absolute;font-family:hkgrotesk;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.6875rem;left:39.0625rem;height:14.625rem;display:block; }
#qdLOqg3uIXLXTuCfM2iOfl3IosTGN42B { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"dm serif display";font-size:2.75rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:4.099609375rem;left:38.96875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;background-image:none;position:relative;display:block; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container { background-color: transparent; background-image: none; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container > .video-iframe-container { display: none; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row > .video-iframe-container { display: none; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .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); }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container { border-width: 0; border-radius: 0; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row > .video-iframe-container {  }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#GTgqU9aKiBAT8IxRtEIUDKmFx0D9OHN8 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.0625rem;width:18.75rem;top:3.40625rem;left:46.875rem;overflow:hidden;display:block; }
#TzD65RmGqTIQXkzrWymKeRkkKN2kZ4Td { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:12.0625rem;top:13.65625rem;left:41.1875rem;overflow:hidden;display:block; }
#ztFGkC0O2U6NLgTtNlMJFzaKpqdzwJOC { color:#8492a7;display:block;width:35.0625rem;position:absolute;font-family:hkgrotesk;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.671875rem;left:1.21875rem;height:7.3125rem;display:block; }
#SlsyzQTdmoormEKGySIaCICSZnzJt7hL { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:10.75rem;left:1.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ou7fpLSSqU2WMd4irFWFThv4N4IRd5rW { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"dm serif display";font-size:2.75rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.3125rem;left:1.1875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p374JNsMddmBF1TPEB36daFAuP4rCxCZ { color:#ffb53d;display:block;width:31.5rem;position:absolute;font-family:hkgrotesk;font-size:1rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:5.1875rem;left:1.3125rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f6f4;background-image:none;position:relative;display:block; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container { background-color: transparent; background-image: none; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container > .video-iframe-container { display: none; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row > .video-iframe-container { display: none; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .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); }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container { border-width: 0; border-radius: 0; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row > .video-iframe-container {  }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container { font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;position:relative;display:block; }#h1c2kfhkmJbJMPMpQAAGMeEBaMRkQbuH { color:#ffb53d;display:block;width:31.5rem;position:absolute;font-family:hkgrotesk;font-size:1rem;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:3rem;left:39.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDaJKQzxUobqeccyr5lgzCSbUIbvuywv { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.5;letter-spacing:0;top:8.5625rem;left:38.96875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GJGlGZdiFOCArLI61xAvZmXtgl3ATrzN { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.25rem;width:21.5rem;top:5.46875rem;left:8rem;overflow:hidden;display:block; }
#tP4slJVVv30XH7dpRE49WTtlWsHEzZhw { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.3125rem;width:12.0625rem;top:19.6875rem;left:3.25rem;overflow:hidden;display:block; }
#ecsnIv7xZaD2CBHM2DIIaUXmiuru3Uws { color:#8492a7;display:block;width:35.0625rem;position:absolute;font-family:hkgrotesk;font-size:0.9375rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:14.6875rem;left:39.0625rem;height:20.71875rem;display:block; }
#nu36WFwKmrx5lL04squ6KytQpG7KJJnd { color:#000000;display:block;width:34.5625rem;position:absolute;font-family:"dm serif display";font-size:2.75rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:4.099609375rem;left:38.96875rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#222d39;background-image:none;position:relative;display:block; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container { background-color: transparent; background-image: none; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container > .video-iframe-container { display: none; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row > .video-iframe-container { display: none; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .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); }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container { border-width: 0; border-radius: 0; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row > .video-iframe-container {  }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container { font-size:0.875rem;font-family:arial;height:47rem;width:75rem;position:relative;display:block; }#racAl4aq38FKvVLPGdZnk5oL9wIVBeUE { color:#ffb53d;display:block;width:31.5rem;position:absolute;font-family:hkgrotesk;font-size:1rem;font-weight:400;z-index:100005;line-height:1.1;letter-spacing:0;top:1.5rem;left:1.3125rem;height:1.0996125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CiOfRUww4l1M9u6cG4CiGeDE6cWdarxJ { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:"dm serif display";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:2.625rem;left:1.25rem;height:4.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVUtFpV7ogXUICTiOIDsZPfRyBVbcTBv { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:10.375rem;left:1.3125rem;overflow:hidden;display:block; }
#UDaTZcc4z7nR9tkcpclSoLAtT8T1dWqE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:17.125rem;left:1.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xr6Qgm6uNWx595Kklbe0uy68kwNb7mZU { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:19.5625rem;left:1.3125rem;height:17.543rem;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;display:block; }
#IrIUhCZwdBn0Arwg0yfRorgqeJATh21y { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:10.375rem;left:16.3125rem;overflow:hidden;display:block; }
#i6nW9029icFmPneK3KE5Gimq567GAfRX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:17.125rem;left:16.3125rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kwzqtopup1z4QeMoQvhzWDwiKrBcb0wD { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:19.5625rem;left:16.3125rem;height:14.619125rem;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;display:block; }
#O1CWKUrW7mBwzAlxnEqAM2eFvVL5F9UO { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:5.625rem;top:10.375rem;left:31.25rem;overflow:hidden;display:block; }
#P49bKUAg06ZSfTGLFVxzaFExZqvNo9Cd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:17.125rem;left:31.25rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U2WH2cHI0SAsTTcmk4yBwNMP0B0Ppswk { color:#ffffff;display:block;width:13rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:19.5625rem;left:31.25rem;height:17.543rem;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;display:block; }
#f7SZNf1iWZSTtunCxdwvPFtvaRiTNoF3 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:5.625rem;top:10.375rem;left:46.5rem;overflow:hidden;display:block; }
#gKKt4RkgB8phTNtkeTFWh8TGV4ZiFQvD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:17.125rem;left:46.5rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BTtEVB1vmNQp9Er4XBXbrlGQzHbd65Ey { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:19.5625rem;left:46.5rem;height:11.6953125rem;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;display:block; }
#ZG3lpBDtNfpGWXQ1o3r44TmR0kJJL46N { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:5.3125rem;top:10.375rem;left:60.375rem;overflow:hidden;display:block; }
#WX6JixHi5KPIKddhC91nnSRk0fcBCf7y { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:17.125rem;left:60.375rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#K4PldJudUiG036pxL7Q2s3Ti2tpgbHMB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:19.5625rem;left:60.375rem;height:20.4668125rem;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;display:block; }
#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/S40eVMW7/Bg_2_.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb.adaptive-delivery-prevent-bg, #gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb.lazyload, #gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb.lazyloading { background-image: none; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container { background-color: transparent; background-image: none; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container > .video-iframe-container { display: none; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row > .video-iframe-container { display: none; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .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); }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container { border-width: 0; border-radius: 0; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row > .video-iframe-container {  }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#Rbdr1NFzFbCOiArowP6GHhraxQ6bfzLO { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:13.5625rem;top:8.71875rem;left:2rem;overflow:hidden;display:block; }
#vzJJpCmcUVuh2IK3ICcumOggVm01Jua9 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(255,255,255,0.5);border-left:0rem solid #5d92ff;border-right:0;border-bottom:0;height:4rem;width:71rem;top:18.75rem;left:2rem;display:block; }
#kNR4dk9IBGi7vbZk3t5Rd7fynw1Go32L { color:#98a6ac;display:block;width:14.25rem;position:absolute;font-family:hkgrotesk;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.3;letter-spacing:0;top:20.0498046875rem;left:30.375rem;height:1.4619125rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #IKnKTO2yETm48QIaFu6088701XN4skya { display:block; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { width:47.75rem;height:47.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WAa2HETFORr8UOrnAgStnQpJ2pFpLQAA { width:22.0625rem;height:12.6738125rem;top:10.0625rem;left:0.90625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOSMwCz0E3bkf9BfL8V19AGK0HlwLRv3 { width:22.1875rem;height:13.5rem;top:23.5rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V1av6BXGbXK98IeI62M5tDCTbeDPfuHd { top:15.59375rem;left:24.6875rem;width:20.3125rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luMxpCmA7cWcTXS3xehSJQvApbmza4cX { width:11.6875rem;height:3.25rem;top:1.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TaLEiQdizPwgiCkGFm5prQIJDm9rqQib { width:9.375rem;height:15.875rem;top:9.5rem;left:37.604591836735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP { display:block; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container { width:47.75rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AszPp7r3tfIDr9x5qMq6TBN8IIbUywPI { width:22.875rem;height:1.0996125rem;top:2.46240234375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LN6X3tNNFNnmDB3kHzhoZrkAGheesOAT { width:22.1875rem;height:3.375rem;top:6.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0lVVE72C1Uuuz8tMqWsimgCniCJ2hWO { width:18.875rem;height:26.875rem;top:8.8125rem;left:3.9228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ch0GDMGryfsSzmcTKxV61ag1CCQLgkXT { width:9.875rem;height:16.75rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tZKJ5qyH1ah3iRBGCuMXtytB92T1hcP0 { width:22.125rem;height:19.33251875rem;top:11.875rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qdLOqg3uIXLXTuCfM2iOfl3IosTGN42B { width:22.125rem;height:2.8125rem;top:3.56201171875rem;left:24.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D { display:block; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container { width:47.75rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GTgqU9aKiBAT8IxRtEIUDKmFx0D9OHN8 { width:8.3125rem;height:12.5rem;top:8.8125rem;left:3.9228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzD65RmGqTIQXkzrWymKeRkkKN2kZ4Td { width:9.875rem;height:16.75rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ztFGkC0O2U6NLgTtNlMJFzaKpqdzwJOC { width:22.125rem;height:19.33251875rem;top:11.875rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SlsyzQTdmoormEKGySIaCICSZnzJt7hL { width:22.1875rem;height:3.375rem;top:6.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ou7fpLSSqU2WMd4irFWFThv4N4IRd5rW { width:22.125rem;height:2.8125rem;top:3.56201171875rem;left:24.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p374JNsMddmBF1TPEB36daFAuP4rCxCZ { width:22.875rem;height:1.0996125rem;top:2.46240234375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 { display:block; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container { width:47.75rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h1c2kfhkmJbJMPMpQAAGMeEBaMRkQbuH { width:22.875rem;height:1.0996125rem;top:2.46240234375rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wDaJKQzxUobqeccyr5lgzCSbUIbvuywv { width:22.1875rem;height:3.375rem;top:6.875rem;left:24.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GJGlGZdiFOCArLI61xAvZmXtgl3ATrzN { width:17.9375rem;height:26.875rem;top:8.8125rem;left:3.9228515625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tP4slJVVv30XH7dpRE49WTtlWsHEzZhw { width:9.875rem;height:16.75rem;top:23.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecsnIv7xZaD2CBHM2DIIaUXmiuru3Uws { width:22.125rem;height:19.33251875rem;top:11.875rem;left:24.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nu36WFwKmrx5lL04squ6KytQpG7KJJnd { width:22.125rem;height:2.8125rem;top:3.56201171875rem;left:24.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g { display:block; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container { width:47.75rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #racAl4aq38FKvVLPGdZnk5oL9wIVBeUE { width:31.5rem;height:1.0996125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CiOfRUww4l1M9u6cG4CiGeDE6cWdarxJ { width:34.5625rem;height:3rem;top:5.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mVUtFpV7ogXUICTiOIDsZPfRyBVbcTBv { width:5.3125rem;height:5.3125rem;top:11.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UDaTZcc4z7nR9tkcpclSoLAtT8T1dWqE { width:7.375rem;height:1.4624rem;top:17.125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xr6Qgm6uNWx595Kklbe0uy68kwNb7mZU { width:8.1875rem;height:25.996125rem;top:19.5625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrIUhCZwdBn0Arwg0yfRorgqeJATh21y { width:5.3125rem;height:5.3125rem;top:11.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6nW9029icFmPneK3KE5Gimq567GAfRX { width:8.5rem;height:1.4624rem;top:17.12451171875rem;left:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kwzqtopup1z4QeMoQvhzWDwiKrBcb0wD { width:7.875rem;height:24.6963125rem;top:19.5625rem;left:10.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O1CWKUrW7mBwzAlxnEqAM2eFvVL5F9UO { width:5.1875rem;height:4.75rem;top:11.53125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P49bKUAg06ZSfTGLFVxzaFExZqvNo9Cd { width:8.625rem;height:1.4624rem;top:17.12451171875rem;left:19.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U2WH2cHI0SAsTTcmk4yBwNMP0B0Ppswk { width:8.0625rem;height:24.6963125rem;top:19.5625rem;left:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f7SZNf1iWZSTtunCxdwvPFtvaRiTNoF3 { width:5.3125rem;height:5.3125rem;top:11.25rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gKKt4RkgB8phTNtkeTFWh8TGV4ZiFQvD { width:12.5rem;height:1.4624rem;top:17.12451171875rem;left:28.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BTtEVB1vmNQp9Er4XBXbrlGQzHbd65Ey { width:7.375rem;height:18.19725rem;top:19.5625rem;left:28.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZG3lpBDtNfpGWXQ1o3r44TmR0kJJL46N { width:5rem;height:5rem;top:11.40625rem;left:37.29150390625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WX6JixHi5KPIKddhC91nnSRk0fcBCf7y { width:9rem;height:1.4624rem;top:17.04345703125rem;left:37.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K4PldJudUiG036pxL7Q2s3Ti2tpgbHMB { width:9.3125rem;height:25.996125rem;top:19.5625rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb { display:block; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container { width:47.75rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rbdr1NFzFbCOiArowP6GHhraxQ6bfzLO { width:13.5625rem;height:4rem;top:5.90625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vzJJpCmcUVuh2IK3ICcumOggVm01Jua9 { width:45.3125rem;height:4rem;top:23.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kNR4dk9IBGi7vbZk3t5Rd7fynw1Go32L { width:14.25rem;height:1.29980625rem;top:25.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IKnKTO2yETm48QIaFu6088701XN4skya { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/V5w64LtI/Bg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IKnKTO2yETm48QIaFu6088701XN4skya.adaptive-delivery-prevent-bg, #IKnKTO2yETm48QIaFu6088701XN4skya.lazyload, #IKnKTO2yETm48QIaFu6088701XN4skya.lazyloading { background-image: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { background-color: transparent; background-image: none; }#IKnKTO2yETm48QIaFu6088701XN4skya::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container > .video-iframe-container { display: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row > .video-iframe-container { display: none; }#IKnKTO2yETm48QIaFu6088701XN4skya > .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); }#IKnKTO2yETm48QIaFu6088701XN4skya > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAa2HETFORr8UOrnAgStnQpJ2pFpLQAA { width:18.5625rem;height:4.0625rem;top:7.25rem;left:0.71875rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSMwCz0E3bkf9BfL8V19AGK0HlwLRv3 { width:18.25rem;height:2.625rem;top:13.5625rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1av6BXGbXK98IeI62M5tDCTbeDPfuHd { width:15.875rem;height:15.875rem;top:22rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luMxpCmA7cWcTXS3xehSJQvApbmza4cX { width:10.75rem;height:2.6875rem;top:1.15625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaLEiQdizPwgiCkGFm5prQIJDm9rqQib { width:9.0625rem;height:15.25rem;top:19.6875rem;left:10.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP { display:block; }#Z3CSFD5Xzi1std6DXHSH49qJ99FQFEuP > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AszPp7r3tfIDr9x5qMq6TBN8IIbUywPI { width:17.75rem;height:1.375rem;top:23.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN6X3tNNFNnmDB3kHzhoZrkAGheesOAT { width:19rem;height:2.625rem;top:29.1875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #U0lVVE72C1Uuuz8tMqWsimgCniCJ2hWO { width:15.4375rem;height:17.5625rem;top:3.6875rem;left:2.28125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #ch0GDMGryfsSzmcTKxV61ag1CCQLgkXT { width:7.9375rem;height:13.5625rem;top:2.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZKJ5qyH1ah3iRBGCuMXtytB92T1hcP0 { width:18.6875rem;height:20.4609375rem;top:32.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdLOqg3uIXLXTuCfM2iOfl3IosTGN42B { width:18.75rem;height:2.625rem;top:24.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D { display:block; }#Gwy8QevU3xx1P6RHoAUNMA9NbD6Zaz0D > .row .container { width:20rem;height:54.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTgqU9aKiBAT8IxRtEIUDKmFx0D9OHN8 { width:12.9375rem;height:19.375rem;top:4.75rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzD65RmGqTIQXkzrWymKeRkkKN2kZ4Td { width:7.9375rem;height:13.5625rem;top:2.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztFGkC0O2U6NLgTtNlMJFzaKpqdzwJOC { width:18.6875rem;height:12.50390625rem;top:38.310546875rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlsyzQTdmoormEKGySIaCICSZnzJt7hL { width:19rem;height:2.625rem;top:33.9375rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #Ou7fpLSSqU2WMd4irFWFThv4N4IRd5rW { width:18.75rem;height:2.625rem;top:30.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p374JNsMddmBF1TPEB36daFAuP4rCxCZ { width:17.75rem;height:1.375rem;top:27.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 { display:block; }#O0FCknD4BZKClTHmPXzTNqFHx44cQ0u3 > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1c2kfhkmJbJMPMpQAAGMeEBaMRkQbuH { width:17.75rem;height:1.375rem;top:23.5rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDaJKQzxUobqeccyr5lgzCSbUIbvuywv { width:19rem;height:2.625rem;top:29.1875rem;left:0.5rem;text-align:left;text-align-last:left;font-size:0.875rem;font-weight:400;font-style:normal;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #GJGlGZdiFOCArLI61xAvZmXtgl3ATrzN { width:11.6875rem;height:17.5625rem;top:3.6875rem;left:2.28125rem;z-index:100020;display:block; }
 }@media only screen and (max-width: 763px) { #tP4slJVVv30XH7dpRE49WTtlWsHEzZhw { width:7.9375rem;height:13.5625rem;top:2.1875rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecsnIv7xZaD2CBHM2DIIaUXmiuru3Uws { width:18.6875rem;height:28.41796875rem;top:32.9375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu36WFwKmrx5lL04squ6KytQpG7KJJnd { width:18.75rem;height:2.625rem;top:24.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g { display:block; }#LwIudLnoTH4NOSbV6U12w7R7s8zL1R2g > .row .container { width:20rem;height:118.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #racAl4aq38FKvVLPGdZnk5oL9wIVBeUE { width:15.5625rem;height:1.0996125rem;top:2.71240234375rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiOfRUww4l1M9u6cG4CiGeDE6cWdarxJ { width:19.125rem;height:2.625rem;top:4.375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVUtFpV7ogXUICTiOIDsZPfRyBVbcTBv { width:4.4375rem;height:4.4375rem;top:9.75rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDaTZcc4z7nR9tkcpclSoLAtT8T1dWqE { width:7.1875rem;height:1.4624rem;top:15.375rem;left:6.40625rem;font-size:1.125rem;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #Xr6Qgm6uNWx595Kklbe0uy68kwNb7mZU { width:18.8125rem;height:11.69825rem;top:17.67333984375rem;left:0.59375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IrIUhCZwdBn0Arwg0yfRorgqeJATh21y { width:4.4375rem;height:4.4375rem;top:32rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6nW9029icFmPneK3KE5Gimq567GAfRX { width:8.0625rem;height:1.4624rem;top:37.8125rem;left:6rem;font-size:1.125rem;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #Kwzqtopup1z4QeMoQvhzWDwiKrBcb0wD { width:18.9375rem;height:9.098625rem;top:40rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1CWKUrW7mBwzAlxnEqAM2eFvVL5F9UO { width:4.4375rem;height:4.0625rem;top:52.9375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P49bKUAg06ZSfTGLFVxzaFExZqvNo9Cd { width:8.8125rem;height:1.4624rem;top:58.0625rem;left:5.625rem;font-size:1.125rem;font-family:hkgrotesk;display:block; }
 }@media only screen and (max-width: 763px) { #U2WH2cHI0SAsTTcmk4yBwNMP0B0Ppswk { width:18.4375rem;height:10.3984375rem;top:60.125rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f7SZNf1iWZSTtunCxdwvPFtvaRiTNoF3 { width:4.4375rem;height:4.4375rem;top:75.3125rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKKt4RkgB8phTNtkeTFWh8TGV4ZiFQvD { width:7.1875rem;height:1.4624rem;top:80.5rem;left:6.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTtEVB1vmNQp9Er4XBXbrlGQzHbd65Ey { width:18.5rem;height:6.499rem;top:82.75rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZG3lpBDtNfpGWXQ1o3r44TmR0kJJL46N { width:4.4375rem;height:4.4375rem;top:94.3388671875rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX6JixHi5KPIKddhC91nnSRk0fcBCf7y { width:6.625rem;height:1.4624rem;top:100.3388671875rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4PldJudUiG036pxL7Q2s3Ti2tpgbHMB { width:18.9375rem;height:11.69825rem;top:102.48828125rem;left:0.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb { display:block; }#gQurHSCAh2h9M4XN7fTqNFI1qkUhTizb > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rbdr1NFzFbCOiArowP6GHhraxQ6bfzLO { width:13.5625rem;height:4rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzJJpCmcUVuh2IK3ICcumOggVm01Jua9 { width:17.4375rem;height:4rem;top:6.5rem;left:1.25rem;border-top:0.0625rem solid rgba(255,255,255,0.3);border-left:0rem solid #5d92ff;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #kNR4dk9IBGi7vbZk3t5Rd7fynw1Go32L { width:12.75rem;height:1.29980625rem;top:7.880859375rem;left:3.625rem;font-size:1rem;display:block; }
 }