.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:217,223,230;--color-primary-1:128,149,172;--color-primary-2:0,42,89;--color-primary-3:0,21,45;--color-primary-4:0,6,13;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:193,225,199;--color-tertiary-2:48,155,67;--color-tertiary-3:24,78,34;--color-tertiary-4:5,15,7;--headlines-font-family:"Cormorant Garamond";--paragraphs-font-family:"Proxima Nova"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf { position:relative;display:block; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf { background-color: transparent; background-image: none; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row .container > .video-iframe-container { display: none; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row > .video-iframe-container { display: none; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .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); }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf { border-width: 0; border-radius: 0; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .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; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .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:10.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { 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:6.5625rem;width:24.1875rem;top:1.875rem;left:25.406250953674rem;overflow:hidden;display:block; }
#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 { position:relative;display:block; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 { background-color: transparent; background-image: none; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row .container > .video-iframe-container { display: none; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row > .video-iframe-container { display: none; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .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); }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 { border-width: 0; border-radius: 0; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .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; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .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:15.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fIw4kX3rooWcqsMppdfdo7TxWdpkm6Tt { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6rem;left:3.75rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#ZwZzK7L1xmT2WEiSo1Fw3mHoWSWvtcfa { color:rgba(var(--color-tertiary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:0.9375rem;left:29.625000953674rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 { position:relative;display:block; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 { background-color: transparent; background-image: none; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row .container > .video-iframe-container { display: none; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row > .video-iframe-container { display: none; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .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); }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 { border-width: 0; border-radius: 0; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .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; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .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:258.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#loyHoqqGMLcpagNCQOobmFyMDzACSGbc { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:2.125rem;left:3.75rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb1ETk9orkRRwzfe2sfqyHz6cdOiuxbe { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.125rem;left:3.75rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#TU9IlIxz5Xz9HXCOLC9lDsldM0au8lm5 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.3125rem;left:3.75rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#JRlSaUKldEEJlyv9fti6RbOQPdZHrPTI { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V2Qx12qQgARyIXl17iid3fZaTP7ehG0S { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:27.75rem;left:3.75rem;height:4.3867125rem;text-align:left;text-align-last:left;display:block; }
#CaGxcs9fN7Mfe7ERRNTntzOwnX8ZTzS1 { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:22.375rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#No1ydFaB3Lfy07XAQISHkT5bKz1hpbOu { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:39.125rem;left:3.75rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#LLMkTH9Teawlf1fXz7IWlNXdUgZ2nQS0 { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:34.6875rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQSAangrbd6aKK3Im3STi9lqMTB7Ew3t { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.9375rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HM4RzOben5TeGIDzLwxsmLE8FN4VHsIs { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:49.25rem;left:3.75rem;height:17.54686875rem;text-align:left;text-align-last:left;display:block; }
#H64gLZvQkcM4QRwlAAMIBIfNtaxBdn35 { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:71.1875rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kLbN0b0y7pFtTBmKofpbfWTEoPD6NdQ7 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:75.4375rem;left:3.75rem;height:8.77343125rem;text-align:left;text-align-last:left;display:block; }
#lg7CrEg7biDZNxB7bPwscPpXhUuU9Hqx { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:88.75rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JZGh25Gpfc39uI9tJTBJnatBvhuJQfAF { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:93.25rem;left:3.75rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#TRhRQaVvD1OZHS3IJfOwXa7ie7ruHDrZ { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:99.5625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GrHETQr0CyE6BFOOkPnUUt4SNrgfgp4Q { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:104.375rem;left:3.75rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#Cx829SgPncxqhH2msMSeA4lMMun6oMv1 { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:110.625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#edV0RIqMp7FKq3O0VWyi0XV56NNnx7FC { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:114.8125rem;left:3.75rem;height:8.77343125rem;text-align:left;text-align-last:left;display:block; }
#ksA5BbRrevuzTsGWzW61ugsWlJwHlRlE { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:126.5625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R2oGhNdTgeTm1JiGx4P0RMnVDsDwz5wB { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:131.125rem;left:3.75rem;height:10.2356625rem;text-align:left;text-align-last:left;display:block; }
#lc6umVOuozR4fuVOyJnUIqV8W9nvAgbi { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:144.5rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QI3OnZGRHDzzRvAnMxO0K3EBXT7cqbnX { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:149rem;left:3.75rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#TffOXhL0aTrxT8bviPwa5NxrJo8Ui9xB { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:154.0625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l1ItudGhbPoFwxZ502OI1C8I4dx5wKq2 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:158.875rem;left:3.75rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#hURyHPhhk3Eh2sDwhVFknpQCPs4XH6uK { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:162.625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GOxvkaUFTfSKp2F2CPtq8obipix1gE4J { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:166.8125rem;left:3.75rem;height:7.31119375rem;text-align:left;text-align-last:left;display:block; }
#EIpH79Oq43a8ZlQCa6nsMDO1hC6Ht9gB { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:177.25rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SOSJDPQDW2ug4uhdaJMGweCZbxofKU28 { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:182.3125rem;left:3.75rem;height:4.38671875rem;text-align:left;text-align-last:left;display:block; }
#RW9pG7Um1HToZgfJDRETZIzoLdvkHrHk { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:190.25rem;left:3.75rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tAEZzmFcxLl9gh8IqqLxIaxPklsZSJrt { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:197.8125rem;left:3.75rem;height:5.84895625rem;text-align:left;text-align-last:left;display:block; }
#lTvIRk2hL99EAGbxp2hhQoJ8v4wyl8VT { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:205.1875rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WdP2ObBwkxZZAVWOJnqaTdCzDFrREqxs { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:209.75rem;left:3.75rem;height:2.92448125rem;text-align:left;text-align-last:left;display:block; }
#KqytUTPTwoSHewoViU9TuwOLQ0f0WvqA { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:215.375rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LC0aNSWTnUdRNeaE4RQce7ZvQVQGq1ib { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:220.125rem;left:3.75rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#ezEAKB7u3NxUoG7gyXUNJ0STLBccgB6b { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:224.625rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EDRyTuF0OEcTZhnNnXyPAuubaT7vEJ8K { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:229.5rem;left:3.75rem;height:16.0846125rem;text-align:left;text-align-last:left;display:block; }
#kyISbwuIKS1OTWSoX7V30ArOJF7WXP6o { color:rgba(var(--color-tertiary-3),1);display:block;width:67.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:247.5rem;left:3.75rem;height:2.84375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iBR2pmRHVkpR2DE3hl2sgQIhgrsTUhpB { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:252.25rem;left:3.75rem;height:1.4622375rem;text-align:left;text-align-last:left;display:block; }
#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { position:relative;display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { background-color: transparent; background-image: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row > .video-iframe-container { display: none; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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); }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { border-width: 0; border-radius: 0; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .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:13.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tk4xJkentTbZNvoGQvrGBbEWyraIQg1X { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:31.869140625rem;height:2.2734375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf { display:block; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { top:1.875rem;left:11.781250953674rem;width:24.1875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAG9MPvJwTG341LHA57fePfg9Fyby7i5 { display:block; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIw4kX3rooWcqsMppdfdo7TxWdpkm6Tt { top:6rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZzK7L1xmT2WEiSo1Fw3mHoWSWvtcfa { top:0.9375rem;left:16.000000953674rem;width:15.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 { display:block; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loyHoqqGMLcpagNCQOobmFyMDzACSGbc { top:2.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb1ETk9orkRRwzfe2sfqyHz6cdOiuxbe { top:9.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9IlIxz5Xz9HXCOLC9lDsldM0au8lm5 { top:18.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRlSaUKldEEJlyv9fti6RbOQPdZHrPTI { top:14.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2Qx12qQgARyIXl17iid3fZaTP7ehG0S { top:27.75rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaGxcs9fN7Mfe7ERRNTntzOwnX8ZTzS1 { top:22.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #No1ydFaB3Lfy07XAQISHkT5bKz1hpbOu { top:39.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLMkTH9Teawlf1fXz7IWlNXdUgZ2nQS0 { top:34.6875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQSAangrbd6aKK3Im3STi9lqMTB7Ew3t { top:44.9375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM4RzOben5TeGIDzLwxsmLE8FN4VHsIs { top:49.25rem;left:0rem;width:47.75rem;height:20.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H64gLZvQkcM4QRwlAAMIBIfNtaxBdn35 { top:71.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLbN0b0y7pFtTBmKofpbfWTEoPD6NdQ7 { top:75.4375rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7CrEg7biDZNxB7bPwscPpXhUuU9Hqx { top:88.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZGh25Gpfc39uI9tJTBJnatBvhuJQfAF { top:93.25rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhRQaVvD1OZHS3IJfOwXa7ie7ruHDrZ { top:99.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrHETQr0CyE6BFOOkPnUUt4SNrgfgp4Q { top:104.375rem;left:0rem;width:47.75rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx829SgPncxqhH2msMSeA4lMMun6oMv1 { top:110.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #edV0RIqMp7FKq3O0VWyi0XV56NNnx7FC { top:114.8125rem;left:0rem;width:47.75rem;height:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksA5BbRrevuzTsGWzW61ugsWlJwHlRlE { top:126.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2oGhNdTgeTm1JiGx4P0RMnVDsDwz5wB { top:131.125rem;left:0rem;width:47.75rem;height:11.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc6umVOuozR4fuVOyJnUIqV8W9nvAgbi { top:144.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QI3OnZGRHDzzRvAnMxO0K3EBXT7cqbnX { top:149rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TffOXhL0aTrxT8bviPwa5NxrJo8Ui9xB { top:154.0625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1ItudGhbPoFwxZ502OI1C8I4dx5wKq2 { top:158.875rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURyHPhhk3Eh2sDwhVFknpQCPs4XH6uK { top:162.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOxvkaUFTfSKp2F2CPtq8obipix1gE4J { top:166.8125rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpH79Oq43a8ZlQCa6nsMDO1hC6Ht9gB { top:177.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOSJDPQDW2ug4uhdaJMGweCZbxofKU28 { top:182.3125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW9pG7Um1HToZgfJDRETZIzoLdvkHrHk { top:190.25rem;left:0rem;width:47.75rem;height:5.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAEZzmFcxLl9gh8IqqLxIaxPklsZSJrt { top:197.8125rem;left:0rem;width:47.75rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvIRk2hL99EAGbxp2hhQoJ8v4wyl8VT { top:205.1875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdP2ObBwkxZZAVWOJnqaTdCzDFrREqxs { top:209.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqytUTPTwoSHewoViU9TuwOLQ0f0WvqA { top:215.375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC0aNSWTnUdRNeaE4RQce7ZvQVQGq1ib { top:220.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEAKB7u3NxUoG7gyXUNJ0STLBccgB6b { top:224.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRyTuF0OEcTZhnNnXyPAuubaT7vEJ8K { top:229.5rem;left:0rem;width:47.75rem;height:15.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyISbwuIKS1OTWSoX7V30ArOJF7WXP6o { top:247.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBR2pmRHVkpR2DE3hl2sgQIhgrsTUhpB { top:252.25rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk4xJkentTbZNvoGQvrGBbEWyraIQg1X { top:7.375rem;left:18.243489265442rem;width:13.6875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf { display:block; }#wzh7rI70ALoChgcEBxRAvCgk6LFT5Tgf > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQfoLo3fnKgFtmE8FMMT5vKk2zEy6PHC { width:14.5625rem;height:3.6875rem;top:1.125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAG9MPvJwTG341LHA57fePfg9Fyby7i5 { display:block; }#DAG9MPvJwTG341LHA57fePfg9Fyby7i5 > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIw4kX3rooWcqsMppdfdo7TxWdpkm6Tt { width:20rem;height:23.3958125rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwZzK7L1xmT2WEiSo1Fw3mHoWSWvtcfa { width:15.75rem;height:2.2747375rem;top:1.1432294845581rem;left:4.25rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 { display:block; }#HCBlm0iwXO8Kp1dcb31aUbaiqi4ITNU8 > .row .container { width:20rem;height:466.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loyHoqqGMLcpagNCQOobmFyMDzACSGbc { width:18.5rem;height:9.0989375rem;top:1.25rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fb1ETk9orkRRwzfe2sfqyHz6cdOiuxbe { width:18.5rem;height:8.7734375rem;top:13.125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU9IlIxz5Xz9HXCOLC9lDsldM0au8lm5 { width:18.5rem;height:4.38671875rem;top:26.875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRlSaUKldEEJlyv9fti6RbOQPdZHrPTI { width:18.5rem;height:4.54948125rem;top:22.375rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V2Qx12qQgARyIXl17iid3fZaTP7ehG0S { width:18.5rem;height:11.6979125rem;top:38.1875rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaGxcs9fN7Mfe7ERRNTntzOwnX8ZTzS1 { width:18.5rem;height:4.54948125rem;top:32.875rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No1ydFaB3Lfy07XAQISHkT5bKz1hpbOu { width:18.5rem;height:8.7734375rem;top:56.8125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLMkTH9Teawlf1fXz7IWlNXdUgZ2nQS0 { width:18.5rem;height:4.54948125rem;top:51.1875rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eQSAangrbd6aKK3Im3STi9lqMTB7Ew3t { width:18.1875rem;height:2.2747375rem;top:66.75rem;left:0.90625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HM4RzOben5TeGIDzLwxsmLE8FN4VHsIs { width:18.6875rem;height:58.48955625rem;top:70.3125rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H64gLZvQkcM4QRwlAAMIBIfNtaxBdn35 { width:18.5rem;height:2.2747375rem;top:128.9375rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLbN0b0y7pFtTBmKofpbfWTEoPD6NdQ7 { width:19.1875rem;height:32.1692375rem;top:132.25rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7CrEg7biDZNxB7bPwscPpXhUuU9Hqx { width:18.0625rem;height:2.2747375rem;top:165.1875rem;left:0.96875rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JZGh25Gpfc39uI9tJTBJnatBvhuJQfAF { width:18.75rem;height:17.546875rem;top:168.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRhRQaVvD1OZHS3IJfOwXa7ie7ruHDrZ { width:18.875rem;height:2.2747375rem;top:187.1875rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GrHETQr0CyE6BFOOkPnUUt4SNrgfgp4Q { width:19.3125rem;height:13.160125rem;top:190.25rem;left:0.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx829SgPncxqhH2msMSeA4lMMun6oMv1 { width:19.5rem;height:4.54948125rem;top:204.3125rem;left:0.5rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #edV0RIqMp7FKq3O0VWyi0XV56NNnx7FC { width:19.625rem;height:30.70700625rem;top:209.8125rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksA5BbRrevuzTsGWzW61ugsWlJwHlRlE { width:19.1875rem;height:4.54948125rem;top:241.375rem;left:0.40625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #R2oGhNdTgeTm1JiGx4P0RMnVDsDwz5wB { width:19.375rem;height:23.39581875rem;top:249.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc6umVOuozR4fuVOyJnUIqV8W9nvAgbi { width:19.3125rem;height:4.54948125rem;top:273.375rem;left:0.34375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QI3OnZGRHDzzRvAnMxO0K3EBXT7cqbnX { width:19.375rem;height:7.3111875rem;top:279.25rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TffOXhL0aTrxT8bviPwa5NxrJo8Ui9xB { width:19.375rem;height:4.54948125rem;top:287.75rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l1ItudGhbPoFwxZ502OI1C8I4dx5wKq2 { width:19.25rem;height:4.38671875rem;top:293.8125rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hURyHPhhk3Eh2sDwhVFknpQCPs4XH6uK { width:18.875rem;height:4.54948125rem;top:299.4375rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GOxvkaUFTfSKp2F2CPtq8obipix1gE4J { width:19.4375rem;height:23.39583125rem;top:305.3125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIpH79Oq43a8ZlQCa6nsMDO1hC6Ht9gB { width:19rem;height:2.2747375rem;top:329.25rem;left:0.5rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SOSJDPQDW2ug4uhdaJMGweCZbxofKU28 { width:19.5625rem;height:17.546875rem;top:334.625rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW9pG7Um1HToZgfJDRETZIzoLdvkHrHk { width:19.375rem;height:11.3736875rem;top:353.5rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tAEZzmFcxLl9gh8IqqLxIaxPklsZSJrt { width:19.625rem;height:20.471375rem;top:365.875rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTvIRk2hL99EAGbxp2hhQoJ8v4wyl8VT { width:19.375rem;height:2.2747375rem;top:387.4375rem;left:0.625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WdP2ObBwkxZZAVWOJnqaTdCzDFrREqxs { width:19.5rem;height:11.6979375rem;top:391rem;left:0.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqytUTPTwoSHewoViU9TuwOLQ0f0WvqA { width:19.4375rem;height:4.54948125rem;top:403.25rem;left:0.5625rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LC0aNSWTnUdRNeaE4RQce7ZvQVQGq1ib { width:19.375rem;height:4.38671875rem;top:409.0625rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezEAKB7u3NxUoG7gyXUNJ0STLBccgB6b { width:19.25rem;height:6.82425rem;top:414.875rem;left:0.75rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EDRyTuF0OEcTZhnNnXyPAuubaT7vEJ8K { width:19.375rem;height:27.78255rem;top:422.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyISbwuIKS1OTWSoX7V30ArOJF7WXP6o { width:19.125rem;height:6.82425rem;top:451.75rem;left:0.4375rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iBR2pmRHVkpR2DE3hl2sgQIhgrsTUhpB { width:19.25rem;height:5.84895625rem;top:459.5rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R { display:block; }#zWZRu1PrbnPinTpfBGUOJMA8dWLEoL5R > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tk4xJkentTbZNvoGQvrGBbEWyraIQg1X { width:20rem;height:2.5989625rem;top:9.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }