.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { position:relative;display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { background-color: transparent; background-image: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row > .video-iframe-container { display: none; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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); }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { border-width: 0; border-radius: 0; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .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; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:12.5rem;top:0.46875rem;left:2.78125rem;overflow:hidden;display:block; }
#z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { color:#000000;display:block;width:23.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:1.0625rem;left:51.34375rem;height:3.9375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:5.75rem;left:51.5rem;display:block; }
#ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:5.75rem;left:63.875rem;display:block; }
#U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b411b06-55df-4740-b500-85458f364300/20201127.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.adaptive-delivery-prevent-bg, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyload, #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD.lazyloading { background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { background-color: transparent; background-image: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { display: none; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .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); }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { border-width: 0; border-radius: 0; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD::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; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { color:#000000;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:3.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15rem;left:18.625rem;height:9.5859375rem;text-align:center;text-align-last:center;display:block; }
#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { background-color:rgba(255,255,255,0.28);background-image:none;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;display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { background-color: transparent; background-image: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { display: none; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .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); }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { border-width: 0; border-radius: 0; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:75rem;height:54.5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { color:#333333;display:block;width:69rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5625rem;left:3.5rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { color:#333333;display:block;width:37.375rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:15.9375rem;left:3.5rem;height:17.3125rem;font-style:normal;overflow:hidden;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5771a268-9472-4d15-af46-b10874e9a5bd/fossilcheck.png); }
#RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { position:absolute;display:block;z-index:15008;background-color:#68d4c8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.13) ;height:33.125rem;width:26.375rem;top:10.9375rem;left:43.8125rem;display:block; }
#quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { color:#ffffff;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12rem;left:45.03125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-form-header {  }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:400;color:#ffffff;width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:3.1875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image: -webkit-linear-gradient(top, #f7941d, #d75305);background-image: -moz-linear-gradient(top, #f7941d, #d75305);background-image: -ms-linear-gradient(top, #f7941d, #d75305);background-image: -o-linear-gradient(top, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(to bottom, #f7941d, #d75305);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden;box-shadow: none;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5); }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.9; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container:first-of-type{padding-top:0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-container:last-of-type{padding-bottom:0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.0625rem;left:44.71875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.0625rem;left:44.71875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi { position:relative;display:block; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I { position:relative; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S { position:relative; }
#klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:16.0625rem;top:36.125rem;left:12.875rem;overflow:hidden;display:block; }
#iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.3125rem;left:31.125rem;display:block; }
#fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J38lTwaksIxyVvFWsQaApmnDPI5TUtzy { color:#2d589c;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.75rem;left:3.5rem;height:3.4121125rem;font-style:normal;display:block; }
#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d589c;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; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { background-color: transparent; background-image: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { display: none; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .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); }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { border-width: 0; border-radius: 0; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:22.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { position:relative;display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { background-color: transparent; background-image: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row > .video-iframe-container { display: none; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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); }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { border-width: 0; border-radius: 0; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .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; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.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; }#xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.1875rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { position:absolute;display:block;z-index:15001;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:19.5rem;width:29.5625rem;top:9.09375rem;left:1.09375rem;overflow:hidden;display:block; }
#OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:8.375rem;left:33.78125rem;height:9rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { color:#000000;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:19.044921875rem;left:33.78125rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { position:relative;display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { background-color: transparent; background-image: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row > .video-iframe-container { display: none; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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); }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { border-width: 0; border-radius: 0; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .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; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.875rem;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; }#yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.375rem;left:0.875rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { color:#000000;display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:10rem;left:0.875rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.875rem;width:21rem;top:3.375rem;left:52.875rem;overflow:hidden;display:block; }
#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.375rem;left:1.75rem;height:;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:16.375rem;height:;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.375rem;left:32.1875rem;height:;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
#KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.875rem;left:17.96875rem;display:block; }
#Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d589c;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; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { background-color: transparent; background-image: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { display: none; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .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); }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { border-width: 0; border-radius: 0; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:block; }#IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { color:#222222;display:block;width:65.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:2.0625rem;left:4.90625rem;height:18rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { position:relative;display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { background-color: transparent; background-image: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row > .video-iframe-container { display: none; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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); }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { border-width: 0; border-radius: 0; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .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; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.0625rem;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; }#mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:16.1875rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.5rem;width:14.125rem;top:7.1875rem;left:0.96875rem;overflow:hidden;display:block; }
#xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:6.5rem;left:18.125rem;height:3.82421875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { color:#000000;display:block;width:55.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:12.75rem;left:18.125rem;height:7.796875rem;text-align:justify;text-align-last:initial;display:block; }
#wJuReWE83DWIbpt3prKLtHKdp3ASudaG { position:relative;display:block; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG { background-color: transparent; background-image: none; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row .container > .video-iframe-container { display: none; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row > .video-iframe-container { display: none; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .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); }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG { border-width: 0; border-radius: 0; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .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; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.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; }#kQTz9tKJ4KnaIQ4NL6V7G9Tlr4uQdTTK { color:#000000;display:block;width:69.3125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:3.0625rem;left:2.84375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ivgSD44WRw2VNcFh5oUoDhqbZ8kbVKXc { color:#000000;display:block;width:73.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0.875rem;height:7.5rem;text-align:justify;text-align-last:initial;display:block; }
#CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.4375rem;left:0.875rem;height:17.41925rem;display:block; }#CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE li:before{  }
#xMWQ3NHarCw6nBSZW3TRffkGk5BE64mH { color:#000000;display:block;width:73.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:49.9375rem;left:0.8125rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#NXw8avNFUcqI9KIMbI4MgqAKWAQPpCyV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:54.9375rem;left:30.625rem;display:block; }
#hvWQ8SAAN7MvE2lMmWgfrbsDQF0zx3Fw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19.875rem;left:0.875rem;height:7.747375rem;display:block; }#TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD li:before{  }
#awI5mAVQnEdtVNCiJg4ffNRB7KLeTREe { color:#000000;display:block;width:73.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:28.6875rem;left:0.875rem;height:1.5rem;text-align:justify;text-align-last:initial;display:block; }
#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp { position:relative;display:block; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp { background-color: transparent; background-image: none; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row .container > .video-iframe-container { display: none; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row > .video-iframe-container { display: none; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .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); }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp { border-width: 0; border-radius: 0; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .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; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.6875rem;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; }#x4nzvfgcT3dapM9we473pqilJTESdq7m { color:#2d589c;display:block;width:69.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.5rem;left:2.84375rem;height:4.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sDQVE12sbUJJv9KckN102MiA9sDaTR6U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { background-color: transparent; background-image: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { display: none; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .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); }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { border-width: 0; border-radius: 0; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { position:absolute;display:block;z-index:15000;height:21.875rem;width:75rem;top:0rem;left:0rem;display:block; }
#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4d6320e-4408-43b8-b296-8be8368b9e17/DSC_2027.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO.adaptive-delivery-prevent-bg, #olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO.lazyload, #olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO.lazyloading { background-image: none; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container { background-color: transparent; background-image: none; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,88,156,0.79); }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container > .video-iframe-container { display: none; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(45,88,156,0.79); }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row > .video-iframe-container { display: none; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .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); }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container { border-width: 0; border-radius: 0; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO::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; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container { font-size:0.875rem;font-family:arial;height:33.1875rem;width:75rem;position:relative;display:block; }#P9PaaBhOnkPu9MB5t9kpgJR9IuBGBOSs { position:absolute;display:block;z-index:15000;background-color:#2d589c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:27.0625rem;top:3.9375rem;left:4.9375rem;display:block; }
#pReBnkeG35iQsZG7K0cVfADvVU5tLiMX { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:"open sans";font-size:2.5625rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:5.1875rem;left:36.9375rem;height:7.1745rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fgy6g3iX93tMFNANihCmTxrtvlQA6uIq { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:20.5625rem;left:42.125rem;height:3.73698125rem;font-style:normal;display:block; }
#rQRctblWzVvxsR7I2D2IBUU1XLvzTEHX { position:absolute;display:block;z-index:15008;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.0625rem;width:3.0625rem;top:20.875rem;left:38.375rem;overflow:hidden;display:block; }
#RRg12daR7zA9s4ZuOuISR1MKlmsJTpQs { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:6.3125rem;height:1.625rem;font-style:normal;display:block; }
#lH15haGFNbtZDZgbmTXEepF2AbdMOEJe { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.48);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:8rem;left:5.9375rem;display:block; }
#MJIaIbSerIOVOBt04eefBp7DQkRxKymX { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#Z3VbfVEfh7KGwT9wM2ZCnNfgsznGlTWv { position:absolute;display:block;z-index:15008;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:11.25rem;left:5.9375rem;display:block; }
#Og7Z46PvylovlVvOzKaLTFqOSL4HQNO5 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:12.4375rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#Ni8CrmEvH8cHHud2A4FsPhg23HVo1GXM { position:absolute;display:block;z-index:15011;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:14.5rem;left:5.9375rem;display:block; }
#HWTbB1xRJyr7fy8CwTqqzaPTsdlPmfTx { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.6875rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#inZe9GwDXG0RAgZTG7HQzretuyiaCXMP { position:absolute;display:block;z-index:15014;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:17.75rem;left:5.9375rem;display:block; }
#o3mDk8bD7u82nWnaZfoFOnQpN5DnIiTS { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:19rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#XEzJOgpBesDTcIJ9KQRSkWEftUhcE3rb { position:absolute;display:block;z-index:15017;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:21.0625rem;left:5.9375rem;display:block; }
#N30t6Nn5Prf3ol6IeiP1muoP5Ui1x6en { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:22.25rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#JpudEtRyTbnFL4kNv90DmzchLJekuV5f { position:absolute;display:block;z-index:15020;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:24.3125rem;left:5.9375rem;display:block; }
#CfneVnHpwAEGr4o0vGeLK55lt9fiah0D { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:25.5625rem;left:6.25rem;height:1.625rem;font-style:normal;display:block; }
#eZMFt0pKa5JJ0zJMdM5zCtlshCtuP5aP { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WxCQTPtNCIm67MTKy9igCgc3GDozAT5n { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u0tz3LCZzt9pxJDdTggmgmJTNMXhNUR9 { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.4375rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ygkkhsgGQytwwCTIFloSCaXJXKvggukA { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6875rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HnIXx2dvkmHgwalo1tqME8fb18rCK8lx { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JkiyuEacvmFN9vyTDLTE0xTfZtLIeXJN { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:25.5625rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zLdhu8XXzi7cF1a4HeTtopXorZo3cdzy { position:absolute;display:block;z-index:15023;background-color:rgba(227,227,227,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:25rem;top:27.625rem;left:5.9375rem;display:block; }
#QLcXhtSsJ2UVFRGys4xOGi2ukJO5PLaP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7941d, #d75305);background-image: -moz-linear-gradient(180deg, #f7941d, #d75305);background-image: -ms-linear-gradient(180deg, #f7941d, #d75305);background-image: -o-linear-gradient(180deg, #f7941d, #d75305);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7941d', endColorstr='#d75305' );";background-image: linear-gradient(180deg, #f7941d, #d75305);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:#ffffff;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:14.0625rem;left:47.15625rem;display:block; }
#aaNNwT85Iukl2Zkw7aHWMSw6B5aaLL4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LFlGUglAB74GUlWNZulnE80Mi4U4DKry { color:#000000;display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:25.603515625rem;left:39.59375rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#UGk9A2qg7eIWXRpKpo1ukyCg0MyJiu1g { color:#ffffff;display:block;width:9.5625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.25rem;left:21.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { top:0.4375rem;left:0rem;width:12.5rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { top:1.0625rem;left:24.5rem;width:23.25rem;height:3.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:10rem;height:2.5rem;top:5.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:10rem;height:2.5rem;top:5.75rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { top:15rem;left:5rem;width:37.75rem;height:9.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:47.75rem;height:7.1875rem;top:1.5625rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:37.375rem;height:;top:15.9375rem;left:0rem;font-size:1.125rem;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5771a268-9472-4d15-af46-b10874e9a5bd/fossilcheck.png); }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:26.375rem;height:33.125rem;top:10.9375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { width:23.9375rem;height:2.4375rem;top:12rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { width:22.0625rem;height:auto;top:15.0625rem;left:23.1875rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { width:22.0625rem;height:auto;top:15.0625rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S {  }
 }@media only screen and (max-width: 763px) { #klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { top:36.125rem;left:0rem;width:16.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:48.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #J38lTwaksIxyVvFWsQaApmnDPI5TUtzy { top:10.75rem;left:0rem;width:37rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:47.75rem;height:22.5rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { top:0rem;left:15.75rem;width:16.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { top:9.0625rem;left:0rem;width:29.5625rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:37.0625rem;height:9rem;top:8.375rem;left:10.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { top:19rem;left:7.8125rem;width:39.9375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:44.6875rem;height:4.5rem;top:3.375rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { top:10rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { top:3.375rem;left:26.75rem;width:21rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { top:19.375rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { top:19.375rem;left:2.75rem;width:12.5rem;height:;font-size:1rem;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
 }@media only screen and (max-width: 763px) { #B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { top:19.375rem;left:18.5625rem;width:12.5rem;height:;font-size:1rem;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
 }@media only screen and (max-width: 763px) { #KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { width:13.75rem;height:3.4375rem;top:31.875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:47.75rem;height:19.5rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { top:0rem;left:15.75rem;width:16.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { top:7.1875rem;left:0rem;width:14.125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:47.75rem;height:3.8125rem;top:6.5rem;left:0rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { top:12.75rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJuReWE83DWIbpt3prKLtHKdp3ASudaG { display:block; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQTz9tKJ4KnaIQ4NL6V7G9Tlr4uQdTTK { width:47.75rem;height:4.5rem;top:3.0625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgSD44WRw2VNcFh5oUoDhqbZ8kbVKXc { top:9.5625rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE { top:31.4375rem;left:0rem;width:47.75rem;height:17.375rem;font-size:1rem;display:block; }#CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE li:before{  }
 }@media only screen and (max-width: 763px) { #xMWQ3NHarCw6nBSZW3TRffkGk5BE64mH { top:49.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXw8avNFUcqI9KIMbI4MgqAKWAQPpCyV { width:13.75rem;height:3.4375rem;top:54.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWQ8SAAN7MvE2lMmWgfrbsDQF0zx3Fw { display:block; }
 }@media only screen and (max-width: 763px) { #TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD { top:19.875rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1rem;display:block; }#TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD li:before{  }
 }@media only screen and (max-width: 763px) { #awI5mAVQnEdtVNCiJg4ffNRB7KLeTREe { top:28.6875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp { display:block; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4nzvfgcT3dapM9we473pqilJTESdq7m { width:47.75rem;height:6.875rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { top:0rem;left:0rem;width:47.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO { display:block; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9PaaBhOnkPu9MB5t9kpgJR9IuBGBOSs { width:27.0625rem;height:25.6875rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pReBnkeG35iQsZG7K0cVfADvVU5tLiMX { width:34.1875rem;height:7.125rem;top:5.1875rem;left:13.5625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgy6g3iX93tMFNANihCmTxrtvlQA6uIq { width:27.25rem;height:3.6875rem;top:20.5625rem;left:20.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQRctblWzVvxsR7I2D2IBUU1XLvzTEHX { width:3.0625rem;height:3.0625rem;top:20.875rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRg12daR7zA9s4ZuOuISR1MKlmsJTpQs { top:6rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH15haGFNbtZDZgbmTXEepF2AbdMOEJe { top:8rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJIaIbSerIOVOBt04eefBp7DQkRxKymX { top:9.1875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VbfVEfh7KGwT9wM2ZCnNfgsznGlTWv { top:11.25rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og7Z46PvylovlVvOzKaLTFqOSL4HQNO5 { top:12.4375rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8CrmEvH8cHHud2A4FsPhg23HVo1GXM { top:14.5rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTbB1xRJyr7fy8CwTqqzaPTsdlPmfTx { top:15.6875rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZe9GwDXG0RAgZTG7HQzretuyiaCXMP { top:17.75rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3mDk8bD7u82nWnaZfoFOnQpN5DnIiTS { top:19rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzJOgpBesDTcIJ9KQRSkWEftUhcE3rb { top:21.0625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30t6Nn5Prf3ol6IeiP1muoP5Ui1x6en { top:22.25rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpudEtRyTbnFL4kNv90DmzchLJekuV5f { top:24.3125rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfneVnHpwAEGr4o0vGeLK55lt9fiah0D { top:25.5625rem;left:0rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFt0pKa5JJ0zJMdM5zCtlshCtuP5aP { top:6rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxCQTPtNCIm67MTKy9igCgc3GDozAT5n { top:9.1875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0tz3LCZzt9pxJDdTggmgmJTNMXhNUR9 { top:12.4375rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkkhsgGQytwwCTIFloSCaXJXKvggukA { top:15.6875rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnIXx2dvkmHgwalo1tqME8fb18rCK8lx { top:19rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkiyuEacvmFN9vyTDLTE0xTfZtLIeXJN { top:25.5625rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLdhu8XXzi7cF1a4HeTtopXorZo3cdzy { top:27.625rem;left:0rem;width:25rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcXhtSsJ2UVFRGys4xOGi2ukJO5PLaP { width:13.75rem;height:3.4375rem;top:14.0625rem;left:33.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaNNwT85Iukl2Zkw7aHWMSw6B5aaLL4g { display:block; }
 }@media only screen and (max-width: 763px) { #LFlGUglAB74GUlWNZulnE80Mi4U4DKry { top:25.5625rem;left:18.875rem;width:28.875rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGk9A2qg7eIWXRpKpo1ukyCg0MyJiu1g { top:22.25rem;left:7.75rem;width:9.5625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR { display:block; }#B5IRtTIUPXxVkrnBMzErAgT9G2o1mcFR > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kM158XSwdcXUcIPCGxTsgnPEg3D8CWSi { width:12.5rem;height:8.4375rem;top:0.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1AxgBTT4Pu0X2fhGyisf3cyLGooJ5dB { width:17rem;height:3.375rem;top:10.0625rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fbGGcFSgKofSUVT0x6WDcGv4JscZGCw1 { width:10.0625rem;height:2.9375rem;top:14.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6hKT9eDO8TCbUKdzSm33Xd0q0AdSVJ { display:block; }
 }@media only screen and (max-width: 763px) { #NcNxBClwQudNMmHfAVtbspiPlXTi5Dsd { width:10.0625rem;height:2.9375rem;top:17.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0QrdiKeuabcySW3FigNTrUBEWqNJKx4 { display:block; }
 }@media only screen and (max-width: 763px) { #lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD { display:block; }#lWMciRiaCTvXdA5iL2NVwoxTtdKR54OD > .row .container { width:20rem;height:12.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOcwsLxmF7F8JpLXM6Ql7ezp0ptNwgr0 { width:20rem;height:3.73698125rem;top:7.875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp { display:block; }#kZIkVG3D4znCkbWCEk7U4hCHFudxPvSp > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mXtK4dAMeuE8BIf3F1BHM0aW85qq8lXT { width:20rem;height:7.19925rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG { width:20rem;height:11.6875rem;top:18.5595703125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#makG9y1MFRmtTtFsAAFqGbdXN0nP9vGG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/5771a268-9472-4d15-af46-b10874e9a5bd/fossilcheck.png); }
 }@media only screen and (max-width: 763px) { #RSzi5nFEZ00sUH4si5M14yVDcLM80OTs { width:19.75rem;height:32.25rem;top:49.5595703125rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #quRSZwFBOmKvQBJotSSmbAnqAWdm65LR { width:19.875rem;height:0;top:50.2470703125rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-text {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-select {padding-top: 0; padding-bottom: 0;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J  { width:17.5rem;height:auto;top:52.4658203125rem;left:0rem; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J {display:block;}#CWyurBWyFReUDe6OnLc5WxR5FJDOM11J { width:17.5rem;height:auto;top:52.4658203125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #R3m39L2TxniHUinx50KsVExXUwkMfiSS {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #wCovqNfQlm5A64zlkrR6CyfIdDAw53i3 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VWyTZMEp8DBpxIzDwt418yhOz5hV1EoU {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #dUwr7Um0pO5cJPffg6PHnW6KgBQDxslN {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #qRvlmphb8ZFxRs9RQMrmGnbeBTfHQpoJ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #kmnvSerfT1Fo6TNPqdnG4nKLqVtXCv2l {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #QTQH3LpctpwkedGXTmrUdGeupL6WLOKZ {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CCHs9lGas2UycO0TX2Q673pGgT4vNH3o {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #fbLNSicmrZgBzUSkcPlGB5gvpxA87899 {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #a8TmpSyXAHgUDgOT0ad18GmdI2cC1OAu {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #zVyFXmy6XTMecKD3sIsUulTZiK76Pxwi {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #DPXxoVPXKkbJlwrDdvMI7IBceHggFNgt {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #CnpkKah6Gw2rfKbpVhkBfJwxt68XSV4I {  }
 }@media only screen and (max-width: 763px) { #CWyurBWyFReUDe6OnLc5WxR5FJDOM11J #VXdDLOXaLdLFC56sIJSOtQLdTpJ9Mg4S {  }
 }@media only screen and (max-width: 763px) { #klGIDSTFmbtq2PLINqRc4a4C65K6CPAg { width:16.0625rem;height:7.3125rem;top:32.9345703125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ2kgHRXOr7S1Te4v6rKMx9VPDuStUcn { width:13.75rem;height:3.4375rem;top:43.3095703125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvqdQBHp2ZHwH6NbTdfxDcJsXvF1mzig { display:block; }
 }@media only screen and (max-width: 763px) { #J38lTwaksIxyVvFWsQaApmnDPI5TUtzy { width:20rem;height:7.5rem;top:9.609375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm { display:block; }#Zf2ayQDxnsTvG0qcRhhlyVsoQTl989gm > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RElwcFOzstktAQ4EmIdw1ean7ADAaVHg { width:20rem;height:54rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vidJdThnRy9xWm9ybKsUdqlLTenbgWwR { display:block; }#vidJdThnRy9xWm9ybKsUdqlLTenbgWwR > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xGtlfcgiKKZOBoV7IiOgmafRF2gQxOtT { width:16.1875rem;height:3.1875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT7zl9dZZSHxhIndD8uJ8saCcVoVyDaC { width:20rem;height:13.1875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSQBNwRIk37wNJr2g4UacI9yyLHN6nzs { width:20rem;height:4.79948125rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNWgUI3nRrboLXVDh9rWniZWqeXIHRU { width:20rem;height:19.5rem;top:26.17285rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 { display:block; }#XORWl6QV6gDE6Id0UfchkVbSIbMnMNR2 > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqGoPEhnsELOo7bbPtdNJHguLriGZ8LH { width:20rem;height:2.3997375rem;top:1.1484375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgGT7KomQzbXK2eWsJd3yZczqTXO5hTG { width:20rem;height:19.5rem;top:26.875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #Lv8nubqFJE30IAIpvEAuzaX6HbBZ3lob { width:13.5rem;height:20.5rem;top:5.0234375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl { width:12.5rem;height:9.359375rem;top:47.375rem;left:1.875rem;font-size:1rem;display:block; }#UKdoVHifB9lZm4xi4cThnn6XWg5y3ufl li:before{  }
 }@media only screen and (max-width: 763px) { #PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz { width:12.5rem;height:9.359375rem;top:57.0625rem;left:1.875rem;font-size:1rem;display:block; }#PmlMtx55f8KGuZDNlfTQF8L2DMw5uWVz li:before{  }
 }@media only screen and (max-width: 763px) { #B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 { width:12.5rem;height:9.359375rem;top:66.875rem;left:1.875rem;font-size:1rem;display:block; }#B7BwxoETfgpFEOJFR9860TSpgh1xqXP5 li:before{  }
 }@media only screen and (max-width: 763px) { #KmbCByLqLPl9dPEwCnJsC9wh36aXSPxM { width:13.75rem;height:3.4375rem;top:79.0625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8osTUeZzeRhkmFRB3nQXBf5KTM643TE { display:block; }
 }@media only screen and (max-width: 763px) { #qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW { display:block; }#qAwaiyTRfrNLHQsTIH8Z1M3af8HOcwcW > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKk4ZuPXQh0GZzhqftQUrrfARFhaM8zb { width:20rem;height:46.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUvumhOcyvGKBKEQnX160uD6l0zw3TGe { display:block; }#tUvumhOcyvGKBKEQnX160uD6l0zw3TGe > .row .container { width:20rem;height:51.109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpOX9rQxbDfa2741uFFzN62yzfQpVJ0f { width:16.1875rem;height:3.1875rem;top:0rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTbdsmVT3NL7ikfi58TiFiiHxFadOeg1 { width:12.125rem;height:14.125rem;top:5.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiDTGsCXCw713RPQ5cMhTe3DbIIJJbKy { width:20rem;height:4.79948125rem;top:21.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRgTkdJnnlMhg4dUUn6hMTurPTODTITd { width:20rem;height:24rem;top:27.11035rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wJuReWE83DWIbpt3prKLtHKdp3ASudaG { display:block; }#wJuReWE83DWIbpt3prKLtHKdp3ASudaG > .row .container { width:20rem;height:83.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQTz9tKJ4KnaIQ4NL6V7G9Tlr4uQdTTK { width:20rem;height:4.19791875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivgSD44WRw2VNcFh5oUoDhqbZ8kbVKXc { width:20rem;height:22.5rem;top:6.7607421875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE { width:20rem;height:17.41925rem;top:48.1875rem;left:0rem;font-size:1rem;display:block; }#CSz1Irv3H4S4b215yZdTzm2X9DA9RmaE li:before{  }
 }@media only screen and (max-width: 763px) { #xMWQ3NHarCw6nBSZW3TRffkGk5BE64mH { width:20rem;height:9rem;top:66.4375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #NXw8avNFUcqI9KIMbI4MgqAKWAQPpCyV { width:13.75rem;height:3.4375rem;top:77.6875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvWQ8SAAN7MvE2lMmWgfrbsDQF0zx3Fw { display:block; }
 }@media only screen and (max-width: 763px) { #TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD { width:20rem;height:7.747375rem;top:30.9375rem;left:0rem;font-size:1rem;display:block; }#TlH9lu6MVucQLP5GmWX5Qn6paJ3xK4pD li:before{  }
 }@media only screen and (max-width: 763px) { #awI5mAVQnEdtVNCiJg4ffNRB7KLeTREe { width:20rem;height:6rem;top:40.5625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp { display:block; }#nm4eZC5lZpPgwIKP0zmPig2WTE2WTsXp > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4nzvfgcT3dapM9we473pqilJTESdq7m { width:20rem;height:14rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDQVE12sbUJJv9KckN102MiA9sDaTR6U { display:block; }#sDQVE12sbUJJv9KckN102MiA9sDaTR6U > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTinyie8wVm7ptkxfA9sQG1Ov7IRJmFv { width:20rem;height:21.875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO { display:block; }#olbZw3u13dwc6v9IlxqTJBu2dxkLGLsO > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P9PaaBhOnkPu9MB5t9kpgJR9IuBGBOSs { width:20rem;height:27.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pReBnkeG35iQsZG7K0cVfADvVU5tLiMX { width:20rem;height:3.5996125rem;top:29.8125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Fgy6g3iX93tMFNANihCmTxrtvlQA6uIq { width:19.75rem;height:2.5996125rem;top:45.1875rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQRctblWzVvxsR7I2D2IBUU1XLvzTEHX { width:3.25rem;height:3.25rem;top:41.1875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRg12daR7zA9s4ZuOuISR1MKlmsJTpQs { width:9.5625rem;height:1.4622375rem;top:3.3125rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH15haGFNbtZDZgbmTXEepF2AbdMOEJe { width:18.125rem;height:0.0625rem;top:5.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJIaIbSerIOVOBt04eefBp7DQkRxKymX { width:9.5625rem;height:1.4622375rem;top:6.5rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3VbfVEfh7KGwT9wM2ZCnNfgsznGlTWv { width:18.125rem;height:0.0625rem;top:8.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Og7Z46PvylovlVvOzKaLTFqOSL4HQNO5 { width:9.5625rem;height:1.4622375rem;top:9.75rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ni8CrmEvH8cHHud2A4FsPhg23HVo1GXM { width:18.125rem;height:0.0625rem;top:11.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWTbB1xRJyr7fy8CwTqqzaPTsdlPmfTx { width:9.5625rem;height:1.4622375rem;top:13rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inZe9GwDXG0RAgZTG7HQzretuyiaCXMP { width:18.125rem;height:0.0625rem;top:15.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3mDk8bD7u82nWnaZfoFOnQpN5DnIiTS { width:9.5625rem;height:1.4622375rem;top:16.3125rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEzJOgpBesDTcIJ9KQRSkWEftUhcE3rb { width:18.125rem;height:0.0625rem;top:18.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N30t6Nn5Prf3ol6IeiP1muoP5Ui1x6en { width:9.5625rem;height:1.4622375rem;top:19.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpudEtRyTbnFL4kNv90DmzchLJekuV5f { width:18.125rem;height:0.0625rem;top:21.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfneVnHpwAEGr4o0vGeLK55lt9fiah0D { width:9.5625rem;height:1.4622375rem;top:22.875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZMFt0pKa5JJ0zJMdM5zCtlshCtuP5aP { width:9.5625rem;height:1.4622375rem;top:3.3125rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxCQTPtNCIm67MTKy9igCgc3GDozAT5n { width:9.5625rem;height:1.4622375rem;top:6.5rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0tz3LCZzt9pxJDdTggmgmJTNMXhNUR9 { width:9.5625rem;height:1.4622375rem;top:9.75rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygkkhsgGQytwwCTIFloSCaXJXKvggukA { width:9.5625rem;height:1.4622375rem;top:13rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnIXx2dvkmHgwalo1tqME8fb18rCK8lx { width:9.5625rem;height:1.4622375rem;top:16.3125rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkiyuEacvmFN9vyTDLTE0xTfZtLIeXJN { width:9.5625rem;height:1.4622375rem;top:22.875rem;left:9.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLdhu8XXzi7cF1a4HeTtopXorZo3cdzy { width:18.125rem;height:0.0625rem;top:24.9375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcXhtSsJ2UVFRGys4xOGi2ukJO5PLaP { width:13.75rem;height:3.4375rem;top:35.099609375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaNNwT85Iukl2Zkw7aHWMSw6B5aaLL4g { display:block; }
 }@media only screen and (max-width: 763px) { #LFlGUglAB74GUlWNZulnE80Mi4U4DKry { width:19.5rem;height:3.0859375rem;top:49rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UGk9A2qg7eIWXRpKpo1ukyCg0MyJiu1g { width:9.5625rem;height:1.4622375rem;top:19.5625rem;left:9.625rem;font-size:1.125rem;display:block; }
 }