.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:255,250,230;--color-primary-1:255,239,172;--color-primary-2:255,222,89;--color-primary-3:128,111,45;--color-primary-4:38,33,13;--color-secondary-0:230,237,242;--color-secondary-1:173,196,211;--color-secondary-2:90,137,167;--color-secondary-3:45,69,84;--color-secondary-4:14,21,25;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6601dd55-e14b-42d3-bdae-966dd0c61ed5/0fcf75f46c40cc18ef36ed26c2bd75c3691c4255bc1cd.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.adaptive-delivery-prevent-bg, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyload, #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ.lazyloading { background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { background-color: transparent; background-image: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(242,242,242,0.7); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(242,242,242,0.7); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { display: none; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .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); }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { border-width: 0; border-radius: 0; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { font-size:0.875rem;font-family:"open sans";height:32.75rem;width:75rem;position:relative;display:block; }#DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { color:#114279;display:block;width:49.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.5625rem;left:0rem;height:4.548825rem;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:left;text-align-last:left;display:block; }
#fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { color:#343836;display:block;width:60.061875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { position:absolute;display:block;z-index:15030;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:3rem;width:14.25rem;top:2.4365234375rem;left:0rem;overflow:hidden;display:block; }
#rLnVfoG7GXD8bAWoScTzu1q93f19yRei { color:#114279;display:block;width:63.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:2.6806625rem;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:left;text-align-last:left;display:block; }
#nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#343836;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6245625rem;height:3.4375rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:25.375rem;left:0rem;display:block; }
#CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn150uDS1atPb2A9wd8SM2LnbAXUga8Z { position:absolute;display:block;z-index:15031;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:3.625rem;width:11.5rem;top:2.1240234375rem;left:16.28125rem;overflow:hidden;display:block; }
#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { position:relative;display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { background-color: transparent; background-image: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row > .video-iframe-container { display: none; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .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); }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { border-width: 0; border-radius: 0; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .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; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .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:68.75rem;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; }#GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:4.8125rem;left:4.125rem;height:3.375rem;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:left;text-align-last:left;display:block; }
#M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:2.375rem;left:4.125rem;height:1.7871125rem;font-style:normal;display:block; }
#Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#343836;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6230625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:64.1875rem;left:23.0625rem;display:block; }
#ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:8.4375rem;left:4.125rem;height:9.6875rem;text-align:left;text-align-last:left;display:block; }#brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 li:before{  }
#iX9p27MxLarSwxCgDVFBRJC0WvD9yKzz { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.5;letter-spacing:0;top:18.75rem;left:4.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:30.0625rem;left:4.125rem;height:9.6875rem;text-align:left;text-align-last:left;display:block; }#KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh li:before{  }
#pV5moH0WPe7kvgQuKtGurRgmB6nB6hKz { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:40.5rem;left:4.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#KBXBEVWN2DdgTytgBHUMSKZamgZQyWQ3 { color:rgba(var(--color-tertiary-4),1);display:block;width:66.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:24.3125rem;left:4.125rem;height:5.0625rem;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:left;text-align-last:left;display:block; }
#dCOb8RDpzPoM1gkVyOkECsTKnLgsN88t { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.125rem;height:1.7871125rem;font-style:normal;display:block; }
#ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:48.75rem;left:4.125rem;height:11.6875rem;text-align:left;text-align-last:left;display:block; }#ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz li:before{  }
#vtfNaky5kbbTkQnri700bVKZdFIkqdRZ { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:61.1875rem;left:4.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#CCIQoZSqdMRHHVQzoeu0qN3TP19IKi1E { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:46.5rem;left:4.125rem;height:1.6875rem;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:left;text-align-last:left;display:block; }
#ITx8l0vaSInTknAcdTKzsPbA50gw8T3Z { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:43.75rem;left:4.125rem;height:1.7871125rem;font-style:normal;display:block; }
#r3QzJwgco885KTC6cWHXRHExFylHGvA2 { position:relative;display:block; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 { background-color: transparent; background-image: none; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row .container > .video-iframe-container { display: none; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row > .video-iframe-container { display: none; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .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); }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 { border-width: 0; border-radius: 0; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .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; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .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:58.125rem;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; }#evNStTTecQFK1b0P1zdX4Ty3ahtzOQ4o { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.7;letter-spacing:0;top:4.375rem;left:4.125rem;height:22.94535rem;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:left;text-align-last:left;display:block; }
#A2wLzmH09pgTK1sWg1tJwygutAFHI9qK { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4.125rem;height:1.7871125rem;font-style:normal;display:block; }
#JmIWhWdcch6HoTAf4FZSvRQEaQ1WOlTo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#343836;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6230625rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:53.4375rem;left:25.1875rem;display:block; }
#rn7WIOyJ6b5Gni47TzF9Zlpov4gB2ph5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:27.875rem;left:4.125rem;height:9.6875rem;text-align:left;text-align-last:left;display:block; }#kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P li:before{  }
#MhS4iIdRhkC8Jz6xgul7PSOIuHzmxekx { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1.7;letter-spacing:0;top:38.625rem;left:4.125rem;height:1.9121125rem;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:left;text-align-last:left;display:block; }
#JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:41.3125rem;left:4.125rem;height:5.6875rem;text-align:left;text-align-last:left;display:block; }#JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo li:before{  }
#ZGWxRc2K0lveIO0R1XvE1dLIQnXi19xi { color:rgba(var(--color-tertiary-4),1);display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.7;letter-spacing:0;top:48.125rem;left:4.125rem;height:3.824225rem;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:left;text-align-last:left;display:block; }
#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { position:relative;display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { background-color: transparent; background-image: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container > .video-iframe-container { display: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row > .video-iframe-container { display: none; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .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); }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { border-width: 0; border-radius: 0; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .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; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .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:27.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; }#a498lUfneMXtGSr44izGvDNsb15KUEPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:22.059461593628rem;left:3.9366340637207rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:1.935546875rem;left:5.935546875rem;overflow:hidden;display:block; }
#DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:1.9357643127441rem;left:35.185550689698rem;height:2.03125rem;font-style:normal;display:block; }
#UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:4.7276477813721rem;left:35.185550689698rem;height:1.625rem;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:left;text-align-last:left;display:block; }
#ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:7.6378021240238rem;left:35.185550689698rem;height:13.88675rem;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:left;text-align-last:left;display:block; }
#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { position:relative;display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { background-color: transparent; background-image: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row > .video-iframe-container { display: none; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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); }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { border-width: 0; border-radius: 0; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .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:38.9375rem;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; }#bIeGSeOhO33BKERavcRLVJSumNQuT1uO { position:absolute;z-index:15028;top:2.25rem;left:39.03125rem;width:34.4375rem;height:23.625rem;display:block; }
#uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { color:rgba(var(--color-tertiary-4),1);display:block;width:33.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:8.3734779357913rem;left:1.4680995941162rem;height:8.125rem;display:block; }
#PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:2.2493515014649rem;left:1.4680995941162rem;height:4.0625rem;font-style:normal;display:block; }
#ni214JVKBoq874uFsNGrtMgvnbudvxUu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { background-color: transparent; background-image: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { display: none; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .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); }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { border-width: 0; border-radius: 0; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { font-size:0.875rem;font-family:"open sans";height:9.375rem;width:75rem;position:relative;display:block; }#brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { display:block;width:59.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:2.34375rem;left:7.5rem;height:4.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:46.1865rem;height:6.3369375rem;top:9.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:39.25rem;height:1.7871125rem;top:6.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { width:14.25rem;height:3rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rLnVfoG7GXD8bAWoScTzu1q93f19yRei { width:46.1865rem;height:2.11230625rem;top:17.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:20.625rem;height:3.4375rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 1199px) { #Mn150uDS1atPb2A9wd8SM2LnbAXUga8Z { width:11.5rem;height:3.625rem;top:1.9375rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:47.75rem;height:77.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:43.0625rem;height:5.0625rem;top:6rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { width:41.625rem;height:3.57421875rem;top:1.625rem;left:1.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:20.625rem;height:3.4375rem;top:71.560546875rem;left:12.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 1199px) { #brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 { width:43.0625rem;height:9.6875rem;top:11.75rem;left:1.53125rem;font-size:1.125rem;display:block; }#brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 li:before{  }
 }@media only screen and (max-width: 1199px) { #iX9p27MxLarSwxCgDVFBRJC0WvD9yKzz { width:43.0625rem;height:3.375rem;top:22.25rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh { width:43.0625rem;height:9.6875rem;top:36.625rem;left:1.53125rem;font-size:1.125rem;display:block; }#KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh li:before{  }
 }@media only screen and (max-width: 1199px) { #pV5moH0WPe7kvgQuKtGurRgmB6nB6hKz { width:43.0625rem;height:3.375rem;top:46.875rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBXBEVWN2DdgTytgBHUMSKZamgZQyWQ3 { width:43.0625rem;height:6.75rem;top:29.34375rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCOb8RDpzPoM1gkVyOkECsTKnLgsN88t { width:41.625rem;height:1.7871125rem;top:26.8125rem;left:1.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz { width:43.0625rem;height:11.6875rem;top:56.4375rem;left:1.5625rem;font-size:1.125rem;display:block; }#ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz li:before{  }
 }@media only screen and (max-width: 1199px) { #vtfNaky5kbbTkQnri700bVKZdFIkqdRZ { width:43.0625rem;height:1.6875rem;top:68.75rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CCIQoZSqdMRHHVQzoeu0qN3TP19IKi1E { width:43.0625rem;height:1.6875rem;top:54.1875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITx8l0vaSInTknAcdTKzsPbA50gw8T3Z { width:41.625rem;height:1.7871125rem;top:51.625rem;left:1.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3QzJwgco885KTC6cWHXRHExFylHGvA2 { display:block; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row .container { width:47.75rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #evNStTTecQFK1b0P1zdX4Ty3ahtzOQ4o { width:43.0625rem;height:22.94535rem;top:4.0625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A2wLzmH09pgTK1sWg1tJwygutAFHI9qK { width:41.625rem;height:2.03125rem;top:1.25rem;left:1.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JmIWhWdcch6HoTAf4FZSvRQEaQ1WOlTo { width:20.625rem;height:3.4375rem;top:53.560546875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rn7WIOyJ6b5Gni47TzF9Zlpov4gB2ph5 { display:block; }
 }@media only screen and (max-width: 1199px) { #kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P { width:43.0625rem;height:9.6875rem;top:27.625rem;left:1.8125rem;font-size:1.125rem;display:block; }#kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P li:before{  }
 }@media only screen and (max-width: 1199px) { #MhS4iIdRhkC8Jz6xgul7PSOIuHzmxekx { width:43.0625rem;height:1.9121125rem;top:38.125rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo { width:43.0625rem;height:5.6875rem;top:40.5625rem;left:1.8125rem;font-size:1.125rem;display:block; }#JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo li:before{  }
 }@media only screen and (max-width: 1199px) { #ZGWxRc2K0lveIO0R1XvE1dLIQnXi19xi { width:43.0625rem;height:5.73633125rem;top:46.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container { width:47.75rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a498lUfneMXtGSr44izGvDNsb15KUEPZ { top:15.491537094116rem;left:0.654296875rem;width:13.5623125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { width:11.875rem;height:11.875rem;top:1.7491321563721rem;left:1.0308159589768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { width:22.5625rem;height:1.625rem;top:1.4991302490234rem;left:17.249349117279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { width:29.9370625rem;height:1.2999125rem;top:4.125rem;left:17.249349117279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { width:29.9370625rem;height:14.297875rem;top:6.5609817504881rem;left:17.249349117279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:47.75rem;height:50.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:47.1245625rem;height:20.625rem;top:14.716798067093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:47.7495625rem;height:6.5rem;top:6.1859817504883rem;left:0.0010850429534912rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:31.8120625rem;height:3.8984375rem;top:1.3704433441162rem;left:7.967665195465rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:47.5625rem;height:4.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xpnEO553p5geJ72mMNWRpH4OG42mOfJQ { display:block; }#xpnEO553p5geJ72mMNWRpH4OG42mOfJQ > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DcdflzwkBDtrUmCLV9yF3bRZCpNpy0gP { width:20rem;height:5.84765625rem;top:9rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWJwoKM9A4MFWyZxLw5H7d03WyCSTPEV { width:20rem;height:2.923825rem;top:5.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3cEUZV96gUCKcGKokddTz0AxP5P2ooa { width:9.375rem;height:1.875rem;top:1.732421875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLnVfoG7GXD8bAWoScTzu1q93f19yRei { width:20rem;height:1.625rem;top:15.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nwoU61Vp5m3n9dstcpvHnAC5eDdbhosx { width:18.999rem;height:3.4375rem;top:18.625rem;left:0.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CznhVbTtbE6tL1hySSuT3rmIOxmaSTog { display:block; }
 }@media only screen and (max-width: 763px) { #Mn150uDS1atPb2A9wd8SM2LnbAXUga8Z { width:9.9375rem;height:3.0625rem;top:1.201171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 { display:block; }#ChbTHEzeb4rAGaPyV0vMXzC0tmMPxkz9 > .row .container { width:20rem;height:107.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHceAgTCIQrky5NwiQ7W0WGzfuRrhqqc { width:20rem;height:6rem;top:7.0927734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fvcuPTZHVsfufiPHAyV4ELse6P6Ozs { width:20rem;height:4.875rem;top:1.4365234375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z06VJTcTtO1hxpHyg9hHfLzspaZcZs08 { width:18.9980625rem;height:3.4375rem;top:103rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhX0sT7VeO7EpoeIozswDfxtDUF15cvf { display:block; }
 }@media only screen and (max-width: 763px) { #brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 { width:20rem;height:16.25rem;top:13.615234375rem;left:0rem;font-size:1rem;display:block; }#brWmVTgkJEcP5bfwNnmdJeClPfq86bh4 li:before{  }
 }@media only screen and (max-width: 763px) { #iX9p27MxLarSwxCgDVFBRJC0WvD9yKzz { width:20rem;height:4.5rem;top:30.552734375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh { width:20rem;height:14.75rem;top:51.25rem;left:0rem;font-size:1rem;display:block; }#KQgbHTGwFCH02PJxMO2ML8Ks3dQL9nwh li:before{  }
 }@media only screen and (max-width: 763px) { #pV5moH0WPe7kvgQuKtGurRgmB6nB6hKz { width:20rem;height:4.5rem;top:66.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBXBEVWN2DdgTytgBHUMSKZamgZQyWQ3 { width:20rem;height:10.5rem;top:40.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCOb8RDpzPoM1gkVyOkECsTKnLgsN88t { width:20rem;height:3.25rem;top:36.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz { width:20rem;height:18.0625rem;top:79.375rem;left:0rem;font-size:1rem;display:block; }#ERBsDdffcstu0TLXWSylu2Ei0r5vIfcz li:before{  }
 }@media only screen and (max-width: 763px) { #vtfNaky5kbbTkQnri700bVKZdFIkqdRZ { width:20rem;height:3rem;top:98.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCIQoZSqdMRHHVQzoeu0qN3TP19IKi1E { width:20rem;height:1.5rem;top:77.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITx8l0vaSInTknAcdTKzsPbA50gw8T3Z { width:20rem;height:3.25rem;top:72.8125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r3QzJwgco885KTC6cWHXRHExFylHGvA2 { display:block; }#r3QzJwgco885KTC6cWHXRHExFylHGvA2 > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #evNStTTecQFK1b0P1zdX4Ty3ahtzOQ4o { width:20rem;height:35.68359375rem;top:5.281033039093rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wLzmH09pgTK1sWg1tJwygutAFHI9qK { width:20rem;height:3.25rem;top:0.87456464767456rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JmIWhWdcch6HoTAf4FZSvRQEaQ1WOlTo { width:18.9980625rem;height:3.4375rem;top:69.052734375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rn7WIOyJ6b5Gni47TzF9Zlpov4gB2ph5 { display:block; }
 }@media only screen and (max-width: 763px) { #kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P { width:20rem;height:8.75rem;top:41.3388984375rem;left:0rem;font-size:1rem;display:block; }#kF6ZUaX5KhohQI63DuG9ppaUmQMTyd5P li:before{  }
 }@media only screen and (max-width: 763px) { #MhS4iIdRhkC8Jz6xgul7PSOIuHzmxekx { width:20rem;height:1.69921875rem;top:51.0263984375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo { width:20rem;height:5.125rem;top:53.4131171875rem;left:0rem;font-size:1rem;display:block; }#JhavCCPTEP3f6aaqpedEmTWOJJTEpbXo li:before{  }
 }@media only screen and (max-width: 763px) { #ZGWxRc2K0lveIO0R1XvE1dLIQnXi19xi { width:20rem;height:8.49609375rem;top:59.2881171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM { display:block; }#Pf6DulFP4bsbpp7W62T6O0rrEnoH3xTM > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a498lUfneMXtGSr44izGvDNsb15KUEPZ { width:20rem;height:1.6875rem;top:5.866970539093rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5gB2GTOMKbP5sd3FkXFt7ucvgxkeR6L { width:18.625rem;height:18.625rem;top:31.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAdqZFQ7uBqaJNcqMaS6A0CQOPwKpq1g { width:20rem;height:1.625rem;top:1.5071620941162rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrCsMMpHn3noXW6JQK4kOiSW0uBmrexN { width:20rem;height:1.2999125rem;top:3.7543406486511rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZWG24vXvBTtTRQXwCySLVvEWZiCkF6GI { width:20rem;height:22.0966875rem;top:8.1792540550231rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr { display:block; }#FTW9JLFwqMHsXbXlLVeHAykr7sI8q5vr > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bIeGSeOhO33BKERavcRLVJSumNQuT1uO { width:19.183625rem;height:23.621125rem;top:15rem;left:0.4072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaRxvWlpLGiovTiWAmvUzFafJVRrGsGG { width:20rem;height:7.79883125rem;top:6.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPk6St2nRJeNBvZ01COyQmZJPmG1pOS7 { width:20rem;height:3.25rem;top:1.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ni214JVKBoq874uFsNGrtMgvnbudvxUu { display:block; }#ni214JVKBoq874uFsNGrtMgvnbudvxUu > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #brWMCLcMJAOBNHOwuNImbNq6RIPumfPv { width:20rem;height:7.21875rem;top:1.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }