.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:252,217,217;--color-primary-1:246,128,128;--color-primary-2:236,0,0;--color-primary-3:118,0,0;--color-primary-4:35,0,0;--color-secondary-0:246,235,217;--color-secondary-1:253,244,133;--color-secondary-2:251,237,52;--color-secondary-3:250,232,1;--color-secondary-4:50,47,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"League Spartan";--paragraphs-font-family:"League Spartan"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5d861df-8fad-4f94-a937-0591f100fb32/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o { position:relative;display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o > .row .container { position:relative;display:none; }#wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr { position:relative;display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr > .row .container { position:relative;display:none; }#LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 { position:relative;display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 > .row .container { position:relative;display:none; }#fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn { position:relative;display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn > .row .container { position:relative;display:none; }#wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ { position:relative;display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ > .row .container { position:relative;display:block; }#ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz { position:relative;display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz > .row .container { position:relative;display:block; }#OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa { position:relative;display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa > .row .container { position:relative;display:block; }#l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC { position:relative;display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC > .row .container { position:relative;display:block; }#w3WtNiaOpfi25pRrysTE79zHyTHn0tpd { position:relative;display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #w3WtNiaOpfi25pRrysTE79zHyTHn0tpd > .row .container { position:relative;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { background-color: transparent; background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .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); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { border-width: 0; border-radius: 0; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:33.3125rem;top:5.21875rem;left:20.84375rem;overflow:hidden;display:block; }
#MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:9.4375rem;top:17.0625rem;left:7.875rem;overflow:hidden;display:block; }
#rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:8.625rem;top:7.9375rem;left:0rem;overflow:hidden;display:block; }
#re0gI6sXu17PivK2dTGvCITWOiS08gdV { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5rem;width:9.5rem;top:15.875rem;left:59.75rem;overflow:hidden;display:block; }
#x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:6.9375rem;top:1rem;left:64.0625rem;overflow:hidden;display:block; }
#TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.8125rem;top:14.3125rem;left:69.25rem;overflow:hidden;display:block; }
#IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:8.75rem;left:59.875rem;overflow:hidden;display:block; }
#TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:2.03125rem;left:6.1875rem;overflow:hidden;display:block; }
#qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5rem;top:7.71875rem;left:12.8125rem;overflow:hidden;display:block; }
#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d17477de-ad97-4a66-8010-1fd58583d825/BG.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.adaptive-delivery-prevent-bg, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyload, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyloading { background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { background-color: transparent; background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .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); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { border-width: 0; border-radius: 0; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::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; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#adCA9FTzsOym3Io903yNPhwi3brqVd3S { color:#ffffff;display:block;width:18.875rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:33.75rem;left:0rem;height:9.8984375rem;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; }
#pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:44.375rem;left:0rem;height:1.925rem;text-align:left;text-align-last:left;display:block; }
#PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.875rem;width:34.6875rem;top:2.6249914169311rem;left:2.25rem;overflow:hidden;display:block; }
#uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.4375rem 3.0625rem rgba(var(--color-primary-4),0.61) ;height:12rem;width:12rem;top:2.625rem;left:56.625rem;overflow:hidden;display:block; }
#gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:6.5625rem;top:10.1875rem;left:64.1875rem;overflow:hidden;display:block; }
#hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:34.8125rem;top:20.525000572204rem;left:17.5625rem;overflow:hidden;display:block; }
#ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1875rem;width:35.4375rem;top:22rem;left:35.25rem;overflow:hidden;display:block; }
#nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:6.25rem;top:22.812491416931rem;left:2.25rem;overflow:hidden;display:block; }
#PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.4375rem;width:10.875rem;top:41.750013351441rem;left:20.21875rem;overflow:hidden;display:block; }
#V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { color:#ffffff;display:block;width:21.8125rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:27.862497329712rem;left:52.375rem;height:4.95rem;text-align:right;text-align-last:right;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; }
#XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:38.125rem;top:12.425000190735rem;left:36.875rem;overflow:hidden;display:block; }
#TvH60Si2opHcrg13PtQSP3NWa5r16NKR { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:32.937496185302rem;left:55.050003051757rem;height:1.925rem;text-align:right;text-align-last:right;display:block; }
#mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:16.0625rem;left:37.9375rem;overflow:hidden;display:block; }
#LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.5rem;top:27.112501144409rem;left:16.9375rem;overflow:hidden;display:block; }
#AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.8125rem;width:12.25rem;top:38.737494468689rem;left:62.75rem;overflow:hidden;display:block; }
#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c552a70-193c-4782-b5cd-5a51d4a4faf9/bg_ramsey.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.adaptive-delivery-prevent-bg, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyload, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyloading { background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { background-color: transparent; background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,12,35,0.26); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .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); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { border-width: 0; border-radius: 0; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::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; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#dMPfON3Db734zk5gg0cucTSxZzmWEONs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:46.3125rem;width:28.25rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:21.125rem;top:13.005859375rem;left:3.3369140625rem;overflow:hidden;display:block; }
#AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:"league spartan";font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:21.48828125rem;left:46.6875rem;height:4.95rem;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; }
#m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { color:#ffffff;display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:27.5rem;left:46.6875rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#y2wllKJnQAzew2TXrgo8oZQLH15ITghF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:8.3125rem;top:37.875rem;left:26.625rem;overflow:hidden;display:block; }
#f08aA59umtW9IKnoRJL9SbAslUidCFnI { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.5625rem;width:67.4375rem;top:2.5625rem;left:2.5625rem;overflow:hidden;display:block; }
#Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 1.4375rem 3.0625rem rgba(var(--color-primary-4),0.61) ;height:12rem;width:12rem;top:7.5244140625rem;left:55.9375rem;overflow:hidden;display:block; }
#Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.6875rem;width:6.5625rem;top:5.630859375rem;left:50.5rem;overflow:hidden;display:block; }
#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a5efbedc-ba76-4d67-916a-cc28aefcc9ef/bg_section2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.adaptive-delivery-prevent-bg, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyload, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyloading { background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { background-color: transparent; background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .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); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { border-width: 0; border-radius: 0; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.5rem;width:24.625rem;top:25.71875rem;left:22.25rem;overflow:hidden;display:none; }
#APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:25.4375rem;top:4.6875rem;left:43.625rem;overflow:hidden;display:block; }
#PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { color:#ffffff;display:block;width:16rem;position:absolute;font-family:"league spartan";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(44,13,13,0.48);top:32.9375rem;left:59rem;height:4.125rem;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; }
#Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:27.4375rem;left:0rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.5rem;width:52.375rem;top:4.0625rem;left:11.3125rem;overflow:hidden;display:block; }
#DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { color:#ffffff;display:block;width:18rem;position:absolute;font-family:"league spartan";font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.75rem rgba(62,19,19,0.48);top:22.75rem;left:0rem;height:4.125rem;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; }
#l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(44,30,14,0.2);top:38rem;left:59rem;height:1.92480625rem;text-align:left;text-align-last:left;display:block; }
#kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.8125rem 2.25rem rgba(var(--color-primary-4),0.74) ;height:12rem;width:12rem;top:6.875rem;left:0.9375rem;overflow:hidden;display:block; }
#ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:7.75rem;top:2.34375rem;left:7.3125rem;overflow:hidden;display:block; }
#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { border-width: 0; border-radius: 0; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { background-color: transparent; background-image: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .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); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { border-width: 0; border-radius: 0; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:block; }#lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:38.75rem;display:block; }
#B185aRmSZ348shxosxJHa39qo2sKzKf8 { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.75rem;display:block; }
#MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:0rem;display:block; }
#ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { background-color: transparent; background-image: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .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); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { border-width: 0; border-radius: 0; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:75rem;position:relative;display:block; }#Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:38.75rem;display:block; }
#Hhz2o7fhtRC67VIIPxkazWuly86DuweF { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:14998;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:38.75rem;display:block; }
#TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.375rem;width:36.25rem;top:0.0625rem;left:0rem;display:block; }
#bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { box-sizing:content-box;height:20.375rem;width:36.25rem;position:absolute;display:block;z-index:15000;background-color:#5b5b5b;background-image:none;top:0.0625rem;left:0rem;display:block; }
#MJZQ67TwFw9hkwniW799dNOSoPEpxusx { position:relative;display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MJZQ67TwFw9hkwniW799dNOSoPEpxusx > .row .container { position:relative;display:block; }#U76nx94sleJoAGfNV2ygWf1iDoMIZdqe { position:relative;display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U76nx94sleJoAGfNV2ygWf1iDoMIZdqe > .row .container { position:relative;display:none; }#wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC { position:relative;display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC > .row .container { position:relative;display:none; }#OV2IrUDkbXIND8QDTqqklrWfhdObGwsh { position:relative;display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #OV2IrUDkbXIND8QDTqqklrWfhdObGwsh > .row .container { position:relative;display:none; }#J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr { position:relative;display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr > .row .container { position:relative;display:none; }#L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ { position:relative;display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ > .row .container { position:relative;display:none; }#sgNtcHvINT1xIkyPFRccflDiWrRKhQhu { position:relative;display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sgNtcHvINT1xIkyPFRccflDiWrRKhQhu > .row .container { position:relative;display:none; }#RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 { position:relative;display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 > .row .container { position:relative;display:none; }#UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r { position:relative;display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o { display:none; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr { display:none; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 { display:none; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn { display:none; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ { display:block; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz { display:block; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC { display:block; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3WtNiaOpfi25pRrysTE79zHyTHn0tpd { display:block; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #w3WtNiaOpfi25pRrysTE79zHyTHn0tpd > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #qzvks12sknrfubUorKDzmhHT4MT5rdrT { display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { top:5.1875rem;left:7.21875rem;width:33.3125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { top:17.0625rem;left:0rem;width:9.4375rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { top:7.9375rem;left:0rem;width:8.625rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #re0gI6sXu17PivK2dTGvCITWOiS08gdV { top:15.875rem;left:38.25rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { top:1rem;left:40.8125rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { top:14.3125rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { top:8.75rem;left:42.8125rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { top:2rem;left:0rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { top:7.6875rem;left:0rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { display:block; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adCA9FTzsOym3Io903yNPhwi3brqVd3S { top:33.75rem;left:0rem;width:18.875rem;height:9.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { top:44.375rem;left:0rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { top:2.5625rem;left:0rem;width:34.6875rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { top:2.625rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { top:10.1875rem;left:41.1875rem;width:6.5625rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { top:20.5rem;left:3.9375rem;width:34.8125rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { top:22rem;left:12.3125rem;width:35.4375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { top:22.75rem;left:0rem;width:6.25rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { top:41.75rem;left:6.59375rem;width:10.875rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { top:27.8125rem;left:25.9375rem;width:21.8125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { top:12.375rem;left:9.625rem;width:38.125rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvH60Si2opHcrg13PtQSP3NWa5r16NKR { top:32.875rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { top:16.0625rem;left:24.3125rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { top:27.0625rem;left:3.3125rem;width:4.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { top:38.6875rem;left:35.5rem;width:12.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { display:block; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMPfON3Db734zk5gg0cucTSxZzmWEONs { top:25.6875rem;left:8.625rem;width:28.25rem;height:46.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { top:13rem;left:0rem;width:21.125rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { top:21.4375rem;left:21.9375rem;width:25.8125rem;height:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { top:27.5rem;left:28.5625rem;width:19.1875rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2wllKJnQAzew2TXrgo8oZQLH15ITghF { top:37.875rem;left:13rem;width:8.3125rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08aA59umtW9IKnoRJL9SbAslUidCFnI { top:2.5625rem;left:0rem;width:47.75rem;height:34.38531047266rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { top:7.5rem;left:35.75rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { top:5.625rem;left:36.875rem;width:6.5625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { display:block; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { top:25.6875rem;left:8.625rem;width:24.625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { top:4.6875rem;left:22.3125rem;width:25.4375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { top:32.9375rem;left:31.75rem;width:16rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { top:27.4375rem;left:0rem;width:7.3125rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { top:4.0625rem;left:0rem;width:47.75rem;height:40.570405727924rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { top:22.75rem;left:0rem;width:18rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { top:38rem;left:36.25rem;width:11.5rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { top:6.875rem;left:0rem;width:12rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { top:2.3125rem;left:0rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B185aRmSZ348shxosxJHa39qo2sKzKf8 { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhz2o7fhtRC67VIIPxkazWuly86DuweF { top:0.0625rem;left:11.5rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { top:0.0625rem;left:0rem;width:36.25rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJZQ67TwFw9hkwniW799dNOSoPEpxusx { display:block; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MJZQ67TwFw9hkwniW799dNOSoPEpxusx > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #U76nx94sleJoAGfNV2ygWf1iDoMIZdqe { display:none; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U76nx94sleJoAGfNV2ygWf1iDoMIZdqe > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC { display:none; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #OV2IrUDkbXIND8QDTqqklrWfhdObGwsh { display:none; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #OV2IrUDkbXIND8QDTqqklrWfhdObGwsh > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr { display:none; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ { display:none; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #sgNtcHvINT1xIkyPFRccflDiWrRKhQhu { display:none; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sgNtcHvINT1xIkyPFRccflDiWrRKhQhu > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 { display:none; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o { display:block; } #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection *:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="text"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="email"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection input[type="tel"]:focus-visible, #TVSeTTDXhLugLi65E2qT0eJr5GDN6ivR.widget-smartsection textarea:focus-visible { outline: none; } #q0siwiTbqdBZeJOUDEGGDvbgnLTqIE9o > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr { display:block; } #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection *:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="text"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="email"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection input[type="tel"]:focus-visible, #Z3QHmP1w9uBfko9JQP0afd5f5XSPl8TR.widget-smartsection textarea:focus-visible { outline: none; } #wTsbeCBmLeGFiwcBk9pca7zynwBS7NEr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 { display:block; } #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection *:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="text"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="email"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection input[type="tel"]:focus-visible, #lAyhFrl5P7UTw8S80OnruJp2s9FsLvft.widget-smartsection textarea:focus-visible { outline: none; } #LCpo5c6iytPODBIKfhlTnSqk8LqRrUv9 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn { display:block; } #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection *:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="text"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="email"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection input[type="tel"]:focus-visible, #LQ277ncOcnTsTw7ESeP9T1uENdgvNiue.widget-smartsection textarea:focus-visible { outline: none; } #fZQxLJ6s5h3pauXEeTvMy29cKw38Rmxn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ { display:none; } #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection *:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="text"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="email"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection input[type="tel"]:focus-visible, #eggUK0skJhEnm1FNcZh6LeTkl0Nh1Pz1.widget-smartsection textarea:focus-visible { outline: none; } #wVbiz4sQa5209S5QbPogPLRmGqKKAoXZ > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz { display:none; } #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection *:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="text"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="email"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection input[type="tel"]:focus-visible, #VXTVDcPlCpSHk0d8GOplJMoJ4fmeGOpr.widget-smartsection textarea:focus-visible { outline: none; } #ByHmdNQpGSz9KuIXrNMHzct12TEb9nJz > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa { display:block; } #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection *:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="text"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="email"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection input[type="tel"]:focus-visible, #hCt8UtDCdyBHkGgpKhxJVvRTxKAQ2BEa.widget-smartsection textarea:focus-visible { outline: none; } #OPDG7hQ9umtUiBEyzCGT6pp9s2v0yOBa > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC { display:none; } #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection *:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="text"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="email"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection input[type="tel"]:focus-visible, #ueQGlw0QBoJsdeco6fSz6CL2TyAWkawl.widget-smartsection textarea:focus-visible { outline: none; } #l3MvksBAFTagxF72Ca8W0kE1k3SQcqXC > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #w3WtNiaOpfi25pRrysTE79zHyTHn0tpd { display:none; } #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection *:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="text"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="email"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection input[type="tel"]:focus-visible, #QTnTyACpOZfrfvW3qtdTFBHb9G4WfTaM.widget-smartsection textarea:focus-visible { outline: none; } #w3WtNiaOpfi25pRrysTE79zHyTHn0tpd > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #qzvks12sknrfubUorKDzmhHT4MT5rdrT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c5d861df-8fad-4f94-a937-0591f100fb32/bg1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT.adaptive-delivery-prevent-bg, #qzvks12sknrfubUorKDzmhHT4MT5rdrT.lazyload, #qzvks12sknrfubUorKDzmhHT4MT5rdrT.lazyloading { background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { background-color: transparent; background-image: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row > .video-iframe-container { display: none; }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .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); }#qzvks12sknrfubUorKDzmhHT4MT5rdrT > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfxAfT12rtANW3reN0WrP0N2P6I6kPOR { width:20rem;height:13rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTEOFdxt26ia5MqQ44yzVQh2V10oB5ln { width:4.4375rem;height:4.4375rem;top:21.21875rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqIHp5z7MkyF7FcrrHnsS8xZthoXnOtE { width:4.875rem;height:6.5rem;top:25.65625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #re0gI6sXu17PivK2dTGvCITWOiS08gdV { width:7.625rem;height:7.625rem;top:21.21875rem;left:7.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8VQlNtWVfMMHItmB1J1q6WH6TFaoZeM { width:5.0625rem;height:5.0625rem;top:1.21875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB99wSbSwp1nLFsc8RfcgZ4oTVCbW0bX { width:3.9375rem;height:3.9375rem;top:25.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFhLdHV3aAIDUza9l1fmmebISJGuWFJD { width:4.25rem;height:4.25rem;top:27rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBC6MvDK0yChVRyKUr4I6u7MubFLTSfQ { width:3.625rem;height:3.625rem;top:3.5625rem;left:12.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qHDke0dyFVK14RhpC7ASLHZtrUAXzgJE { width:3.1875rem;height:3.1875rem;top:21.84375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d17477de-ad97-4a66-8010-1fd58583d825/BG.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.adaptive-delivery-prevent-bg, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyload, #rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ.lazyloading { background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { background-color: transparent; background-image: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row > .video-iframe-container { display: none; }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .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); }#rzeeQlNdSHTpr0FBAMFdkBJM2MSotCyQ > .row .container { width:20rem;height:74.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #adCA9FTzsOym3Io903yNPhwi3brqVd3S { width:19rem;height:8.8rem;top:43.5rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pFmI1m3PhtD2Fdqyq6ttrbIZHgWJOhyt { width:19.1875rem;height:1.575rem;top:52.875rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PHvn4nP9FSaNkrTnlyaq6LgcHC37FZ5C { width:19.125rem;height:14.3125rem;top:27.322897911072rem;left:0.875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #uM3J5EIkPcSsL1BZOEuTazBxDhF3bUBk { width:6.75rem;height:6.75rem;top:2.8124933242798rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwMGfBOgUU8fOp3sHIOaCPpZuenINkWL { width:3.6875rem;height:3.625rem;top:8.25rem;left:15.924999237061rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQolbcxIybb4rszP7vkKL7W0xEuIViu9 { width:17.75rem;height:13.3125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkbqFvJZsttyXAiQvuZXLniq2M7Rm9Qv { width:16rem;height:13.1875rem;top:15.375rem;left:3.8716452835663rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLE0Qq2PSmNVWxNodrJ9nf0icm3XrQKN { width:3rem;height:2.6875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMk6TWPNAXvbTSCBCbGTwkusAHCTIccu { width:10.875rem;height:9.4375rem;top:22.647916793823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3cZuMOCtwT1AX1TTkNaAtlmFutuTuig { width:20rem;height:4.4rem;top:65rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XFQk19e9hDlt2WdmDqttUBV9fA9h8pTE { width:20rem;height:8.39375rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvH60Si2opHcrg13PtQSP3NWa5r16NKR { width:19.1875rem;height:1.575rem;top:70.6875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mxDIAP3pVZlefL6CMlvnn1L9gFn0NosR { width:4.5rem;height:4.4375rem;top:57.3125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN75yAePzkUKg8gLtyEaThoflNi1xZe9 { width:4.5rem;height:4.4375rem;top:15.375rem;left:-1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHeBak80Ny8oo82Gf40T113WzaCuwNR3 { width:12.25rem;height:10.8125rem;top:4.6562252044678rem;left:0.875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0c552a70-193c-4782-b5cd-5a51d4a4faf9/bg_ramsey.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.adaptive-delivery-prevent-bg, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyload, #K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng.lazyloading { background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { background-color: transparent; background-image: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(91,9,32,0.15); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row > .video-iframe-container { display: none; }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .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); }#K2nk6Oi2HTJfiqbqtV3sT2Wovp99GRng > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dMPfON3Db734zk5gg0cucTSxZzmWEONs { width:17.8125rem;height:30.25rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sQBqTkw5zn7qkVL4XMZV5Cc78AcyqpXU { width:7.1875rem;height:5.875rem;top:13.25rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AP4FBPNRnrx2Dc1ek01qHZkcFUPN00JV { width:19rem;height:6.6rem;top:36.3125rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #m2Mn7wEo7IVpuxyvvI76Hs6QMyTFTZui { width:19.1875rem;height:1.575rem;top:43.75rem;left:0.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y2wllKJnQAzew2TXrgo8oZQLH15ITghF { width:3.4375rem;height:3.125rem;top:26.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f08aA59umtW9IKnoRJL9SbAslUidCFnI { width:20rem;height:14.39453125rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ue5ulBukaWuEp1uKBc4rz3R96lPnHM6s { width:6.75rem;height:6.75rem;top:1.0625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dq80S6FdPyCTBtl9CDCPacGGx46owoSF { width:3.6875rem;height:4.9375rem;top:1.0625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a5efbedc-ba76-4d67-916a-cc28aefcc9ef/bg_section2.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.adaptive-delivery-prevent-bg, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyload, #wbN9pxWZ7hBicViqMliyT6S21Dre4dwn.lazyloading { background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { background-color: transparent; background-image: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,35,35,0.39); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(83,35,35,0.39); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row > .video-iframe-container { display: none; }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .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); }#wbN9pxWZ7hBicViqMliyT6S21Dre4dwn > .row .container { width:20rem;height:47.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D77dfHqXbLm4TkktXsdFVbJ9CQBtXOHM { width:20rem;height:21.5625rem;top:9.4375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #APaFfuXTPfFkV7sTR6mzX8i6m2zKxcgt { width:8.9375rem;height:4.75rem;top:10.75rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHrTcEwnOkK1w189SCEPUcQKAbc3l48 { width:19rem;height:4.4rem;top:28.25rem;left:0.125rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Gb9NTxNtqlMLVfDvPyFqX747kLeRugsl { width:19.1875rem;height:1.575rem;top:33.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PwFQrWhdIGIHSbeeFJf8OmbrqGe63k9k { width:15.3125rem;height:13rem;top:48.1357421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG8taoozA4i2BtAgH2fb4d00hbRkyKmw { width:18rem;height:4.4rem;top:36.875rem;left:1rem;font-size:2rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 3.5625rem rgba(0,0,0,0.5);color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l6BZN4CK5xeBvTIQ64GJP8vSEWoPOoAG { width:11.5rem;height:1.575rem;top:41.875rem;left:4.25rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kDEMTlvCD3T9lpbdKJJNPuWMemkoSVKu { width:6.75rem;height:6.75rem;top:1.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACLl8MhE9f6xshiGhF7m9T8prWcikLXT { width:4.6875rem;height:4.6875rem;top:5.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx { background-color:#ff741d;background-image:none;display:block; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { background-color: transparent; background-image: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row > .video-iframe-container { display: none; }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .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); }#afsgufZA7MfdVkdDMhDJTy4lGhT7ihsx > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg { background-color:#ff741d;background-image:none;display:block; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { background-color: transparent; background-image: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row > .video-iframe-container { display: none; }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .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); }#dUbnNwaSBQHeJULyAWN8gRmHNgehEVKg > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQppxCFRTuoTrknhvkTArdWqFGqWhbSB { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B185aRmSZ348shxosxJHa39qo2sKzKf8 { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNcKS3ghTWefkdPysSLzv2WbLbSZH36p { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVsHADhK5b5XLZfiAZ4pAgpaew1Df362 { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTbsu1XxoSzguILRIqd03e4nG7uOK4fl { background-color:#ff741d;background-image:none;display:block; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { background-color: transparent; background-image: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row > .video-iframe-container { display: none; }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .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); }#aTbsu1XxoSzguILRIqd03e4nG7uOK4fl > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hr2MAVQLNuTVU4xPRie75OViUJinwQ4H { height:11.25rem;width:20rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hhz2o7fhtRC67VIIPxkazWuly86DuweF { width:20rem;height:11.25rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbFafqG1NoxpiHa5WITCugi1C3c5WLhL { height:11.241379310345rem;width:20rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBdHdlc6RVlsKBSrD6mnHo54WArx3fJL { width:20rem;height:11.25rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJZQ67TwFw9hkwniW799dNOSoPEpxusx { display:none; } #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection *:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="text"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="email"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection input[type="tel"]:focus-visible, #XPURk8z3busX4BxQ4uCG4doEpdPaeXrn.widget-smartsection textarea:focus-visible { outline: none; } #MJZQ67TwFw9hkwniW799dNOSoPEpxusx > .row .container { position:relative;display:none; } }@media only screen and (max-width: 763px) { #U76nx94sleJoAGfNV2ygWf1iDoMIZdqe { display:block; } #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection *:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="text"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="email"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection input[type="tel"]:focus-visible, #LDcRVeTbZl2sF932zlTtXDL5sDKmbkwC.widget-smartsection textarea:focus-visible { outline: none; } #U76nx94sleJoAGfNV2ygWf1iDoMIZdqe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC { display:block; } #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection *:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="text"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="email"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection input[type="tel"]:focus-visible, #XcQVnwg2VCBRLrb6IBv3hCpsdGFHwMUA.widget-smartsection textarea:focus-visible { outline: none; } #wC1Hr7MmwN4HeKJr75PZnwHss2NqIIXC > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #OV2IrUDkbXIND8QDTqqklrWfhdObGwsh { display:block; } #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection *:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="text"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="email"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection input[type="tel"]:focus-visible, #FxqvZRsy7F8PzJTyODev4ElvGtULpt3V.widget-smartsection textarea:focus-visible { outline: none; } #OV2IrUDkbXIND8QDTqqklrWfhdObGwsh > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr { display:block; } #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection *:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="text"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="email"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection input[type="tel"]:focus-visible, #wlhyMdG7CI5Th3Cz0AH1ZZIlSklDmVNP.widget-smartsection textarea:focus-visible { outline: none; } #J9T74IN1XKZBDSnNk8VT7Us3I2rBkTJr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ { display:block; } #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection *:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="text"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="email"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection input[type="tel"]:focus-visible, #wH1CThl59bMiH1hd4O27HXCfBVyqz0Ag.widget-smartsection textarea:focus-visible { outline: none; } #L6lGQzkspNz996sB4ci3TcVtxy8rgbgZ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgNtcHvINT1xIkyPFRccflDiWrRKhQhu { display:block; } #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection *:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="text"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="email"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection input[type="tel"]:focus-visible, #l3Qn73TwBVyITD1S9hvxV1RedK4fEzzB.widget-smartsection textarea:focus-visible { outline: none; } #sgNtcHvINT1xIkyPFRccflDiWrRKhQhu > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 { display:block; } #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection *:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="text"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="email"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection input[type="tel"]:focus-visible, #SpSs3NoqaH2K1Ie2JtXmU2li6zAsVwl8.widget-smartsection textarea:focus-visible { outline: none; } #RSzxDks3STyvA0JaVhwJQwJxGoMqWNC0 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r { display:block; } #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection *:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="text"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="email"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection input[type="tel"]:focus-visible, #nwaAyOLxXZg8uJs2Wyq3PZGeiwvrIVcl.widget-smartsection textarea:focus-visible { outline: none; } #UOrrlOF6ndgwzrdzw2mPB8t7kfFxBD8r > .row .container { position:relative;display:block; } }