.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-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;
}
.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);
}
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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { background-color:transparent;background-image:url("https://images.assets-landingi.com/mbYMde0K/image2.png");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { background-color: transparent; background-image: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row > .video-iframe-container { display: none; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .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); }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { border-width: 0; border-radius: 0; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:960px;height:196px;font-size:14px;font-family:arial;position:relative;display:block; }#vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { color:#3c3c3b;display:block;width:916px;position:absolute;font-family:"open sans";font-size:26px;font-weight:300;z-index:100002;line-height:1.2;letter-spacing:0;top:111px;left:44px;height:62px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqQZJJUMdTwEuT50B5k4KHpRXkImuddv { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58px;width:300px;top:35px;left:352px;overflow:hidden;display:block; }
#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX { position:relative;display:block; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX { background-color: transparent; background-image: none; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row .container > .video-iframe-container { display: none; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row > .video-iframe-container { display: none; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .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); }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX { border-width: 0; border-radius: 0; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#W9q5b2OneBdfiNTgWV5mHugrJbiHkEKP { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:97px;left:99.5px;height:78px;display:block; }
#tilZx8qGSkPMqycFdnHiteoAQe3cSg62 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:273px;width:364px;top:13.5px;left:538px;overflow:hidden;display:block; }
#Bcda6SI2BRERsarNKaJKcwXBIHluv6Cl { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:225px;left:874.5px;display:block; }
#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z { position:relative;display:block; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z { background-color: transparent; background-image: none; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row .container > .video-iframe-container { display: none; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row > .video-iframe-container { display: none; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .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); }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z { border-width: 0; border-radius: 0; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:189px;width:960px;position:relative;display:block; }#h1T2n9wOda3uz3rBtuO8HvoH8AvFHk1K { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:81.5px;left:99.5px;height:26px;display:block; }
#kIHB69H7hQGmnaT3BmPb9csPDygKvrpT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60px;width:467px;top:64.5px;left:493px;overflow:hidden;display:block; }
#xu3UeUkPSXnhqJAhlzhNrPFkhTbVBFyw { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:107.5px;left:720.5px;display:block; }
#sWkyEJyqnGACgBTqZnvCFTye153bx73E { position:relative;display:block; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E { background-color: transparent; background-image: none; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row .container > .video-iframe-container { display: none; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row > .video-iframe-container { display: none; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .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); }#sWkyEJyqnGACgBTqZnvCFTye153bx73E { border-width: 0; border-radius: 0; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:280px;width:960px;position:relative;display:block; }#GGD4R8IvnleFOo1RsTeAMBWtZFxwaTvT { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:127px;left:89.5px;height:26px;display:block; }
#bE6Ma9egkHwhi7ngpFUB6QkRZIoNtkwq { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:150px;width:410px;top:65px;left:515px;overflow:hidden;display:block; }
#kyMTCy7zFJAgQ7hX4nH10BXuILVm0rZc { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:166px;left:765.5px;display:block; }
#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM { position:relative;display:block; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM { background-color: transparent; background-image: none; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row .container > .video-iframe-container { display: none; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row > .video-iframe-container { display: none; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .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); }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM { border-width: 0; border-radius: 0; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#H4LRXc3QmX275N9BS9EIRMVtKSvRiWwC { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:85px;left:89.5px;height:130px;display:block; }
#wN7CL4ykilgBQ3mtv6OEaQAU6z1Md3AX { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:167px;width:475px;top:66.5px;left:480px;overflow:hidden;display:block; }
#WuN5R2IJeVksV14TWxCouSxnXMHSKv3A { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:205px;left:860px;display:block; }
#x4kHTB0oUAshJM51bDs5H7FQBTROwBSq { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:1px solid #e50e0e;border-left:1px solid #e50e0e;border-right:1px solid #e50e0e;border-bottom:1px solid #e50e0e;height:45px;width:368px;top:133px;left:490px;display:block; }
#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT { position:relative;display:block; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT { background-color: transparent; background-image: none; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row .container > .video-iframe-container { display: none; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row > .video-iframe-container { display: none; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .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); }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT { border-width: 0; border-radius: 0; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#lxuKkLT3o93RS1TZzeISVvU0pZWhkSgz { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:111px;left:89.5px;height:78px;display:block; }
#pEwfp0HfmmBLyVatUycbLSChrWsHd70F { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:282px;width:371px;top:9px;left:534.5px;overflow:hidden;display:block; }
#pFEQ2bvQmHowp0GqPZ8MyeM4WLAatUL9 { position:absolute;display:block;z-index:100005;background-color:transparent;background-image:none;border-top:1px solid #e50e0e;border-left:1px solid #e50e0e;border-right:1px solid #e50e0e;border-bottom:1px solid #e50e0e;height:65px;width:368px;top:161px;left:534.5px;display:block; }
#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o { position:relative;display:block; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o { background-color: transparent; background-image: none; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row .container > .video-iframe-container { display: none; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row > .video-iframe-container { display: none; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .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); }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o { border-width: 0; border-radius: 0; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:block; }#Oy0CxQu8D5mwxh1yMe8cU6b7ZZJDkkz7 { color:#000000;display:block;width:301px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:98px;left:89.5px;height:104px;display:block; }
#uzrs5iaeuMztdb8MBNTwN5OdDrB8oBRR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:165px;width:476px;top:69.5px;left:482.29824561404px;overflow:hidden;display:block; }
#is2dZF1bhN7GS0RWloxiO9F5O3INeJvZ { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:20.5px;left:546.5px;display:block; }
#v8NGETuJLme4hiNTSJg78cnyVa2IhGJv { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:none;border-top:2px solid #e50e0e;border-left:2px solid #e50e0e;border-right:2px solid #e50e0e;border-bottom:2px solid #e50e0e;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:49px;width:49px;top:84px;left:545px;display:block; }
#uFbgMiHcm3tvfxzppotzMOortW6LquDd { position:absolute;display:block;z-index:100008;background-color:transparent;background-image:none;border-top:2px solid #e50e0e;border-left:2px solid #e50e0e;border-right:2px solid #e50e0e;border-bottom:2px solid #e50e0e;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:47px;width:47px;top:167px;left:545px;display:block; }
#rgEnZ7qVrrL7R0rQBQbA05hMpA8tMcdp { box-sizing:content-box;color:#fa0000;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:234.5px;left:546.5px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { width:764px;height:62px;top:111px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #iqQZJJUMdTwEuT50B5k4KHpRXkImuddv { top:35px;left:254px;width:300px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX { display:block; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9q5b2OneBdfiNTgWV5mHugrJbiHkEKP { top:97px;left:50.5px;width:301px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tilZx8qGSkPMqycFdnHiteoAQe3cSg62 { top:13px;left:391px;width:364px;height:273px;display:block; }
 }@media only screen and (max-width: 763px) { #Bcda6SI2BRERsarNKaJKcwXBIHluv6Cl { top:225px;left:714px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z { display:block; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1T2n9wOda3uz3rBtuO8HvoH8AvFHk1K { top:81px;left:50.5px;width:301px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kIHB69H7hQGmnaT3BmPb9csPDygKvrpT { top:64px;left:297px;width:467px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #xu3UeUkPSXnhqJAhlzhNrPFkhTbVBFyw { top:107px;left:573.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sWkyEJyqnGACgBTqZnvCFTye153bx73E { display:block; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGD4R8IvnleFOo1RsTeAMBWtZFxwaTvT { top:127px;left:40.5px;width:301px;height:;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bE6Ma9egkHwhi7ngpFUB6QkRZIoNtkwq { top:65px;left:354px;width:410px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #kyMTCy7zFJAgQ7hX4nH10BXuILVm0rZc { top:166px;left:618.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM { display:block; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4LRXc3QmX275N9BS9EIRMVtKSvRiWwC { top:85px;left:40.5px;width:301px;height:130px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wN7CL4ykilgBQ3mtv6OEaQAU6z1Md3AX { top:66px;left:289px;width:475px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #WuN5R2IJeVksV14TWxCouSxnXMHSKv3A { top:205px;left:713px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #x4kHTB0oUAshJM51bDs5H7FQBTROwBSq { top:133px;left:382px;width:368px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT { display:block; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxuKkLT3o93RS1TZzeISVvU0pZWhkSgz { top:111px;left:40.5px;width:301px;height:78px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pEwfp0HfmmBLyVatUycbLSChrWsHd70F { top:9px;left:387.5px;width:371px;height:282px;display:block; }
 }@media only screen and (max-width: 763px) { #pFEQ2bvQmHowp0GqPZ8MyeM4WLAatUL9 { top:161px;left:387.5px;width:368px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o { display:block; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oy0CxQu8D5mwxh1yMe8cU6b7ZZJDkkz7 { top:98px;left:40.5px;width:301px;height:104px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uzrs5iaeuMztdb8MBNTwN5OdDrB8oBRR { top:69px;left:269px;width:476px;height:165px;display:block; }
 }@media only screen and (max-width: 763px) { #is2dZF1bhN7GS0RWloxiO9F5O3INeJvZ { top:20px;left:399.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #v8NGETuJLme4hiNTSJg78cnyVa2IhGJv { top:84px;left:398px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #uFbgMiHcm3tvfxzppotzMOortW6LquDd { top:167px;left:398px;width:47px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #rgEnZ7qVrrL7R0rQBQbA05hMpA8tMcdp { top:234px;left:399.5px;width:50px;height:50px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX { display:block; }#KodQJOtK3VI3p5OUaS2yrQgAe4BWEpbX > .row .container { width:320px;height:351px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vb21wrlfcgTgoZSf8CQ32MWziIMcaW4u { width:320px;height:172px;top:47px;left:0px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #iqQZJJUMdTwEuT50B5k4KHpRXkImuddv { width:320px;height:64.460431654676px;top:239px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX { display:block; }#DhKuFVRUkUO50BwT7vH6HbwRnwsb08pX > .row .container { width:320px;height:278px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9q5b2OneBdfiNTgWV5mHugrJbiHkEKP { width:301px;height:78px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #tilZx8qGSkPMqycFdnHiteoAQe3cSg62 { width:176px;height:132px;top:118px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Bcda6SI2BRERsarNKaJKcwXBIHluv6Cl { width:50px;height:50px;top:201px;left:161px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z { display:block; }#idoqqcT6Go0HTFEAlbKodzq89o0fyk4Z > .row .container { width:320px;height:149px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1T2n9wOda3uz3rBtuO8HvoH8AvFHk1K { width:301px;height:26px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kIHB69H7hQGmnaT3BmPb9csPDygKvrpT { width:320px;height:41.113490364026px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xu3UeUkPSXnhqJAhlzhNrPFkhTbVBFyw { width:50px;height:50px;top:97.109375px;left:149px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sWkyEJyqnGACgBTqZnvCFTye153bx73E { display:block; }#sWkyEJyqnGACgBTqZnvCFTye153bx73E > .row .container { width:320px;height:205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGD4R8IvnleFOo1RsTeAMBWtZFxwaTvT { width:301px;height:26px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #bE6Ma9egkHwhi7ngpFUB6QkRZIoNtkwq { width:320px;height:117.07317073171px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kyMTCy7zFJAgQ7hX4nH10BXuILVm0rZc { width:50px;height:50px;top:148.0625px;left:192px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM { display:block; }#gkgD6GwoTH8UqlWruvzHKVR4yyKqysXM > .row .container { width:320px;height:308px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4LRXc3QmX275N9BS9EIRMVtKSvRiWwC { width:301px;height:130px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wN7CL4ykilgBQ3mtv6OEaQAU6z1Md3AX { width:320px;height:112.50526315789px;top:170px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WuN5R2IJeVksV14TWxCouSxnXMHSKv3A { width:38px;height:38px;top:265.5px;left:257px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #x4kHTB0oUAshJM51bDs5H7FQBTROwBSq { width:205px;height:41px;top:211.75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT { display:block; }#oIhKdpKMOgX9fGuDxDduuM62NGvEpUTT > .row .container { width:320px;height:373px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxuKkLT3o93RS1TZzeISVvU0pZWhkSgz { width:301px;height:78px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pEwfp0HfmmBLyVatUycbLSChrWsHd70F { width:320px;height:243.234px;top:107px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pFEQ2bvQmHowp0GqPZ8MyeM4WLAatUL9 { width:272px;height:56px;top:238px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o { display:block; }#SzkI6Ntt1GLZ7kG2MocIzunTIcKSGi2o > .row .container { width:320px;height:337px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oy0CxQu8D5mwxh1yMe8cU6b7ZZJDkkz7 { width:301px;height:104px;top:20px;left:9px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uzrs5iaeuMztdb8MBNTwN5OdDrB8oBRR { width:320px;height:110.922px;top:164px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #is2dZF1bhN7GS0RWloxiO9F5O3INeJvZ { width:32px;height:32px;top:133px;left:44px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #v8NGETuJLme4hiNTSJg78cnyVa2IhGJv { width:36px;height:36px;top:170px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #uFbgMiHcm3tvfxzppotzMOortW6LquDd { width:32px;height:32px;top:227.921875px;left:44px;display:block; }
 }@media only screen and (max-width: 763px) { #rgEnZ7qVrrL7R0rQBQbA05hMpA8tMcdp { width:39px;height:39px;top:263.921875px;left:44px;font-size:27px;display:block; }
 }