.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:249,243,227;--color-primary-1:252,232,174;--color-primary-2:226,196,114;--color-primary-3:164,61,0;--color-primary-4:45,39,23;--color-secondary-0:224,228,232;--color-secondary-1:163,175,186;--color-secondary-2:102,121,140;--color-secondary-3:61,73,84;--color-secondary-4:0,31,63;--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:Roboto; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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); }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz { position:relative;display:none; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz { border-width: 0; border-radius: 0; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#vBzsCSTyiJamyN8zF5vEC0tLWQq215qi { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:1.32421875rem;left:37.375rem;overflow:hidden;display:none; }
#rWe6ahzgo85HehcbTIszLt0wbMbLPMIH { box-sizing:content-box;color:rgba(var(--color-secondary-4),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:1rem;left:7.5rem;display:block; }
#IKweHDPS4DXScAqTKdi9JBJ0U6PrIqnE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16rem;height:2.625rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:33.375rem;left:1.6875rem;display:none; }
#CAngI9RU1DINSWuAoTmgZ3fCuDQPdMtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTyCh8XPUtMFZUy3ApR06oJZPy3hxc3I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.625rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:31rem;left:1.6875rem;display:none; }
#FCzFyxyv9ZA4ZTS2oTmgO29keQXDXqec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TM0fTRu53cD1KzhHkhM2uPk5f8vxTOVZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.875rem;height:2.625rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:28.875rem;left:1.6875rem;display:none; }
#IRl1VHUhZDWhlD3f6ddOnFztRJXM539r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PAN89JP17u7dTUWyGi2aAFuWsn74z9qe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:1.3125rem;left:64.375rem;display:none; }
#PAN89JP17u7dTUWyGi2aAFuWsn74z9qe > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; }#IyTWVnTGbCNx8cB737BnIGr9yubGuJVJ { z-index:15059;top:30.125rem;left:21.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#001327;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:32.875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#DXvbN78nCdLrO7T5gBfnOWUAOuRrXd9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f3f;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;z-index:auto;display:block; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container { background-color: transparent; background-image: none; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container > .video-iframe-container { display: none; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row > .video-iframe-container { display: none; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .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); }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container { border-width: 0; border-radius: 0; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:3.6875rem;width:75rem;position:relative;display:block; }#UuEBM3fWHuvLipJXTmotB5OcmbiL4Wle { z-index:15050;top:1.1875rem;left:63.5625rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:9.9375rem;height:1.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DBcmrlEWluZTZgxNsIHa1QCN81o6uBbo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aeV4l1wp6EQ08tiTRPHuKASoiT9NHInI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:0.4375rem;left:1.5625rem; }
#PsrCTypIXCSc3Dq28wGtVCL117ohSh9p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:1.3125rem;left:64.375rem; }
#c8N9bIs9Jz8Jkcxb8KUlOL86kuW8FBbR { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:0rem;left:32rem;overflow:hidden;display:block; }
#xoGDllsDDupUIhkyi23hlUCkQQckO3AU { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.5625rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#h51pHyV6TbfnEsL2aTn29LwIcvxdayBv { color:#debe4b;display:block;width:7.375rem;position:absolute;font-family:"playfair display";font-size:1.0625rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:1.125rem;left:35.6875rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001f3f;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;z-index:auto;display:block; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container { background-color: transparent; background-image: none; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container > .video-iframe-container { display: none; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row > .video-iframe-container { display: none; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .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); }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container { border-width: 0; border-radius: 0; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:6.0625rem;width:75rem;position:relative;display:block; }#zn9QXwOESXZ2q9tWv0LZkIDQ4FxGty79 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.875rem;height:2.625rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.71875rem;left:27.625rem;display:block; }
#vxtT5J7uEmM8TSDV5mVlV6M2SkQWxUHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EK8lUo53UT6m4aJtoNDVScunqn0a5x5p { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2.625rem;text-decoration:none;z-index:15023;text-align:left;text-align-last:left;top:1.71875rem;left:1.6875rem;display:block; }
#yetEGpRaV0LsWa7mlzRUsakXVQuXoIJk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RAhQkJOH3gODahkTfQVGldDLCTfsLrTm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5rem;height:2.625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.71875rem;left:8.1875rem;display:block; }
#UNzulo1c86xaos6EmbSncKEGWwHtTz3R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QGkDFdDaAkuRMays2MOyx2F6c3XRtRax { z-index:15060;top:1.3125rem;left:49.375rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#001327;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:22rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ovPGqbPzORLKmpurQ5sAxawEKkfVSHaN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -moz-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -ms-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -o-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#24384f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#24384f' );";background-image: linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container { background-color: transparent; background-image: none; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container > .video-iframe-container { display: none; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row > .video-iframe-container { display: none; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .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); }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container { border-width: 0; border-radius: 0; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);background-color:rgba(var(--color-tertiary-0),0.11);background-image:url("https://images.assets-landingi.com/uc/4e0cbd11-cb3e-498a-9508-4eec5bff3e8e/pawepietrzykiJustynabien4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x.adaptive-delivery-prevent-bg, #iPdQBHcdwfzKgG53sUa96AyycwbrI70x.lazyload, #iPdQBHcdwfzKgG53sUa96AyycwbrI70x.lazyloading { background-image: none; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container { background-color: transparent; background-image: none; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container > .video-iframe-container { display: none; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row > .video-iframe-container { display: none; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .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); }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container { border-width: 0; border-radius: 0; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#q5VMpw8LhMyqUOPy3ozrSK0BJTZfpLvf { color:#001327;display:block;width:61.5rem;position:absolute;font-family:"playfair display";font-size:3.1875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.5rem;left:6.75rem;height:16.57425rem;text-align:center;text-align-last:center;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; }
#WORTmLIRaFks3WTS9ObrTxhLKDpQ6PyI { z-index:15059;top:30.125rem;left:21.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#001327;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:32.875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TQssCbcpfXb4DWACHTP6u4WeVewdHDs7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#whtNW7VdbV3IMDoW0yvVL4FHUMHu94vL { color:rgba(0,19,39,0.83);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:21.1875rem;left:21.4375rem;height:6.5rem;text-align:center;text-align-last:center;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; }
#ZZ9HzyHtZO9LA0MB5Qikk3akP6Cv47Jp { color:rgba(0,19,39,0.83);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:35.75rem;left:21.4375rem;height:;text-align:center;text-align-last:center;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; }
#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -moz-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -ms-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-image: -o-linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#24384f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#24384f' );";background-image: linear-gradient(157deg, rgba(var(--color-tertiary-4),1), #24384f);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container { background-color: transparent; background-image: none; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container > .video-iframe-container { display: none; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row > .video-iframe-container { display: none; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .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); }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container { border-width: 0; border-radius: 0; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.11);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; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container { background-color: transparent; background-image: none; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container > .video-iframe-container { display: none; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row > .video-iframe-container { display: none; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .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); }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container { border-width: 0; border-radius: 0; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#PF7xrs2RETZXZgDM657o37g18DoqxQm4 { color:#001327;display:block;width:61.5rem;position:absolute;font-family:"playfair display";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:1.03125rem;left:0rem;height:1.21875rem;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; }
#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix { 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; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container { background-color: transparent; background-image: none; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container > .video-iframe-container { display: none; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row > .video-iframe-container { display: none; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .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); }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container { border-width: 0; border-radius: 0; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:75rem;position:relative;display:block; }#GnqyczCI4IuLAJHZAPzMCzn7R2qSOicN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.3125rem;width:75rem;top:0.21875rem;left:0rem;overflow:hidden;display:block; }
#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ { 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; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container { background-color: transparent; background-image: none; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container > .video-iframe-container { display: none; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row > .video-iframe-container { display: none; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .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); }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container { border-width: 0; border-radius: 0; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container { font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;position:relative;display:block; }#rKUObRsEDae0QbP8p7Rs7NihPwK6cxGg { color:rgba(var(--color-secondary-4),1);display:block;width:61.5rem;position:absolute;font-family:"playfair display";font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.21875rem;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; }
#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O { 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; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container { background-color: transparent; background-image: none; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container > .video-iframe-container { display: none; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row > .video-iframe-container { display: none; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .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); }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container { border-width: 0; border-radius: 0; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:75rem;position:relative;display:block; }#UcXaStW3xX0RT7HkaoGp3RhC0sd9Cb0w { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/030e6a2f-348e-4c05-8ef3-184ab68f3bb3/1.WEBP");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.adaptive-delivery-prevent-bg, #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.lazyload, #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.lazyloading { background-image: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { background-color: transparent; background-image: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,79,0.4); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container > .video-iframe-container { display: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,79,0.4); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row > .video-iframe-container { display: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .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); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { border-width: 0; border-radius: 0; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#eneIzL8ncklOulRo6N4q5mApSGpMXhKp { color:rgba(var(--color-tertiary-0),1);display:block;width:63.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.9375rem;left:5.75rem;height:;text-align:center;text-align-last:center;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; }
#KWzrrNzhoVzToPPKLDEJBmZk5dzhTTdg { z-index:15059;top:25.8125rem;left:26.53125rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:21.9375rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kebX1swlaD7L7g5qo9d8czCaizD3FerL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xydOUM4v2C6a02iybBCUh32DIRNT0Xeg { color:rgba(var(--color-tertiary-0),0.7);display:block;width:32.125rem;position:absolute;font-family:"playfair display";font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.375rem;left:21.4375rem;height:2.03125rem;text-align:center;text-align-last:center;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; }
#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.11);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; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container { background-color: transparent; background-image: none; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container > .video-iframe-container { display: none; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row > .video-iframe-container { display: none; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .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); }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container { border-width: 0; border-radius: 0; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#NxkEccsryd8hnqKXS4GRp6epw3tmVe5o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:23.375rem;top:4.40625rem;left:25.8125rem;overflow:hidden;display:block; }
#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW { 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; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { background-color: transparent; background-image: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container > .video-iframe-container { display: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row > .video-iframe-container { display: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .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); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { border-width: 0; border-radius: 0; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#gipZEQeCNBT4lAWZdHd85XZcGSnCWD16 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.8125rem;left:8.875rem;height:1.4624rem;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; }
#DUmFO6LiccqaQpJUpAo4aBIvdFBR9T99 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2rem;left:7.75rem;height:3.57421875rem;text-align:center;text-align-last:center;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; }
#QQgbtXQCwBrQV4kq9WQKw6WTc9nuGET7 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.0625rem;left:8.875rem;height:14.624rem;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; }
#PmVsRJkxdHhoZMy51Xl1wq0WUZz1t7OW { color:rgba(var(--color-tertiary-0),0.83);display:block;width:44.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:36.25rem;left:15.21875rem;height:;text-align:center;text-align-last:center;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; }
#Of8ahTXvtVpgU0ys3wXKzTmM7ZedA5AC { z-index:15061;top:42rem;left:21.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(140deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#001327;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:32.875rem;height:3.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UsbAAbrTbi0QHT47o91EaSzdmDUdmhZ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KX0c2EUkJatATfeeQTz6SHcZZecrUFDl { box-sizing:content-box;height:14.5625rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:34.4375rem;left:0rem;display:block; }
#z2oUB8DSAL66whby6TRFT5eO79TLEuVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee222a86-d24d-4634-a4e3-11473b23f996/tlobez.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu.adaptive-delivery-prevent-bg, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyload, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyloading { background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { background-color: transparent; background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,19,39,0.7); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,19,39,0.7); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .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); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { border-width: 0; border-radius: 0; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:75rem;position:relative;display:block; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.11);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; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container { background-color: transparent; background-image: none; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container > .video-iframe-container { display: none; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row > .video-iframe-container { display: none; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .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); }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container { border-width: 0; border-radius: 0; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#eZNmXbQm0fVuxZ4dlSqC6IBkUQJozf8B { color:#3c3c3c;display:block;width:32.125rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:38.5rem;height:7.3125rem;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; }
#d1O2dKsnEFdX1LFgx5eIxugdSa83TPgZ { color:#3c3c3c;display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:38.5rem;height:7.1484375rem;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; }
#GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:.22;top:38.0625rem;left:36.5rem; }
#GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#f32ZxAMrGHtOMprNbSRXXa2VETNwNht0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:33.625rem;top:1.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#boUrvEmTGSETcQMLHVesQlMIosVtguUQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#202020;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; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container { background-color: transparent; background-image: none; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container > .video-iframe-container { display: none; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row > .video-iframe-container { display: none; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .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); }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container { border-width: 0; border-radius: 0; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#porwfhWpqrq0mkL1Gfqvp1nuuR09MOdJ { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:"playfair display";font-size:2.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.4375rem;left:38.5rem;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; }
#yF7k3bGikfaHWiAopdVLTKxxR9GJ97BR { color:rgba(var(--color-tertiary-0),1);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.875rem;left:38.5rem;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; }
#V8DahO0cKa19XqH6FCknVI0XAFmma4uL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:.22;top:38.0625rem;left:36.5rem; }
#V8DahO0cKa19XqH6FCknVI0XAFmma4uL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#ndOMZk9ZaeaHg1wlPqlFxzXI6khHFyG6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:33.625rem;top:1.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.11);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; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container { background-color: transparent; background-image: none; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container > .video-iframe-container { display: none; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row > .video-iframe-container { display: none; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .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); }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container { border-width: 0; border-radius: 0; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#QWbpwuSm9tIXa2Chq13Koy2xXKxwbd1B { color:#3c3c3c;display:block;width:58.1875rem;position:absolute;font-family:"playfair display";font-size:1.8125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:2rem;left:8.40625rem;height:4.7119125rem;text-align:center;text-align-last:center;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; }
#hUfCdtw1hwmz8EuaAKLoeDR6gnbT6DhA { color:#3c3c3c;display:block;width:65.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:4.9375rem;height:;text-align:center;text-align-last:center;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; }
#mfwJyKwN9m3du1rRBKEtBMbFVc4b5sgV { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #202020;border-left:0.1875rem solid #202020;border-right:0.1875rem solid #202020;border-bottom:0.1875rem solid #202020;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.75rem;width:24.75rem;top:19rem;left:5.5rem;overflow:hidden;display:block; }
#ggHHHSGg55Wn6XAaFeNiHGglf3v54HBd { color:#3c3c3c;display:block;width:35.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:19.125rem;left:34.375rem;height:24.8608125rem;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; }
#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp { border-top:0.5rem dashed #c72121;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/030e6a2f-348e-4c05-8ef3-184ab68f3bb3/1.WEBP");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp.adaptive-delivery-prevent-bg, #ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp.lazyload, #ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp.lazyloading { background-image: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { background-color: transparent; background-image: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ecc56a; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container > .video-iframe-container { display: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ecc56a; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container { display: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .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); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { border-width: 0; border-radius: 0; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#bgBVS26tVfFfBT22SbkJlJbJtPGsU4KG { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:14.0625rem;top:1.21875rem;left:30.46875rem;overflow:hidden;display:block; }
#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR { border-top:0;border-left:0;border-right:0;border-bottom:0.5rem dashed #c72121;background-color:rgba(var(--color-tertiary-0),0.11);background-image:url("https://images.assets-landingi.com/uc/4e0cbd11-cb3e-498a-9508-4eec5bff3e8e/pawepietrzykiJustynabien4.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR.adaptive-delivery-prevent-bg, #ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR.lazyload, #ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR.lazyloading { background-image: none; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container { background-color: transparent; background-image: none; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container > .video-iframe-container { display: none; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row > .video-iframe-container { display: none; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .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); }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container { border-width: 0; border-radius: 0; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#LG98MxtD5ZTqH4ebH6WDIT7hMLFWxpLG { color:#001327;display:block;width:51.6875rem;position:absolute;font-family:"playfair display";font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.1875rem;left:11.65625rem;height:13rem;text-align:center;text-align-last:center;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; }
#e1TZzgQJuolegEK4p5QNaWDMRLi8MPuh { z-index:15059;top:26.6875rem;left:21.625rem;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #3f0000, rgba(255,0,0,0.73));background-image: -moz-linear-gradient(155deg, #3f0000, rgba(255,0,0,0.73));background-image: -ms-linear-gradient(155deg, #3f0000, rgba(255,0,0,0.73));background-image: -o-linear-gradient(155deg, #3f0000, rgba(255,0,0,0.73));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0000', endColorstr='#ff0000ba' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0000', endColorstr='#ff0000ba' );";background-image: linear-gradient(155deg, #3f0000, rgba(255,0,0,0.73));background-size:auto !important;border-top:0.0625rem solid #ecc56a;border-left:0.0625rem solid #ecc56a;border-right:0.0625rem solid #ecc56a;border-bottom:0.0625rem solid #ecc56a;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:31.75rem;height:5.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#E24GXu6TtXma1eOxUys8gX8hIUcLCnhV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JXJ6h7Rn1fxSVBzXv91Te7PkUMh7miGT { color:rgba(0,19,39,0.83);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:1.875rem;left:21.4375rem;height:;text-align:center;text-align-last:center;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; }
#lGKyMyuEMoMBQ0BA5s9nCtx2ddBNHA78 { color:rgba(0,19,39,0.83);display:block;width:32.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:33.8125rem;left:21.4375rem;height:;text-align:center;text-align-last:center;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; }
#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container { background-color: transparent; background-image: none; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container > .video-iframe-container { display: none; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row > .video-iframe-container { display: none; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .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); }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container { border-width: 0; border-radius: 0; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:4rem;width:75rem;position:relative;display:block; }#FlKXvMMH4VEz9QQWeTliN2xUVoKshATe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.125rem;left:7.0625rem; }
#SM6b77U4stzdudAlFxVPlPMIsTgw980Q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.125rem;left:10.5625rem; }
#g0Mzg0sWXqU9xlhB9WSLnEwnrmE3LJnZ { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:0.875rem;left:17.3125rem; }
#yruZQgGbxJfxO5GQy46qcAPCoJSAsvNe { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.125rem;left:14rem; }
#btoSrJHtaCiPZqHA7PciwafQhQZGnlFV { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:1.453125rem;left:1.1875rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w { position:relative;display:block; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w { background-color: transparent; background-image: none; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container > .video-iframe-container { display: none; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row > .video-iframe-container { display: none; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .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); }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w { border-width: 0; border-radius: 0; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB { position:relative;display:block; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB { background-color: transparent; background-image: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container > .video-iframe-container { display: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row > .video-iframe-container { display: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .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); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB { border-width: 0; border-radius: 0; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:21.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#y788pyU6wFTThwMP4ri3Age4uysLdRkl { color:#202020;display:block;width:25.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:24.75rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#OIMiZpLQbN1uX673U54OFB1MFnHOwDDv { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.125rem;left:3.5625rem;overflow:hidden;display:block; }
#Q4PzANbHqABH16DhZgf23DTx064kx37u { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.375rem;text-decoration:none;z-index:15037;text-align:left;text-align-last:left;top:10.75rem;left:14.1875rem;display:block; }
#mcvdyDdvOtLnP0b6g1kpH09qX5dqIKn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FXCbbTOvT3ZTBzZ6twruOLDktzhIigA4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:left;text-align-last:left;top:9.125rem;left:14.1875rem;display:block; }
#saRT3PVlsDAsa5aJXXvfMaxieDIKexHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZT78Th1EBkZTazx7fHSRXQnu0gzVDJW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.375rem;text-decoration:none;z-index:15036;text-align:left;text-align-last:left;top:7.5rem;left:14.1875rem;display:block; }
#OQzLHPSLXwcTsVRELCsH6rSckcznFSV2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kvz9PICbZ1wXJIKMeCoxaL30QpZNyiVw { color:#202020;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:5.1875rem;left:14.1875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3rPOrgrrHOeMfokDfk23Cu9LDLgQw1s { color:#baa03e;display:block;width:7.375rem;position:absolute;font-family:"playfair display";font-size:0.8125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:10.0625rem;left:2.375rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOcNPeWtvserTTrkC4HXowJyOahgBKwf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:1.375rem;text-decoration:none;z-index:15038;text-align:left;text-align-last:left;top:12.375rem;left:14.1875rem;display:block; }
#ddXIcbdBXKaK7wo5CG1K5toIeiSka1B0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lO6ZUsW0y6kmco7rL9wrUv6ZR9Slrqex { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5625rem;height:1.375rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:13rem;left:28.375rem;display:block; }
#JLxwbsCW5ehF1lBbWWRpEfaMi8yVf3c2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qr0wZOq9gZ2b5tOXqpoxRZXsTbvyr90D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:1.375rem;text-decoration:none;z-index:15046;text-align:left;text-align-last:left;top:11.375rem;left:28.375rem;display:block; }
#nQGTwWHKZ0G93e5MB37pNBrRtMmIumV7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pkNGsGsSdJhM951b1puh8p4ywsIH3ZHe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:1.375rem;text-decoration:none;z-index:15047;text-align:left;text-align-last:left;top:9.75rem;left:28.375rem;display:block; }
#RTaP7ywQXBG2ilWUra0VoTA3WNfZeFp8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WlBOHuOnwhPuEF96rkWOTUaPgDFygqPP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#202020;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:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:1.875rem;text-decoration:none;z-index:15045;text-align:left;text-align-last:left;top:7.5625rem;left:28.375rem;display:block; }
#UFnaJUclilgrBSNn9IHeATQ72BawNBPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTrtoOSqsGThGnNDTQ4P5FINS2XA4wsT { color:#202020;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:5.125rem;left:28.375rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQlON08Te1lf3y6HPftkOXyIgTavRuEz { display:none; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vBzsCSTyiJamyN8zF5vEC0tLWQq215qi { top:1.3125rem;left:10.125rem;width:8.25rem;height:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rWe6ahzgo85HehcbTIszLt0wbMbLPMIH { width:3.125rem;height:3.125rem;top:1rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKweHDPS4DXScAqTKdi9JBJ0U6PrIqnE { width:16rem;height:2.625rem;top:33.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CAngI9RU1DINSWuAoTmgZ3fCuDQPdMtZ { display:block; }
 }@media only screen and (max-width: 763px) { #TTyCh8XPUtMFZUy3ApR06oJZPy3hxc3I { width:17.625rem;height:2.625rem;top:31rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FCzFyxyv9ZA4ZTS2oTmgO29keQXDXqec { display:block; }
 }@media only screen and (max-width: 763px) { #TM0fTRu53cD1KzhHkhM2uPk5f8vxTOVZ { width:8.875rem;height:2.625rem;top:28.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IRl1VHUhZDWhlD3f6ddOnFztRJXM539r { display:block; }
 }@media only screen and (max-width: 763px) { #PAN89JP17u7dTUWyGi2aAFuWsn74z9qe { top:1.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:none; }
#PAN89JP17u7dTUWyGi2aAFuWsn74z9qe > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #IyTWVnTGbCNx8cB737BnIGr9yubGuJVJ { top:30.125rem;left:7.4375rem;width:32.875rem;height:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DXvbN78nCdLrO7T5gBfnOWUAOuRrXd9e { display:block; }
 }@media only screen and (max-width: 763px) { #ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S { display:block; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuEBM3fWHuvLipJXTmotB5OcmbiL4Wle { top:1.1875rem;left:37.8125rem;width:9.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBcmrlEWluZTZgxNsIHa1QCN81o6uBbo { display:block; }
 }@media only screen and (max-width: 763px) { #aeV4l1wp6EQ08tiTRPHuKASoiT9NHInI { top:0.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsrCTypIXCSc3Dq28wGtVCL117ohSh9p { top:1.3125rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8N9bIs9Jz8Jkcxb8KUlOL86kuW8FBbR { top:0rem;left:18.375rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoGDllsDDupUIhkyi23hlUCkQQckO3AU { top:2.375rem;left:0rem;width:2.5625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51pHyV6TbfnEsL2aTn29LwIcvxdayBv { width:7.375rem;height:1.375rem;top:1.125rem;left:22.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ { display:block; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zn9QXwOESXZ2q9tWv0LZkIDQ4FxGty79 { width:5.875rem;height:2.625rem;top:1.6875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtT5J7uEmM8TSDV5mVlV6M2SkQWxUHl { display:block; }
 }@media only screen and (max-width: 763px) { #EK8lUo53UT6m4aJtoNDVScunqn0a5x5p { width:5.75rem;height:2.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yetEGpRaV0LsWa7mlzRUsakXVQuXoIJk { display:block; }
 }@media only screen and (max-width: 763px) { #RAhQkJOH3gODahkTfQVGldDLCTfsLrTm { width:15.5rem;height:2.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzulo1c86xaos6EmbSncKEGWwHtTz3R { display:block; }
 }@media only screen and (max-width: 763px) { #QGkDFdDaAkuRMays2MOyx2F6c3XRtRax { top:1.3125rem;left:25.75rem;width:22rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovPGqbPzORLKmpurQ5sAxawEKkfVSHaN { display:block; }
 }@media only screen and (max-width: 763px) { #ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv { display:block; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPdQBHcdwfzKgG53sUa96AyycwbrI70x { display:block; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5VMpw8LhMyqUOPy3ozrSK0BJTZfpLvf { width:47.75rem;height:16.5625rem;top:2.5rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WORTmLIRaFks3WTS9ObrTxhLKDpQ6PyI { top:30.125rem;left:7.4375rem;width:32.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQssCbcpfXb4DWACHTP6u4WeVewdHDs7 { display:block; }
 }@media only screen and (max-width: 763px) { #whtNW7VdbV3IMDoW0yvVL4FHUMHu94vL { width:32.125rem;height:6.5rem;top:21.1875rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9HzyHtZO9LA0MB5Qikk3akP6Cv47Jp { width:32.125rem;height:;top:35.75rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 { display:block; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZBZvnIbXQM9pw00b6dpZRxxeU2HITId { display:block; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF7xrs2RETZXZgDM657o37g18DoqxQm4 { width:47.75rem;height:1.1875rem;top:1rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix { display:block; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnqyczCI4IuLAJHZAPzMCzn7R2qSOicN { top:0.1875rem;left:0rem;width:47.75rem;height:9.1122916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ { display:block; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKUObRsEDae0QbP8p7Rs7NihPwK6cxGg { width:47.75rem;height:;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O { display:block; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcXaStW3xX0RT7HkaoGp3RhC0sd9Cb0w { top:0rem;left:0rem;width:47.75rem;height:12.056875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U { display:block; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eneIzL8ncklOulRo6N4q5mApSGpMXhKp { width:47.75rem;height:;top:10.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWzrrNzhoVzToPPKLDEJBmZk5dzhTTdg { top:25.8125rem;left:12.90625rem;width:21.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kebX1swlaD7L7g5qo9d8czCaizD3FerL { display:block; }
 }@media only screen and (max-width: 763px) { #xydOUM4v2C6a02iybBCUh32DIRNT0Xeg { width:32.125rem;height:2rem;top:6.375rem;left:7.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u { display:block; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxkEccsryd8hnqKXS4GRp6epw3tmVe5o { top:4.375rem;left:12.1875rem;width:23.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW { display:block; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gipZEQeCNBT4lAWZdHd85XZcGSnCWD16 { width:46.75rem;height:1.4375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmFO6LiccqaQpJUpAo4aBIvdFBR9T99 { width:47.75rem;height:3.5625rem;top:2rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQgbtXQCwBrQV4kq9WQKw6WTc9nuGET7 { width:46.75rem;height:14.5625rem;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmVsRJkxdHhoZMy51Xl1wq0WUZz1t7OW { width:44.5625rem;height:;top:36.25rem;left:1.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8ahTXvtVpgU0ys3wXKzTmM7ZedA5AC { top:42rem;left:7.4375rem;width:32.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbAAbrTbi0QHT47o91EaSzdmDUdmhZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #KX0c2EUkJatATfeeQTz6SHcZZecrUFDl { top:34.4375rem;left:0rem;width:47.75rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2oUB8DSAL66whby6TRFT5eO79TLEuVu { display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts { display:block; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZNmXbQm0fVuxZ4dlSqC6IBkUQJozf8B { width:32.125rem;height:7.3125rem;top:9.4375rem;left:15.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1O2dKsnEFdX1LFgx5eIxugdSa83TPgZ { width:32.125rem;height:7.125rem;top:18.875rem;left:15.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK { top:38.0625rem;left:22.875rem;width:2rem;height:2rem;display:block; }
#GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #f32ZxAMrGHtOMprNbSRXXa2VETNwNht0 { top:1.5625rem;left:0rem;width:33.625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUrvEmTGSETcQMLHVesQlMIosVtguUQ { display:block; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porwfhWpqrq0mkL1Gfqvp1nuuR09MOdJ { width:32.125rem;height:;top:9.4375rem;left:15.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF7k3bGikfaHWiAopdVLTKxxR9GJ97BR { width:32.125rem;height:;top:18.875rem;left:15.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DahO0cKa19XqH6FCknVI0XAFmma4uL { top:38.0625rem;left:22.875rem;width:2rem;height:2rem;display:block; }
#V8DahO0cKa19XqH6FCknVI0XAFmma4uL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ndOMZk9ZaeaHg1wlPqlFxzXI6khHFyG6 { top:1.5625rem;left:0rem;width:33.625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt { display:block; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWbpwuSm9tIXa2Chq13Koy2xXKxwbd1B { width:47.75rem;height:4.6875rem;top:2rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUfCdtw1hwmz8EuaAKLoeDR6gnbT6DhA { width:47.75rem;height:;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfwJyKwN9m3du1rRBKEtBMbFVc4b5sgV { top:19rem;left:0rem;width:24.75rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggHHHSGg55Wn6XAaFeNiHGglf3v54HBd { width:35.1875rem;height:24.8125rem;top:19.125rem;left:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp { display:block; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgBVS26tVfFfBT22SbkJlJbJtPGsU4KG { top:1.1875rem;left:16.84375rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR { display:block; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG98MxtD5ZTqH4ebH6WDIT7hMLFWxpLG { width:47.75rem;height:13rem;top:8.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TZzgQJuolegEK4p5QNaWDMRLi8MPuh { top:26.6875rem;left:8rem;width:31.75rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E24GXu6TtXma1eOxUys8gX8hIUcLCnhV { display:block; }
 }@media only screen and (max-width: 763px) { #JXJ6h7Rn1fxSVBzXv91Te7PkUMh7miGT { width:32.125rem;height:;top:1.875rem;left:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKyMyuEMoMBQ0BA5s9nCtx2ddBNHA78 { width:32.125rem;height:;top:33.8125rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow { display:block; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlKXvMMH4VEz9QQWeTliN2xUVoKshATe { top:1.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM6b77U4stzdudAlFxVPlPMIsTgw980Q { top:1.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0Mzg0sWXqU9xlhB9WSLnEwnrmE3LJnZ { top:0.875rem;left:3.6875rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yruZQgGbxJfxO5GQy46qcAPCoJSAsvNe { top:1.125rem;left:0.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btoSrJHtaCiPZqHA7PciwafQhQZGnlFV { top:1.4375rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w { display:block; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB { display:block; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y788pyU6wFTThwMP4ri3Age4uysLdRkl { top:18.5625rem;left:11.125rem;width:25.5rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIMiZpLQbN1uX673U54OFB1MFnHOwDDv { top:5.125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PzANbHqABH16DhZgf23DTx064kx37u { width:11.1875rem;height:1.375rem;top:10.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mcvdyDdvOtLnP0b6g1kpH09qX5dqIKn7 { display:block; }
 }@media only screen and (max-width: 763px) { #FXCbbTOvT3ZTBzZ6twruOLDktzhIigA4 { width:10.75rem;height:1.375rem;top:9.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #saRT3PVlsDAsa5aJXXvfMaxieDIKexHl { display:block; }
 }@media only screen and (max-width: 763px) { #TZT78Th1EBkZTazx7fHSRXQnu0gzVDJW { width:10.25rem;height:1.375rem;top:7.5rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OQzLHPSLXwcTsVRELCsH6rSckcznFSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #kvz9PICbZ1wXJIKMeCoxaL30QpZNyiVw { width:12.1875rem;height:1.4375rem;top:5.1875rem;left:0.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3rPOrgrrHOeMfokDfk23Cu9LDLgQw1s { width:7.375rem;height:0;top:10.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOcNPeWtvserTTrkC4HXowJyOahgBKwf { width:11.1875rem;height:1.375rem;top:12.375rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddXIcbdBXKaK7wo5CG1K5toIeiSka1B0 { display:block; }
 }@media only screen and (max-width: 763px) { #lO6ZUsW0y6kmco7rL9wrUv6ZR9Slrqex { width:11.5625rem;height:1.375rem;top:13rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLxwbsCW5ehF1lBbWWRpEfaMi8yVf3c2 { display:block; }
 }@media only screen and (max-width: 763px) { #qr0wZOq9gZ2b5tOXqpoxRZXsTbvyr90D { width:8.75rem;height:1.375rem;top:11.375rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQGTwWHKZ0G93e5MB37pNBrRtMmIumV7 { display:block; }
 }@media only screen and (max-width: 763px) { #pkNGsGsSdJhM951b1puh8p4ywsIH3ZHe { width:10.125rem;height:1.375rem;top:9.75rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTaP7ywQXBG2ilWUra0VoTA3WNfZeFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #WlBOHuOnwhPuEF96rkWOTUaPgDFygqPP { width:13.125rem;height:1.875rem;top:7.5625rem;left:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UFnaJUclilgrBSNn9IHeATQ72BawNBPp { display:block; }
 }@media only screen and (max-width: 763px) { #BTrtoOSqsGThGnNDTQ4P5FINS2XA4wsT { width:12.1875rem;height:1.4375rem;top:5.125rem;left:14.75rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kQlON08Te1lf3y6HPftkOXyIgTavRuEz { background-color:#001f3f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container { background-color: transparent; background-image: none; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container > .video-iframe-container { display: none; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row > .video-iframe-container { display: none; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .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); }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container { border-width: 0; border-radius: 0; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQlON08Te1lf3y6HPftkOXyIgTavRuEz > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBzsCSTyiJamyN8zF5vEC0tLWQq215qi { width:2.3125rem;height:2.3125rem;top:0.65625rem;left:8.84375rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rWe6ahzgo85HehcbTIszLt0wbMbLPMIH { width:1.875rem;height:1.875rem;top:0.875rem;left:0.625rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IKweHDPS4DXScAqTKdi9JBJ0U6PrIqnE { width:16rem;height:1.875rem;top:9.625rem;left:0.625rem;z-index:15032;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CAngI9RU1DINSWuAoTmgZ3fCuDQPdMtZ { display:block; }
 }@media only screen and (max-width: 763px) { #TTyCh8XPUtMFZUy3ApR06oJZPy3hxc3I { width:17.625rem;height:1.875rem;top:7.8125rem;left:0.625rem;z-index:15031;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FCzFyxyv9ZA4ZTS2oTmgO29keQXDXqec { display:block; }
 }@media only screen and (max-width: 763px) { #TM0fTRu53cD1KzhHkhM2uPk5f8vxTOVZ { width:8.875rem;height:1.875rem;top:5.875rem;left:0.625rem;z-index:15030;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IRl1VHUhZDWhlD3f6ddOnFztRJXM539r { display:block; }
 }@media only screen and (max-width: 763px) { #PAN89JP17u7dTUWyGi2aAFuWsn74z9qe { display:flex;width:1.4375rem;height:1.4375rem;top:1.09375rem;left:16.875rem;z-index:15053; }
#PAN89JP17u7dTUWyGi2aAFuWsn74z9qe > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #IyTWVnTGbCNx8cB737BnIGr9yubGuJVJ { top:13.75rem;left:0.5rem;width:19rem;height:3.25rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -moz-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -ms-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -o-linear-gradient(140deg, #e2c472, #fce8ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );";background-image: linear-gradient(140deg, #e2c472, #fce8ae);background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;color:#202020;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #DXvbN78nCdLrO7T5gBfnOWUAOuRrXd9e { display:block; }
 }@media only screen and (max-width: 763px) { #ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S { position:relative;z-index:auto;display:none; }#ME1mJ4cKqiPcBeOvf2yfQm1UhecQBA2S > .row .container { width:20rem;height:90.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UuEBM3fWHuvLipJXTmotB5OcmbiL4Wle { top:62.5625rem;left:5rem;width:9.9375rem;height:1.6875rem;font-size:0.875rem;background-color:#b443d0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DBcmrlEWluZTZgxNsIHa1QCN81o6uBbo { display:block; }
 }@media only screen and (max-width: 763px) { #aeV4l1wp6EQ08tiTRPHuKASoiT9NHInI { display:flex;width:2.5625rem;height:2.5625rem;top:65.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #PsrCTypIXCSc3Dq28wGtVCL117ohSh9p { display:flex;width:1.4375rem;height:1.4375rem;top:75.9375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #c8N9bIs9Jz8Jkcxb8KUlOL86kuW8FBbR { width:2.9375rem;height:2.9375rem;top:71.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoGDllsDDupUIhkyi23hlUCkQQckO3AU { width:2.5625rem;height:0;top:69.3125rem;left:8.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h51pHyV6TbfnEsL2aTn29LwIcvxdayBv { width:7.375rem;height:1.3808625rem;top:78.625rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-family:roboto;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ { position:relative;z-index:auto;display:none; }#cPiHuKqRl4C26Gz0Q9ekTSTVorbLEvWZ > .row .container { width:20rem;height:196.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zn9QXwOESXZ2q9tWv0LZkIDQ4FxGty79 { width:13.5rem;height:2.625rem;top:154.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxtT5J7uEmM8TSDV5mVlV6M2SkQWxUHl { display:block; }
 }@media only screen and (max-width: 763px) { #EK8lUo53UT6m4aJtoNDVScunqn0a5x5p { width:17.625rem;height:2.625rem;top:146.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yetEGpRaV0LsWa7mlzRUsakXVQuXoIJk { display:block; }
 }@media only screen and (max-width: 763px) { #RAhQkJOH3gODahkTfQVGldDLCTfsLrTm { width:15.5rem;height:2.625rem;top:185.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNzulo1c86xaos6EmbSncKEGWwHtTz3R { display:block; }
 }@media only screen and (max-width: 763px) { #QGkDFdDaAkuRMays2MOyx2F6c3XRtRax { top:189.125rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -moz-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -ms-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -o-linear-gradient(140deg, #e2c472, #fce8ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );";background-image: linear-gradient(140deg, #e2c472, #fce8ae);background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #ovPGqbPzORLKmpurQ5sAxawEKkfVSHaN { display:block; }
 }@media only screen and (max-width: 763px) { #ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv { display:block; }#ag6Nc6c6RxGarV6sgMNVk2hCqSWTDphv > .row .container { width:20rem;height:3.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPdQBHcdwfzKgG53sUa96AyycwbrI70x { display:block; }#iPdQBHcdwfzKgG53sUa96AyycwbrI70x > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5VMpw8LhMyqUOPy3ozrSK0BJTZfpLvf { width:20rem;height:15.597625rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WORTmLIRaFks3WTS9ObrTxhLKDpQ6PyI { top:28.0625rem;left:0.5rem;width:19rem;height:3.25rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -moz-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -ms-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -o-linear-gradient(140deg, #e2c472, #fce8ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );";background-image: linear-gradient(140deg, #e2c472, #fce8ae);background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;color:#202020;display:block; }
 }@media only screen and (max-width: 763px) { #TQssCbcpfXb4DWACHTP6u4WeVewdHDs7 { display:block; }
 }@media only screen and (max-width: 763px) { #whtNW7VdbV3IMDoW0yvVL4FHUMHu94vL { width:20rem;height:8.125rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ9HzyHtZO9LA0MB5Qikk3akP6Cv47Jp { width:20rem;height:3.65625rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 { display:block; }#eUReeDcvFvZDnJ6gpFN7HLqUtxJ10dZ6 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZBZvnIbXQM9pw00b6dpZRxxeU2HITId { display:block; }#PZBZvnIbXQM9pw00b6dpZRxxeU2HITId > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PF7xrs2RETZXZgDM657o37g18DoqxQm4 { width:20rem;height:1.21875rem;top:1.328125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix { display:block; }#Rw9em1sbRw8Luk1Wh3uumJa3NiRW9mix > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnqyczCI4IuLAJHZAPzMCzn7R2qSOicN { width:20rem;height:3.81640625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ { display:block; }#Xvx1sTPBMkg11WTDFmBWepo9pblVwltJ > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKUObRsEDae0QbP8p7Rs7NihPwK6cxGg { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O { display:block; }#KFZCtIdLp0BdHTdu33Sm5d5bzszcd99O > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcXaStW3xX0RT7HkaoGp3RhC0sd9Cb0w { width:20rem;height:5.04980625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/030e6a2f-348e-4c05-8ef3-184ab68f3bb3/1.WEBP");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.adaptive-delivery-prevent-bg, #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.lazyload, #oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U.lazyloading { background-image: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { background-color: transparent; background-image: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,79,0.4); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container > .video-iframe-container { display: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(15,0,79,0.4); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row > .video-iframe-container { display: none; }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .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); }#oTKr2nwSAFPknGkoIqrmOCyo1mMSl63U > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eneIzL8ncklOulRo6N4q5mApSGpMXhKp { width:16.375rem;height:13.6494375rem;top:4.21875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KWzrrNzhoVzToPPKLDEJBmZk5dzhTTdg { top:19.25341796875rem;left:0.5rem;width:19rem;height:3.0625rem;font-size:1rem;background-color:rgba(255,255,255,0.14);background-image:none;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kebX1swlaD7L7g5qo9d8czCaizD3FerL { display:block; }
 }@media only screen and (max-width: 763px) { #xydOUM4v2C6a02iybBCUh32DIRNT0Xeg { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u { display:block; }#T5qKZEW51RK8KzlJAVGPb1kV1Gm0Wu7u > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NxkEccsryd8hnqKXS4GRp6epw3tmVe5o { width:20rem;height:7.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW { background-color:#ffffff;background-image:none;display:block; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { background-color: transparent; background-image: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container > .video-iframe-container { display: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row > .video-iframe-container { display: none; }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .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); }#bLkT3Wdfm2uFbqFgrQKoGAr8fRVVRDXW > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gipZEQeCNBT4lAWZdHd85XZcGSnCWD16 { width:20rem;height:1.29980625rem;top:11.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmFO6LiccqaQpJUpAo4aBIvdFBR9T99 { width:20rem;height:8.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQgbtXQCwBrQV4kq9WQKw6WTc9nuGET7 { width:20rem;height:16.8974375rem;top:14.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmVsRJkxdHhoZMy51Xl1wq0WUZz1t7OW { width:18.5rem;height:5.8496125rem;top:34.75rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(255,255,255,0.83);display:block; }
 }@media only screen and (max-width: 763px) { #Of8ahTXvtVpgU0ys3wXKzTmM7ZedA5AC { top:42.0625rem;left:0.5rem;width:19rem;height:3.875rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -moz-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -ms-linear-gradient(140deg, #e2c472, #fce8ae);background-image: -o-linear-gradient(140deg, #e2c472, #fce8ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c472', endColorstr='#fce8ae' );";background-image: linear-gradient(140deg, #e2c472, #fce8ae);background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbAAbrTbi0QHT47o91EaSzdmDUdmhZ5 { display:block; }
 }@media only screen and (max-width: 763px) { #KX0c2EUkJatATfeeQTz6SHcZZecrUFDl { width:20rem;height:14.5625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2oUB8DSAL66whby6TRFT5eO79TLEuVu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ee222a86-d24d-4634-a4e3-11473b23f996/tlobez.webp");background-position:center !important;background-repeat:no-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu.adaptive-delivery-prevent-bg, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyload, #z2oUB8DSAL66whby6TRFT5eO79TLEuVu.lazyloading { background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { background-color: transparent; background-image: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.66); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { display: none; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .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); }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { border-width: 0; border-radius: 0; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2oUB8DSAL66whby6TRFT5eO79TLEuVu > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts { display:block; }#N18V0JvN3uz8AnU4NtNm1iQzqIRk77Ts > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZNmXbQm0fVuxZ4dlSqC6IBkUQJozf8B { width:20rem;height:3.25rem;top:11.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1O2dKsnEFdX1LFgx5eIxugdSa83TPgZ { width:20rem;height:4.548825rem;top:16.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK { display:flex;width:2rem;height:2rem;top:22.125rem;left:9rem;z-index:15053; }
#GVqVKOsK6x0OJOyp38lrIeSL3TEKbvaK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #f32ZxAMrGHtOMprNbSRXXa2VETNwNht0 { width:10.75rem;height:10.75rem;top:1.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #boUrvEmTGSETcQMLHVesQlMIosVtguUQ { display:block; }#boUrvEmTGSETcQMLHVesQlMIosVtguUQ > .row .container { width:20rem;height:26.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #porwfhWpqrq0mkL1Gfqvp1nuuR09MOdJ { width:20rem;height:3.25rem;top:12.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF7k3bGikfaHWiAopdVLTKxxR9GJ97BR { width:20rem;height:5.6860375rem;top:17.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8DahO0cKa19XqH6FCknVI0XAFmma4uL { display:flex;width:2rem;height:2rem;top:24.68603515625rem;left:9rem;z-index:15053; }
#V8DahO0cKa19XqH6FCknVI0XAFmma4uL > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #ndOMZk9ZaeaHg1wlPqlFxzXI6khHFyG6 { width:10.75rem;height:10.75rem;top:1.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt { display:block; }#vPWk65LTc5s7g1oBfcZyJ9iJLc9IEfvt > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWbpwuSm9tIXa2Chq13Koy2xXKxwbd1B { width:20rem;height:8.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUfCdtw1hwmz8EuaAKLoeDR6gnbT6DhA { width:20rem;height:11.3720625rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfwJyKwN9m3du1rRBKEtBMbFVc4b5sgV { width:10.75rem;height:10.75rem;top:23.2465625rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggHHHSGg55Wn6XAaFeNiHGglf3v54HBd { width:20rem;height:23.881375rem;top:35.6215625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp { background-color:#ecc56a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { background-color: transparent; background-image: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container > .video-iframe-container { display: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container { display: none; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .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); }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { border-width: 0; border-radius: 0; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ri9NbxOKzGpBdts3a1XePRJ98mAMK8Pp > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bgBVS26tVfFfBT22SbkJlJbJtPGsU4KG { width:10.125rem;height:3.3125rem;top:1.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR { display:block; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR { border-width: 0; border-radius: 0; }#ZZqi7vLSRrD3h2TOAaMPp1ygRCoLxcgR > .row .container { width:20rem;height:27.625rem;border-top:0.5rem dashed #c72121;border-left:0.5rem dashed #c72121;border-right:0.5rem dashed #c72121;border-bottom:0.5rem dashed #c72121;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG98MxtD5ZTqH4ebH6WDIT7hMLFWxpLG { width:19.125rem;height:8.125rem;top:6.5rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1TZzgQJuolegEK4p5QNaWDMRLi8MPuh { top:17.75rem;left:0.5rem;width:19rem;height:3.25rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(155deg, #790b0b, #d32d2d);background-image: -moz-linear-gradient(155deg, #790b0b, #d32d2d);background-image: -ms-linear-gradient(155deg, #790b0b, #d32d2d);background-image: -o-linear-gradient(155deg, #790b0b, #d32d2d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#790b0b', endColorstr='#d32d2d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#790b0b', endColorstr='#d32d2d' );";background-image: linear-gradient(155deg, #790b0b, #d32d2d);background-size:auto !important;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E24GXu6TtXma1eOxUys8gX8hIUcLCnhV { display:block; }
 }@media only screen and (max-width: 763px) { #JXJ6h7Rn1fxSVBzXv91Te7PkUMh7miGT { width:20rem;height:2.76171875rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGKyMyuEMoMBQ0BA5s9nCtx2ddBNHA78 { width:20rem;height:2.4375rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow { display:block; }#nJTsLLh2N0zkPotsmQihEOIoC2JK4Dow > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlKXvMMH4VEz9QQWeTliN2xUVoKshATe { display:flex;width:1.875rem;height:1.875rem;top:2rem;left:0rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SM6b77U4stzdudAlFxVPlPMIsTgw980Q { display:flex;width:1.875rem;height:1.875rem;top:2rem;left:3.3125rem; }
 }@media only screen and (max-width: 763px) { #g0Mzg0sWXqU9xlhB9WSLnEwnrmE3LJnZ { display:flex;width:2.25rem;height:2.25rem;top:1.8125rem;left:10.1875rem; }
 }@media only screen and (max-width: 763px) { #yruZQgGbxJfxO5GQy46qcAPCoJSAsvNe { display:flex;width:1.875rem;height:1.875rem;top:2rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #btoSrJHtaCiPZqHA7PciwafQhQZGnlFV { width:5rem;height:1.21875rem;top:0.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w { display:block; }#rZ33SXLTzdWBbqUuVifecwxpn3tTmL7w > .row .container { width:20rem;height:1.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container { background-color: transparent; background-image: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container > .video-iframe-container { display: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row > .video-iframe-container { display: none; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .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); }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container { border-width: 0; border-radius: 0; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nynr69ge0RcFwMJ6AqmeOI6JX1LS7VWB > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y788pyU6wFTThwMP4ri3Age4uysLdRkl { width:20rem;height:0.8125rem;top:20.375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OIMiZpLQbN1uX673U54OFB1MFnHOwDDv { width:4.0625rem;height:4.0625rem;top:1rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q4PzANbHqABH16DhZgf23DTx064kx37u { width:9.0625rem;height:1.375rem;top:12.625rem;left:0rem;z-index:15050;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcvdyDdvOtLnP0b6g1kpH09qX5dqIKn7 { display:block; }
 }@media only screen and (max-width: 763px) { #FXCbbTOvT3ZTBzZ6twruOLDktzhIigA4 { width:9.0625rem;height:1.375rem;top:11.0625rem;left:0rem;z-index:15051;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #saRT3PVlsDAsa5aJXXvfMaxieDIKexHl { display:block; }
 }@media only screen and (max-width: 763px) { #TZT78Th1EBkZTazx7fHSRXQnu0gzVDJW { width:9.0625rem;height:1.375rem;top:9.5rem;left:0rem;z-index:15049;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQzLHPSLXwcTsVRELCsH6rSckcznFSV2 { display:block; }
 }@media only screen and (max-width: 763px) { #kvz9PICbZ1wXJIKMeCoxaL30QpZNyiVw { width:9.0625rem;height:1.13720625rem;top:7.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;font-family:roboto;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #R3rPOrgrrHOeMfokDfk23Cu9LDLgQw1s { width:4.875rem;height:1.05615rem;top:4.875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:roboto;z-index:15083;display:block; }
 }@media only screen and (max-width: 763px) { #sOcNPeWtvserTTrkC4HXowJyOahgBKwf { width:9.0625rem;height:1.375rem;top:14.1875rem;left:0rem;z-index:15050;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddXIcbdBXKaK7wo5CG1K5toIeiSka1B0 { display:block; }
 }@media only screen and (max-width: 763px) { #lO6ZUsW0y6kmco7rL9wrUv6ZR9Slrqex { width:9.0625rem;height:1.375rem;top:15.25rem;left:10.9375rem;z-index:15050;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLxwbsCW5ehF1lBbWWRpEfaMi8yVf3c2 { display:block; }
 }@media only screen and (max-width: 763px) { #qr0wZOq9gZ2b5tOXqpoxRZXsTbvyr90D { width:9.0625rem;height:1.375rem;top:13.625rem;left:10.9375rem;z-index:15050;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQGTwWHKZ0G93e5MB37pNBrRtMmIumV7 { display:block; }
 }@media only screen and (max-width: 763px) { #pkNGsGsSdJhM951b1puh8p4ywsIH3ZHe { width:9.0625rem;height:1.375rem;top:12rem;left:10.9375rem;z-index:15051;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaP7ywQXBG2ilWUra0VoTA3WNfZeFp8 { display:block; }
 }@media only screen and (max-width: 763px) { #WlBOHuOnwhPuEF96rkWOTUaPgDFygqPP { width:9.0625rem;height:1.875rem;top:9.875rem;left:10.9375rem;z-index:15049;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFnaJUclilgrBSNn9IHeATQ72BawNBPp { display:block; }
 }@media only screen and (max-width: 763px) { #BTrtoOSqsGThGnNDTQ4P5FINS2XA4wsT { width:9.0625rem;height:1.13720625rem;top:7.1875rem;left:10.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;font-family:roboto;z-index:15083;display:block; }
 }