.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:225,242,234;--color-primary-1:157,213,185;--color-primary-2:58,171,115;--color-primary-3:29,86,58;--color-primary-4:9,26,17;--color-secondary-0:250,242,223;--color-secondary-1:238,212,148;--color-secondary-2:220,168,41;--color-secondary-3:110,84,21;--color-secondary-4:33,25,6;--color-tertiary-0:225,242,234;--color-tertiary-1:157,213,185;--color-tertiary-2:58,171,115;--color-tertiary-3:29,86,58;--color-tertiary-4:9,26,17;--headlines-font-family:"Comfortaa";--paragraphs-font-family:"Comfortaa"; }@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:#d4edf1;background-image:none;position:relative;display:block; }
#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .row > .video-iframe-container { display: none; }#pASIyn0i3qv4TOlSAMDJt6prtvgklDVO > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { border-width: 0; border-radius: 0; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:60rem;height:51.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.0625rem;left:23.125rem;display:block; }
#inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMOfrxCtgSMX4AK8mNKFRzGqwd9rKTrm { position:absolute;display:block;z-index:15006;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.5625rem;width:38.375rem;top:13.1875rem;left:9.28125rem;overflow:hidden;display:block; }
#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.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; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1.adaptive-delivery-prevent-bg, #stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1.lazyload, #stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1.lazyloading { background-image: none; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container { background-color: transparent; background-image: none; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container > .video-iframe-container { display: none; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row > .video-iframe-container { display: none; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .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); }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container { border-width: 0; border-radius: 0; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container { font-size:0.875rem;font-family:arial;height:22.125rem;width:60rem;position:relative;display:block; }#GvFXt5JdJKZn54sGUT4vMq2IRbJ2pthK { 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:18.75rem;width:18.75rem;top:1.6875rem;left:5.625rem;overflow:hidden;display:block; }
#nTQUOeJrXOTDPhs3A4DCF16Zx72QiV4r { 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:13.375rem;width:18.75rem;top:4.375rem;left:35.625rem;overflow:hidden;display:block; }
#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c9b9;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; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container { background-color: transparent; background-image: none; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container > .video-iframe-container { display: none; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row > .video-iframe-container { display: none; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .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); }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container { border-width: 0; border-radius: 0; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#FxHGCQKUAnXCfwED9Tzf9ymBMzR4uHOi { color:rgba(var(--color-tertiary-4),1);display:block;width:55.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.806640625rem;left:2.03125rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c9b9;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; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container { background-color: transparent; background-image: none; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container > .video-iframe-container { display: none; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row > .video-iframe-container { display: none; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .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); }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container { border-width: 0; border-radius: 0; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#FhtsIPH64twrKAFadcrlhr4vaxwnnPZ2 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:23.875rem;top:1.65625rem;left:3.0625rem;overflow:hidden;display:block; }
#Q9zSGHQOr03zGiJHl5BCCBWX6TwTwoPd { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:23.75rem;top:1.65625rem;left:33.0625rem;overflow:hidden;display:block; }
#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c9b9;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; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container { background-color: transparent; background-image: none; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container > .video-iframe-container { display: none; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row > .video-iframe-container { display: none; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .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); }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container { border-width: 0; border-radius: 0; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container { font-size:0.875rem;font-family:arial;height:21rem;width:60rem;position:relative;display:block; }#TxPO73XQtw0KMp6raWiDkpF25EaV2HOA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:23.75rem;top:1.65625rem;left:3.0625rem;overflow:hidden;display:block; }
#BP2JfiBMsT38tb5MzqeTzEGT3Vz9qdHd { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:23.75rem;top:1.65625rem;left:33.0625rem;overflow:hidden;display:block; }
#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat:repeat-x !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; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.adaptive-delivery-prevent-bg, #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.lazyload, #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.lazyloading { background-image: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { background-color: transparent; background-image: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container > .video-iframe-container { display: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row > .video-iframe-container { display: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .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); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { border-width: 0; border-radius: 0; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#MDy3hdaB9aWMiG6svmnnn0ZGQL9A2ATZ { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);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:7.625rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#tDbpy0FrO96L3F5OpB8eQwBcoFDFQc4T { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5625rem;left:7.28125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d6c9b9;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; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { background-color: transparent; background-image: none; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container > .video-iframe-container { display: none; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row > .video-iframe-container { display: none; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .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); }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { border-width: 0; border-radius: 0; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#ikfAUOioUTcc8re6T8ZQ3TV5WtrTIiqZ { position:absolute;display:block;z-index:15003;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:20.375rem;width:10.75rem;top:10.03125rem;left:0rem;overflow:hidden;display:block; }
#TTXxH2gVOMKTDatOfJl5V3EwRe3RReB5 { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:7.5625rem;left:13.1875rem;height:28.8866875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rnVurBSLrwu9RwGcdTyACk9TXGF0U7kt { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:4rem;left:7.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozSaO3sAte3wQNxBRyRvdG4Tu6V4Jxcd { position:absolute;display:block;z-index:15004;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:22.5rem;width:9.375rem;top:10.755859375rem;left:49rem;overflow:hidden;display:block; }
#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat: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; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg.adaptive-delivery-prevent-bg, #bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg.lazyload, #bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg.lazyloading { background-image: none; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container { background-color: transparent; background-image: none; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container > .video-iframe-container { display: none; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row > .video-iframe-container { display: none; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .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); }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container { border-width: 0; border-radius: 0; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#PrW6IbN60GoWCZ7k2yWxGFJzA7M7LyFq { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#BwshtGl1xwGfRDFVSi7e6gQnFhbyPrqp { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#OA1mTeFgeBv6bvq7h19rSABTw4QJ1fen { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#PIyfK3lk3CnBBkRPlFT8zDkrpiOnl9Sg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y0ZTRsg6Q52SLaU9Pqbd62tMrtl2OxSf { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#boyD73CeUKcxz6iR6WpwVzWNm5SkefB9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VphTydzCwOTStEThEzg7fvpLzb4FaTRR { position:absolute;display:block;z-index:15005;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:25.8125rem;width:21rem;top:19.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#mX8WDqWo9PqHKiuZHT5lppGeA8bMdLW1 { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#eDG4TQTsuQ7J83AaHgDzwAWd9EGxQbzU { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat:repeat-x !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; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.adaptive-delivery-prevent-bg, #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.lazyload, #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.lazyloading { background-image: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { background-color: transparent; background-image: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container > .video-iframe-container { display: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container { display: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .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); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { border-width: 0; border-radius: 0; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:60rem;position:relative;display:block; }#yAw8uvTLcxENBz898NXCdcRvQSQDqDdy { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:20.375rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#fmVfVak2OvKJJGrFfVdQ7Q553t5FcrzM { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.375rem;height:14.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 { background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.adaptive-delivery-prevent-bg, #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.lazyload, #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.lazyloading { background-image: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { background-color: transparent; background-image: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container > .video-iframe-container { display: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row > .video-iframe-container { display: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .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); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { border-width: 0; border-radius: 0; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { width:60rem;height:51.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#krbxfEkUykMVxAQGzVIxNQkzIbvLbM7k { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.0625rem;left:23.125rem;display:block; }
#kBSdP1Sm8VhZNAXTa9CUbsiT8b05u5QL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u4UPtlCbA4hnsOewGEUmTC8N9t4XVpTB { position:absolute;display:block;z-index:15005;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:9.6875rem;width:43.75rem;top:20.5rem;left:8.125rem;overflow:hidden;display:block; }
#EJH8TBuQOTLIT4DBccKg0nZhQgMR6KTa { position:absolute;display:block;z-index:15006;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.125rem;width:35.75rem;top:14.6875rem;left:11.125rem;overflow:hidden;display:block; }
#GUn873f48ICQ26pX3rB72odCbbrnUTzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !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; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo.adaptive-delivery-prevent-bg, #GUn873f48ICQ26pX3rB72odCbbrnUTzo.lazyload, #GUn873f48ICQ26pX3rB72odCbbrnUTzo.lazyloading { background-image: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { background-color: transparent; background-image: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container > .video-iframe-container { display: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row > .video-iframe-container { display: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .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); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { border-width: 0; border-radius: 0; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#gL4bCVlbXlURa2ATHRhN4kR3fTCsDcTL { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);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:7.625rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#kMtBTnTsDh2TiQ9VhAaQcp0wFDTfBv17 { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.75rem;left:8.375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myBG1RHp1RexZzv63KIa6aNqs890EBUu { position:relative;display:block; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu { background-color: transparent; background-image: none; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row .container > .video-iframe-container { display: none; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row > .video-iframe-container { display: none; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .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); }#myBG1RHp1RexZzv63KIa6aNqs890EBUu { border-width: 0; border-radius: 0; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .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; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .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:40.4375rem;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; }#tLFwQ5Uud5I9Qdi5rmGr07B7P7rd6CoB { position:absolute;display:block;z-index:15003;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:20.3125rem;width:9.375rem;top:10.3125rem;left:2.875rem;overflow:hidden;display:block; }
#wiWNxL0tOHsxOAOpGTdJke75JIsCWvoC { color:rgba(var(--color-tertiary-2),1);display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:7.5rem;left:17.5625rem;height:28.88671875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GmrT7iQ3u7meTOBVeqldd565ACv4Wtz2 { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:11.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !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; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.adaptive-delivery-prevent-bg, #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.lazyload, #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.lazyloading { background-image: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { background-color: transparent; background-image: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container > .video-iframe-container { display: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container { display: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .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); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { border-width: 0; border-radius: 0; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#TCnffy93yAfRgznOUQ9bWS2ah0nncvRK { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:7.625rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#Ac05Qwn2xAirJoZvkNo5l6ZyasyTad4q { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat: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; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65.adaptive-delivery-prevent-bg, #bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65.lazyload, #bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65.lazyloading { background-image: none; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container { background-color: transparent; background-image: none; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container > .video-iframe-container { display: none; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row > .video-iframe-container { display: none; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .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); }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container { border-width: 0; border-radius: 0; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#SIkHwLDvKZsz6MQX6F9idqnTLAmCKbBJ { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#et4UqwnVEP14cGc2ooSi6T8fl0pabhN5 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#iizMzAprKHE74fcSRdc9DLmKk6B2LlZ3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.875rem;left:35.0625rem;display:block; }
#Zg1wokJy0mA16A9cm4vc4gabbafWF70R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p4GVWwEI1JD5itJWd3kblGgqPU9iXTT8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:38.625rem;left:35.0625rem;display:block; }
#TsBt5KG83QGuTrFZJ27BEfReZhXWLig5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTnOyCXV7UQvGrNEgQg0TqWrPpvGWMo4 { position:absolute;display:block;z-index:15005;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:25.8125rem;width:21rem;top:19.5625rem;left:6.0625rem;overflow:hidden;display:block; }
#W8iEB1ncHM7OV1Gwfu5bBdElSiIpgwPt { position:absolute;display:block;z-index:14990;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:38.9375rem;top:25.59375rem;left:14.71875rem;display:block; }
#zf6w6m9lzCfzVK1vFR0OdIfquLUdWATQ { position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:18.125rem;top:20.78125rem;left:9.96875rem;display:block; }
#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb { position:relative;display:block; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb { background-color: transparent; background-image: none; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row .container > .video-iframe-container { display: none; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row > .video-iframe-container { display: none; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .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); }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb { border-width: 0; border-radius: 0; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .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; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .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:55.125rem;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; }#xzOy5c8EKzKuRISpLSWiTVLFKonK8n7I { color:rgba(var(--color-tertiary-2),1);display:block;width:36rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:8.6875rem;left:20.4375rem;height:37.38284375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3a4RfydBBGFKlkXa9CGZ1kM0Eekyn0a { color:rgba(var(--color-tertiary-2),1);display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:14.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBFAPbLHsD4AC7TODLvQgQwenXiq46hK { position:absolute;display:block;z-index:15006;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:32.9375rem;width:14.1875rem;top:12.625rem;left:2.9375rem;overflow:hidden;display:block; }
#FKI9FnS0xQiGfDRQfryE33x5QhzslKId { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !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; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId.adaptive-delivery-prevent-bg, #FKI9FnS0xQiGfDRQfryE33x5QhzslKId.lazyload, #FKI9FnS0xQiGfDRQfryE33x5QhzslKId.lazyloading { background-image: none; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container { background-color: transparent; background-image: none; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container > .video-iframe-container { display: none; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row > .video-iframe-container { display: none; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .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); }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container { border-width: 0; border-radius: 0; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#m4Wa1JEkyPw1DR4Wf1baoqlWAC1MwwQl { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:7.625rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#gWZNcCU9uPfdDlGIoRBWyKXhuqSFw0QO { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.75rem;left:7.28125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#91d3cd;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat: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; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.adaptive-delivery-prevent-bg, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyload, #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp.lazyloading { background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { background-color: transparent; background-image: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { display: none; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .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); }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { border-width: 0; border-radius: 0; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:7.0625rem;left:25.5625rem;height:3.25rem;font-style:normal;display:block; }
#xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:35.625rem;top:4.1875rem;left:23.875rem;display:block; }
#zTnemvC01Wm9NogtWX5gvnsSGIdQucod { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:22.625rem;left:34.125rem;display:block; }
#QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.625rem 0.9375rem rgba(188,69,70,0.25) ;box-sizing:border-box;color:#ffffff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.5625rem;left:34.375rem;display:block; }
#T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { position:absolute;display:block;z-index:15005;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:20.25rem;width:20.25rem;top:20.125rem;left:6.556640625rem;overflow:hidden;display:block; }
#fKWXPBvamtQk41DANogmbszItiKwp8zr { position:absolute;display:block;z-index:14995;background-color:transparent;background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);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:38.9375rem;top:24.21875rem;left:14.96875rem;display:block; }
#JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.25rem solid rgba(var(--color-secondary-2),1);border-left:0.25rem solid rgba(var(--color-secondary-2),1);border-right:0.25rem solid rgba(var(--color-secondary-2),1);border-bottom:0.25rem solid rgba(var(--color-secondary-2),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.875rem;width:19.0625rem;top:21.4375rem;left:8.6695993405962rem;display:block; }
#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container { background-color: transparent; background-image: none; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container > .video-iframe-container { display: none; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row > .video-iframe-container { display: none; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .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); }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container { border-width: 0; border-radius: 0; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#d3aMZ0fosgVNf1cdK3Z7sSTxsg8ssz4P { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container { background-color: transparent; background-image: none; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container > .video-iframe-container { display: none; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row > .video-iframe-container { display: none; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .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); }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container { border-width: 0; border-radius: 0; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:60rem;position:relative;display:block; }#iR90eu4UTIVbt2GCzvZ5SmZl102Stye2 { color:rgba(var(--color-tertiary-2),1);display:block;width:49.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:3.4609375rem;left:5.09375rem;height:13.59378125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !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; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec.adaptive-delivery-prevent-bg, #VgNP1xTFRifuerreVSXoVgHfwe3ZNiec.lazyload, #VgNP1xTFRifuerreVSXoVgHfwe3ZNiec.lazyloading { background-image: none; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container { background-color: transparent; background-image: none; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container > .video-iframe-container { display: none; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row > .video-iframe-container { display: none; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .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); }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container { border-width: 0; border-radius: 0; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#LAUbpM4TEkbEPckWayJOQTpkwea869vp { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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:11.125rem;width:57.25rem;top:5.5625rem;left:1.375rem;display:block; }
#EThh4w2Btc9GI1rvdf82gDaHVTqVf1sE { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.875rem;left:7.3125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { background-color: transparent; background-image: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { display: none; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .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); }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { border-width: 0; border-radius: 0; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk { position:relative;display:block; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk { background-color: transparent; background-image: none; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row .container > .video-iframe-container { display: none; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row > .video-iframe-container { display: none; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .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); }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk { border-width: 0; border-radius: 0; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .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; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .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:18.75rem;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; }#KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { 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:15.875rem;width:15.875rem;top:1.4375rem;left:22.0625rem;overflow:hidden;display:block; }
#aQ3Sn3WBbDPvz2mDU4iAUguzFzXlT57d { position:absolute;display:block;z-index:15002;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:5.9375rem;width:15.875rem;top:6.40625rem;left:42.0625rem;overflow:hidden;display:block; }
#A1v9AUUTBr1eBzGTBnFUwC11sNBrDiyt { position:absolute;display:block;z-index:15003;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.75rem;width:14.75rem;top:2rem;left:2.625rem;overflow:hidden;display:block; }
#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !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; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk.adaptive-delivery-prevent-bg, #ksQVW4RKkCHfkNebvODMn2flvBN9HmHk.lazyload, #ksQVW4RKkCHfkNebvODMn2flvBN9HmHk.lazyloading { background-image: none; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container { background-color: transparent; background-image: none; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container > .video-iframe-container { display: none; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row > .video-iframe-container { display: none; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .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); }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container { border-width: 0; border-radius: 0; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#s8FVdm2xTtcIwhEX0TE7OsOKA12aVJsQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);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.875rem;width:57.25rem;top:5.875rem;left:1.375rem;display:block; }
#sHxV8uCJUy2gT8sqo2qlqkSqbN5mFsvT { color:#ffffff;display:block;width:45.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:8.25rem;left:7.28125rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container { background-color: transparent; background-image: none; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container > .video-iframe-container { display: none; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row > .video-iframe-container { display: none; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .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); }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container { border-width: 0; border-radius: 0; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#DPMKMcnWv2fb5TdoArLPuApHtW3bHk8S { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:2.7500076293945rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fHl0GE0stuVo6Qmbxt5eMorTTuXS4PbC { 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:10.875rem;width:15.375rem;top:8.0625rem;left:22.3125rem;overflow:hidden;display:block; }
#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { border-width: 0; border-radius: 0; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { color:rgba(var(--color-tertiary-2),1);display:block;width:51.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.74609375rem;left:4.0625rem;height:1.3808625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #yMOfrxCtgSMX4AK8mNKFRzGqwd9rKTrm { top:13.1875rem;left:3.15625rem;width:38.375rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 { display:block; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvFXt5JdJKZn54sGUT4vMq2IRbJ2pthK { top:1.6875rem;left:2.5625rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQUOeJrXOTDPhs3A4DCF16Zx72QiV4r { top:4.375rem;left:26.4375rem;width:18.75rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx { display:block; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxHGCQKUAnXCfwED9Tzf9ymBMzR4uHOi { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH { display:block; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhtsIPH64twrKAFadcrlhr4vaxwnnPZ2 { top:1.625rem;left:0rem;width:23.875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zSGHQOr03zGiJHl5BCCBWX6TwTwoPd { top:1.625rem;left:23.875rem;width:23.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE { display:block; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxPO73XQtw0KMp6raWiDkpF25EaV2HOA { top:1.625rem;left:0rem;width:23.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP2JfiBMsT38tb5MzqeTzEGT3Vz9qdHd { top:1.625rem;left:23.875rem;width:23.75rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi { display:block; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDy3hdaB9aWMiG6svmnnn0ZGQL9A2ATZ { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDbpy0FrO96L3F5OpB8eQwBcoFDFQc4T { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { display:block; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikfAUOioUTcc8re6T8ZQ3TV5WtrTIiqZ { top:10rem;left:0rem;width:10.75rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXxH2gVOMKTDatOfJl5V3EwRe3RReB5 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVurBSLrwu9RwGcdTyACk9TXGF0U7kt { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozSaO3sAte3wQNxBRyRvdG4Tu6V4Jxcd { top:10.75rem;left:38.375rem;width:9.375rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg { display:block; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrW6IbN60GoWCZ7k2yWxGFJzA7M7LyFq { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwshtGl1xwGfRDFVSi7e6gQnFhbyPrqp { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OA1mTeFgeBv6bvq7h19rSABTw4QJ1fen { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIyfK3lk3CnBBkRPlFT8zDkrpiOnl9Sg { display:block; }
 }@media only screen and (max-width: 763px) { #y0ZTRsg6Q52SLaU9Pqbd62tMrtl2OxSf { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyD73CeUKcxz6iR6WpwVzWNm5SkefB9 { display:block; }
 }@media only screen and (max-width: 763px) { #VphTydzCwOTStEThEzg7fvpLzb4FaTRR { top:19.5625rem;left:0rem;width:21rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX8WDqWo9PqHKiuZHT5lppGeA8bMdLW1 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDG4TQTsuQ7J83AaHgDzwAWd9EGxQbzU { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI { display:block; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAw8uvTLcxENBz898NXCdcRvQSQDqDdy { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmVfVak2OvKJJGrFfVdQ7Q553t5FcrzM { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 { display:block; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krbxfEkUykMVxAQGzVIxNQkzIbvLbM7k { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSdP1Sm8VhZNAXTa9CUbsiT8b05u5QL { display:block; }
 }@media only screen and (max-width: 763px) { #u4UPtlCbA4hnsOewGEUmTC8N9t4XVpTB { top:20.5rem;left:2rem;width:43.75rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH8TBuQOTLIT4DBccKg0nZhQgMR6KTa { top:14.6875rem;left:5rem;width:35.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUn873f48ICQ26pX3rB72odCbbrnUTzo { display:block; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL4bCVlbXlURa2ATHRhN4kR3fTCsDcTL { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMtBTnTsDh2TiQ9VhAaQcp0wFDTfBv17 { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myBG1RHp1RexZzv63KIa6aNqs890EBUu { display:block; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLFwQ5Uud5I9Qdi5rmGr07B7P7rd6CoB { top:10.3125rem;left:0rem;width:9.375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWNxL0tOHsxOAOpGTdJke75JIsCWvoC { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrT7iQ3u7meTOBVeqldd565ACv4Wtz2 { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N { display:block; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCnffy93yAfRgznOUQ9bWS2ah0nncvRK { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac05Qwn2xAirJoZvkNo5l6ZyasyTad4q { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 { display:block; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIkHwLDvKZsz6MQX6F9idqnTLAmCKbBJ { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #et4UqwnVEP14cGc2ooSi6T8fl0pabhN5 { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iizMzAprKHE74fcSRdc9DLmKk6B2LlZ3 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1wokJy0mA16A9cm4vc4gabbafWF70R { display:block; }
 }@media only screen and (max-width: 763px) { #p4GVWwEI1JD5itJWd3kblGgqPU9iXTT8 { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBt5KG83QGuTrFZJ27BEfReZhXWLig5 { display:block; }
 }@media only screen and (max-width: 763px) { #aTnOyCXV7UQvGrNEgQg0TqWrPpvGWMo4 { top:19.5625rem;left:0rem;width:21rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8iEB1ncHM7OV1Gwfu5bBdElSiIpgwPt { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf6w6m9lzCfzVK1vFR0OdIfquLUdWATQ { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb { display:block; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzOy5c8EKzKuRISpLSWiTVLFKonK8n7I { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3a4RfydBBGFKlkXa9CGZ1kM0Eekyn0a { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBFAPbLHsD4AC7TODLvQgQwenXiq46hK { top:12.625rem;left:0rem;width:14.1875rem;height:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKI9FnS0xQiGfDRQfryE33x5QhzslKId { display:block; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Wa1JEkyPw1DR4Wf1baoqlWAC1MwwQl { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWZNcCU9uPfdDlGIoRBWyKXhuqSFw0QO { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:47.75rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:19.5rem;height:2.75rem;top:5.125rem;left:26.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:13.75rem;height:3.4375rem;top:23.8125rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { top:20.125rem;left:0.431640625rem;width:20.25rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:28.75rem;height:6.5rem;top:3rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSgOiXnvotfXXqqEa4CRqGssNrfVW54k { display:block; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3aMZ0fosgVNf1cdK3Z7sSTxsg8ssz4P { width:47.75rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGFZVMpArMgc9hqVtF39m6CuKpTBaMut { display:block; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR90eu4UTIVbt2GCzvZ5SmZl102Stye2 { width:19.375rem;height:7.8125rem;top:18.3125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgNP1xTFRifuerreVSXoVgHfwe3ZNiec { display:block; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAUbpM4TEkbEPckWayJOQTpkwea869vp { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EThh4w2Btc9GI1rvdf82gDaHVTqVf1sE { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:47.75rem;height:3.25rem;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCb9I0eF6sziRP77LMe12KeA1vCgSUfk { display:block; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { top:1.4375rem;left:15.875rem;width:15.875rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3Sn3WBbDPvz2mDU4iAUguzFzXlT57d { top:6.375rem;left:31.75rem;width:15.875rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1v9AUUTBr1eBzGTBnFUwC11sNBrDiyt { top:2rem;left:0.5625rem;width:14.75rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQVW4RKkCHfkNebvODMn2flvBN9HmHk { display:block; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8FVdm2xTtcIwhEX0TE7OsOKA12aVJsQ { width:28.75rem;height:9.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHxV8uCJUy2gT8sqo2qlqkSqbN5mFsvT { width:19.5rem;height:5.5rem;top:8.125rem;left:1.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT { display:block; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPMKMcnWv2fb5TdoArLPuApHtW3bHk8S { width:47.75rem;height:3.25rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHl0GE0stuVo6Qmbxt5eMorTTuXS4PbC { top:8.0625rem;left:16.1875rem;width:15.375rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { display:none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { top:1.6875rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.adaptive-delivery-prevent-bg, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyload, #m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1.lazyloading { background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { background-color: transparent; background-image: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row > .video-iframe-container { display: none; }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .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); }#m2K5BOrIVeiq43Ibt45S1HCCdwO5OUp1 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcbR6klLDdJCZaDZfq6qG5aoloPQfvmm { width:12.5rem;height:2.5rem;top:24.12890625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #inwtThi07a5XETphZSGr99p5hiLvUnQW { display:block; }
 }@media only screen and (max-width: 763px) { #yMOfrxCtgSMX4AK8mNKFRzGqwd9rKTrm { width:16rem;height:5.1875rem;top:7.87890625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 { display:block; }#stzdr6CwMf8Fg8RoFvLsVe1ZyXhu5OX1 > .row .container { width:20rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GvFXt5JdJKZn54sGUT4vMq2IRbJ2pthK { width:14.5625rem;height:14.5625rem;top:2.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTQUOeJrXOTDPhs3A4DCF16Zx72QiV4r { width:14.5625rem;height:10.375rem;top:20.1875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx { display:block; }#AZHUpMapxzT8xbvhX9fPZtuqT0kGQPhx > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxHGCQKUAnXCfwED9Tzf9ymBMzR4uHOi { width:20rem;height:1.54296875rem;top:2.947265625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH { display:block; }#mBzuRX7rew0J8qsPGwMOUF7eMrR9HJwH > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhtsIPH64twrKAFadcrlhr4vaxwnnPZ2 { width:20rem;height:14.8125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9zSGHQOr03zGiJHl5BCCBWX6TwTwoPd { width:20rem;height:14.842105263158rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE { display:block; }#BTmLwMb59kKsg47ZLmc1UR7Nunrk5VfE > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxPO73XQtw0KMp6raWiDkpF25EaV2HOA { width:20rem;height:14.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP2JfiBMsT38tb5MzqeTzEGT3Vz9qdHd { width:20rem;height:14.842105263158rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.adaptive-delivery-prevent-bg, #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.lazyload, #tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi.lazyloading { background-image: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { background-color: transparent; background-image: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container > .video-iframe-container { display: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row > .video-iframe-container { display: none; }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .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); }#tMTtO77KdnRCMG8KTs7QT7UDtCOpZvEi > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MDy3hdaB9aWMiG6svmnnn0ZGQL9A2ATZ { width:19.5rem;height:7.9375rem;top:2.625rem;left:0.25rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tDbpy0FrO96L3F5OpB8eQwBcoFDFQc4T { width:19.0625rem;height:4.62890625rem;top:4.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU { display:block; }#x7EI4TQWC6sb4cm44tB1U0VLNAcTpknU > .row .container { width:20rem;height:87.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ikfAUOioUTcc8re6T8ZQ3TV5WtrTIiqZ { width:9.6875rem;height:18.5625rem;top:4.4462890625rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTXxH2gVOMKTDatOfJl5V3EwRe3RReB5 { width:18.75rem;height:36.38473125rem;top:24.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnVurBSLrwu9RwGcdTyACk9TXGF0U7kt { width:20rem;height:1.54296875rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozSaO3sAte3wQNxBRyRvdG4Tu6V4Jxcd { width:8.8125rem;height:21.375rem;top:63.2587890625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg { display:block; }#bKiU7bLxrMwnGT27TQ8rnUAG2cXwmtPg > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrW6IbN60GoWCZ7k2yWxGFJzA7M7LyFq { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BwshtGl1xwGfRDFVSi7e6gQnFhbyPrqp { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OA1mTeFgeBv6bvq7h19rSABTw4QJ1fen { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIyfK3lk3CnBBkRPlFT8zDkrpiOnl9Sg { display:block; }
 }@media only screen and (max-width: 763px) { #y0ZTRsg6Q52SLaU9Pqbd62tMrtl2OxSf { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boyD73CeUKcxz6iR6WpwVzWNm5SkefB9 { display:block; }
 }@media only screen and (max-width: 763px) { #VphTydzCwOTStEThEzg7fvpLzb4FaTRR { width:13.375rem;height:16.5rem;top:21.125rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #mX8WDqWo9PqHKiuZHT5lppGeA8bMdLW1 { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #eDG4TQTsuQ7J83AaHgDzwAWd9EGxQbzU { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d08d3a8c-a8b7-43ee-bca3-e71896441c0f/tlo.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.adaptive-delivery-prevent-bg, #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.lazyload, #qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI.lazyloading { background-image: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { background-color: transparent; background-image: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container > .video-iframe-container { display: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container { display: none; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .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); }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { border-width: 0; border-radius: 0; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzrbgkScCnTVt2iFEaAmfh4PntTFMHuI > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAw8uvTLcxENBz898NXCdcRvQSQDqDdy { width:20rem;height:20.3125rem;top:2.875rem;left:0rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fmVfVak2OvKJJGrFfVdQ7Q553t5FcrzM { width:20rem;height:16.97265625rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.adaptive-delivery-prevent-bg, #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.lazyload, #TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9.lazyloading { background-image: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { background-color: transparent; background-image: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container > .video-iframe-container { display: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row > .video-iframe-container { display: none; }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .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); }#TR4GS5TAwyndBdIRTGDHk00n7Vu1X5C9 > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #krbxfEkUykMVxAQGzVIxNQkzIbvLbM7k { width:12.5rem;height:2.5rem;top:24.12890625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBSdP1Sm8VhZNAXTa9CUbsiT8b05u5QL { display:block; }
 }@media only screen and (max-width: 763px) { #u4UPtlCbA4hnsOewGEUmTC8N9t4XVpTB { width:17.25rem;height:3.6875rem;top:13.50390625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJH8TBuQOTLIT4DBccKg0nZhQgMR6KTa { width:15.3125rem;height:1.25rem;top:9.25390625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUn873f48ICQ26pX3rB72odCbbrnUTzo { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo.adaptive-delivery-prevent-bg, #GUn873f48ICQ26pX3rB72odCbbrnUTzo.lazyload, #GUn873f48ICQ26pX3rB72odCbbrnUTzo.lazyloading { background-image: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { background-color: transparent; background-image: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container > .video-iframe-container { display: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row > .video-iframe-container { display: none; }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .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); }#GUn873f48ICQ26pX3rB72odCbbrnUTzo > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gL4bCVlbXlURa2ATHRhN4kR3fTCsDcTL { width:19.5rem;height:7.9375rem;top:2.625rem;left:0.25rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kMtBTnTsDh2TiQ9VhAaQcp0wFDTfBv17 { width:19.0625rem;height:4.62890625rem;top:4.0625rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #myBG1RHp1RexZzv63KIa6aNqs890EBUu { display:block; }#myBG1RHp1RexZzv63KIa6aNqs890EBUu > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLFwQ5Uud5I9Qdi5rmGr07B7P7rd6CoB { width:10.1875rem;height:22.5rem;top:42.5087890625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiWNxL0tOHsxOAOpGTdJke75JIsCWvoC { width:18.75rem;height:36.38475rem;top:5rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmrT7iQ3u7meTOBVeqldd565ACv4Wtz2 { width:20rem;height:1.54296875rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e091106-acc3-43e0-9a1c-c585401e1286/tlosolus.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.adaptive-delivery-prevent-bg, #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.lazyload, #t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N.lazyloading { background-image: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { background-color: transparent; background-image: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container > .video-iframe-container { display: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container { display: none; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .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); }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { border-width: 0; border-radius: 0; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7BSnesGS4bh4rvUsUeDdCpL3zTxCJ8N > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCnffy93yAfRgznOUQ9bWS2ah0nncvRK { width:20rem;height:13.3125rem;top:2.875rem;left:0rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Ac05Qwn2xAirJoZvkNo5l6ZyasyTad4q { width:20rem;height:10.80075rem;top:4.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 { display:block; }#bxvuoP6hSXz9rQ9UDzSSZNUHK7QfST65 > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIkHwLDvKZsz6MQX6F9idqnTLAmCKbBJ { width:17.5rem;height:3.8984375rem;top:4.30078125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #et4UqwnVEP14cGc2ooSi6T8fl0pabhN5 { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #iizMzAprKHE74fcSRdc9DLmKk6B2LlZ3 { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg1wokJy0mA16A9cm4vc4gabbafWF70R { display:block; }
 }@media only screen and (max-width: 763px) { #p4GVWwEI1JD5itJWd3kblGgqPU9iXTT8 { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsBt5KG83QGuTrFZJ27BEfReZhXWLig5 { display:block; }
 }@media only screen and (max-width: 763px) { #aTnOyCXV7UQvGrNEgQg0TqWrPpvGWMo4 { width:13.4375rem;height:16.5rem;top:21.125rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #W8iEB1ncHM7OV1Gwfu5bBdElSiIpgwPt { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #zf6w6m9lzCfzVK1vFR0OdIfquLUdWATQ { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb { display:block; }#e4rp0gLS0WRVPg9CN2OJiRKDLRB6dLVb > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xzOy5c8EKzKuRISpLSWiTVLFKonK8n7I { width:20rem;height:44.781275rem;top:38.23046875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3a4RfydBBGFKlkXa9CGZ1kM0Eekyn0a { width:20rem;height:1.54296875rem;top:35.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBFAPbLHsD4AC7TODLvQgQwenXiq46hK { width:14.1875rem;height:32.9375rem;top:0.91796875rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKI9FnS0xQiGfDRQfryE33x5QhzslKId { display:block; }#FKI9FnS0xQiGfDRQfryE33x5QhzslKId > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4Wa1JEkyPw1DR4Wf1baoqlWAC1MwwQl { width:20rem;height:11.875rem;top:2.875rem;left:0rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #gWZNcCU9uPfdDlGIoRBWyKXhuqSFw0QO { width:18.25rem;height:7.714875rem;top:5rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0tT8h58Tm8ivkXULSREJMw7I8hynHKp { display:block; }#h0tT8h58Tm8ivkXULSREJMw7I8hynHKp > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrwTbFiMv04bFccXo0McAgqDKrnGRDMh { width:17.5rem;height:1.94986875rem;top:5.275390625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xfkWXbB2B5dfVCbO66zpKBS7hk7nNt8Z { width:19.5rem;height:5rem;top:3.5rem;left:0rem;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zTnemvC01Wm9NogtWX5gvnsSGIdQucod { width:12.5rem;height:2.5rem;top:13rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp1vy6qexu0bSiCR6Tnk9GKoaLcmw03 { display:block; }
 }@media only screen and (max-width: 763px) { #JM7d1ADVT6RbIx8s3AGNrCOZngvfuHLU { width:12.5rem;height:2.5rem;top:44.25rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5zT2SvF0AInmViJS0ZhabbnCEoDazUb { display:block; }
 }@media only screen and (max-width: 763px) { #J2mDw61vFvmI8FuTir2TSpkNIzKnVtOn { width:12.5625rem;height:12.5625rem;top:26.3125rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKWXPBvamtQk41DANogmbszItiKwp8zr { width:8.25rem;height:16.3125rem;top:14.15625rem;left:9.3125rem;background-color:transparent;background-image:none;z-index:15000;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #JvfU1eG8AKDw6WlpUg8J4Uz74l9aNzVP { width:12.375rem;height:10.5rem;top:34.734375rem;left:5.25rem;background-color:transparent;background-image:none;border-top:0.25rem solid #dca829;border-left:0;border-right:0.25rem solid #dca829;border-bottom:0.25rem solid #dca829;display:block; }
 }@media only screen and (max-width: 763px) { #BSgOiXnvotfXXqqEa4CRqGssNrfVW54k { display:block; }#BSgOiXnvotfXXqqEa4CRqGssNrfVW54k > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3aMZ0fosgVNf1cdK3Z7sSTxsg8ssz4P { width:18.75rem;height:1.94921875rem;top:1.525390625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MGFZVMpArMgc9hqVtF39m6CuKpTBaMut { display:block; }#MGFZVMpArMgc9hqVtF39m6CuKpTBaMut > .row .container { width:20rem;height:28.4921953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR90eu4UTIVbt2GCzvZ5SmZl102Stye2 { width:18.75rem;height:26.588875rem;top:1.9033203125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgNP1xTFRifuerreVSXoVgHfwe3ZNiec { display:block; }#VgNP1xTFRifuerreVSXoVgHfwe3ZNiec > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LAUbpM4TEkbEPckWayJOQTpkwea869vp { width:20rem;height:20.375rem;top:3.25rem;left:0rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EThh4w2Btc9GI1rvdf82gDaHVTqVf1sE { width:17.875rem;height:16.972625rem;top:4.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5uMVopALTuGCyynUBU87IQdP1Jvh0kK { display:block; }#d5uMVopALTuGCyynUBU87IQdP1Jvh0kK > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZurgvJoZa7ybyEcrRmm6lcVsXTe96cn { width:18.75rem;height:1.94921875rem;top:1.837890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCb9I0eF6sziRP77LMe12KeA1vCgSUfk { display:block; }#hCb9I0eF6sziRP77LMe12KeA1vCgSUfk > .row .container { width:20rem;height:44.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBTgwVdSsdPPKf8LuVPzOu7SuGJT2TZK { width:10.875rem;height:10.875rem;top:18.28125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3Sn3WBbDPvz2mDU4iAUguzFzXlT57d { width:15.875rem;height:5.9375rem;top:33.53125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1v9AUUTBr1eBzGTBnFUwC11sNBrDiyt { width:14.75rem;height:14.75rem;top:0.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksQVW4RKkCHfkNebvODMn2flvBN9HmHk { display:block; }#ksQVW4RKkCHfkNebvODMn2flvBN9HmHk > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8FVdm2xTtcIwhEX0TE7OsOKA12aVJsQ { width:20rem;height:20.875rem;top:3.0625rem;left:0rem;background-color:#dca829;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sHxV8uCJUy2gT8sqo2qlqkSqbN5mFsvT { width:20rem;height:15.4296875rem;top:5.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT { display:block; }#igBOhdQTiohBJ1RLctgNUTMJ98IBg0HT > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPMKMcnWv2fb5TdoArLPuApHtW3bHk8S { width:18.75rem;height:3.8984375rem;top:2.712890625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fHl0GE0stuVo6Qmbxt5eMorTTuXS4PbC { width:15.375rem;height:10.875rem;top:9.65625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL { background-color:transparent;background-image:none;display:block; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { background-color: transparent; background-image: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row > .video-iframe-container { display: none; }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .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); }#TOMD9NiZGilUUm4SFxqHVxXG6imKlyZL > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ho6cnaDrTX4WtTHpEvyWhDyIq6F4ypXH { width:20rem;height:0.9746125rem;top:2.91796875rem;left:0rem;font-size:0.75rem;color:#3aab73;display:block; }
 }