.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { background-color: transparent; background-image: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row > .video-iframe-container { display: none; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .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); }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { border-width: 0; border-radius: 0; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#de2530;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:42.625rem;width:60rem;position:relative;display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container.adaptive-delivery-prevent-bg, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container.lazyload, #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container.lazyloading { background-image: none; }#TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { color:#ffffff;display:block;width:30rem;position:absolute;font-family:ivyjournal;font-size:5.625rem;font-weight:700;z-index:100000;line-height:.8;letter-spacing:0;top:11.966146469116rem;left:1.4963111877441rem;height:9rem;font-style:normal;display:block; }
#SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { color:#ffffff;display:block;width:22.3730625rem;position:absolute;font-family:ivyjournal;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1;letter-spacing:0;top:23.115236282349rem;left:1.4963111877441rem;height:3rem;font-style:normal;display:block; }
#ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.06185rem;width:11.811rem;top:1.687283039093rem;left:1.4963111877441rem;overflow:hidden;display:block; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f8f6f6;background-image:none;color:#0b9bb3;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#ebdbed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.6872906684876rem;left:38.039283752441rem;z-index:100007; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #TQscMzfaRpRAG6pTCNI2XbTyNCi0ouwr { display:flex;position:relative;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Fx5Ju61vuWQtWSBoWvcFZmh4Iyfq6n2k { width:auto; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #LBe2reAK6TRrNJF89ABWw479dnpBMvpJ {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Qup1zzt2dFsxomRup1iMtrHAIxmTFTC8 { display:flex;position:relative;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #dStxK8clvOnLlpqQb6Cp4kfBWB9zcz8g {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #qZhzSCMtqJWrR4DZERtpaRfqX33JkrDr {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #KkTfJlmTexrTrRfohCxWaOzm1Td97o6S { display:flex;position:relative;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #i8oPVC4uP290KcnyKqwFG6XKKLIVcSwe {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #zGiSulFJF18KORs40Rhg5vSyCElTtCLn {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #N8f0Bx5B7gwk0by9AfPADXZDhNnz4qIW { display:flex;position:relative;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #HPIARnf8SwgSavqizF8pWhWDBQ56xFA8 {  }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #oABDNJ7a5PnrSJTq0elp1Gbh7ai85mnW {  }
#FRQ274M63XWnHC5qcPtRcy0SQbc8xRWo { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(5,18,46,0.86) ;height:24.6245625rem;width:25.9375rem;top:11.966146469116rem;left:31.684028625488rem;overflow:hidden;display:block; }
#MzW8ZxVNMBt5T3T1IazURMAyEtEzFH1s { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.875rem;width:27.561875rem;top:25.562067046761rem;left:1.4963111877441rem;overflow:hidden;display:block; }
#EhmOgBvVyTtywtfpZLh14hAZTyo5TMpp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.9998125rem;width:17.6248125rem;top:10.475260734558rem;left:40.708549499512rem;overflow:hidden;display:block; }
#OVDQs7qBhvIdHv11Xw3FmI8zmH1Cadmb { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6248125rem;width:28.8748125rem;top:24.880643397569rem;left:31.125217437744rem;overflow:hidden;display:block; }
#ZsKVyTpSLnq56Wi4gZSZur4QDe5ZveKb { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:barlow;font-size:1.5rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:31.769749641419rem;left:1.4952259063721rem;height:9.74609375rem;display:block; }
#RzTAz8XyLXDTC9qRGBaCaJobbUGtRbTZ { color:#000000;display:block;width:10.625rem;position:absolute;font-family:barlow;font-size:1.1875rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.687283039093rem;left:27.483722686767rem;height:3.0859375rem;display:block; }
#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc { position:relative;display:block; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc { background-color: transparent; background-image: none; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row .container > .video-iframe-container { display: none; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row > .video-iframe-container { display: none; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .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); }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc { border-width: 0; border-radius: 0; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:block; }#unXD1pG6usKX3kpWdQXeOnTP4kTolpyy { color:rgba(2,41,90,0.7);display:block;width:51.311875rem;position:absolute;font-family:ivyjournal;font-size:2.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3433185815811rem;left:4.3424453735351rem;height:13rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H { position:relative;display:block; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H { background-color: transparent; background-image: none; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container > .video-iframe-container { display: none; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row > .video-iframe-container { display: none; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .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); }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H { border-width: 0; border-radius: 0; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:38.625rem;width:60rem;position:relative;display:block; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container.adaptive-delivery-prevent-bg, #fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container.lazyload, #fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container.lazyloading { background-image: none; }#MWMDx63npbV1bcFEVzn6AAxJUa4mNAuQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4998125rem;width:43.75rem;top:7.6875rem;left:8.125rem;display:block; }
#ybgHbcxsD2TId9FtXqtot5MMaBDKJrdh { position:absolute;display:block;z-index:99999;background-color:#d3d4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(3,5,42,0.81) ;height:28.125rem;width:47.5rem;top:5.875rem;left:6.25rem;display:block; }
#p1u1UFcyslDKtR7TQZ1hZsceXMvo3AZc { color:#ffffff;display:block;width:35.061875rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.8164043426514rem;left:6.9976119995119rem;height:1.8684875rem;display:block; }
#P3VAv05Iwdrxhss5LprwnxVHAP8fu700 { color:#7fade6;display:block;width:57.0605625rem;position:absolute;font-family:ivyjournal;font-size:1.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:37.7470703125rem;left:1.46875rem;height:9.09765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f { position:relative;display:block; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f { background-color: transparent; background-image: none; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row .container > .video-iframe-container { display: none; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row > .video-iframe-container { display: none; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .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); }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f { border-width: 0; border-radius: 0; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:60rem;position:relative;display:block; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf { position:relative;display:block; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf { background-color: transparent; background-image: none; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container > .video-iframe-container { display: none; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row > .video-iframe-container { display: none; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .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); }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf { border-width: 0; border-radius: 0; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container.adaptive-delivery-prevent-bg, #uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container.lazyload, #uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container.lazyloading { background-image: none; }#B3iFat0eizHqdW8CzFCHh7mDhGz1ZZHq { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.26) ;height:25.9375rem;width:25.9375rem;top:7.25rem;left:4.0625rem;overflow:hidden;display:block; }
#KoFdQRlQ7OmzuMsDD39fWqQ7wM225x64 { color:#000000;display:block;width:22.7480625rem;position:absolute;font-family:ivyjournal;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:8.1611328125rem;left:36.2158203125rem;height:29.31640625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#saUPWD9Feel7WhQ6gOHdNTv3cbxdqQf9 { color:#f8f6f6;display:block;width:19.3125rem;position:absolute;font-family:ivyjournal;font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:5.60546875rem;left:36.2158203125rem;height:1.70605625rem;font-style:normal;display:block; }
#L0nAffLi6bglOVBTTFRO9VrTviIIMUxh { z-index:100002;top:42.519536972046rem;left:2.7495651245117rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #de2530, #de2530);background-image: -moz-linear-gradient(216deg, #de2530, #de2530);background-image: -ms-linear-gradient(216deg, #de2530, #de2530);background-image: -o-linear-gradient(216deg, #de2530, #de2530);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );";background-image: linear-gradient(216deg, #de2530, #de2530);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(1,10,31,0.7) ;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:barlow;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.6230625rem;height:3.31055rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#piKZwlVId2KfEaok4Xxx5uSTn8AWp6DX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yvUllJ9Q9ZlUsTDTnTda0WWW6moNlXov { position:absolute;display:block;z-index:99999;background-color:#d3d4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(3,5,42,0.81) ;height:30.0625rem;width:31.25rem;top:5.25rem;left:1.5625rem;display:block; }
#yOSsi3mLRvBCw8k13Kb3xo1XnMSkoh5g { color:#ffffff;display:block;width:18.3745625rem;position:absolute;font-family:barlow;font-size:2.875rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:37.110461235046rem;left:8.0002174377444rem;height:3.7380625rem;font-style:normal;display:block; }
#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN { position:relative;display:block; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN { background-color: transparent; background-image: none; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row .container > .video-iframe-container { display: none; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row > .video-iframe-container { display: none; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .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); }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN { border-width: 0; border-radius: 0; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#u8CMr1Ic4xdz98GF4bZKgQK74inW6nrK { color:#000000;display:block;width:56.936875rem;position:absolute;font-family:ivyjournal;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0627208948136rem;left:1.5299453735351rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#PgrBTi01HhdqfmWmH7wzsFin30iB43vR { position:relative;display:block; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR { background-color: transparent; background-image: none; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container > .video-iframe-container { display: none; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row > .video-iframe-container { display: none; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .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); }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR { border-width: 0; border-radius: 0; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:48.8125rem;width:60rem;position:relative;display:block; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container.adaptive-delivery-prevent-bg, #PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container.lazyload, #PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container.lazyloading { background-image: none; }#T7QTtoLb3xvPFULkMXzvDksL8yXp6hth { color:#000000;display:block;width:25.625rem;position:absolute;font-family:ivyjournal;font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.8720703125rem;left:4.2255859375rem;height:35.48828125rem;display:block; }
#Zm8FayveJtohg3LSIERAlMTGe27OU9kz { color:#f8f6f6;display:block;width:24.875rem;position:absolute;font-family:ivyjournal;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:4.22265625rem;height:4.875rem;font-style:normal;display:block; }
#pyThSExuOyC5t4vBgERvuw0dnwMwWSpU { z-index:100003;top:42.708332061767rem;left:35.087890625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #de2530, #de2530);background-image: -moz-linear-gradient(216deg, #de2530, #de2530);background-image: -ms-linear-gradient(216deg, #de2530, #de2530);background-image: -o-linear-gradient(216deg, #de2530, #de2530);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );";background-image: linear-gradient(216deg, #de2530, #de2530);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(1,10,31,0.7) ;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.7480625rem;height:3.37456875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QDLnvEI7kV5odPob3q9BOK4BWRvOsoVI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zQ5J2vXPyhnmsbEp3thltkUtBee1PWWZ { color:#ffffff;display:block;width:18.3735rem;position:absolute;font-family:barlow;font-size:2.875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:37.172309875488rem;left:37.749565124512rem;height:3.7380625rem;font-style:normal;display:block; }
#QS6C30QGzt11H6aNZehSMnPHMghvhwC8 { color:#f8f6f6;display:block;width:19.3125rem;position:absolute;font-family:ivyjournal;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:12.8740234375rem;left:36.2783203125rem;height:2.5996125rem;font-style:normal;display:none; }
#xcHXwJ4CHUrL8PHAThtmsQHsur90PlU3 { position:absolute;display:block;z-index:100001;background-color:#d3d4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 2.75rem rgba(4,5,52,0.81) ;height:31.25rem;width:21.9375rem;top:2.900390625rem;left:35.966796875rem;display:block; }
#TwrHm95dfEyExZNhe05viJ9wtr6BafkW { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.26) ;height:20.25rem;width:20.25rem;top:6.9375rem;left:36.810546875rem;overflow:hidden;display:block; }
#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ { position:relative;display:block; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ { background-color: transparent; background-image: none; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row .container > .video-iframe-container { display: none; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row > .video-iframe-container { display: none; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .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); }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ { border-width: 0; border-radius: 0; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;position:relative;display:block; }#ztTyLE3gN424rkByLQnBGBe5DP34seRr { color:#000000;display:block;width:56.3748125rem;position:absolute;font-family:ivyjournal;font-size:1.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.2508678436279rem;left:2.4142799377441rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh { position:relative;display:block; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh { background-color: transparent; background-image: none; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container > .video-iframe-container { display: none; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row > .video-iframe-container { display: none; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .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); }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh { border-width: 0; border-radius: 0; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container.adaptive-delivery-prevent-bg, #TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container.lazyload, #TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container.lazyloading { background-image: none; }#kCxu2EUJa90HluHPIOntsKvRvuKRCA5V { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.26) ;height:25.875rem;width:25.875rem;top:7.25rem;left:4.0625rem;overflow:hidden;display:block; }
#Ow2x4qWqoT1AXqOxKwnW5dFrUhwPhKX5 { color:#000000;display:block;width:22.7480625rem;position:absolute;font-family:ivyjournal;font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:23.46875rem;left:36.0927734375rem;height:4.875rem;text-align:right;text-align-last:right;display:block; }
#TOCT0xzJNHzsK9Xx621EsmMTLUwZf0EO { color:#f8f6f6;display:block;width:21.5625rem;position:absolute;font-family:ivyjournal;font-size:1.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:9.560546875rem;left:36.685546875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccF2rDW6ysTdBF1kIOadOoVcTXowMpgd { z-index:100002;top:43.144535064698rem;left:1.6243476867676rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #de2530, #de2530);background-image: -moz-linear-gradient(216deg, #de2530, #de2530);background-image: -ms-linear-gradient(216deg, #de2530, #de2530);background-image: -o-linear-gradient(216deg, #de2530, #de2530);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de2530', endColorstr='#de2530' );";background-image: linear-gradient(216deg, #de2530, #de2530);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(1,10,31,0.7) ;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:barlow;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.811625rem;height:3.49935rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nx9QUU6pWP7QO68EDpwAxmppmonibwO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VhNgVPN2Qr9NIU3hzkaIp6ngZ6wFT3il { position:absolute;display:block;z-index:99999;background-color:#d3d4ed;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0.0625rem 0.0625rem 3.125rem rgba(3,5,42,0.81) ;height:30.0625rem;width:31.25rem;top:5.25rem;left:1.5625rem;display:block; }
#GnbbLRhWdbVhNHsuIdbcldI2WzsXJmRV { color:#ffffff;display:block;width:18.3735rem;position:absolute;font-family:barlow;font-size:2.875rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:37.690977096558rem;left:7.8439674377444rem;height:3.7380625rem;font-style:normal;display:block; }
#iuuW2TDbn109u369ksFK66xMZcX1Wl4y { color:#f8f6f6;display:block;width:19.5605625rem;position:absolute;font-family:ivyjournal;font-size:3.6875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.1230473518372rem;left:37.936195373535rem;height:14.37825rem;font-style:normal;text-align:right;text-align-last:right;display:none; }#iuuW2TDbn109u369ksFK66xMZcX1Wl4y li:before{  }
#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d02525;background-image:url("https://images.assets-landingi.com/uc/c625710c-5995-42f6-add4-e84d7554cd40/TLoquest.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK.adaptive-delivery-prevent-bg, #ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK.lazyload, #ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK.lazyloading { background-image: none; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container { background-color: transparent; background-image: none; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container > .video-iframe-container { display: none; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row > .video-iframe-container { display: none; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .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); }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container { border-width: 0; border-radius: 0; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:60rem;position:relative;display:block; }#H2wEvHu5JngRwoclVwL6ISonBcnl7Uxa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:1.875rem;left:0.5625rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#CcadwpkTJbuyi8PJqMfPTa1WiBgaiFhb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.9375rem;width:15.6875rem;top:4.5rem;left:1.5rem;overflow:hidden;display:block; }
#fcTKvJTfv9hLCCeIcQ54We57egv9wwME { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:1.875rem;left:20.125rem;height:1.462675rem;text-align:center;text-align-last:center;display:block; }
#cSxaL17w2V9pAvCzkZwQrF1TsZo5xcZT { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:4.5rem;left:20.4375rem;height:9.099375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#BigCvkxmF4MXhS8BXO2s3Q8WWRuThxut { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:1.96875rem;left:37.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#iZdqcUbIgKMkpFvJ0X9nLJDTIiba9Fwy { color:#000000;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:4.5rem;left:39.25rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#ggE5FvdmUEmThSNL9hPAplzbztLrCrTT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:14.25rem;top:10.6875rem;left:32.0625rem;overflow:hidden;display:block; }
#LhV4FcXAZHwCfvmLd0ynQWTeWINTzTnm { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:13.1875rem;top:10.6875rem;left:46.8125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { top:11.9375rem;left:0rem;width:30rem;height:8.9375rem;font-size:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { top:23.0625rem;left:0rem;width:22.3125rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { top:1.625rem;left:0rem;width:11.75rem;height:5.0357071797477rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk { display:flex;width:18rem;height:5.0625rem;top:1rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #TQscMzfaRpRAG6pTCNI2XbTyNCi0ouwr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Fx5Ju61vuWQtWSBoWvcFZmh4Iyfq6n2k {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #LBe2reAK6TRrNJF89ABWw479dnpBMvpJ {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Qup1zzt2dFsxomRup1iMtrHAIxmTFTC8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #dStxK8clvOnLlpqQb6Cp4kfBWB9zcz8g {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #qZhzSCMtqJWrR4DZERtpaRfqX33JkrDr {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #KkTfJlmTexrTrRfohCxWaOzm1Td97o6S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #i8oPVC4uP290KcnyKqwFG6XKKLIVcSwe {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #zGiSulFJF18KORs40Rhg5vSyCElTtCLn {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #N8f0Bx5B7gwk0by9AfPADXZDhNnz4qIW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #HPIARnf8SwgSavqizF8pWhWDBQ56xFA8 {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #oABDNJ7a5PnrSJTq0elp1Gbh7ai85mnW {  }
 }@media only screen and (max-width: 763px) { #FRQ274M63XWnHC5qcPtRcy0SQbc8xRWo { width:25.9375rem;height:24.6245625rem;top:11.9375rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzW8ZxVNMBt5T3T1IazURMAyEtEzFH1s { width:27.5rem;height:16.837116487902rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmOgBvVyTtywtfpZLh14hAZTyo5TMpp { width:17.5625rem;height:11.957387179651rem;top:10.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDQs7qBhvIdHv11Xw3FmI8zmH1Cadmb { width:28.8125rem;height:17.586777755051rem;top:24.875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsKVyTpSLnq56Wi4gZSZur4QDe5ZveKb { width:30.0625rem;height:9.6875rem;top:31.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzTAz8XyLXDTC9qRGBaCaJobbUGtRbTZ { width:10.625rem;height:3.0625rem;top:1.625rem;left:21.3583984375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlK77QP77ODAKeQGFyx24RvKEI4d7yc { display:block; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unXD1pG6usKX3kpWdQXeOnTP4kTolpyy { width:47.75rem;height:13rem;top:1.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H { display:block; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWMDx63npbV1bcFEVzn6AAxJUa4mNAuQ { width:43.75rem;height:24.4998125rem;top:7.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybgHbcxsD2TId9FtXqtot5MMaBDKJrdh { top:5.875rem;left:0.125rem;width:47.5rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1u1UFcyslDKtR7TQZ1hZsceXMvo3AZc { width:35rem;height:1.8125rem;top:1.8125rem;left:0.87261199951175rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3VAv05Iwdrxhss5LprwnxVHAP8fu700 { width:47.75rem;height:11.3125rem;top:37.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqrXXKi09wtHWJZWBeocAvNqV8Do51f { display:block; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf { display:block; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3iFat0eizHqdW8CzFCHh7mDhGz1ZZHq { width:25.9375rem;height:25.9375rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoFdQRlQ7OmzuMsDD39fWqQ7wM225x64 { width:22.6875rem;height:35.4375rem;top:8.125rem;left:25.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saUPWD9Feel7WhQ6gOHdNTv3cbxdqQf9 { width:19.3125rem;height:1.6875rem;top:5.5625rem;left:28.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0nAffLi6bglOVBTTFRO9VrTviIIMUxh { top:42.5rem;left:0rem;width:28.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piKZwlVId2KfEaok4Xxx5uSTn8AWp6DX { display:block; }
 }@media only screen and (max-width: 763px) { #yvUllJ9Q9ZlUsTDTnTda0WWW6moNlXov { top:5.25rem;left:0rem;width:31.25rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSsi3mLRvBCw8k13Kb3xo1XnMSkoh5g { width:18.3125rem;height:3.6875rem;top:37.0625rem;left:1.8752174377441rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN { display:block; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8CMr1Ic4xdz98GF4bZKgQK74inW6nrK { width:47.75rem;height:5.8125rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrBTi01HhdqfmWmH7wzsFin30iB43vR { display:block; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7QTtoLb3xvPFULkMXzvDksL8yXp6hth { width:25.625rem;height:35.4375rem;top:8.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm8FayveJtohg3LSIERAlMTGe27OU9kz { width:24.875rem;height:8.125rem;top:2.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyThSExuOyC5t4vBgERvuw0dnwMwWSpU { top:42.6875rem;left:26.0625rem;width:21.6875rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDLnvEI7kV5odPob3q9BOK4BWRvOsoVI { display:block; }
 }@media only screen and (max-width: 763px) { #zQ5J2vXPyhnmsbEp3thltkUtBee1PWWZ { width:18.3125rem;height:3.6875rem;top:37.125rem;left:29.4375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS6C30QGzt11H6aNZehSMnPHMghvhwC8 { width:19.4375rem;height:5.1875rem;top:63.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xcHXwJ4CHUrL8PHAThtmsQHsur90PlU3 { top:2.875rem;left:25.8125rem;width:21.9375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwrHm95dfEyExZNhe05viJ9wtr6BafkW { width:20.25rem;height:20.25rem;top:6.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ { display:block; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztTyLE3gN424rkByLQnBGBe5DP34seRr { width:47.75rem;height:3.875rem;top:3.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh { display:block; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCxu2EUJa90HluHPIOntsKvRvuKRCA5V { width:25.875rem;height:25.875rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow2x4qWqoT1AXqOxKwnW5dFrUhwPhKX5 { width:22.6875rem;height:4.875rem;top:23.4375rem;left:25.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCT0xzJNHzsK9Xx621EsmMTLUwZf0EO { width:21.5625rem;height:8.125rem;top:9.5rem;left:26.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccF2rDW6ysTdBF1kIOadOoVcTXowMpgd { top:43.125rem;left:0rem;width:30.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx9QUU6pWP7QO68EDpwAxmppmonibwO9 { display:block; }
 }@media only screen and (max-width: 763px) { #VhNgVPN2Qr9NIU3hzkaIp6ngZ6wFT3il { top:5.25rem;left:0rem;width:31.25rem;height:30.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnbbLRhWdbVhNHsuIdbcldI2WzsXJmRV { width:18.3125rem;height:3.6875rem;top:37.6875rem;left:1.7189674377441rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuuW2TDbn109u369ksFK66xMZcX1Wl4y { width:19.4375rem;height:2.5625rem;top:23.1875rem;left:0rem;font-size:3.6875rem;display:none; }#iuuW2TDbn109u369ksFK66xMZcX1Wl4y li:before{  }
 }@media only screen and (max-width: 763px) { #ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK { display:block; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2wEvHu5JngRwoclVwL6ISonBcnl7Uxa { width:12.5rem;height:1.4375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcadwpkTJbuyi8PJqMfPTa1WiBgaiFhb { width:15.6875rem;height:10.937935774334rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTKvJTfv9hLCCeIcQ54We57egv9wwME { width:12.5rem;height:1.4375rem;top:1.875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxaL17w2V9pAvCzkZwQrF1TsZo5xcZT { width:23.4375rem;height:8.75rem;top:4.4375rem;left:14.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BigCvkxmF4MXhS8BXO2s3Q8WWRuThxut { width:10.1875rem;height:1.25rem;top:1.9375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZdqcUbIgKMkpFvJ0X9nLJDTIiba9Fwy { width:13.25rem;height:2.5rem;top:4.4375rem;left:33.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggE5FvdmUEmThSNL9hPAplzbztLrCrTT { width:14.25rem;height:4.9373719219601rem;top:10.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhV4FcXAZHwCfvmLd0ynQWTeWINTzTnm { width:13.1875rem;height:4.8125093310109rem;top:10.625rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN { display:block; }#NaR51ZI3PN5IdJt7ZXdzC0wTXHQCobkN > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TupldIlEqivxDNiZ5IWqJ46dHTUE5n1l { width:20rem;height:6.875rem;top:11.625rem;left:0rem;font-size:3.4375rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SvoyNnKkr4t2DToDK7W3pVh4zF53Gef1 { width:20rem;height:2.00086875rem;top:5.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ietQF2MLSiS6kGZHkQlp2OZofZWZ8Iam { width:4.18728125rem;height:1.93685rem;top:0.749783039093rem;left:1.062283039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk { display:flex;width:18rem;height:5.0625rem;top:5.1247833371163rem;left:0.37543416023254rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #TQscMzfaRpRAG6pTCNI2XbTyNCi0ouwr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Fx5Ju61vuWQtWSBoWvcFZmh4Iyfq6n2k {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #LBe2reAK6TRrNJF89ABWw479dnpBMvpJ {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #Qup1zzt2dFsxomRup1iMtrHAIxmTFTC8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #dStxK8clvOnLlpqQb6Cp4kfBWB9zcz8g {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #qZhzSCMtqJWrR4DZERtpaRfqX33JkrDr {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #KkTfJlmTexrTrRfohCxWaOzm1Td97o6S { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #i8oPVC4uP290KcnyKqwFG6XKKLIVcSwe {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #zGiSulFJF18KORs40Rhg5vSyCElTtCLn {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #N8f0Bx5B7gwk0by9AfPADXZDhNnz4qIW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #HPIARnf8SwgSavqizF8pWhWDBQ56xFA8 {  }
 }@media only screen and (max-width: 763px) { #ZLbKORhNWFt2EaRu9iKBL2TZgOxqTQEk #oABDNJ7a5PnrSJTq0elp1Gbh7ai85mnW {  }
 }@media only screen and (max-width: 763px) { #FRQ274M63XWnHC5qcPtRcy0SQbc8xRWo { width:18.3125rem;height:17.25rem;top:21.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzW8ZxVNMBt5T3T1IazURMAyEtEzFH1s { width:20rem;height:12.248044419986rem;top:28.206375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhmOgBvVyTtywtfpZLh14hAZTyo5TMpp { width:13.1875rem;height:8.875rem;top:20rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVDQs7qBhvIdHv11Xw3FmI8zmH1Cadmb { width:20rem;height:12.207rem;top:21.311849415303rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsKVyTpSLnq56Wi4gZSZur4QDe5ZveKb { width:20rem;height:13.64453125rem;top:41.162111282349rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzTAz8XyLXDTC9qRGBaCaJobbUGtRbTZ { width:10.625rem;height:3.0859375rem;top:1.4192708730698rem;left:6.0611982345581rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqlK77QP77ODAKeQGFyx24RvKEI4d7yc { display:block; }#mqlK77QP77ODAKeQGFyx24RvKEI4d7yc > .row .container { width:20rem;height:29.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #unXD1pG6usKX3kpWdQXeOnTP4kTolpyy { width:20rem;height:23.3965rem;top:1.8446140289307rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H { display:block; }#fE0PrDiL68B5Myrk383cJ0T2lXoWMv7H > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MWMDx63npbV1bcFEVzn6AAxJUa4mNAuQ { height:11.199914285714rem;width:20rem;top:8.0490501892087rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybgHbcxsD2TId9FtXqtot5MMaBDKJrdh { width:20rem;height:15.4375rem;top:5.98698125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1u1UFcyslDKtR7TQZ1hZsceXMvo3AZc { width:20rem;height:3.73698125rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3VAv05Iwdrxhss5LprwnxVHAP8fu700 { width:20rem;height:10.8008125rem;top:19.861112594604rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrqrXXKi09wtHWJZWBeocAvNqV8Do51f { display:block; }#UrqrXXKi09wtHWJZWBeocAvNqV8Do51f > .row .container { width:20rem;height:1.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf { display:block; }#uaFvyOl0bbPXHXXX2ZETrrl8kXCq2XRf > .row .container { width:20rem;height:78.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3iFat0eizHqdW8CzFCHh7mDhGz1ZZHq { width:17.6875rem;height:17.6875rem;top:3.3723964691162rem;left:1.0622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoFdQRlQ7OmzuMsDD39fWqQ7wM225x64 { width:20rem;height:37.03125rem;top:36.5087890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #saUPWD9Feel7WhQ6gOHdNTv3cbxdqQf9 { width:13.75rem;height:5.19921875rem;top:20.1005859375rem;left:4.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L0nAffLi6bglOVBTTFRO9VrTviIIMUxh { top:32.2548828125rem;left:0.5rem;width:18.9980625rem;height:3.249025rem;display:block; }
 }@media only screen and (max-width: 763px) { #piKZwlVId2KfEaok4Xxx5uSTn8AWp6DX { display:block; }
 }@media only screen and (max-width: 763px) { #yvUllJ9Q9ZlUsTDTnTda0WWW6moNlXov { width:20rem;height:30.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOSsi3mLRvBCw8k13Kb3xo1XnMSkoh5g { width:18.3105625rem;height:2.5996125rem;top:26.533203125rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN { display:block; }#S3lHlDk7RTt60lhkVtTyPWCk5b2TWxiN > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8CMr1Ic4xdz98GF4bZKgQK74inW6nrK { width:20rem;height:15.59375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgrBTi01HhdqfmWmH7wzsFin30iB43vR { display:block; }#PgrBTi01HhdqfmWmH7wzsFin30iB43vR > .row .container { width:20rem;height:95.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7QTtoLb3xvPFULkMXzvDksL8yXp6hth { width:20rem;height:43.203125rem;top:1.7421875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zm8FayveJtohg3LSIERAlMTGe27OU9kz { width:19.4980625rem;height:8.53025rem;top:46.6953125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pyThSExuOyC5t4vBgERvuw0dnwMwWSpU { top:91.2509765625rem;left:1.0009765625rem;width:18.9980625rem;height:3.311525rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDLnvEI7kV5odPob3q9BOK4BWRvOsoVI { display:block; }
 }@media only screen and (max-width: 763px) { #zQ5J2vXPyhnmsbEp3thltkUtBee1PWWZ { width:18.3105625rem;height:2.5996125rem;top:87.9013671875rem;left:1.6884765625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QS6C30QGzt11H6aNZehSMnPHMghvhwC8 { width:19.4980625rem;height:5.19921875rem;top:82.7646484375rem;left:0.5009765625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #xcHXwJ4CHUrL8PHAThtmsQHsur90PlU3 { width:20rem;height:31.25rem;top:59.1884765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwrHm95dfEyExZNhe05viJ9wtr6BafkW { width:20rem;height:20rem;top:61.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ { display:block; }#Tc67ytsRmQ1BNURgUA37psqvHpCoI1MZ > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztTyLE3gN424rkByLQnBGBe5DP34seRr { width:20rem;height:6.82425rem;top:3rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh { display:block; }#TvfzGVqfIL69vzzTDLbZO25UBbQF4qLh > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCxu2EUJa90HluHPIOntsKvRvuKRCA5V { width:17.9375rem;height:17.9375rem;top:3.1217451095581rem;left:0.96788197755812rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow2x4qWqoT1AXqOxKwnW5dFrUhwPhKX5 { width:20rem;height:10.15625rem;top:44.733074188233rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOCT0xzJNHzsK9Xx621EsmMTLUwZf0EO { width:19.499rem;height:8.53028125rem;top:35.44140625rem;left:0.5009765625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ccF2rDW6ysTdBF1kIOadOoVcTXowMpgd { top:27.9375rem;left:0.4990234375rem;width:18.999rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx9QUU6pWP7QO68EDpwAxmppmonibwO9 { display:block; }
 }@media only screen and (max-width: 763px) { #VhNgVPN2Qr9NIU3hzkaIp6ngZ6wFT3il { width:20rem;height:30.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnbbLRhWdbVhNHsuIdbcldI2WzsXJmRV { width:18.3105625rem;height:2.5996125rem;top:24.16015625rem;left:0.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuuW2TDbn109u369ksFK66xMZcX1Wl4y { width:19.499rem;height:;top:21.560546875rem;left:0rem;font-size:2rem;z-index:100002;text-align:center;text-align-last:center;display:block; }#iuuW2TDbn109u369ksFK66xMZcX1Wl4y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iuuW2TDbn109u369ksFK66xMZcX1Wl4y li:before{  }
 }@media only screen and (max-width: 763px) { #ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK { display:block; }#ut9Mr4gyimbSy3762M6G6tMT0CZUsfbK > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H2wEvHu5JngRwoclVwL6ISonBcnl7Uxa { width:12.5rem;height:1.29980625rem;top:3.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcadwpkTJbuyi8PJqMfPTa1WiBgaiFhb { width:15.6875rem;height:10.9375rem;top:5.9375rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcTKvJTfv9hLCCeIcQ54We57egv9wwME { width:12.5rem;height:1.29980625rem;top:18.07421875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSxaL17w2V9pAvCzkZwQrF1TsZo5xcZT { width:20rem;height:9.098625rem;top:19.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BigCvkxmF4MXhS8BXO2s3Q8WWRuThxut { width:10.1875rem;height:1.29980625rem;top:29.349609375rem;left:4.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZdqcUbIgKMkpFvJ0X9nLJDTIiba9Fwy { width:13.25rem;height:2.5996125rem;top:30.6494140625rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggE5FvdmUEmThSNL9hPAplzbztLrCrTT { width:14.25rem;height:4.9375rem;top:34rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhV4FcXAZHwCfvmLd0ynQWTeWINTzTnm { width:13.1875rem;height:4.8125rem;top:38.9375rem;left:3.40625rem;display:block; }
 }