.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_978d39ea8e6c55df5d03916b22a38329c55fa897.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { background-color: transparent; background-image: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container > .video-iframe-container { display: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container { display: none; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .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); }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { border-width: 0; border-radius: 0; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { font-size:0.875rem;font-family:"futura pt";height:3.75rem;width:75rem;overflow:visible;position:relative;display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_a4e6403fb2d0cb23bb02a297ce3239f68a639c7e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.adaptive-delivery-prevent-bg, #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.lazyload, #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh.lazyloading { background-image: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { background-color: transparent; background-image: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container > .video-iframe-container { display: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container { display: none; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .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); }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { border-width: 0; border-radius: 0; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { font-size:0.875rem;font-family:"futura pt";height:29.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { color:#000000;display:block;width:75rem;position:absolute;font-family:"futura pt";font-size:6.625rem;font-weight:300;z-index:15000;line-height:.9;letter-spacing:0;top:9.3125rem;left:0rem;height:11.9238125rem;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; }
#SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:30.5rem;top:0rem;left:22.25rem;overflow:hidden;display:block; }
#VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { z-index:15003;top:25.25rem;left:31.25rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { background-color:rgba(0,0,0,0);background-image:url("https://icons.assets-landingi.com/icon_fcebf6500b04e3ea6012d670a8b0b0b78e3bac7a.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip.adaptive-delivery-prevent-bg, #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip.lazyload, #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip.lazyloading { background-image: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { background-color: transparent; background-image: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .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); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { border-width: 0; border-radius: 0; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { font-size:0.875rem;font-family:"futura pt";height:48.25rem;width:75rem;overflow:visible;position:relative;display:block; }#kPFAIcgy5WNp6MRAECUzizlnscxHR3et { color:#000000;display:block;width:75rem;position:absolute;font-family:"futura pt";font-size:5.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:7.9375rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { box-sizing:content-box;height:25.9375rem;width:22.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:13.625rem;left:26.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:21.875rem;border-bottom-right-radius:21.875rem;display:block; }
#BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:24.5rem;left:1.875rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"adobe garamond pro";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:28.375rem;left:1.875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:18rem;left:9rem; }
#FCiqkKoA1m7TbQ2lqh4GbCOsUvKCctJy { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"adobe garamond pro";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:28.625rem;left:54.375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:24.75rem;left:54.375rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:18.25rem;left:61.5rem; }
#enykOhn9gyRh4zbBThSQ3EqDucO098qP { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.25rem;left:35.25rem; }
#s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:24.75rem;left:28.125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypNfGUUExTICQX2eQKHPi6HfmrhgPVRm { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"adobe garamond pro";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:28.625rem;left:28.125rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { z-index:15004;top:38.1875rem;left:40.9375rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.125rem;height:8.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:20rem;top:33.625rem;left:1.875rem;overflow:hidden;display:block; }
#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { background-color:#eedddd;background-image:url("https://icons.assets-landingi.com/icon_36a8ebf5dcd7ea1c8c50eaa2b215eb2d1ad2bcd9.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.adaptive-delivery-prevent-bg, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyload, #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU.lazyloading { background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { background-color: transparent; background-image: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { display: none; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .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); }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { border-width: 0; border-radius: 0; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { font-size:0.875rem;font-family:"futura pt";height:60.875rem;width:75rem;overflow:visible;position:relative;display:block; }#HKazLco2eyGoymunEP178MH0QlGQTrSF { color:#000000;display:block;width:67.5rem;position:absolute;font-family:"futura pt";font-size:5.375rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;top:8.125rem;left:0rem;height:5.375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { box-sizing:content-box;height:10.4375rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:15.0625rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#dRFDiTBMGtLBULbodieU6140aqMaTed9 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:16.125rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:18.818359375rem;left:41.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:20.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#p96cyCkNouhTFAnkxHwmw09bixwAPQpM { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:22.4375rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:25.0625rem;left:2.5rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { box-sizing:content-box;height:10.5625rem;width:36.25rem;position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:29.875rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:31.25rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:33.8125rem;left:41.25rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { box-sizing:content-box;height:10.8125rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:37.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#VwinLa2KqbHvnloZMht9CzW1JFzIv73r { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:38.1875rem;left:2.5rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:41.125rem;left:2.5rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TceEpdPtfabG166zR1uqchVKfIACVXzQ { box-sizing:content-box;height:12.0625rem;width:36.25rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:44.5rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"futura pt";font-size:2rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:45.9375rem;left:41.25rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:48.9375rem;left:41.25rem;height:6.9970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { z-index:15005;top:52.5rem;left:2.5rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:7.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_5285cc46384061606bc02f236d68b8dcd3518e10.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.adaptive-delivery-prevent-bg, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyload, #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM.lazyloading { background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { background-color: transparent; background-image: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { display: none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .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); }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { border-width: 0; border-radius: 0; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { font-size:0.875rem;font-family:"futura pt";height:16.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { color:#000000;display:block;width:75rem;position:absolute;font-family:"futura pt";font-size:4.75rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:0.625rem;left:0rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;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; }
#b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { color:#000000;display:block;width:53.75rem;position:absolute;font-family:"adobe garamond pro";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.9375rem;left:10.625rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#pKngc6fSuX45JTxDmrZx0x072V5Catrd { z-index:15006;top:10rem;left:31.25rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { background-color:#eedddd;background-image:url("https://icons.assets-landingi.com/icon_b8246d2e6ca88ff4f8f5c8983c1025d8927d5440.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.adaptive-delivery-prevent-bg, #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.lazyload, #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb.lazyloading { background-image: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { background-color: transparent; background-image: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { display: none; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .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); }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { border-width: 0; border-radius: 0; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { font-size:0.875rem;font-family:"futura pt";height:81.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { color:#000000;display:block;width:75rem;position:absolute;font-family:"futura pt";font-size:5.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.875rem;left:0rem;height:5.375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { color:#000000;display:block;width:53.125rem;position:absolute;font-family:"adobe garamond pro";font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:25.875rem;left:10.9375rem;height:4.19921875rem;font-style:italic;text-align:left;text-align-last:left;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; }
#yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"adobe garamond pro";font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:33.0625rem;left:15.9375rem;height:1.3999rem;font-style:normal;text-align:left;text-align-last:left;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; }
#BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.8125rem;left:10.9375rem; }
#VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { box-sizing:content-box;height:26.25rem;width:60rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:16.875rem;left:7.5rem;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;display:block; }
#yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:30.9375rem;left:62.625rem; }
#hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { box-sizing:content-box;height:10.6875rem;width:36.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:49.162109375rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#sa0DELxdgd2a7gv432b79461kH4ATe3S { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:51.8125rem;left:2.5rem;height:4.72265625rem;font-style:italic;text-align:left;text-align-last:left;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; }
#HymzlkA0OdbQShGddlXU1wO58mrNCAwT { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:50.0625rem;left:2.5rem; }
#AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:56.4375rem;left:32.6875rem; }
#q48xl3KxMKniSJgE25rkU8hfsMq6yXba { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"adobe garamond pro";font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:57.5625rem;left:6.5625rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { box-sizing:content-box;height:9.8125rem;width:36.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:61.1875rem;left:0rem;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
#AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:66.9375rem;left:32.6875rem; }
#Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { color:#000000;display:block;width:19.375rem;position:absolute;font-family:"adobe garamond pro";font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:68.625rem;left:6.75rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:"adobe garamond pro";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:63.875rem;left:2.5rem;height:3.1494125rem;font-style:italic;text-align:left;text-align-last:left;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; }
#pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:62.1875rem;left:2.5rem; }
#T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#8c1a1e;background-image:none;top:35.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:15.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { box-sizing:content-box;height:10.375rem;width:10.375rem;position:absolute;display:block;z-index:15000;background-color:#8c1a1e;background-image:none;top:13.5625rem;left:61.125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:0rem;display:block; }
#XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { z-index:15007;top:34.4619140625rem;left:40.375rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { z-index:15008;top:73.625rem;left:27.84375rem;background-color:#8c1a1e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"adobe garamond pro";font-size:1.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.3125rem;height:6.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { position:absolute;display:block;z-index:15020;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:29.25rem;width:19.4375rem;top:44.4375rem;left:49.23046875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { top:9.3125rem;left:0rem;width:47.75rem;height:11.875rem;font-size:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { top:0rem;left:8.625rem;width:30.5rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { top:25.25rem;left:17.625rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block; }
 }@media only screen and (max-width: 763px) { #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { display:block; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPFAIcgy5WNp6MRAECUzizlnscxHR3et { top:7.9375rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { top:13.625rem;left:12.625rem;width:22.5rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { top:24.5rem;left:0rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { top:28.375rem;left:0rem;width:18.75rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { top:18rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCiqkKoA1m7TbQ2lqh4GbCOsUvKCctJy { top:28.625rem;left:29rem;width:18.75rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { top:24.75rem;left:29rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { top:18.25rem;left:43.25rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enykOhn9gyRh4zbBThSQ3EqDucO098qP { top:18.25rem;left:21.625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { top:24.75rem;left:14.5rem;width:18.75rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypNfGUUExTICQX2eQKHPi6HfmrhgPVRm { top:28.625rem;left:14.5rem;width:18.75rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { top:38.1875rem;left:22.625rem;width:25.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block; }
 }@media only screen and (max-width: 763px) { #XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { top:33.625rem;left:0rem;width:20rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { top:8.125rem;left:0rem;width:47.75rem;height:5.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { top:15.0625rem;left:11.5rem;width:36.25rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { top:16.125rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { top:18.8125rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { top:20.9375rem;left:0rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { top:22.4375rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { top:25.0625rem;left:0rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { top:29.875rem;left:11.5rem;width:36.25rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { top:31.25rem;left:16.5rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { top:33.8125rem;left:16.5rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { top:37.125rem;left:0rem;width:36.25rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { top:38.1875rem;left:0rem;width:31.25rem;height:2rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { top:41.125rem;left:0rem;width:31.25rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TceEpdPtfabG166zR1uqchVKfIACVXzQ { top:44.5rem;left:11.5rem;width:36.25rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { top:45.9375rem;left:16.5rem;width:31.25rem;height:0;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { top:48.9375rem;left:16.5rem;width:31.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { top:52.5rem;left:0rem;width:22.625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { display:block; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { top:0.625rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { top:5.9375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKngc6fSuX45JTxDmrZx0x072V5Catrd { top:10rem;left:17.625rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { top:6.875rem;left:0rem;width:47.75rem;height:10.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { top:25.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { top:33.0625rem;left:2.3125rem;width:19.375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { top:23.8125rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { top:16.875rem;left:0rem;width:47.75rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { top:30.9375rem;left:46.25rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { top:49.125rem;left:0rem;width:36.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0DELxdgd2a7gv432b79461kH4ATe3S { top:51.8125rem;left:0rem;width:31.25rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymzlkA0OdbQShGddlXU1wO58mrNCAwT { top:50.0625rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { top:56.4375rem;left:19.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q48xl3KxMKniSJgE25rkU8hfsMq6yXba { top:57.5625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { top:61.1875rem;left:0rem;width:36.25rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { top:66.9375rem;left:19.0625rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { top:68.625rem;left:0rem;width:19.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { top:63.875rem;left:0rem;width:31.25rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { top:62.1875rem;left:0rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { top:35.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { top:13.5625rem;left:37.375rem;width:10.375rem;height:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { top:34.4375rem;left:26.75rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block; }
 }@media only screen and (max-width: 763px) { #o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { top:73.625rem;left:14.21875rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block; }
 }@media only screen and (max-width: 763px) { #tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { top:44.4375rem;left:28.3125rem;width:19.4375rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK { display:block; }#qmtA5DUuqeX9oe5emDzTmETMsf6gL1mK > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh { display:block; }#kMnEPEl7ZMcP4Hnod9rvsHRbFszm1eNh > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAReaCfDewxLGIKs0A0gpP2dU81LGoPx { width:20rem;height:7.0869375rem;top:7.71533203125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SU2EGWgsQyMawATs34fsdFZ6EDtg8WdL { width:20rem;height:6.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNtuSwRfeooAu6r77rw1PB93eq5PIEW4 { top:16.05226953125rem;left:1.25rem;width:17.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byn4Fn9ruMB6hfly4XV2C7tQiVT6nM52 { display:block; }
 }@media only screen and (max-width: 763px) { #OG0eHREpsznp0fuvs16ZwwLSDEBhhRip { background-color:#dfedeb;background-image:none;display:block; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { background-color: transparent; background-image: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row > .video-iframe-container { display: none; }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .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); }#OG0eHREpsznp0fuvs16ZwwLSDEBhhRip > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPFAIcgy5WNp6MRAECUzizlnscxHR3et { width:20rem;height:7.875rem;top:3.3125rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0xvFqCorP7A36oahOcbgSZHZ3bJaXlD { width:20rem;height:21.875rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHvJCEDLPZmQus6MniCtsKu4UOnoxrTT { width:17.5rem;height:1.75rem;top:17.75rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZ6FZMioJB4FeeOS7dNfTsPFORuhGDbh { width:17.5rem;height:5.59765625rem;top:20.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C65e3HyH7UMdr3S6Nr9LeZeckWDEdgHn { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #FCiqkKoA1m7TbQ2lqh4GbCOsUvKCctJy { width:17.5rem;height:5.59765625rem;top:65.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMbUt0NtuJrPzqD2DAQRBp2x1E0w4N0k { width:17.5rem;height:1.75rem;top:62.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pb2kSC9GbJhlMZQfQPWsCHT31BJqlJkR { display:flex;width:4.5rem;height:4.5rem;top:56.125rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #enykOhn9gyRh4zbBThSQ3EqDucO098qP { display:flex;width:4.5rem;height:4.5rem;top:34.1875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #s4TIepvTvBw0HMHTscHyyXAJKu5tpCnx { width:17.5rem;height:1.75rem;top:39.6875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ypNfGUUExTICQX2eQKHPi6HfmrhgPVRm { width:17.5rem;height:4.19824375rem;top:43.1875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzJqvBmftFaTirR88alIpZ1tLoSTrkTK { top:72.0371125rem;left:0.5rem;width:19rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #huvKFExyvnP1GFJOfxi04MPsthDW3wp6 { display:block; }
 }@media only screen and (max-width: 763px) { #XFv0SHeT6FGrmtU7dZdWdBehRT44IcvN { width:20rem;height:13.3125rem;top:81.412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU { display:block; }#gE1h6NnthgcBhlSUO93y7XwpQs3hq7WU > .row .container { width:20rem;height:93.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKazLco2eyGoymunEP178MH0QlGQTrSF { width:17.5rem;height:5.25rem;top:2.8125rem;left:1.25rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPZ4goIH9kGF9QRwMwnR9ler5myydtHn { width:20rem;height:13.4375rem;top:10.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRFDiTBMGtLBULbodieU6140aqMaTed9 { width:17.5rem;height:1.75rem;top:11rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k3wfOt6tEV0nIF8aqquEfcg04aGKWITf { width:17.5rem;height:11.1953125rem;top:12.75rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZTNml3KkVL6Jnh9PoGHEtHrNFsJPwL2p { width:20rem;height:13.875rem;top:25.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p96cyCkNouhTFAnkxHwmw09bixwAPQpM { width:17.5rem;height:1.75rem;top:26.1875rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lk558usAlvMXmwxQDT6zPbpIWIMEUZDv { width:17.5rem;height:11.1953125rem;top:27.9375rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EF4ZXaVN61fwLTMEUf1DPDSKTxoDZZrf { width:20rem;height:13.1875rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5btC9ZdI6LWXTV5sBDinC56DHt8WBIU { width:17.5rem;height:1.75rem;top:56.09375rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dpaGKh6PuGr8fTJOEzBNHktiiligAfwp { width:17.5rem;height:9.795875rem;top:58.5rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XxpvaTTemhaBRVEz8XkLhDDE48DEeULA { width:20rem;height:12.25rem;top:41.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwinLa2KqbHvnloZMht9CzW1JFzIv73r { width:17.5rem;height:1.75rem;top:42.3125rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y20DXTc7utJ8sHoITzlQz7t4GFQxMuBS { width:17.5rem;height:8.3965rem;top:44.8125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TceEpdPtfabG166zR1uqchVKfIACVXzQ { width:20rem;height:13.125rem;top:70.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS0GUobZPS21W0SmW8oiRLpvKfiwOqhV { width:20rem;height:1.75rem;top:71.125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMeAuJDArHdcPlsAv3TyXiGKmWNTOrXw { width:20rem;height:9.795875rem;top:73.326171875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8t1VnGDTXGJPyvt5aLWIbPV7Ur3I0IL { top:84.875rem;left:0.5rem;width:19rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoWJzRJhx3I5XGHGoWVZdZ0dsfHlH09J { display:block; }
 }@media only screen and (max-width: 763px) { #TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM { background-color:#ffd476;background-image:none;display:none; }#TDUKNFGFXtF49zPeX5LwNFpxi5B5lfkM > .row .container { width:20rem;height:36.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NUnxWVgH2aLMa3FmbLF2w2ZUVbL6hRl6 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3MXwuapb5KvKqXdGs133P5WPMEGPV6B { width:20rem;height:4.19970625rem;top:25.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB34Cpwp9CfSbavTOWeatIrhATb7O4Ti { width:6.25rem;height:6.25rem;top:17.875rem;left:6.875rem;z-index:15001;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IkpluhmMdbORDcOndCFw6KAaoIO7pz9Z { width:6.25rem;height:6.25rem;top:10.375rem;left:6.875rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#28887a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #pKngc6fSuX45JTxDmrZx0x072V5Catrd { top:30.82421875rem;left:3.75rem;width:12.5rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSTTyhhJcfas199xPPDp5hx6Ek2NP9pg { display:block; }
 }@media only screen and (max-width: 763px) { #n83XHT3yWVQlE48GVod6T6ylaEsoKgJb { display:block; }#n83XHT3yWVQlE48GVod6T6ylaEsoKgJb > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S42pICAySiaqTkFkgFAlpRcJu7IiMX8K { width:20rem;height:5.25rem;top:2.75rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysZuc5mC19mayQgmQcP1fB3cE4Kmr31W { width:17.5rem;height:11.5488125rem;top:19.9375rem;left:1.25rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yRhv6bGIZs8EJoVi2sfsI8KH3AVlkC1G { width:12.5rem;height:1.3999rem;top:33.5rem;left:6.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BCI56vf2hFllODkM8svoDq2Bg96SuwR7 { display:flex;width:1.5rem;height:1.5rem;top:17.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #VolTva8hyzyq9Pdqs9A9bvCDFQlqbBoQ { width:20rem;height:20.75rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw4RpFVNI99XpOdlWvt38ehqwFKTWM9m { display:flex;width:1.5rem;height:1.5rem;top:30.625rem;left:17.3125rem; }
 }@media only screen and (max-width: 763px) { #hyQq4mNQPZCbMulJCwEZufuaylqDDXmn { width:20rem;height:15.5625rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa0DELxdgd2a7gv432b79461kH4ATe3S { width:17.5rem;height:9.4453125rem;top:44.25rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HymzlkA0OdbQShGddlXU1wO58mrNCAwT { display:flex;width:1.125rem;height:1.125rem;top:42.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AUT2w31b6sTUokcnCNQ5Nz1MtgbDwSUz { display:flex;width:1.125rem;height:1.125rem;top:52.75rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #q48xl3KxMKniSJgE25rkU8hfsMq6yXba { width:12.5rem;height:1.2246125rem;top:54.875rem;left:5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WABQoDIxXZbKWRWXoG8yf0Ntl2fEPT6D { width:20rem;height:12.6875rem;top:58.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqCi9ZDtrFDTss6XHBWqZN7bBkL1CGSZ { display:flex;width:1.125rem;height:1.125rem;top:67.1875rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #Fs1nZSwBFT6zZ7TylTV9hwmP6kxo74Jc { width:12.5rem;height:1.2246125rem;top:69.375rem;left:4.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lJNCfcdwfldB8tHl0bMTpzuxHoPtwCV2 { width:17.5rem;height:6.296875rem;top:61.9375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMQKwpGJrsBPelqgiZhweo31CsMZw0uk { display:flex;width:1.125rem;height:1.125rem;top:60.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #T0mTgznm1RUmddKnO8JRbORtq4CHiLRB { width:9rem;height:9rem;top:31.4853515625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #QEn6bb8KRvfRTXyVa8XDvysmkoI6dlkT { width:10.375rem;height:10.375rem;top:8.6875rem;left:9.625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #XSH0gsviw9g9AehCf1QZPTKqXQ12TFC0 { top:107rem;left:3.75rem;width:12.5rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIQT0sSDtOxOHBpT8mE08iIEGcfLM4gU { display:block; }
 }@media only screen and (max-width: 763px) { #o15Ou37f7WdLzxoAECaAmmCPz7nITcrk { top:72.375rem;left:0.34375rem;width:19.3125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEEGO0hCAlwOGJPxvo0UsEs8ZTnCgo26 { display:block; }
 }@media only screen and (max-width: 763px) { #tOWqv1ipk3phrzS5fkiiqA8eXVEeolHO { width:19.4375rem;height:29.25rem;top:71.3125rem;left:0.28125rem;display:none; }
 }