.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:241,234,227;--color-primary-1:207,185,162;--color-primary-2:159,114,68;--color-primary-3:80,57,34;--color-primary-4:24,17,10;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:88,88,88;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,245;--color-tertiary-2:146,146,147;--color-tertiary-3:104,104,104;--color-tertiary-4:88,88,88;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/935af29a-e735-41c6-b298-c527b06de15a/Interior1.jpg");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; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX.adaptive-delivery-prevent-bg, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyload, #gpnvyUZnONPJsg37cyEsezhad5dsr8qX.lazyloading { background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { background-color: transparent; background-image: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,234,234,0.79); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(234,234,234,0.79); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { display: none; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .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); }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { border-width: 0; border-radius: 0; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX::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; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { font-size:0.875rem;font-family:arial;height:75.375rem;width:60rem;position:relative;display:block; }#D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { color:rgba(var(--color-primary-4),1);display:block;width:35.375rem;position:absolute;font-family:"modena sans";font-size:4.625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #aa6b50;top:10.46875rem;left:0rem;height:4.62535625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ClIQGegSkBT80lNAV9DsmpxZrbpNc9d2 { color:rgba(var(--color-primary-4),1);display:block;width:24.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:22rem;left:5.3125rem;height:3.2492875rem;display:block; }
#bRF7PRbkCvBybhGbcvTd6JImA5OVaPCN { color:rgba(var(--color-primary-4),1);display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:11.1875rem;left:38.25rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DcS5buIJJQsoZJ4T8b6zLFQ62QVvZOfI { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:"trajan pro";font-size:2rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:12.744140625rem;left:39.84375rem;height:5.19921875rem;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;text-align:center;text-align-last:center;display:block; }
#DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { position:absolute;display:block;z-index:15012;height:39.1875rem;width:24.5625rem;top:18.5rem;left:35.4375rem;display:block; }
#TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.5625rem;top:4rem;left:8.96875rem;overflow:hidden;display:block; }
#zA2IviGgDEVya7oiGBtDd3aV3AWFE0KQ { box-sizing:content-box;height:0.25rem;width:60rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:75.125rem;left:0rem;display:block; }
#paTzmDHWRioTrtvQgwcI2FcwnlT99hGX { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.0625rem;width:22.625rem;top:26rem;left:6.375rem;overflow:hidden;display:block; }
#GB0XO5RZIse8vSAptWIodwdZTJ0PrNP8 { 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:8.0625rem;width:24.5rem;top:10.5625rem;left:35.5rem;overflow:hidden;display:block; }
#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(180deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(180deg, #ffffff, #ffffff);background-image: -o-linear-gradient(180deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ffffff, #ffffff);background-size:auto !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; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { background-color: transparent; background-image: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container { display: none; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .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); }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { border-width: 0; border-radius: 0; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { color:#aa6b50;display:block;width:22.0625rem;position:absolute;font-family:"modena sans";font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.15625rem;left:1.125rem;height:1.7871125rem;font-style:normal;display:block; }
#JdlGhW6v1HIlDa4UIW5W82nG7QtkHopX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.8125rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.125rem;height:3.57421875rem;font-style:normal;display:block; }
#Ttp68vnNM34GTToqyiBKTAE6DQAVXv6z { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:10.21875rem;left:1.125rem;height:4.2489375rem;font-style:normal;display:block; }
#fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.15625rem;left:25.875rem;height:32.04896875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5k8oDeSZUllmHnsOZcTkc1ZT00Q2Lre { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:35.5rem;left:25.9375rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pdZzGZtdl41DV1MTMFvUoGmE15w7fTi6 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:3.9375rem;left:1.5625rem;display:none; }
#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT { position:relative;display:block; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT { background-color: transparent; background-image: none; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container > .video-iframe-container { display: none; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row > .video-iframe-container { display: none; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .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); }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT { border-width: 0; border-radius: 0; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OvXuhP4M1mmTHcDoF4yvkyo1k5wokmS3 { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"modena sans";font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IgdvKRGD5Oz7st2OBruopdcOyRHdzuQJ { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:3.9375rem;left:1.5625rem;display:block; }
#UPvbcJzIC316vxO6OISJhAlNE7utpQZI { position:relative;display:block; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI { background-color: transparent; background-image: none; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container > .video-iframe-container { display: none; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row > .video-iframe-container { display: none; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .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); }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI { border-width: 0; border-radius: 0; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ATZk1K1kpSiEDdeQHHKJrTQwzIT4QTXi { box-sizing:content-box;height:7.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15009;background-color:#aa6b50;background-image:none;top:19.5rem;left:43.0625rem;display:block; }
#T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70950c1f-54c6-4089-aca0-1d63d00a778e/62MarchcopyrightBBP2023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:23.65625rem;display:block; }#T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX.adaptive-delivery-prevent-bg, #T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX.lazyload, #T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX.lazyloading { background-image: none; }
#eZBDlOn1fAbVkbK0UbGK9QfEJLx0iMG3 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21rem;left:23.625rem;height:3.4108625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OhcuzAtupzHZ1LK6TTBvBAaXDDqBJBox { box-sizing:content-box;height:8rem;width:14.5625rem;position:absolute;display:block;z-index:15010;background-color:#aa6b50;background-image:none;top:19.5rem;left:23.5625rem;display:block; }
#rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d8f50fa-b38d-49a2-8220-4d0a744b452b/IMG_79062.JPG");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:43.15625rem;display:block; }#rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO.adaptive-delivery-prevent-bg, #rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO.lazyload, #rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO.lazyloading { background-image: none; }
#oC5sraX8yTT6U4iUJM6b48UmF4e9TsVJ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:20.125rem;left:43.125rem;height:5.11629375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fac73d77-8542-4c2e-9692-73529191ec88/852A8679.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.125rem;width:14.375rem;top:1.375rem;left:2.8125rem;display:block; }#nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH.adaptive-delivery-prevent-bg, #nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH.lazyload, #nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH.lazyloading { background-image: none; }
#ube0BMQVHNAEcbaZUbgIDOJEBxfUkbMS { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.75rem;height:5.1163rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odOFI8tcsckpB60qBeRVQk2RvId3XkZl { box-sizing:content-box;height:7.9375rem;width:14.5625rem;position:absolute;display:block;z-index:15012;background-color:#aa6b50;background-image:none;top:19.5rem;left:2.75rem;display:block; }
#JHFSl5lNVQe7IE3fTaeWWACk6Bp4VEem { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:24.5625rem;left:23.625rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hngA6LnTh0cTVz7mp6dBtmoaR7fUpH71 { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:25.25rem;left:43.25rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8ysO6I6ACBVxNQ3sp5WWgXyRkh26IQh { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:29.125rem;left:12.96875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDhCtkND5ADQhvGfvLSLOTAOGEKNcWTV { color:rgba(var(--color-tertiary-1),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:24.375rem;left:2.8125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), #aa6b50);background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), #aa6b50);background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), #aa6b50);background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), #aa6b50);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aa6b50' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#aa6b50' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), #aa6b50);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; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { background-color: transparent; background-image: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container { display: none; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .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); }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { border-width: 0; border-radius: 0; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }#LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"modena sans";font-size:2.25rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:3.875rem;left:0rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:"proxima nova";font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:0rem;height:2.35618125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iJD3JR8MovvlAuDLf0Tz6cpIOXQDtGl1 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:#aa6b50;text-shadow:0rem 0.0625rem 0.0625rem rgba(24,24,24,0.15);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:11.5615234375rem;left:21.25rem;display:block; }
#LzJcRpBrhcp2DLIXv1OCSdIPUZG1W4Pa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRxKZwsve58WuQ3caUvvP55P0f7mQQ9x { position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:1.6240234375rem;left:1.53125rem;display:block; }
#uHldlqKe79eAFCt9RNKyRobgF2AMNJ19 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:56.9375rem;top:17.8115234375rem;left:1.53125rem;display:block; }
#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:rgba(var(--color-secondary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { border-width: 0; border-radius: 0; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#l6lIoGMiBlkWBFuIeWhhCAbwAibDTc4a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.4375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.3125rem;left:4.4375rem;display:block; }
#Uch985GTF9HDu2eb47VLokOWaMKdDCvP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTOtVXXuyxd4cFXglsOi0PoHCBBU7JJl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:40.875rem;display:block; }
#MiTRfDdOQbGszPNCr9mpoRA04c8TbmVZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VnFIMRK15F30Bfmlaotls0B4S0JWxpVL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.3125rem;top:0.25rem;left:22.34375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { width:35.375rem;height:9.25rem;top:10.4375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIQGegSkBT80lNAV9DsmpxZrbpNc9d2 { width:24.75rem;height:1.625rem;top:22rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRF7PRbkCvBybhGbcvTd6JImA5OVaPCN { width:18.9375rem;height:1.375rem;top:11.1875rem;left:28.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcS5buIJJQsoZJ4T8b6zLFQ62QVvZOfI { width:15.75rem;height:5.1875rem;top:12.6875rem;left:32rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { top:18.5rem;left:23.1875rem;width:24.5625rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { top:4rem;left:2.84375rem;width:15.5625rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2IviGgDEVya7oiGBtDd3aV3AWFE0KQ { top:75.125rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTzmDHWRioTrtvQgwcI2FcwnlT99hGX { top:26rem;left:0.25rem;width:22.625rem;height:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GB0XO5RZIse8vSAptWIodwdZTJ0PrNP8 { top:10.5625rem;left:23.25rem;width:24.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { width:22.0625rem;height:1.75rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGhW6v1HIlDa4UIW5W82nG7QtkHopX { width:26.8125rem;height:3.5625rem;top:5.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttp68vnNM34GTToqyiBKTAE6DQAVXv6z { width:25.9375rem;height:4.1875rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { width:34.0625rem;height:32.0625rem;top:2.125rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5k8oDeSZUllmHnsOZcTkc1ZT00Q2Lre { width:34.0625rem;height:1.125rem;top:35.5rem;left:13.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdZzGZtdl41DV1MTMFvUoGmE15w7fTi6 { width:47.75rem;height:0.1875rem;top:3.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqfOsrnlFaxId6SsHHEihvTmcny9LkfT { display:block; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvXuhP4M1mmTHcDoF4yvkyo1k5wokmS3 { width:47.75rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgdvKRGD5Oz7st2OBruopdcOyRHdzuQJ { width:47.75rem;height:0.1875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvbcJzIC316vxO6OISJhAlNE7utpQZI { display:block; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATZk1K1kpSiEDdeQHHKJrTQwzIT4QTXi { top:19.5rem;left:32.75rem;width:14.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX { top:1.375rem;left:17.375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZBDlOn1fAbVkbK0UbGK9QfEJLx0iMG3 { top:21rem;left:17.3125rem;width:14.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcuzAtupzHZ1LK6TTBvBAaXDDqBJBox { top:19.5rem;left:17.1875rem;width:14.5625rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO { top:1.375rem;left:32.84375rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5sraX8yTT6U4iUJM6b48UmF4e9TsVJ { top:20.125rem;left:32.8125rem;width:14.4375rem;height:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH { top:1.375rem;left:0.75rem;width:14.375rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ube0BMQVHNAEcbaZUbgIDOJEBxfUkbMS { top:20.9375rem;left:0.6875rem;width:14.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odOFI8tcsckpB60qBeRVQk2RvId3XkZl { top:19.5rem;left:0.6875rem;width:14.5625rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHFSl5lNVQe7IE3fTaeWWACk6Bp4VEem { top:24.5625rem;left:17.3125rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngA6LnTh0cTVz7mp6dBtmoaR7fUpH71 { top:25.25rem;left:32.9375rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ysO6I6ACBVxNQ3sp5WWgXyRkh26IQh { width:34.0625rem;height:1.1875rem;top:29.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhCtkND5ADQhvGfvLSLOTAOGEKNcWTV { top:24.375rem;left:0.75rem;width:14.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { width:47.75rem;height:2.25rem;top:3.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { width:47.75rem;height:2.3125rem;top:7.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD3JR8MovvlAuDLf0Tz6cpIOXQDtGl1 { width:17.5rem;height:3.75rem;top:11.5rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJcRpBrhcp2DLIXv1OCSdIPUZG1W4Pa { display:block; }
 }@media only screen and (max-width: 763px) { #hRxKZwsve58WuQ3caUvvP55P0f7mQQ9x { width:47.75rem;height:0.1875rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHldlqKe79eAFCt9RNKyRobgF2AMNJ19 { width:47.75rem;height:0.1875rem;top:17.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6lIoGMiBlkWBFuIeWhhCAbwAibDTc4a { width:10.4375rem;height:3.4375rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uch985GTF9HDu2eb47VLokOWaMKdDCvP { display:block; }
 }@media only screen and (max-width: 763px) { #ZTOtVXXuyxd4cFXglsOi0PoHCBBU7JJl { width:17.875rem;height:3.4375rem;top:1.3125rem;left:29.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTRfDdOQbGszPNCr9mpoRA04c8TbmVZ { display:block; }
 }@media only screen and (max-width: 763px) { #VnFIMRK15F30Bfmlaotls0B4S0JWxpVL { top:0.25rem;left:16.21875rem;width:15.3125rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gpnvyUZnONPJsg37cyEsezhad5dsr8qX { display:block; }#gpnvyUZnONPJsg37cyEsezhad5dsr8qX > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1iSSSP95Dw2k1i20ITBBCvWmcBkeNTW { width:20rem;height:3.875rem;top:4.666015625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ClIQGegSkBT80lNAV9DsmpxZrbpNc9d2 { width:20rem;height:1.13725rem;top:9.728515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRF7PRbkCvBybhGbcvTd6JImA5OVaPCN { width:20rem;height:1.05615rem;top:12.787109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:"proxima nova";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DcS5buIJJQsoZJ4T8b6zLFQ62QVvZOfI { width:18.5625rem;height:4.54980625rem;top:13.7802734375rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1.75rem;font-family:"modena sans";display:block; }
 }@media only screen and (max-width: 763px) { #DFZDR0gapJw4Vo1ivVR4sSRtAC1T7yio { width:20rem;height:40.060546875rem;top:18.7919921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMLsTug8eb8IfXnZmHnr2AQ6swqhpsiM { width:12.25rem;height:4.5625rem;top:0.166015625rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA2IviGgDEVya7oiGBtDd3aV3AWFE0KQ { width:20rem;height:0.25rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #paTzmDHWRioTrtvQgwcI2FcwnlT99hGX { width:20rem;height:28.342541436464rem;top:26rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB0XO5RZIse8vSAptWIodwdZTJ0PrNP8 { width:20rem;height:6.5rem;top:12.4169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH { display:block; }#hLrL7KSOPw3PsZFQ5JFMGFBC3hLEHeMH > .row .container { width:20rem;height:66.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLPafNdQ8OoIP6P5V8t9P7ZbxKKtTQB6 { width:20rem;height:4.0625rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdlGhW6v1HIlDa4UIW5W82nG7QtkHopX { width:20rem;height:3.0877125rem;top:6.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttp68vnNM34GTToqyiBKTAE6DQAVXv6z { width:18.4375rem;height:3.6115rem;top:9.8125rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPwyzrTrazE33ZiuFCFLteSxScJvnyxQ { width:17.4375rem;height:43.85653125rem;top:15.4765625rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5k8oDeSZUllmHnsOZcTkc1ZT00Q2Lre { width:20rem;height:2.25rem;top:62.9140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdZzGZtdl41DV1MTMFvUoGmE15w7fTi6 { width:20rem;height:0.1875rem;top:14.25rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #qqfOsrnlFaxId6SsHHEihvTmcny9LkfT { display:block; }#qqfOsrnlFaxId6SsHHEihvTmcny9LkfT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OvXuhP4M1mmTHcDoF4yvkyo1k5wokmS3 { width:18.4375rem;height:6.321rem;top:1.43115234375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IgdvKRGD5Oz7st2OBruopdcOyRHdzuQJ { width:20rem;height:0.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvbcJzIC316vxO6OISJhAlNE7utpQZI { display:block; }#UPvbcJzIC316vxO6OISJhAlNE7utpQZI > .row .container { width:20rem;height:78rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATZk1K1kpSiEDdeQHHKJrTQwzIT4QTXi { width:14.3125rem;height:5.5625rem;top:42.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KHS2EHzkbq0VNUl8OwoPLTFFTlcNXX { width:14.375rem;height:18.125rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZBDlOn1fAbVkbK0UbGK9QfEJLx0iMG3 { width:14.4375rem;height:2.9248rem;top:18.625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhcuzAtupzHZ1LK6TTBvBAaXDDqBJBox { width:14.3125rem;height:5.5625rem;top:18.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rst7nGWT3RtEbV3XU2Z6hOT3lbPVQMQO { width:14.375rem;height:18.125rem;top:24.625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC5sraX8yTT6U4iUJM6b48UmF4e9TsVJ { width:14.4375rem;height:3.896475rem;top:42.75rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nl1AqiCPgEcA0I37sRBH52S6IgqlyRxH { width:14.375rem;height:18.125rem;top:49.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ube0BMQVHNAEcbaZUbgIDOJEBxfUkbMS { width:14.4375rem;height:2.9248rem;top:69.13134765625rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odOFI8tcsckpB60qBeRVQk2RvId3XkZl { width:14.375rem;height:5.8125rem;top:67.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHFSl5lNVQe7IE3fTaeWWACk6Bp4VEem { width:14.4375rem;height:1.298825rem;top:21.5625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngA6LnTh0cTVz7mp6dBtmoaR7fUpH71 { width:14.4375rem;height:1.298825rem;top:46.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ysO6I6ACBVxNQ3sp5WWgXyRkh26IQh { width:20rem;height:2.43608125rem;top:74.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDhCtkND5ADQhvGfvLSLOTAOGEKNcWTV { width:14.4375rem;height:1.298825rem;top:70.818359375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9u8R1Kp54XowKkevehc7vQSRbEDk9TB { display:block; }#G9u8R1Kp54XowKkevehc7vQSRbEDk9TB > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LGyoEzcnObzrUvu7XUKJ9Ps1bTBznDET { width:20rem;height:2.625rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #AfeS9PQzw0OqbH5UdVkge8DUGvq6rXEG { width:18.75rem;height:1.298825rem;top:6.755859375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJD3JR8MovvlAuDLf0Tz6cpIOXQDtGl1 { width:12.6875rem;height:2.5rem;top:9.5rem;left:3.65625rem;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:#aa6b50;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzJcRpBrhcp2DLIXv1OCSdIPUZG1W4Pa { display:block; }
 }@media only screen and (max-width: 763px) { #hRxKZwsve58WuQ3caUvvP55P0f7mQQ9x { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHldlqKe79eAFCt9RNKyRobgF2AMNJ19 { width:20rem;height:0.1875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz { background-color:#000000;background-image:none;display:block; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { background-color: transparent; background-image: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row > .video-iframe-container { display: none; }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .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); }#T8fJ8a6G2vFawDx9FJxJ7TiWwGmN2avz > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l6lIoGMiBlkWBFuIeWhhCAbwAibDTc4a { width:4.875rem;height:3.4375rem;top:4.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uch985GTF9HDu2eb47VLokOWaMKdDCvP { display:block; }
 }@media only screen and (max-width: 763px) { #ZTOtVXXuyxd4cFXglsOi0PoHCBBU7JJl { width:10.875rem;height:3.4375rem;top:4.25rem;left:9.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiTRfDdOQbGszPNCr9mpoRA04c8TbmVZ { display:block; }
 }@media only screen and (max-width: 763px) { #VnFIMRK15F30Bfmlaotls0B4S0JWxpVL { width:9.875rem;height:3.6875rem;top:0.5625rem;left:5.0625rem;display:block; }
 }