.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:218,229,244;--color-primary-1:131,168,218;--color-primary-2:7,80,181;--color-primary-3:4,40,91;--color-primary-4:1,12,27;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"open sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6848e474-6ec3-4dab-90b6-c30e74ffef31/AG_LeoVegas_030.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000759, rgba(0,7,89,0.44));background-image: -moz-linear-gradient(180deg, #000759, rgba(0,7,89,0.44));background-image: -ms-linear-gradient(180deg, #000759, rgba(0,7,89,0.44));background-image: -o-linear-gradient(180deg, #000759, rgba(0,7,89,0.44));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000759', endColorstr='#00075970' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000759', endColorstr='#00075970' );";background-image: linear-gradient(180deg, #000759, rgba(0,7,89,0.44));background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { color:#ffffff;display:block;width:31.3733125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.5615234375rem;left:2.4267578125rem;height:9.484875rem;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; }
#kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5) ;height:36rem;width:24.25rem;top:10.5625rem;left:35.75rem;display:block; }
#GV3zWp2d8ytih6Kitdb43hdZbxPi7FZu { color:rgba(var(--color-secondary-4),1);display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.483154296875rem;left:37.15576171875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { color:#000759;display:block;width:21.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:11.427001953125rem;left:37.186279296875rem;height:4.396975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K7hlqv8N64lBt2TqbNBzcTfQgZ6NTyBo { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.249025rem;width:7.7480625rem;top:0rem;left:2.4267578125rem;overflow:hidden;display:block; }
#CGdG6MgWpRuaiAcRDlUvU9C6FwwraH3e { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:40.556640625rem;left:2.4267578125rem;height:2.5183125rem;font-style:normal;display:block; }
#GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { color:rgba(var(--color-secondary-0),1);display:block;width:30.2478125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:25.560302734375rem;left:2.4267578125rem;height:8.999rem;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; }
#bqXDSb04LUsDAVdrLw8qxO82zDHhzegD { color:rgba(var(--color-secondary-4),1);display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:20.0537109375rem;left:37.15576171875rem;height:1.62475625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { background-color: transparent; background-image: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { display: none; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .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); }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { border-width: 0; border-radius: 0; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;position:relative;display:block; }#rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { color:#000759;display:block;width:19.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:18.978271484375rem;left:0.15625rem;height:3.2495125rem;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;text-align:center;text-align-last:center;display:block; }
#ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { color:#04285b;display:block;width:17.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24.61181640625rem;left:1.436767578125rem;height:4.77905rem;text-align:center;text-align-last:center;display:block; }
#TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { color:#000759;display:block;width:17.37425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:18.978271484375rem;left:21.28173828125rem;height:;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;text-align:center;text-align-last:center;display:block; }
#OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { color:#04285b;display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:24.613037109375rem;left:21.40625rem;height:4.77905rem;text-align:center;text-align-last:center;display:block; }
#uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { color:#000759;display:block;width:17.8735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.978271484375rem;left:41.06201171875rem;height:3.2495125rem;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;text-align:center;text-align-last:center;display:block; }
#xbxpz8fxf0SbXKPq0umwenl0SqZGXPtt { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.13) ;height:23.4375rem;width:19.375rem;top:8.88427734375rem;left:0.3125rem;display:block; }
#IvnEE3QgEbh9vsBOI4GasaUrXsD4lTiL { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.13) ;height:23.4375rem;width:19.375rem;top:8.88427734375rem;left:20.3125rem;display:block; }
#emwSzT4xfhGXflxcEmJ6HukkhCt5qsvn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;box-shadow: 0rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),0.13) ;height:23.4375rem;width:19.375rem;top:8.88427734375rem;left:40.3125rem;display:block; }
#yz8zfTILGuJTlJXiZVZ15PVSMSJKTSl0 { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:2.86376953125rem;left:0rem;height:3.061525rem;font-style:normal;text-align:center;text-align-last:center;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; }
#xKvmly0vcawuK9ultsV2i92RrIq6cmug { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.01416015625rem;left:27.8125rem; }
#HPOJi0avZDTG9p4rDWIUwMaMZt15IOOd { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:12.01416015625rem;left:7.8125rem; }
#H4pyBksLHkg3787MnRuTCTDiTdbxHqEF { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12.01416015625rem;left:47.8125rem; }
#AWRd2riQAqKHeKS7QyB6LSiPwHCIZzWt { color:#04285b;display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:24.6142578125rem;left:41.09375rem;height:4.14184375rem;text-align:center;text-align-last:center;display:block; }
#gbHPwVI6DgOanH93hX8Is845odSckgLJ { color:#04285b;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:7.178955078125rem;left:0rem;height:1.705325rem;text-align:center;text-align-last:center;display:block; }
#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000759;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { background-color: transparent; background-image: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { display: none; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .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); }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { border-width: 0; border-radius: 0; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:60rem;position:relative;display:block; }#q5dIANUbtghvqGkUeqiyzeOwIXquLIWO { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.9353837966919rem;left:0rem;height:2.84301875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hp4WQNsiJqSy9vRTOMpx91LoKApF6aJd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:14.24925rem;width:13.49975rem;top:8.12255859375rem;left:0.811767578125rem;display:block; }
#N3mIumd5tovsSFIu2ZeG8CklDdoyLZht { color:#1c54f4;display:block;width:7.3730625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.284423828125rem;left:3.87451171875rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lJs8Pad6aVwuFvwcslyt1X8bOkG4Kxaw { color:rgba(var(--color-primary-3),1);display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:13.739013671875rem;left:1.62353515625rem;height:5.9472625rem;text-align:center;text-align-last:center;display:block; }
#gBqddLcLRLND4hZ2e7NORv7F7lUIyk9N { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:14.2480625rem;width:13.4985625rem;top:8.12255859375rem;left:15.7763671875rem;display:block; }
#VAfKrTXwswtBtWZX5STn8rZUgNaOobNE { color:#1c54f4;display:block;width:9.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.284423828125rem;left:17.8076171875rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#e3QyfA5zsPpViIwWvrclVec7TO6h8ULJ { color:rgba(var(--color-primary-3),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.4;letter-spacing:0;top:12.996826171875rem;left:16.36962890625rem;height:7.4340625rem;text-align:center;text-align-last:center;display:block; }
#FlAqbQvcZtQ4zzZISySgx4rtbPgPy9wa { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:14.2480625rem;width:13.4985625rem;top:8.12255859375rem;left:30.557861328125rem;display:block; }
#KfqDGmhF6XVcWSh0h8buTwCZAkFqPA91 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:14.2480625rem;width:13.4985625rem;top:8.12255859375rem;left:45.433349609375rem;display:block; }
#DTN1R8xn5isrutSJRq9OurB2uUtV1Bwk { color:#1c54f4;display:block;width:9.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.284423828125rem;left:32.589111328125rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mC1PFE56yJbUFEEdFXEUhz0r8eT8XLKC { color:rgba(var(--color-primary-3),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:12.994384765625rem;left:31.151123046875rem;height:5.9472625rem;text-align:center;text-align-last:center;display:block; }
#OkksyEFfbkO7hR9dhQu8a5TzP7aRZqlV { color:#1c54f4;display:block;width:9.4360625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.284423828125rem;left:47.464599609375rem;height:1.9494625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yTx0p1qlHMKnq1rbLsZMOLfTpBvIiW5U { color:rgba(var(--color-primary-3),1);display:block;width:12.3108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:12.994384765625rem;left:46.026611328125rem;height:7.4340625rem;text-align:center;text-align-last:center;display:block; }
#wdqViULSCVZ7CqpipbhgLStExHqboNb2 { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-3),0.76);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:5rem;width:18rem;top:50.135498046875rem;left:6.309326171875rem;display:block; }
#HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/74b66008-a1c5-4217-a7b8-56234b5aa3d1/RomanowskiRobert_01Copy.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.3125rem 0.3125rem 1.5625rem rgba(var(--color-tertiary-4),1) ;height:25.06225rem;width:17.937rem;top:29.996337890625rem;left:6.40380859375rem;display:block; }#HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn.adaptive-delivery-prevent-bg, #HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn.lazyload, #HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn.lazyloading { background-image: none; }
#omTTpsy0QwRt26cDXSagcaiUbPNsSnwA { color:#ffffff;display:block;width:14.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:50.88623046875rem;left:7.9345703125rem;height:3.4985375rem;text-align:center;text-align-last:center;display:block; }
#TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { color:rgba(var(--color-secondary-0),1);display:block;width:31.7480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.996337890625rem;left:27.24365234375rem;height:8.287375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUU3TmVFDBca7JADwHRXdQwOg9tI8J3i { color:rgba(var(--color-secondary-0),1);display:block;width:31.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:40.71533203125rem;left:27.24365234375rem;height:8.12375rem;text-align:center;text-align-last:center;display:block; }
#V79gBlrrrpbpSkXhqn2wfMZChLEcs70T { background-color:#1c54f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:51.776123046875rem;left:34.21142578125rem;display:block; }
#S9KkXtPJ5svrQnE7gProWCAnDLDn3ir9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGPhVX62yUO7xHKniTgszo0fvqgmkdyC { box-sizing:content-box;height:5.3125rem;width:49rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.496337890625rem;left:7.061767578125rem;display:block; }
#AsetUJT5t2eKI91BUoA7RGW24SJGHNez { position:relative;display:block; } #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection *:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="text"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="email"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="tel"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection textarea:focus-visible { outline: none; } #AsetUJT5t2eKI91BUoA7RGW24SJGHNez > .row .container { position:relative;display:block; }@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:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:31.3125rem;height:9.4375rem;top:10.5rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:24.1875rem;height:35.9375rem;top:10.5625rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV3zWp2d8ytih6Kitdb43hdZbxPi7FZu { width:21.375rem;height:3.0625rem;top:16.4375rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:21.3125rem;height:4.375rem;top:11.375rem;left:26.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7hlqv8N64lBt2TqbNBzcTfQgZ6NTyBo { top:0rem;left:0rem;width:7.6875rem;height:5.2079961522639rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGdG6MgWpRuaiAcRDlUvU9C6FwwraH3e { top:40.5rem;left:0rem;width:28.75rem;height:2.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:30.1875rem;height:8.9375rem;top:25.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXDSb04LUsDAVdrLw8qxO82zDHhzegD { width:21.375rem;height:1.5625rem;top:20rem;left:26.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { width:19.6875rem;height:3.1875rem;top:18.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { width:17.0625rem;height:4.75rem;top:24.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { width:17.3125rem;height:;top:18.9375rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { width:17.1875rem;height:4.75rem;top:24.5625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { width:17.8125rem;height:3.1875rem;top:18.9375rem;left:29.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxpz8fxf0SbXKPq0umwenl0SqZGXPtt { width:19.375rem;height:23.4375rem;top:8.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvnEE3QgEbh9vsBOI4GasaUrXsD4lTiL { width:19.375rem;height:23.4375rem;top:8.875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwSzT4xfhGXflxcEmJ6HukkhCt5qsvn { width:19.375rem;height:23.4375rem;top:8.875rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8zfTILGuJTlJXiZVZ15PVSMSJKTSl0 { width:47.75rem;height:3rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKvmly0vcawuK9ultsV2i92RrIq6cmug { top:12rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPOJi0avZDTG9p4rDWIUwMaMZt15IOOd { top:12rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4pyBksLHkg3787MnRuTCTDiTdbxHqEF { top:12rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWRd2riQAqKHeKS7QyB6LSiPwHCIZzWt { top:24.5625rem;left:29.8125rem;width:17.8125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbHPwVI6DgOanH93hX8Is845odSckgLJ { top:7.0625rem;left:0rem;width:47.6875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5dIANUbtghvqGkUeqiyzeOwIXquLIWO { top:2.875rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4WQNsiJqSy9vRTOMpx91LoKApF6aJd { width:13.4375rem;height:14.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3mIumd5tovsSFIu2ZeG8CklDdoyLZht { top:10.25rem;left:0rem;width:7.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJs8Pad6aVwuFvwcslyt1X8bOkG4Kxaw { top:13.6875rem;left:0rem;width:11.875rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBqddLcLRLND4hZ2e7NORv7F7lUIyk9N { width:13.4375rem;height:14.1875rem;top:8.0625rem;left:9.6513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAfKrTXwswtBtWZX5STn8rZUgNaOobNE { top:10.25rem;left:11.6826171875rem;width:9.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3QyfA5zsPpViIwWvrclVec7TO6h8ULJ { top:12.9375rem;left:10.24462890625rem;width:12.25rem;height:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlAqbQvcZtQ4zzZISySgx4rtbPgPy9wa { width:13.4375rem;height:14.1875rem;top:8.0625rem;left:24.432861328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfqDGmhF6XVcWSh0h8buTwCZAkFqPA91 { width:13.4375rem;height:14.1875rem;top:8.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTN1R8xn5isrutSJRq9OurB2uUtV1Bwk { top:10.25rem;left:26.464111328125rem;width:9.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mC1PFE56yJbUFEEdFXEUhz0r8eT8XLKC { top:12.9375rem;left:25.026123046875rem;width:12.25rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkksyEFfbkO7hR9dhQu8a5TzP7aRZqlV { top:10.25rem;left:38.375rem;width:9.375rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTx0p1qlHMKnq1rbLsZMOLfTpBvIiW5U { top:12.9375rem;left:35.5rem;width:12.25rem;height:7.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdqViULSCVZ7CqpipbhgLStExHqboNb2 { width:18rem;height:5rem;top:50.125rem;left:0.184326171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn { width:17.875rem;height:25rem;top:29.9375rem;left:0.27880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTTpsy0QwRt26cDXSagcaiUbPNsSnwA { top:50.875rem;left:1.8095703125rem;width:14.8125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { width:31.6875rem;height:8.25rem;top:29.9375rem;left:16.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUU3TmVFDBca7JADwHRXdQwOg9tI8J3i { top:40.6875rem;left:16.375rem;width:31.375rem;height:8.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V79gBlrrrpbpSkXhqn2wfMZChLEcs70T { width:17.5rem;height:3.4375rem;top:51.75rem;left:28.08642578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9KkXtPJ5svrQnE7gProWCAnDLDn3ir9 { display:block; }
 }@media only screen and (max-width: 763px) { #UGPhVX62yUO7xHKniTgszo0fvqgmkdyC { top:12.4375rem;left:0rem;width:47.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsetUJT5t2eKI91BUoA7RGW24SJGHNez { display:block; } #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection *:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="text"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="email"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="tel"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection textarea:focus-visible { outline: none; } #AsetUJT5t2eKI91BUoA7RGW24SJGHNez > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cbfc48d3-a10e-4720-a50f-6c3220898014/AG_LeoVegas_001.jpg");background-position:top right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnPnfPvXOgsRn9qTlTfvwzUi9nOXmbTW { width:20rem;height:7.3095625rem;top:9.393310546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kH6AoqFWqaa4Kr3ffof7Ux02kZZzq3vw { width:20rem;height:35.0605625rem;top:40.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(300deg, rgba(var(--color-secondary-0),0.57), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(300deg, rgba(var(--color-secondary-0),0.57), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(300deg, rgba(var(--color-secondary-0),0.57), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(300deg, rgba(var(--color-secondary-0),0.57), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.57)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),0.57)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(300deg, rgba(var(--color-secondary-0),0.57), rgba(var(--color-secondary-0),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GV3zWp2d8ytih6Kitdb43hdZbxPi7FZu { width:19.749rem;height:2.436525rem;top:44.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #UpfSz7c0S0fgZZKk7IEQph9xOStUdQpI { width:19.6875rem;height:3.0224625rem;top:41.25rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7hlqv8N64lBt2TqbNBzcTfQgZ6NTyBo { width:7.6875rem;height:5.20800625rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGdG6MgWpRuaiAcRDlUvU9C6FwwraH3e { width:20rem;height:1.7858875rem;top:34.125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzDvdo8E2H8fXmkEHzizBt6oq2rPTSMq { width:20rem;height:10.9375rem;top:19.19140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-weight:300;font-style:normal;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #bqXDSb04LUsDAVdrLw8qxO82zDHhzegD { width:20rem;height:1.2182625rem;top:46.5234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur { display:block; }#sJo6TFcsR9ZRDObp2xwQot3TSb9Gcaur > .row .container { width:20rem;height:71.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rPeAVwM6ecPKHrqeQDeh24Um5aqDkfKG { width:17.7478125rem;height:3.2495125rem;top:15.29541015625rem;left:1.12548828125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynrwzu3nBFzFKZyXSeBVS9GvO7KnV2Tl { width:17.558625rem;height:4.49706875rem;top:19.810791015625rem;left:1.219482421875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMd0a24MwTeN6oS38tAFgoO5tH7h6IHy { width:19.8730625rem;height:3.2495125rem;top:35.433349609375rem;left:0.125732421875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE56N178Mi5l0aAy5Unlqg1kU0NOTRBT { width:16.7480625rem;height:4.49706875rem;top:40.283203125rem;left:1.624755859375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLlBWDMP0XPJZpNni61qB4ATTkaVlhxv { width:17.1875rem;height:3.2495125rem;top:56.541748046875rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbxpz8fxf0SbXKPq0umwenl0SqZGXPtt { width:19.5605625rem;height:19.0625rem;top:7.388916015625rem;left:0.218505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvnEE3QgEbh9vsBOI4GasaUrXsD4lTiL { width:19.5605625rem;height:19.0625rem;top:28.02734375rem;left:0.218505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #emwSzT4xfhGXflxcEmJ6HukkhCt5qsvn { width:19.5605625rem;height:19.1235625rem;top:48.604736328125rem;left:0.438232421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yz8zfTILGuJTlJXiZVZ15PVSMSJKTSl0 { width:20rem;height:5.249025rem;top:0.872802734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKvmly0vcawuK9ultsV2i92RrIq6cmug { display:flex;width:3.125rem;height:3.125rem;top:30.948486328125rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #HPOJi0avZDTG9p4rDWIUwMaMZt15IOOd { display:flex;width:3.125rem;height:3.125rem;top:10.123291015625rem;left:8.4375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #H4pyBksLHkg3787MnRuTCTDiTdbxHqEF { display:flex;width:3.125rem;height:3.125rem;top:51.4013671875rem;left:8.656005859375rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #AWRd2riQAqKHeKS7QyB6LSiPwHCIZzWt { width:17.8125rem;height:2.59765625rem;top:61.68212890625rem;left:1.219482421875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gbHPwVI6DgOanH93hX8Is845odSckgLJ { width:20rem;height:1.3806125rem;top:7.6123046875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr { display:block; }#tTQMr8EOPedAuXVQZuE8dwRXtJgSnBmr > .row .container { width:20rem;height:136.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5dIANUbtghvqGkUeqiyzeOwIXquLIWO { width:18.6875rem;height:4.87305rem;top:2.1875rem;left:0.65625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hp4WQNsiJqSy9vRTOMpx91LoKApF6aJd { width:13.4375rem;height:14.1875rem;top:9.7021484375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3mIumd5tovsSFIu2ZeG8CklDdoyLZht { width:18.4375rem;height:1.62475625rem;top:11.435546875rem;left:0.78125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJs8Pad6aVwuFvwcslyt1X8bOkG4Kxaw { width:10.9375rem;height:5.9472625rem;top:14.9365234375rem;left:4.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gBqddLcLRLND4hZ2e7NORv7F7lUIyk9N { width:13.4375rem;height:14.187rem;top:26.624755859375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAfKrTXwswtBtWZX5STn8rZUgNaOobNE { width:9.375rem;height:1.62475625rem;top:28.78662109375rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3QyfA5zsPpViIwWvrclVec7TO6h8ULJ { width:12.2485625rem;height:7.4340625rem;top:31.93603515625rem;left:3.87451171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlAqbQvcZtQ4zzZISySgx4rtbPgPy9wa { width:13.4375rem;height:14.187rem;top:43.56201171875rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfqDGmhF6XVcWSh0h8buTwCZAkFqPA91 { width:13.4375rem;height:14.187rem;top:60.99853515625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTN1R8xn5isrutSJRq9OurB2uUtV1Bwk { width:9.375rem;height:1.62475625rem;top:45.848388671875rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mC1PFE56yJbUFEEdFXEUhz0r8eT8XLKC { width:12.2485625rem;height:5.9472625rem;top:49.495849609375rem;left:3.87451171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkksyEFfbkO7hR9dhQu8a5TzP7aRZqlV { width:9.375rem;height:1.62475625rem;top:63.41064453125rem;left:5.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTx0p1qlHMKnq1rbLsZMOLfTpBvIiW5U { width:12.2485625rem;height:7.4340625rem;top:66.370849609375rem;left:3.87451171875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdqViULSCVZ7CqpipbhgLStExHqboNb2 { width:17.8125rem;height:5.1875rem;top:129.13842773438rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapmeZ6iCC75JmN5UQnyTqMH32XZDBpn { width:17.87475rem;height:25rem;top:109.31030273438rem;left:1.060791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #omTTpsy0QwRt26cDXSagcaiUbPNsSnwA { width:14.8108125rem;height:3.4985375rem;top:129.98168945312rem;left:2.593994140625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TMIGfTmTieovSFvW5PM0pQ1VLPuyCzGF { width:20rem;height:8.125rem;top:78.702392578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUU3TmVFDBca7JADwHRXdQwOg9tI8J3i { width:18.6865rem;height:10.2368125rem;top:88.81103515625rem;left:0.655517578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V79gBlrrrpbpSkXhqn2wfMZChLEcs70T { width:17.5rem;height:3.4375rem;top:101.49658203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9KkXtPJ5svrQnE7gProWCAnDLDn3ir9 { display:block; }
 }@media only screen and (max-width: 763px) { #UGPhVX62yUO7xHKniTgszo0fvqgmkdyC { width:8.1875rem;height:52.9375rem;top:15.751953125rem;left:5.904541015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsetUJT5t2eKI91BUoA7RGW24SJGHNez { display:block; } #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection *:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="text"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="email"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection input[type="tel"]:focus-visible, #Nb96bc18e4e8b2625d7f219c18abb710.widget-smartsection textarea:focus-visible { outline: none; } #AsetUJT5t2eKI91BUoA7RGW24SJGHNez > .row .container { position:relative;display:block; } }