.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:255,255,255;--color-primary-1:237,237,237;--color-primary-2:227,227,227;--color-primary-3:169,169,169;--color-primary-4:16,15,15;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:246,246,246;--color-tertiary-2:77,80,84;--color-tertiary-3:63,63,62;--color-tertiary-4:0,0,0;--headlines-font-family:"arial";--paragraphs-font-family:"arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4c3bddb9-e5c0-44e6-b70e-dbd65c3ea3f9/Orto2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4c3bddb9-e5c0-44e6-b70e-dbd65c3ea3f9/Orto2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.8125rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#AwHKlxH6vrmM1XkKfOFIwIzAcOOBJ4O6 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.6875rem;left:1.9375rem;height:16.25rem;display:block; }
#S4BondfCTnSezuc0taeqkHXDNWm3T1CA { color:#413e3e;display:block;width:39rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.440625190735rem;left:1.9375rem;height:2.68125rem;display:block; }
#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.72);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; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { background-color: transparent; background-image: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container > .video-iframe-container { display: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container { display: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .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); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { border-width: 0; border-radius: 0; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:63.5rem;width:60rem;position:relative;display:block; }#H3EpM4wOv6xq06BBTTMvUi3e2OFUglRM { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8125rem;left:3.5625rem;height:2.7625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mgfECPGr068UGAawL9toQWkXCWEfon6L { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:14.0625rem;left:-0.0625rem;height:9.5625rem;text-align:justify;text-align-last:initial;display:block; }
#pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:31.000001549721rem;left:0rem;height:21.675rem;display:block; }#pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 li:before{  }
#kqLAfwcbZuHKexweOKG2QPTUdKgeBST2 { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:27.187501549721rem;left:3.53125rem;height:2.1125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.33);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; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container { background-color: transparent; background-image: none; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container > .video-iframe-container { display: none; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row > .video-iframe-container { display: none; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .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); }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container { border-width: 0; border-radius: 0; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:21.9375rem;width:60rem;position:relative;display:block; }#KzdmP2Le0H6XWbNdE1070lAuURepCpXb { color:rgba(var(--color-tertiary-3),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.4374990463256rem;left:3.53125rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/67fd5c5b-05ab-4799-9816-300f7617c33b/Beznazwy308cm105cm.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT.adaptive-delivery-prevent-bg, #C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT.lazyload, #C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT.lazyloading { background-image: none; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container { background-color: transparent; background-image: none; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container > .video-iframe-container { display: none; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row > .video-iframe-container { display: none; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .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); }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container { border-width: 0; border-radius: 0; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT::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; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:44.5625rem;width:60rem;position:relative;display:block; }#Qimwm5OSa7qx36tMeT7mub0stC5gDMEb { color:#b2a67c;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1937503814698rem;left:1.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uRamo2KcBRx7DWbvLVLsqhtnJyyLZME1 { color:#b2a67c;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7562503814698rem;left:16.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khmu18E567TCNHM2KkJ7MEh4XUcAGExq { color:#b2a67c;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.7562503814698rem;left:30rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THnl04KyuTMgWFMm0tc4Gzmd2vEPb1kS { color:#b2a67c;display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.7562503814698rem;left:46.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSVHISnZ1PW3HSZkOE0H1wQBNpIas85Q { color:#b2a67c;display:block;width:15.375rem;position:absolute;font-family:ubuntu;font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4437503814697rem;left:0rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cP0nic9UeX6QAJDR6LKbQNCyLl6bMBqK { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:9.4874992370606rem;left:1.34375rem;height:25.5rem;text-align:left;text-align-last:left;display:block; }
#Dr7lg2OughTexENFQTGwv2t7frDqm7ZK { color:rgba(var(--color-tertiary-1),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4874992370606rem;left:16.25rem;height:25.5rem;display:block; }
#G7xEMWtBvwrvTFPWRI56rlWnsLNa3B8U { color:rgba(var(--color-tertiary-1),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:9.4874992370606rem;left:31.125rem;height:30rem;display:block; }
#vFgsBpcFNRHiBdZTgHc4bA4W1DUISwe5 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:9.4874992370606rem;left:46.25rem;height:28.5rem;display:block; }
#ytmRnvTx9s00dfKGxTxupfmlGwHTlIzN { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#DbuIv7XeohSRm0Xo9coq14mGWNTcGbUb { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#qJgqutDPCu6oEolzEMPU6JT8xfDimRGF { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#yfhPgQiMQAk00maqSNL0kmS6hsoSHcTO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0.74);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; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container { background-color: transparent; background-image: none; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container > .video-iframe-container { display: none; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row > .video-iframe-container { display: none; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .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); }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container { border-width: 0; border-radius: 0; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:78.75rem;width:60rem;position:relative;display:block; }#UFI7xOwCTyP2WTHoHX1PiXCSm6TosfPM { color:#353132;display:block;width:48.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:15.1875rem;left:10.0625rem;height:0;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; }
#FiXxF1MgtyyUgSFCTOfwxMTHvnFRrzLx { color:#353132;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.9999942779544rem;left:5.9249992370606rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT { color:#353132;display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:52.75rem;left:6.625rem;height:17.2125rem;display:block; }#RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT li:before{  }
#KzZKk77QwTyFvKwFSXuuohkV4SJefQSg { color:#353132;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:46.5rem;left:3.6875rem;height:3.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt { color:rgba(var(--color-tertiary-4),1);display:block;width:50.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:20rem;left:4.78125rem;height:17.4875rem;font-style:normal;display:block; }#yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt li:before{  }
#gF0EkkCnhTZcbfUtaqLAhpXxdxUhkAS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:13.625rem;left:0rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Q4Dd018TTPofoE4hug2tB8oQ2LZ9aiCM { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:39.5625rem;left:0.125rem;height:3.825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),0.64);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; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { background-color: transparent; background-image: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container > .video-iframe-container { display: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row > .video-iframe-container { display: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .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); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { border-width: 0; border-radius: 0; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:17.25rem;width:60rem;position:relative;display:block; }#lJEuThZ41wKKakXTtSArO6d4QrJc9x2R { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:1.6875rem;height:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#z8stdbKhR6o2Qv5QLpw2WRnA1z1wza2f { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.75rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;top:3.5625rem;left:0rem;height:9.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.65);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; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container { background-color: transparent; background-image: none; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container > .video-iframe-container { display: none; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row > .video-iframe-container { display: none; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .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); }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container { border-width: 0; border-radius: 0; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:49.125rem;width:60rem;position:relative;display:block; }#rtRiTfEaSqrRQuiv8Fu2Ph2xOMbMb9sN { color:#353132;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:4.4687585830689rem;left:0.03125rem;height:13.125rem;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; }
#ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf { color:#353132;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:27.968765258789rem;left:-0.09375rem;height:15rem;display:block; }#ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf li:before{  }
#IOa7aUkplSgSU0eAbioKV3MIosGbXTeL { color:#353132;display:block;width:24.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:21.624991416931rem;left:3.25rem;height:2.19375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu { position:relative;display:block; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu { background-color: transparent; background-image: none; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row .container > .video-iframe-container { display: none; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row > .video-iframe-container { display: none; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .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); }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu { border-width: 0; border-radius: 0; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .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; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#D1T3LSdmgrAslaos0eczf1pulqXS1vKi { box-sizing:content-box;height:26.6875rem;width:51.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),0.68);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:4.25rem;display:block; }
#MPvqDzdCUenCfBJq2TSGJiBMouxULmFp { color:rgba(var(--color-primary-2),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:22.237512588501rem;left:5.875rem;height:7.2rem;font-style:normal;display:block; }
#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f { color:rgba(var(--color-primary-2),1);display:block;width:48.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:12.749994277954rem;left:5.875rem;height:8.1375rem;font-style:normal;display:block; }#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f li:before{  }
#hc6N0ZBoUoX7EJvtRvBAm7uTJXCwT7Dn { color:rgba(var(--color-primary-2),1);display:block;width:35.875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:9.25rem;left:5.875rem;height:2.2rem;font-style:normal;display:block; }
#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;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; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container { background-color: transparent; background-image: none; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container > .video-iframe-container { display: none; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row > .video-iframe-container { display: none; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .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); }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container { border-width: 0; border-radius: 0; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:33.0625rem;width:60rem;position:relative;display:block; }#MGAOQGSOcP9G0e6u2PBu8gbyTFXyoSzO { color:#353132;display:block;width:52.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.0625rem;left:3.53125rem;height:5.3625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZgDLT1snQpXmhTaVpco0IA3BdEbJyB6h { color:#353132;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.375rem;left:7.53125rem;height:5.11875rem;text-align:center;text-align-last:center;display:block; }
#NHbFmrIIAMIKaQVRQpFgMMFn96E0HCpR { color:rgba(var(--color-tertiary-4),1);display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.84375rem;left:20.65625rem;height:1.4625rem;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; }
#BwULltwsDCCF2SaQfFhVSfPRwxoDrVym { color:#353132;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:16.68124961853rem;left:12.34375rem;height:2.925rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gpXxXla8DsR2SdrIwTrXDKF93DXq9KNk { color:#353132;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:25.625rem;left:7.34375rem;height:2.925rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwHKlxH6vrmM1XkKfOFIwIzAcOOBJ4O6 { top:5.6875rem;left:0rem;width:45.6875rem;height:16.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4BondfCTnSezuc0taeqkHXDNWm3T1CA { top:10.4375rem;left:0rem;width:39rem;height:2.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe { display:block; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3EpM4wOv6xq06BBTTMvUi3e2OFUglRM { top:8.8125rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfECPGr068UGAawL9toQWkXCWEfon6L { top:14.0625rem;left:0rem;width:47.75rem;height:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 { top:31rem;left:0rem;width:47.75rem;height:21.625rem;font-size:0.9375rem;display:block; }#pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 li:before{  }
 }@media only screen and (max-width: 763px) { #kqLAfwcbZuHKexweOKG2QPTUdKgeBST2 { top:27.1875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac { display:block; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzdmP2Le0H6XWbNdE1070lAuURepCpXb { top:6.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT { display:block; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qimwm5OSa7qx36tMeT7mub0stC5gDMEb { width:12.5rem;height:3.25rem;top:2.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRamo2KcBRx7DWbvLVLsqhtnJyyLZME1 { width:12.5rem;height:3.25rem;top:3.75rem;left:11.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmu18E567TCNHM2KkJ7MEh4XUcAGExq { width:12.5rem;height:3.25rem;top:3.75rem;left:23.3125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnl04KyuTMgWFMm0tc4Gzmd2vEPb1kS { width:12.5rem;height:3.25rem;top:3.75rem;left:35.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSVHISnZ1PW3HSZkOE0H1wQBNpIas85Q { width:15.375rem;height:2.5625rem;top:5.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP0nic9UeX6QAJDR6LKbQNCyLl6bMBqK { top:9.4375rem;left:0rem;width:12.3125rem;height:25.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dr7lg2OughTexENFQTGwv2t7frDqm7ZK { top:9.4375rem;left:11.1875rem;width:12.6875rem;height:25.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7xEMWtBvwrvTFPWRI56rlWnsLNa3B8U { top:9.4375rem;left:23.5625rem;width:12.25rem;height:30rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFgsBpcFNRHiBdZTgHc4bA4W1DUISwe5 { top:9.4375rem;left:35.625rem;width:12.125rem;height:28.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytmRnvTx9s00dfKGxTxupfmlGwHTlIzN { display:none; }
 }@media only screen and (max-width: 763px) { #DbuIv7XeohSRm0Xo9coq14mGWNTcGbUb { display:none; }
 }@media only screen and (max-width: 763px) { #qJgqutDPCu6oEolzEMPU6JT8xfDimRGF { display:none; }
 }@media only screen and (max-width: 763px) { #yfhPgQiMQAk00maqSNL0kmS6hsoSHcTO { display:none; }
 }@media only screen and (max-width: 763px) { #WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 { display:block; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFI7xOwCTyP2WTHoHX1PiXCSm6TosfPM { top:15.1875rem;left:0rem;width:47.75rem;height:0;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiXxF1MgtyyUgSFCTOfwxMTHvnFRrzLx { top:6.9375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT { top:52.75rem;left:0rem;width:47.75rem;height:17.1875rem;font-size:0.9375rem;display:block; }#RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT li:before{  }
 }@media only screen and (max-width: 763px) { #KzZKk77QwTyFvKwFSXuuohkV4SJefQSg { top:46.5rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt { top:20rem;left:0rem;width:47.75rem;height:17.4375rem;font-size:0.9375rem;display:block; }#yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt li:before{  }
 }@media only screen and (max-width: 763px) { #gF0EkkCnhTZcbfUtaqLAhpXxdxUhkAS7 { top:13.625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Dd018TTPofoE4hug2tB8oQ2LZ9aiCM { top:39.5625rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhEQnsiNHcRS9miIEhOssWZyu02XcwXT { display:block; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJEuThZ41wKKakXTtSArO6d4QrJc9x2R { top:4.9375rem;left:0rem;width:47.75rem;height:0;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8stdbKhR6o2Qv5QLpw2WRnA1z1wza2f { top:3.5625rem;left:0rem;width:47.75rem;height:9.5rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q { display:block; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtRiTfEaSqrRQuiv8Fu2Ph2xOMbMb9sN { top:4.4375rem;left:0rem;width:47.75rem;height:13.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf { top:27.9375rem;left:0rem;width:47.75rem;height:;font-size:0.9375rem;display:block; }#ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf li:before{  }
 }@media only screen and (max-width: 763px) { #IOa7aUkplSgSU0eAbioKV3MIosGbXTeL { top:21.5625rem;left:0rem;width:24.5625rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS1T8mivGzgJXaKUHegaBlRmXS24yzCu { display:block; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1T3LSdmgrAslaos0eczf1pulqXS1vKi { top:6rem;left:0rem;width:47.75rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvqDzdCUenCfBJq2TSGJiBMouxULmFp { top:22.1875rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f { top:12.6875rem;left:0rem;width:47.75rem;height:8.125rem;font-size:0.8125rem;display:block; }#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f li:before{  }
 }@media only screen and (max-width: 763px) { #hc6N0ZBoUoX7EJvtRvBAm7uTJXCwT7Dn { top:9.25rem;left:0rem;width:35.875rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk { display:block; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGAOQGSOcP9G0e6u2PBu8gbyTFXyoSzO { top:1.0625rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDLT1snQpXmhTaVpco0IA3BdEbJyB6h { top:8.375rem;left:1.40625rem;width:46.0625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbFmrIIAMIKaQVRQpFgMMFn96E0HCpR { top:12.8125rem;left:11.3125rem;width:36.4375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwULltwsDCCF2SaQfFhVSfPRwxoDrVym { top:16.625rem;left:6.21875rem;width:36.4375rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpXxXla8DsR2SdrIwTrXDKF93DXq9KNk { top:25.625rem;left:1.21875rem;width:45.3125rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c3bddb9-e5c0-44e6-b70e-dbd65c3ea3f9/Orto2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AwHKlxH6vrmM1XkKfOFIwIzAcOOBJ4O6 { width:20rem;height:10.4rem;top:6.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4BondfCTnSezuc0taeqkHXDNWm3T1CA { width:20rem;height:1.95rem;top:8.2114582061769rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe { background-color:rgba(255,255,255,0.85);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; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { background-color: transparent; background-image: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container > .video-iframe-container { display: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container { display: none; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .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); }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { border-width: 0; border-radius: 0; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7TV8RKX5f2R0gJGCFuyopSTGgHFTOUe > .row .container { width:20rem;height:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H3EpM4wOv6xq06BBTTMvUi3e2OFUglRM { width:20rem;height:1.7875rem;top:1.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgfECPGr068UGAawL9toQWkXCWEfon6L { width:20rem;height:14.875rem;top:4.56875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 { width:19.9375rem;height:36.9375rem;top:24.706249237061rem;left:0rem;font-size:0.9375rem;line-height:1.7;display:block; }#pJKBOMpMN6HFISHF2nf06uEuPf3XFsL2 li:before{  }
 }@media only screen and (max-width: 763px) { #kqLAfwcbZuHKexweOKG2QPTUdKgeBST2 { width:20rem;height:1.7875rem;top:21.09375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac { display:block; }#SyZmfcKZa7EqZIHRrEJnhRgUznQXD5Ac > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KzdmP2Le0H6XWbNdE1070lAuURepCpXb { width:15.6875rem;height:5.3625rem;top:4.3187503814697rem;left:2.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT { display:block; }#C66DIdrW8Oxta0IqsPWBWZyJdL9n7ZdT > .row .container { width:20rem;height:99.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qimwm5OSa7qx36tMeT7mub0stC5gDMEb { width:12.5rem;height:2.6rem;top:1.875rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRamo2KcBRx7DWbvLVLsqhtnJyyLZME1 { width:12.5rem;height:2.6rem;top:27rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khmu18E567TCNHM2KkJ7MEh4XUcAGExq { width:12.5rem;height:2.6rem;top:50.0625rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THnl04KyuTMgWFMm0tc4Gzmd2vEPb1kS { width:12.5rem;height:2.6rem;top:74.6875rem;left:3.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tSVHISnZ1PW3HSZkOE0H1wQBNpIas85Q { width:15.375rem;height:2.6rem;top:4.4375rem;left:2.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cP0nic9UeX6QAJDR6LKbQNCyLl6bMBqK { width:14.375rem;height:15.84375rem;top:9.078125rem;left:2.59375rem;font-size:0.8125rem;line-height:1.5;text-align:left;text-align-last:left;color:#fdfdfd;display:block; }
 }@media only screen and (max-width: 763px) { #Dr7lg2OughTexENFQTGwv2t7frDqm7ZK { width:13.6875rem;height:15.84375rem;top:30.75rem;left:3.15625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G7xEMWtBvwrvTFPWRI56rlWnsLNa3B8U { width:15.375rem;height:17.0625rem;top:54.125rem;left:2.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vFgsBpcFNRHiBdZTgHc4bA4W1DUISwe5 { width:15rem;height:15.84375rem;top:78.9375rem;left:2.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ytmRnvTx9s00dfKGxTxupfmlGwHTlIzN { top:8.25rem;left:1.78125rem;width:16.0625rem;height:17.375rem;z-index:14999;background-color:rgba(113,113,120,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2a67c;border-left:0.0625rem solid #b2a67c;border-right:0.0625rem solid #b2a67c;border-bottom:0.0625rem solid #b2a67c;display:block; }
 }@media only screen and (max-width: 763px) { #DbuIv7XeohSRm0Xo9coq14mGWNTcGbUb { top:30.265625rem;left:1.65625rem;width:16.5625rem;height:16.6875rem;z-index:15000;background-color:rgba(113,113,120,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2a67c;border-left:0.0625rem solid #b2a67c;border-right:0.0625rem solid #b2a67c;border-bottom:0.0625rem solid #b2a67c;display:block; }
 }@media only screen and (max-width: 763px) { #qJgqutDPCu6oEolzEMPU6JT8xfDimRGF { top:53.3125rem;left:1.75rem;width:16.5625rem;height:18.5rem;z-index:15001;background-color:rgba(113,113,120,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2a67c;border-left:0.0625rem solid #b2a67c;border-right:0.0625rem solid #b2a67c;border-bottom:0.0625rem solid #b2a67c;display:block; }
 }@media only screen and (max-width: 763px) { #yfhPgQiMQAk00maqSNL0kmS6hsoSHcTO { top:78.0625rem;left:1.75rem;width:16.5625rem;height:16.125rem;z-index:15002;background-color:rgba(113,113,120,0.62);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b2a67c;border-left:0.0625rem solid #b2a67c;border-right:0.0625rem solid #b2a67c;border-bottom:0.0625rem solid #b2a67c;display:block; }
 }@media only screen and (max-width: 763px) { #WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 { display:block; }#WFwVZVcf8v06PcRpeSBJMhA2HGEIl7y3 > .row .container { width:20rem;height:95.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UFI7xOwCTyP2WTHoHX1PiXCSm6TosfPM { width:18.9375rem;height:0;top:7.6989593505863rem;left:0rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #FiXxF1MgtyyUgSFCTOfwxMTHvnFRrzLx { width:20rem;height:4.0625rem;top:1.9999942779541rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT { width:20rem;height:29.59375rem;top:41.341663360596rem;left:0rem;font-size:0.9375rem;display:block; }#RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RFwhgwcSv6QlrHEeK5tJN8gCyVzbenNT li:before{  }
 }@media only screen and (max-width: 763px) { #KzZKk77QwTyFvKwFSXuuohkV4SJefQSg { width:20rem;height:1.7875rem;top:37.679169654846rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt { width:20rem;height:27.6875rem;top:7.6989555358888rem;left:0rem;font-size:0.9375rem;display:block; }#yySTIuTK5oLrxRDHoV5qryTSgMd0UZlt li:before{  }
 }@media only screen and (max-width: 763px) { #gF0EkkCnhTZcbfUtaqLAhpXxdxUhkAS7 { width:20rem;height:9.5625rem;top:74.203120231631rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Dd018TTPofoE4hug2tB8oQ2LZ9aiCM { width:20rem;height:6.375rem;top:86.54792022705rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #fhEQnsiNHcRS9miIEhOssWZyu02XcwXT { background-color:rgba(16,15,15,0.19);background-image:none;display:block; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { background-color: transparent; background-image: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container > .video-iframe-container { display: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row > .video-iframe-container { display: none; }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .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); }#fhEQnsiNHcRS9miIEhOssWZyu02XcwXT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lJEuThZ41wKKakXTtSArO6d4QrJc9x2R { width:20rem;height:0.08125rem;top:8.59375rem;left:0rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8stdbKhR6o2Qv5QLpw2WRnA1z1wza2f { width:20rem;height:4rem;top:3.46875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q { display:block; }#RZIFs40yhKAgzZPD39HxchgUI5VgVv9Q > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rtRiTfEaSqrRQuiv8Fu2Ph2xOMbMb9sN { width:20rem;height:15.46875rem;top:1.8749885559082rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf { width:20rem;height:27.1875rem;top:22.187518119812rem;left:0rem;font-size:0.9375rem;display:block; }#ohUxo6LKXefGVQkRiaVxfD83MFWfcTCf li:before{  }
 }@media only screen and (max-width: 763px) { #IOa7aUkplSgSU0eAbioKV3MIosGbXTeL { width:20rem;height:1.7875rem;top:18.65625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS1T8mivGzgJXaKUHegaBlRmXS24yzCu { display:block; }#LS1T8mivGzgJXaKUHegaBlRmXS24yzCu > .row .container { width:20rem;height:30.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1T3LSdmgrAslaos0eczf1pulqXS1vKi { width:20rem;height:26.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPvqDzdCUenCfBJq2TSGJiBMouxULmFp { width:17.4375rem;height:9.1rem;top:17.487503051757rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f { width:17.5625rem;height:7.8rem;top:7.9250030517575rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#REezAx38eAyN7Oc73ZgIwxE3uVV4Bs8f li:before{  }
 }@media only screen and (max-width: 763px) { #hc6N0ZBoUoX7EJvtRvBAm7uTJXCwT7Dn { width:15.25rem;height:4rem;top:2.7375001907349rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk { display:block; }#G61ac6ImSeOGbamCTDnJmqyUbB0cwXCk > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MGAOQGSOcP9G0e6u2PBu8gbyTFXyoSzO { width:20rem;height:2.5996125rem;top:2rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDLT1snQpXmhTaVpco0IA3BdEbJyB6h { width:17.25rem;height:8.775rem;top:5.912109375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHbFmrIIAMIKaQVRQpFgMMFn96E0HCpR { width:18rem;height:1.3rem;top:14.6875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwULltwsDCCF2SaQfFhVSfPRwxoDrVym { width:17.5rem;height:3.65625rem;top:17.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpXxXla8DsR2SdrIwTrXDKF93DXq9KNk { width:20rem;height:4.875rem;top:25.375rem;left:0rem;font-size:0.625rem;display:block; }
 }