.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:220,227,234;--color-primary-1:151,172,191;--color-primary-2:82,117,149;--color-primary-3:39,83,122;--color-primary-4:3,51,74;--color-secondary-0:245,243,242;--color-secondary-1:221,215,213;--color-secondary-2:186,175,170;--color-secondary-3:93,88,85;--color-secondary-4:28,26,26;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:116,116,116;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01b9c8d4-07f4-49aa-aa60-fd724bb83937/equipmentdentalinstrumentsdentistsofficetoolscloseup.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.adaptive-delivery-prevent-bg, #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.lazyload, #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.lazyloading { background-image: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { background-color: transparent; background-image: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container > .video-iframe-container { display: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.82); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row > .video-iframe-container { display: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .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); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { border-width: 0; border-radius: 0; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;overflow:visible;position:relative;display:block; }#qNH346ruLKmQ7g9kNSHCTz7keAvudGXD { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:"playfair display";font-size:2.9375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:12.6875rem;left:0rem;height:7.0498rem;font-style:normal;display:block; }
#HLyXs1t1ww05xLw63L8xpvMX0TchKeaT { color:rgba(var(--color-tertiary-4),1);display:block;width:34.1875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:21.0625rem;left:0rem;height:4.199225rem;font-style:normal;display:block; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-form-header {  }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:30.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:3.25rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),1);font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:30.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:30.1875rem;height:3.4375rem;font-family:"playfair display";overflow:hidden; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:lato;font-size:1.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-2),1);font-family:lato;font-size:1.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:lato;font-size:1.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-2),1);font-family:lato;font-size:1.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:29rem;overflow:hidden;font-style:normal;float:none; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-container:first-of-type{padding-top:0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-container:last-of-type{padding-bottom:0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.46240234375rem;left:42.3125rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:30.1875rem;display:block;vertical-align:top; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 {display:block;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:30.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:13.46240234375rem;left:42.3125rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #KLmd97c7mxr8V5U72zydKeqtGOmWBivh { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #CQg2UHrHD7dXvx9xx6gTkWoowfUGKuR5 { position:relative;display:none; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #menJD66bRneHg9z09LRdv9iIhcZVZxpz { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #sV2r1xluggKkUWCDoyZCmD1cKH8rdPJ5 { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nHvmO5nwmEc9nZ6Fzg9CZStq74NE6Mr4 { position:relative;display:none; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #FfB4Vvbb6UzLKouA35ko1HWCIB35f7aa { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #rKpXUHmKiGyKOvFtTZRHOaOIDtspnmtF { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nVZETDrgNHgU6zosAZK4AJi6TKRd216R { position:relative;display:none; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #DkPXMiugqSIJJK8Q68hNOlalAd5no9Vh { position:relative; }
#CPFPhXJ8XIG9Wk9Tn4AFW3vIUGJiWSBk { position:relative;display:block; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #TXgq6yMxEvdqn4s6Ag6ETB3arDdW3QIx { position:relative; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #MSOChD4GCwuLCpyTFc8h4ioCUgsFC6Sh { position:relative; }
#XbTBExMFeG5q1WUBxD8y6a4oTheZrqTX { color:#5594cb;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:25.537109375rem;left:0rem;height:4.5498rem;font-style:normal;display:none; }
#Td5CibaENrKV4bonxFZlFxUJmKWdcaGw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#cbgvF28uZXPEHVTZv5ZIoz1zliZlwlyT { color:#5594cb;display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:23.375rem;left:0rem;height:2.0996125rem;font-style:normal;display:none; }
#x3lqm0uZvw5sTlAz34ttI9CTREInEKR8 { color:rgba(var(--color-tertiary-3),1);display:block;width:30.3125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:10.951171875rem;left:43.4375rem;height:4.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7w0TzXhRiPSw6N9xMySl7w2tXSb4Q6p { 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:5.5625rem;width:17.5rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#oTlVwaMyxSNHFdcMwtHkgxQGuA1tRAk4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.8125rem;left:20.5625rem;display:block; }
#IDtnbGkhUUpLbJSwxW5T5RzF4inf1S6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrIzXP2UbkWkHCxBUBqPylWke802W1uI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.8125rem;left:37.375rem;display:block; }
#emG3BJFcA4iR42USR0NtgXa4hLAnyv93 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QTz7rDLJ0w6WT7seTbTN9veMuvFfpsPD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.8125rem;left:44.8125rem;display:block; }
#L6wcJGGy1Up2hCTF9u0SZL42Jfb0OPE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lteb34TInOptgOnaCinHVcP9GXqPQzfZ { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"playfair display";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.8125rem;left:58.25rem;display:block; }
#QF7mpszaJT30lcBItETaURppZVwsKg56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7E2PDI8nmX98ZRqvxneziKeEyUsM9r3 { box-sizing:content-box;height:10rem;width:23.8125rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-secondary-2),0.68);background-image:none;top:26.8125rem;left:0rem;display:block; }
#sgqNBM4TIUdNUT1ZfMSN2UCfooL5CDyS { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:32.0625rem;left:0.59375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GIP10q1V62SfkyW5Zq5l2iT9oCrVtmKE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:27.4501953125rem;left:0.59375rem;height:4.5498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fOg3VkgWdFrhLV2Wt1gnSrTNnMgEclfT { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.09375rem;left:5.65625rem;display:block; }
#GLtebi3086chBNhcIB3pl73iH6CWEEq8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8d7880c5-816c-4758-ac26-0a8ef05ab7b1/image000381200x923.jpeg");background-position:top 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; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.adaptive-delivery-prevent-bg, #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.lazyload, #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.lazyloading { background-image: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { background-color: transparent; background-image: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container > .video-iframe-container { display: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.68); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row > .video-iframe-container { display: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .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); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { border-width: 0; border-radius: 0; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cwok04qo7ex5VnMEIg70GQbRW5kMBs3l { color:rgba(var(--color-tertiary-0),1);display:block;width:52.625rem;position:absolute;font-family:"playfair display";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:5.17578125rem;left:11.1875rem;height:8.3984375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container { background-color: transparent; background-image: none; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container > .video-iframe-container { display: none; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row > .video-iframe-container { display: none; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .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); }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container { border-width: 0; border-radius: 0; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#Il2xRKH7fcxqn0TSpeVpoX03QJqSSALi { color:rgba(var(--color-primary-4),1);display:block;width:30.5625rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:0rem;height:6.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tLJ7DG1Bpm2nnQvMfu8vm9mgAlHL2fdk { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:10.0625rem;left:0rem;height:17.32176875rem;font-style:normal;display:block; }
#PKE94mh0iR0bIHZL16g9uMDeEkob63ip { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.1875rem;left:0rem;display:block; }
#TsmamtrZUSOJ4Km5cb3W6aLDnoBRUnss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkGCSsOyU8sIDgfp2ESGMJMtOT2kl5o5 { 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:22.125rem;width:29.125rem;top:6.28125rem;left:45.875rem;overflow:hidden;display:block; }
#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container { background-color: transparent; background-image: none; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container > .video-iframe-container { display: none; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row > .video-iframe-container { display: none; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .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); }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container { border-width: 0; border-radius: 0; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container { font-size:0.875rem;font-family:arial;height:31rem;width:75rem;position:relative;display:block; }#iIrr96tllbohi5EmOLmRBzJFMq0yM2B5 { color:rgba(var(--color-primary-4),1);display:block;width:35rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.0625rem;left:33.4375rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k32dLt6dCfWXJ4wV4AdrAfXxIZdAhDte { color:rgba(var(--color-tertiary-3),1);display:block;width:36rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.875rem;left:33.4375rem;height:17.32176875rem;font-style:normal;display:block; }
#O62wffvtWCvJMSNTxJzBqV7d3JBhDqi6 { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.6875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.4375rem;left:33.4375rem;display:block; }
#F2zMgaTSL0Z2dxDPZeIXkKB8JF5HTtMA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kiDz37LVO5K4uRzZpLb9CAkzM3V5lTAb { background-color:rgba(var(--color-primary-3),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.1875rem;left:33.4375rem;display:none; }
#Cm6NCil45NUxp3khi3Hbeqb4mbpqy1IQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cB7ISQyzhsZJx7lozLx6APu40dnZikx5 { 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:20.9375rem;width:28.0625rem;top:6.875rem;left:0rem;overflow:hidden;display:block; }
#UzBJZbqAibc4XUTizIiwRbTacpsktK3u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container { background-color: transparent; background-image: none; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container > .video-iframe-container { display: none; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row > .video-iframe-container { display: none; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .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); }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container { border-width: 0; border-radius: 0; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#hlzxiTPUm3EKnSsWCQPO5C0UIy7DEeqN { color:rgba(var(--color-primary-4),1);display:block;width:31.625rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:0rem;height:6.01171875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA { color:rgba(var(--color-tertiary-3),1);display:block;width:40.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:10.875rem;left:0rem;height:16.8125rem;font-style:normal;display:block; }#B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA li:before{  }
#S0W1SEOOxBO8pQS24I6pwxppnAr1UKPX { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.4375rem;left:0rem;display:block; }
#GtXtmH1NGsQtcTC8Is7UcqIorLRTPNhM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G04uabV520w2tA18w3CCcaZROqAeyihX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.9375rem;width:31.9375rem;top:9.40625rem;left:43.0625rem;display:block; }
#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container { background-color: transparent; background-image: none; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container > .video-iframe-container { display: none; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row > .video-iframe-container { display: none; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .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); }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container { border-width: 0; border-radius: 0; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;position:relative;display:block; }#xF8o6QDgxZecble1JhHQpWDMnTCvVOaB { color:rgba(var(--color-primary-4),1);display:block;width:25.0625rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.5rem;left:24.5rem;height:6.01171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FF76A96SkTGrCEpkFgR8hiPKRB8vl0qf { color:rgba(var(--color-tertiary-3),1);display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.6875rem;left:15.875rem;height:9.44825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knIkbq2yOmpfi0L2G24v7tLVBuDNgrqv { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.25rem;left:26.5625rem;display:block; }
#edm1046l7SrsJTEmoBz4Thz5ZDE2UPeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DbXhT63TOPiIWgAKoPxkKzUsgfdTD5Sk { background-color:rgba(var(--color-primary-3),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.375rem;left:26.25rem;display:none; }
#gJLdw11b9AEWMxlJLaAV91vtLHH3sfB3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container { background-color: transparent; background-image: none; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container > .video-iframe-container { display: none; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row > .video-iframe-container { display: none; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .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); }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container { border-width: 0; border-radius: 0; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#onxkWCtsipJSPz8kHlLVHaQqQR8akyF4 { color:rgba(var(--color-primary-4),1);display:block;width:43.75rem;position:absolute;font-family:"playfair display";font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:15.625rem;height:3.00625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dCMxbnaU2MaTXXzHPb12O18niMsM3TKd { color:rgba(var(--color-tertiary-3),1);display:block;width:43.3125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:6.625rem;left:15.875rem;height:11.02293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qfshpzP8v2d1mfPHt5ldGfvw7rkDcWsk { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:19.1875rem;left:30.375rem;display:block; }
#UOptR3kP3H57pIcFik3wsHZ3Vx5WbzOV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn > .row .container { border-width: 0; border-radius: 0; }#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn > .row .container { font-size:0.875rem;font-family:arial;height:8.875rem;width:75rem;position:relative;display:none; }#Ro9SG2rT5VHmad5DxkeTmmAIm1ZdiVnZ { color:#5594cb;display:block;width:27.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.728515625rem;left:23.875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT > .row .container { border-width: 0; border-radius: 0; }#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#eiOHA5TPzEGK1o0EtpsF7EyNf1RsQrMA { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8935546875rem;left:10.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D9ff4syI9RU2atRsPrxz4Gyv0clFRaps { box-sizing:content-box;height:3.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.8125rem;left:7.5rem;display:block; }
#xS3lG4V2S3ng0JcrWUg7BBmUTIBnED1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:8rem; }
#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua > .row .container { border-width: 0; border-radius: 0; }#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:none; }#QTAh7B1vAUyr7sy2g1qcZGeNQBWhSo3Q { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2568359375rem;left:10.4375rem;height:10.2368125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ > .row .container { border-width: 0; border-radius: 0; }#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#tUr50yuKpx7Lg6vIbrRbX3J9ceiCDayu { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8935546875rem;left:10.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MlqAfLnkxMIHDHNoalVKDsDh2KI7AcFX { box-sizing:content-box;height:3.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.8125rem;left:7.5rem;display:block; }
#fr2nDgDaq2uhsHwM2RCTecHlpeAZpkcU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:8rem; }
#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 > .row .container { border-width: 0; border-radius: 0; }#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:none; }#zwC6EV5y4evvB7Ca2i4v8TDtN1nFmVgL { color:rgba(var(--color-tertiary-4),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2568359375rem;left:10.4375rem;height:8.7744375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 > .row .container { border-width: 0; border-radius: 0; }#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#bIs67yTt9ht9TC4KTzckQTDUu3n3gxsl { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8935546875rem;left:10.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NC2Hvy91hyWOcogrK3vQsVHunteShrkL { box-sizing:content-box;height:3.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.8125rem;left:7.5rem;display:block; }
#kA4agumUVQZTGG2w3ETllAiTXvFUJDXK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:8rem; }
#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd > .row .container { border-width: 0; border-radius: 0; }#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#L4AGNNLleRQ868pC4ro7AayI3f99mqgP { color:rgba(var(--color-tertiary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2568359375rem;left:10.4375rem;height:8.77440625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VZUooAByao5AZILmTl8eVF31ktD8xxrr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#VZUooAByao5AZILmTl8eVF31ktD8xxrr > .row .container { border-width: 0; border-radius: 0; }#VZUooAByao5AZILmTl8eVF31ktD8xxrr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZUooAByao5AZILmTl8eVF31ktD8xxrr > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:none; }#CKD79HkWGHbEv9THF2erKCtTf1xh32mb { color:rgba(var(--color-tertiary-0),1);display:block;width:51.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.8935546875rem;left:10.375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXa8VAJMmuPMsntymkTcD7VeoU7WkZdZ { box-sizing:content-box;height:3.625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;top:0.8125rem;left:7.5rem;display:block; }
#mdGBvheyeDVdd3rvT5G5wD8FxClfbJWZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:1.6875rem;left:8rem; }
#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f5f7;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:none; }#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 > .row .container { border-width: 0; border-radius: 0; }#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:75rem;position:relative;display:none; }#OgKsLX9tqz1GK7ZE6nCe3EF1O0XX0eJH { color:rgba(var(--color-tertiary-4),1);display:block;width:48.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.2568359375rem;left:10.4375rem;height:7.312rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container { background-color: transparent; background-image: none; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container > .video-iframe-container { display: none; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row > .video-iframe-container { display: none; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .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); }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container { border-width: 0; border-radius: 0; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#bFOpZTcKyGoI9mLAPglzu49iCT81dGWp { color:rgba(var(--color-tertiary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.2373046875rem;left:13.4375rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJ86fWtpuauTDy68kw9Qyte4im2Tg6FJ { box-sizing:content-box;height:0.3125rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;top:4.25rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0;border-right:0;border-bottom:0;display:block; }
#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX { background-color: transparent; background-image: none; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row .container > .video-iframe-container { display: none; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row > .video-iframe-container { display: none; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .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); }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX { border-width: 0; border-radius: 0; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .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; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .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:8.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#klXRbAnwEw7ICGQo9lXEKQEbazlSe2Wf { background-color:rgba(var(--color-primary-4),1);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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2.5rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:0rem;left:0rem;display:block; }
#Ab9Hc3Z6PtTnSVgNiFdWtcHWzGfib0Mm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT { display:block; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNH346ruLKmQ7g9kNSHCTz7keAvudGXD { top:12.6875rem;left:0rem;width:40.5625rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLyXs1t1ww05xLw63L8xpvMX0TchKeaT { top:21.0625rem;left:0rem;width:34.1875rem;height:4.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-regular-label { width:30.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-textarea { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-button { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-checkbox-label { width:29rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73  { width:30.1875rem;height:auto;top:13.4375rem;left:15.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .radio-container { width:30.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 {display:block;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 { width:30.1875rem;height:auto;top:13.4375rem;left:15.0625rem; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #KLmd97c7mxr8V5U72zydKeqtGOmWBivh {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #CQg2UHrHD7dXvx9xx6gTkWoowfUGKuR5 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #menJD66bRneHg9z09LRdv9iIhcZVZxpz {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #sV2r1xluggKkUWCDoyZCmD1cKH8rdPJ5 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nHvmO5nwmEc9nZ6Fzg9CZStq74NE6Mr4 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #FfB4Vvbb6UzLKouA35ko1HWCIB35f7aa {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #rKpXUHmKiGyKOvFtTZRHOaOIDtspnmtF {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nVZETDrgNHgU6zosAZK4AJi6TKRd216R {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #DkPXMiugqSIJJK8Q68hNOlalAd5no9Vh {  }
 }@media only screen and (max-width: 763px) { #CPFPhXJ8XIG9Wk9Tn4AFW3vIUGJiWSBk { display:block; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #TXgq6yMxEvdqn4s6Ag6ETB3arDdW3QIx {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #MSOChD4GCwuLCpyTFc8h4ioCUgsFC6Sh {  }
 }@media only screen and (max-width: 763px) { #XbTBExMFeG5q1WUBxD8y6a4oTheZrqTX { top:18.125rem;left:0rem;width:20rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td5CibaENrKV4bonxFZlFxUJmKWdcaGw { display:none; }
 }@media only screen and (max-width: 763px) { #cbgvF28uZXPEHVTZv5ZIoz1zliZlwlyT { top:27.6875rem;left:0rem;width:19rem;height:2.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3lqm0uZvw5sTlAz34ttI9CTREInEKR8 { top:10.9375rem;left:16.1875rem;width:30.3125rem;height:4.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7w0TzXhRiPSw6N9xMySl7w2tXSb4Q6p { top:1.75rem;left:0rem;width:17.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlVwaMyxSNHFdcMwtHkgxQGuA1tRAk4 { width:17.5rem;height:3.4375rem;top:2.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDtnbGkhUUpLbJSwxW5T5RzF4inf1S6T { display:block; }
 }@media only screen and (max-width: 763px) { #UrIzXP2UbkWkHCxBUBqPylWke802W1uI { width:7.5rem;height:3.4375rem;top:2.8125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #emG3BJFcA4iR42USR0NtgXa4hLAnyv93 { display:block; }
 }@media only screen and (max-width: 763px) { #QTz7rDLJ0w6WT7seTbTN9veMuvFfpsPD { width:12.875rem;height:3.4375rem;top:2.8125rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6wcJGGy1Up2hCTF9u0SZL42Jfb0OPE2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lteb34TInOptgOnaCinHVcP9GXqPQzfZ { width:12.875rem;height:3.4375rem;top:2.8125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF7mpszaJT30lcBItETaURppZVwsKg56 { display:block; }
 }@media only screen and (max-width: 763px) { #M7E2PDI8nmX98ZRqvxneziKeEyUsM9r3 { top:26.8125rem;left:0rem;width:23.8125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgqNBM4TIUdNUT1ZfMSN2UCfooL5CDyS { top:32.0625rem;left:0rem;width:22.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIP10q1V62SfkyW5Zq5l2iT9oCrVtmKE { top:27.4375rem;left:0rem;width:22.625rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOg3VkgWdFrhLV2Wt1gnSrTNnMgEclfT { width:12.5rem;height:3.4375rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtebi3086chBNhcIB3pl73iH6CWEEq8 { display:block; }
 }@media only screen and (max-width: 763px) { #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz { display:block; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwok04qo7ex5VnMEIg70GQbRW5kMBs3l { top:5.125rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9GHvulP2TUCXgM2paA8woeJgJWAdDbR { display:block; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il2xRKH7fcxqn0TSpeVpoX03QJqSSALi { top:3rem;left:0rem;width:30.5625rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLJ7DG1Bpm2nnQvMfu8vm9mgAlHL2fdk { top:10.0625rem;left:0rem;width:40.9375rem;height:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKE94mh0iR0bIHZL16g9uMDeEkob63ip { width:20.5625rem;height:3.4375rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmamtrZUSOJ4Km5cb3W6aLDnoBRUnss { display:block; }
 }@media only screen and (max-width: 763px) { #TkGCSsOyU8sIDgfp2ESGMJMtOT2kl5o5 { top:6.25rem;left:18.625rem;width:29.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ { display:block; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIrr96tllbohi5EmOLmRBzJFMq0yM2B5 { top:3.0625rem;left:12.75rem;width:35rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k32dLt6dCfWXJ4wV4AdrAfXxIZdAhDte { top:6.875rem;left:8.5625rem;width:36rem;height:17.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O62wffvtWCvJMSNTxJzBqV7d3JBhDqi6 { width:22.6875rem;height:3.4375rem;top:25.4375rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2zMgaTSL0Z2dxDPZeIXkKB8JF5HTtMA { display:block; }
 }@media only screen and (max-width: 763px) { #kiDz37LVO5K4uRzZpLb9CAkzM3V5lTAb { width:26.75rem;height:3.4375rem;top:23.1875rem;left:19.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cm6NCil45NUxp3khi3Hbeqb4mbpqy1IQ { display:block; }
 }@media only screen and (max-width: 763px) { #cB7ISQyzhsZJx7lozLx6APu40dnZikx5 { top:6.875rem;left:0rem;width:28.0625rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBJZbqAibc4XUTizIiwRbTacpsktK3u { display:block; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlzxiTPUm3EKnSsWCQPO5C0UIy7DEeqN { top:2.75rem;left:0rem;width:31.625rem;height:6rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA { top:10.875rem;left:0rem;width:40.8125rem;height:15.3125rem;font-size:1.25rem;display:block; }#B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA li:before{  }
 }@media only screen and (max-width: 763px) { #S0W1SEOOxBO8pQS24I6pwxppnAr1UKPX { width:22.4375rem;height:3.4375rem;top:29.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXtmH1NGsQtcTC8Is7UcqIorLRTPNhM { display:block; }
 }@media only screen and (max-width: 763px) { #G04uabV520w2tA18w3CCcaZROqAeyihX { top:9.375rem;left:15.8125rem;width:31.9375rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR { display:block; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xF8o6QDgxZecble1JhHQpWDMnTCvVOaB { top:2.5rem;left:10.875rem;width:25.0625rem;height:6rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF76A96SkTGrCEpkFgR8hiPKRB8vl0qf { top:9.6875rem;left:2.25rem;width:43.3125rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #knIkbq2yOmpfi0L2G24v7tLVBuDNgrqv { width:20.9375rem;height:3.4375rem;top:20.25rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #edm1046l7SrsJTEmoBz4Thz5ZDE2UPeZ { display:block; }
 }@media only screen and (max-width: 763px) { #DbXhT63TOPiIWgAKoPxkKzUsgfdTD5Sk { width:22.5rem;height:3.4375rem;top:19.375rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gJLdw11b9AEWMxlJLaAV91vtLHH3sfB3 { display:block; }
 }@media only screen and (max-width: 763px) { #M6sC0X7nxawSoX7vmEALeepREn0XMcdZ { display:block; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onxkWCtsipJSPz8kHlLVHaQqQR8akyF4 { top:2.75rem;left:2rem;width:43.75rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCMxbnaU2MaTXXzHPb12O18niMsM3TKd { top:6.625rem;left:2.25rem;width:43.3125rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfshpzP8v2d1mfPHt5ldGfvw7rkDcWsk { width:14.25rem;height:3.4375rem;top:19.1875rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOptR3kP3H57pIcFik3wsHZ3Vx5WbzOV { display:block; }
 }@media only screen and (max-width: 763px) { #gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn { display:block; }#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ro9SG2rT5VHmad5DxkeTmmAIm1ZdiVnZ { top:3.6875rem;left:10.25rem;width:27.1875rem;height:3.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT { display:block; }#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiOHA5TPzEGK1o0EtpsF7EyNf1RsQrMA { top:1.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ff4syI9RU2atRsPrxz4Gyv0clFRaps { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS3lG4V2S3ng0JcrWUg7BBmUTIBnED1W { top:1.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua { display:block; }#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTAh7B1vAUyr7sy2g1qcZGeNQBWhSo3Q { top:1.25rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ { display:block; }#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUr50yuKpx7Lg6vIbrRbX3J9ceiCDayu { top:1.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlqAfLnkxMIHDHNoalVKDsDh2KI7AcFX { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2nDgDaq2uhsHwM2RCTecHlpeAZpkcU { top:1.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 { display:block; }#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zwC6EV5y4evvB7Ca2i4v8TDtN1nFmVgL { top:1.25rem;left:0rem;width:47.75rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 { display:block; }#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIs67yTt9ht9TC4KTzckQTDUu3n3gxsl { top:1.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC2Hvy91hyWOcogrK3vQsVHunteShrkL { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA4agumUVQZTGG2w3ETllAiTXvFUJDXK { top:1.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd { display:block; }#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4AGNNLleRQ868pC4ro7AayI3f99mqgP { top:1.25rem;left:0rem;width:38.5rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUooAByao5AZILmTl8eVF31ktD8xxrr { display:block; }#VZUooAByao5AZILmTl8eVF31ktD8xxrr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKD79HkWGHbEv9THF2erKCtTf1xh32mb { top:1.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXa8VAJMmuPMsntymkTcD7VeoU7WkZdZ { top:0.8125rem;left:0rem;width:47.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdGBvheyeDVdd3rvT5G5wD8FxClfbJWZ { top:1.6875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 { display:block; }#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgKsLX9tqz1GK7ZE6nCe3EF1O0XX0eJH { top:1.25rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh { display:block; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOpZTcKyGoI9mLAPglzu49iCT81dGWp { top:5.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ86fWtpuauTDy68kw9Qyte4im2Tg6FJ { top:4.25rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX { display:block; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE { top:0rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #klXRbAnwEw7ICGQo9lXEKQEbazlSe2Wf { width:9.4375rem;height:2.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9Hc3Z6PtTnSVgNiFdWtcHWzGfib0Mm { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01b9c8d4-07f4-49aa-aa60-fd724bb83937/equipmentdentalinstrumentsdentistsofficetoolscloseup.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.adaptive-delivery-prevent-bg, #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.lazyload, #bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT.lazyloading { background-image: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { background-color: transparent; background-image: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container > .video-iframe-container { display: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.82); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row > .video-iframe-container { display: none; }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .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); }#bU9ngavJWwTkNoBWE7dtNWHKEg8WsTsT > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qNH346ruLKmQ7g9kNSHCTz7keAvudGXD { width:19.8125rem;height:4.199225rem;top:7.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLyXs1t1ww05xLw63L8xpvMX0TchKeaT { width:19rem;height:0;top:14.89892578125rem;left:0.5rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-regular-label { width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-text {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-select {padding-top: 0; padding-bottom: 0;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden;height:3.0625rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]:-moz-placeholder { font-size:0.9375rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]::-moz-placeholder { font-size:0.9375rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]:-ms-input-placeholder { font-size:0.9375rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 [class*="-text"]::-webkit-input-placeholder { font-size:0.9375rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73  { width:17.25rem;height:auto;top:26.3125rem;left:0rem; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 {display:block;}#h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 { width:17.25rem;height:auto;top:26.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #KLmd97c7mxr8V5U72zydKeqtGOmWBivh {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #CQg2UHrHD7dXvx9xx6gTkWoowfUGKuR5 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #menJD66bRneHg9z09LRdv9iIhcZVZxpz {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #sV2r1xluggKkUWCDoyZCmD1cKH8rdPJ5 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nHvmO5nwmEc9nZ6Fzg9CZStq74NE6Mr4 {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #FfB4Vvbb6UzLKouA35ko1HWCIB35f7aa {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #rKpXUHmKiGyKOvFtTZRHOaOIDtspnmtF {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #nVZETDrgNHgU6zosAZK4AJi6TKRd216R {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #DkPXMiugqSIJJK8Q68hNOlalAd5no9Vh {  }
 }@media only screen and (max-width: 763px) { #CPFPhXJ8XIG9Wk9Tn4AFW3vIUGJiWSBk { display:block; }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #TXgq6yMxEvdqn4s6Ag6ETB3arDdW3QIx {  }
 }@media only screen and (max-width: 763px) { #h5zJ3Tq1uKuOe99E7gOb0pKfCs9pqe73 #MSOChD4GCwuLCpyTFc8h4ioCUgsFC6Sh {  }
 }@media only screen and (max-width: 763px) { #XbTBExMFeG5q1WUBxD8y6a4oTheZrqTX { width:20rem;height:3.0869125rem;top:14.875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15003;color:#000000;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Td5CibaENrKV4bonxFZlFxUJmKWdcaGw { top:13.875rem;left:1.4375rem;width:17.3125rem;height:8.9375rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e1de;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #cbgvF28uZXPEHVTZv5ZIoz1zliZlwlyT { width:18.625rem;height:2.69921875rem;top:24.5625rem;left:0.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15002;color:#03334a;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #x3lqm0uZvw5sTlAz34ttI9CTREInEKR8 { width:20rem;height:auto;top:10.9375rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #T7w0TzXhRiPSw6N9xMySl7w2tXSb4Q6p { width:13.375rem;height:4.1875rem;top:0.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTlVwaMyxSNHFdcMwtHkgxQGuA1tRAk4 { width:17.5rem;height:3.4375rem;top:2.8125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDtnbGkhUUpLbJSwxW5T5RzF4inf1S6T { display:block; }
 }@media only screen and (max-width: 763px) { #UrIzXP2UbkWkHCxBUBqPylWke802W1uI { width:7.5rem;height:3.4375rem;top:2.8125rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #emG3BJFcA4iR42USR0NtgXa4hLAnyv93 { display:block; }
 }@media only screen and (max-width: 763px) { #QTz7rDLJ0w6WT7seTbTN9veMuvFfpsPD { width:12.875rem;height:3.4375rem;top:2.8125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6wcJGGy1Up2hCTF9u0SZL42Jfb0OPE2 { display:block; }
 }@media only screen and (max-width: 763px) { #Lteb34TInOptgOnaCinHVcP9GXqPQzfZ { width:12.875rem;height:3.4375rem;top:2.8125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QF7mpszaJT30lcBItETaURppZVwsKg56 { display:block; }
 }@media only screen and (max-width: 763px) { #M7E2PDI8nmX98ZRqvxneziKeEyUsM9r3 { width:20rem;height:10rem;top:26.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgqNBM4TIUdNUT1ZfMSN2UCfooL5CDyS { width:20rem;height:auto;top:32.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GIP10q1V62SfkyW5Zq5l2iT9oCrVtmKE { width:20rem;height:auto;top:27.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fOg3VkgWdFrhLV2Wt1gnSrTNnMgEclfT { width:14.3125rem;height:2.9375rem;top:18.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLtebi3086chBNhcIB3pl73iH6CWEEq8 { display:block; }
 }@media only screen and (max-width: 763px) { #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/8d7880c5-816c-4758-ac26-0a8ef05ab7b1/image000381200x923.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.adaptive-delivery-prevent-bg, #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.lazyload, #Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz.lazyloading { background-image: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { background-color: transparent; background-image: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container > .video-iframe-container { display: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row > .video-iframe-container { display: none; }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .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); }#Lnwa33cFTeHWGFhs5MPwI0tEpWbk8Vfz > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwok04qo7ex5VnMEIg70GQbRW5kMBs3l { width:20rem;height:11.8984375rem;top:3.17578125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z9GHvulP2TUCXgM2paA8woeJgJWAdDbR { display:block; }#z9GHvulP2TUCXgM2paA8woeJgJWAdDbR > .row .container { width:20rem;height:58rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Il2xRKH7fcxqn0TSpeVpoX03QJqSSALi { width:19.3125rem;height:4.38671875rem;top:2rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tLJ7DG1Bpm2nnQvMfu8vm9mgAlHL2fdk { width:18.375rem;height:26.7729625rem;top:7.38671875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKE94mh0iR0bIHZL16g9uMDeEkob63ip { width:18.125rem;height:3.4375rem;top:35.67724609375rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsmamtrZUSOJ4Km5cb3W6aLDnoBRUnss { display:block; }
 }@media only screen and (max-width: 763px) { #TkGCSsOyU8sIDgfp2ESGMJMtOT2kl5o5 { width:20rem;height:15.192875rem;top:41.556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ { display:block; }#Z2lCVuDQUWUvuswdLh2CUeRZlzTtaTgQ > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iIrr96tllbohi5EmOLmRBzJFMq0yM2B5 { width:15.0625rem;height:3.75rem;top:1.6875rem;left:2.46875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k32dLt6dCfWXJ4wV4AdrAfXxIZdAhDte { width:18.25rem;height:22.9482125rem;top:6.5625rem;left:0.875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O62wffvtWCvJMSNTxJzBqV7d3JBhDqi6 { width:19rem;height:3.4375rem;top:30.1875rem;left:0.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2zMgaTSL0Z2dxDPZeIXkKB8JF5HTtMA { display:block; }
 }@media only screen and (max-width: 763px) { #kiDz37LVO5K4uRzZpLb9CAkzM3V5lTAb { width:17.4375rem;height:3.0625rem;top:31.966796875rem;left:1.28125rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #Cm6NCil45NUxp3khi3Hbeqb4mbpqy1IQ { display:block; }
 }@media only screen and (max-width: 763px) { #cB7ISQyzhsZJx7lozLx6APu40dnZikx5 { width:20rem;height:14.875rem;top:36.507639170725rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzBJZbqAibc4XUTizIiwRbTacpsktK3u { display:block; }#UzBJZbqAibc4XUTizIiwRbTacpsktK3u > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hlzxiTPUm3EKnSsWCQPO5C0UIy7DEeqN { width:19.3125rem;height:4.38671875rem;top:2.0625rem;left:0.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA { width:20rem;height:25.9550625rem;top:7.49267578125rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#B6rLCFbkZd7JsTvBnXqD52n4QOrlOalA li:before{  }
 }@media only screen and (max-width: 763px) { #S0W1SEOOxBO8pQS24I6pwxppnAr1UKPX { width:18.75rem;height:3.4375rem;top:37.671875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtXtmH1NGsQtcTC8Is7UcqIorLRTPNhM { display:block; }
 }@media only screen and (max-width: 763px) { #G04uabV520w2tA18w3CCcaZROqAeyihX { height:11.2324375rem;width:20rem;top:43.1982421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR { display:block; }#J4QOVKk3g9CLmm3kumm9FkdtESKOSaAR > .row .container { width:20rem;height:32.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xF8o6QDgxZecble1JhHQpWDMnTCvVOaB { width:20rem;height:4.2246125rem;top:2.8125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF76A96SkTGrCEpkFgR8hiPKRB8vl0qf { width:19.3125rem;height:15.2988125rem;top:8.0478515625rem;left:0.34375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #knIkbq2yOmpfi0L2G24v7tLVBuDNgrqv { width:19rem;height:3.4375rem;top:27.294875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #edm1046l7SrsJTEmoBz4Thz5ZDE2UPeZ { display:block; }
 }@media only screen and (max-width: 763px) { #DbXhT63TOPiIWgAKoPxkKzUsgfdTD5Sk { width:19rem;height:3.4375rem;top:24.98193359375rem;left:0.5rem;z-index:15006;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJLdw11b9AEWMxlJLaAV91vtLHH3sfB3 { display:block; }
 }@media only screen and (max-width: 763px) { #M6sC0X7nxawSoX7vmEALeepREn0XMcdZ { display:block; }#M6sC0X7nxawSoX7vmEALeepREn0XMcdZ > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #onxkWCtsipJSPz8kHlLVHaQqQR8akyF4 { width:20rem;height:4.2246125rem;top:1.6875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dCMxbnaU2MaTXXzHPb12O18niMsM3TKd { width:19.0625rem;height:14.02391875rem;top:6.94921875rem;left:0.46875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qfshpzP8v2d1mfPHt5ldGfvw7rkDcWsk { width:14.25rem;height:3.4375rem;top:23.03173828125rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOptR3kP3H57pIcFik3wsHZ3Vx5WbzOV { display:block; }
 }@media only screen and (max-width: 763px) { #gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn { display:none; }#gg7LCt1nDA42GIZAtlmOcdLlAPVaglXn > .row .container { width:20rem;height:5.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ro9SG2rT5VHmad5DxkeTmmAIm1ZdiVnZ { width:20rem;height:2.2749rem;top:2.5498046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT { display:none; }#WyStCp5Ris58Sb5Uw6EWu8XOGtANMwtT > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eiOHA5TPzEGK1o0EtpsF7EyNf1RsQrMA { width:15rem;height:1.3808625rem;top:2.681640625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9ff4syI9RU2atRsPrxz4Gyv0clFRaps { width:20rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS3lG4V2S3ng0JcrWUg7BBmUTIBnED1W { display:flex;width:1.625rem;height:1.625rem;top:2.5rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua { display:none; }#JcRJiI05uxilGyguOq9aZIz3LoXwU5Ua > .row .container { width:20rem;height:21.546875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QTAh7B1vAUyr7sy2g1qcZGeNQBWhSo3Q { width:19.625rem;height:20.796875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ { display:none; }#TVBy8npa3gPO1O90MEoZGosD0yiWdKPQ > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tUr50yuKpx7Lg6vIbrRbX3J9ceiCDayu { width:16.375rem;height:2.76171875rem;top:2.03125rem;left:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlqAfLnkxMIHDHNoalVKDsDh2KI7AcFX { width:20rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr2nDgDaq2uhsHwM2RCTecHlpeAZpkcU { display:flex;width:1.625rem;height:1.625rem;top:2.5rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 { display:none; }#S3KgEHSTJIOZW2bPoM6LthiQ364zqBr4 > .row .container { width:20rem;height:17.647rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zwC6EV5y4evvB7Ca2i4v8TDtN1nFmVgL { width:20rem;height:16.8974375rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 { display:none; }#BISJZC23NL67yLHK8U76Tc8aWAwBwxA7 > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bIs67yTt9ht9TC4KTzckQTDUu3n3gxsl { width:11rem;height:2.76171875rem;top:1.931640625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC2Hvy91hyWOcogrK3vQsVHunteShrkL { width:20rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kA4agumUVQZTGG2w3ETllAiTXvFUJDXK { display:flex;width:1.625rem;height:1.625rem;top:2.5rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd { display:none; }#VmoPJLamrIR1leWBkHs4J2Iqhgv6cXOd > .row .container { width:20rem;height:11.1484375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L4AGNNLleRQ868pC4ro7AayI3f99mqgP { width:20rem;height:10.39844375rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZUooAByao5AZILmTl8eVF31ktD8xxrr { display:none; }#VZUooAByao5AZILmTl8eVF31ktD8xxrr > .row .container { width:20rem;height:6.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CKD79HkWGHbEv9THF2erKCtTf1xh32mb { width:13.5625rem;height:2.76171875rem;top:1.931640625rem;left:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXa8VAJMmuPMsntymkTcD7VeoU7WkZdZ { width:20rem;height:3.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdGBvheyeDVdd3rvT5G5wD8FxClfbJWZ { display:flex;width:1.625rem;height:1.625rem;top:2.5rem;left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 { display:none; }#Abxzn9THxohTDc0S58NaaJcJAU5NbQy5 > .row .container { width:20rem;height:15.047875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OgKsLX9tqz1GK7ZE6nCe3EF1O0XX0eJH { width:20rem;height:14.297875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh { display:block; }#Is1KLoGA2pLvu3mneqDEodG5Q8yuhZoh > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bFOpZTcKyGoI9mLAPglzu49iCT81dGWp { width:17.0625rem;height:3.41161875rem;top:4.8125rem;left:1.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ86fWtpuauTDy68kw9Qyte4im2Tg6FJ { width:20rem;height:0.3125rem;top:3.84814453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#wiTloAsaQN6HZPZ2rJLekUerdpxfSdOX > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE { display:flex;width:3.125rem;height:3.125rem;top:0rem;left:16.875rem; }
#ZHhNug6BkCE8kNoiGqn9btPC5PAW2XcE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #klXRbAnwEw7ICGQo9lXEKQEbazlSe2Wf { width:7rem;height:2.375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9Hc3Z6PtTnSVgNiFdWtcHWzGfib0Mm { display:block; }
 }