.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 .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;
}
.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:#e9033e;background-image:url("https://images.assets-landingi.com/YXm7bGK0/1.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }
#O9eSJERGk0TrwDN7WNItB46S9l0RPkih::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container { display: none; }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .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); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { background-color: transparent; background-image: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container > .video-iframe-container { display: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row > .video-iframe-container { display: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .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); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { background-color:transparent;background-image:none;width:960px;height:743px;font-size:14px;font-family:arial;position:relative;display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { background-color: transparent; background-image: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container > .video-iframe-container { display: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row > .video-iframe-container { display: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .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); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { border-width: 0; border-radius: 0; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { font-size:14px;font-family:arial;height:933px;width:960px;position:relative;display:block; }#mOOxTyQZoHHU4wE6Iu6s6APxR827OkdF { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1asf5D13/icon_1.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:53px;width:53px;top:559px;left:423px;display:block; }
#qyIM8Tu12HGeu9oiTqmvlrkEUpyW9JNR { color:#1f0b40;display:block;width:263px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:503px;left:485px;height:46px;font-style:normal;display:block; }
#ssFe27viEqUyyIMpPaEhfl5xNIHs2sKO { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/wVDvwVc6/icon_2.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:53px;width:53px;top:641px;left:423px;display:block; }
#y9QoIFqfLBmGdxAb4vTUQPDwqrfwkB2f { color:#1f0b40;display:block;width:263px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:656px;left:485px;height:23px;font-style:normal;display:block; }
#dK5fVVGcyPHVnhJWULH0qJgHw0mpbtOi { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7ePdWamM/icon_3.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:53px;width:53px;top:726px;left:423px;display:block; }
#q2AtJ7ht6AW7bFlsLyLK600KFIv5Rh64 { color:#1f0b40;display:block;width:263px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:741px;left:486px;height:23px;font-style:normal;display:block; }
#qlKeHi6dTReadXCLbuPDHndGUo6oVRpQ { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e10c9FR4/icon_4.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;height:53px;width:53px;top:488px;left:423px;display:block; }
#mhsfvifkQpiTEiGAitAI1hffMTp0dJZJ { color:#1f0b40;display:block;width:263px;position:absolute;font-family:signika;font-size:18px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:562.5px;left:485px;height:46px;font-style:normal;display:block; }
#g9y7o4eQ23Q5wPzAW7CJG6Xu5ESxNG2r { color:#005a89;display:block;width:207px;position:absolute;font-family:signika;font-size:35px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:843px;left:459px;height:38px;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; }
#QP5qKdmDCdX0M7MZ0UBHc3vKAFfoLAlP { position:absolute;display:block;z-index:99998;background-color:rgba(227,227,227,0.68);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:503px;width:411px;top:430px;left:367.5px;display:block; }
#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9033e;background-image:url("https://images.assets-landingi.com/YUH1hXQu/_103_180_kettlebell_gym_140312_.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { background-color: transparent; background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .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); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { border-width: 0; border-radius: 0; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { font-size:14px;font-family:arial;height:770px;width:960px;position:relative;display:block; }#FmD7rC29uLL4EnlvyqcQMZ6xeh7ZAv7V { color:#ffffff;display:block;width:207px;position:absolute;font-family:signika;font-size:35px;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:634px;left:473px;height:38px;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; }
#ONvOGasF8vqQZgGPezLV8TQuaVQKVfKZ { position:absolute;display:block;z-index:100000;background-color:rgba(229,228,233,0.95);background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1280/pexels-photo-176782.jpeg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:500px;border-top-right-radius:500px;border-bottom-left-radius:500px;border-bottom-right-radius:500px;box-shadow: 0 0 48px rgba(0,0,0,0.5) ;height:330px;width:330px;top:139px;left:44px;display:block; }
#Tyd5zSI8QCZuXPez9OQnfM68VAcCtLyr { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #e9033e, #3a52d8);background-image: -moz-linear-gradient(90deg, #e9033e, #3a52d8);background-image: -ms-linear-gradient(90deg, #e9033e, #3a52d8);background-image: -o-linear-gradient(90deg, #e9033e, #3a52d8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9033e', endColorstr='#3a52d8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9033e', endColorstr='#3a52d8' );";background-image: linear-gradient(90deg, #e9033e, #3a52d8);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom-left-radius:18px;border-bottom-right-radius:18px;box-shadow: 10px 8px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:signika;font-size:24px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:353px;height:103px;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:519.5px;left:445px;display:block; }
#fqZ1g3PNk59ZhgDU5qAXsgzuJ3ZwDNqp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#z641mZWTddKStmGkwcfvVopIzf2ZML7G { color:#ffffff;display:block;width:470px;position:absolute;font-family:signika;font-size:58px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:18px;left:423px;height:;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; }
#IgqRU9V5WWyOtIQErSSDOTf5nD8DCCsW { color:#ffffff;display:block;width:470px;position:absolute;font-family:signika;font-size:79px;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:212px;left:456px;height:;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; }
#UifDkluPhUb7O2ext9xlOOnBImqsUF5D { color:#ffffff;display:block;width:470px;position:absolute;font-family:signika;font-size:79px;font-weight:700;z-index:100003;line-height:1.1;letter-spacing:0;top:276px;left:490px;height:;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; }
#yHpKH6h5tzIzf7hlNWg7s7gQ4kIzxTQe { color:#eeeeee;display:block;width:487px;position:absolute;font-family:signika;font-size:72px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:191px;left:378px;height:279px;text-align:center;text-align-last:center;display:block; }
#cfNAPCHQoi8eS7NWhmrkxhyLy9HkP1gV { color:#819180;display:block;width:414px;position:absolute;font-family:signika;font-size:16px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:737px;left:284.5px;height:20px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOOxTyQZoHHU4wE6Iu6s6APxR827OkdF { width:53px;height:53px;top:559px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #qyIM8Tu12HGeu9oiTqmvlrkEUpyW9JNR { width:263px;height:46px;top:503px;left:387px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ssFe27viEqUyyIMpPaEhfl5xNIHs2sKO { width:53px;height:53px;top:641px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #y9QoIFqfLBmGdxAb4vTUQPDwqrfwkB2f { width:263px;height:23px;top:656px;left:387px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #dK5fVVGcyPHVnhJWULH0qJgHw0mpbtOi { width:53px;height:53px;top:726px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #q2AtJ7ht6AW7bFlsLyLK600KFIv5Rh64 { width:263px;height:23px;top:741px;left:388px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qlKeHi6dTReadXCLbuPDHndGUo6oVRpQ { width:53px;height:53px;top:488px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #mhsfvifkQpiTEiGAitAI1hffMTp0dJZJ { width:263px;height:46px;top:562px;left:387px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g9y7o4eQ23Q5wPzAW7CJG6Xu5ESxNG2r { width:207px;height:38px;top:843px;left:361px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #QP5qKdmDCdX0M7MZ0UBHc3vKAFfoLAlP { top:430px;left:269.5px;width:411px;height:503px;display:block; }
 }@media only screen and (max-width: 763px) { #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmD7rC29uLL4EnlvyqcQMZ6xeh7ZAv7V { width:207px;height:38px;top:634px;left:294px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ONvOGasF8vqQZgGPezLV8TQuaVQKVfKZ { width:330px;height:330px;top:139px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Tyd5zSI8QCZuXPez9OQnfM68VAcCtLyr { width:353px;height:103px;top:519px;left:347px;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ1g3PNk59ZhgDU5qAXsgzuJ3ZwDNqp { display:block; }
 }@media only screen and (max-width: 763px) { #z641mZWTddKStmGkwcfvVopIzf2ZML7G { width:470px;height:;top:18px;left:294px;font-size:58px;display:block; }
 }@media only screen and (max-width: 763px) { #IgqRU9V5WWyOtIQErSSDOTf5nD8DCCsW { width:470px;height:;top:212px;left:294px;font-size:79px;display:block; }
 }@media only screen and (max-width: 763px) { #UifDkluPhUb7O2ext9xlOOnBImqsUF5D { width:470px;height:;top:276px;left:294px;font-size:79px;display:block; }
 }@media only screen and (max-width: 763px) { #yHpKH6h5tzIzf7hlNWg7s7gQ4kIzxTQe { top:191px;left:277px;width:487px;height:279px;font-size:72px;display:block; }
 }@media only screen and (max-width: 763px) { #cfNAPCHQoi8eS7NWhmrkxhyLy9HkP1gV { top:737px;left:186.5px;width:414px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#e9033e;background-image:url("https://images.assets-landingi.com/YXm7bGK0/1.jpg");background-position:top center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }
#O9eSJERGk0TrwDN7WNItB46S9l0RPkih::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container { display: none; }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .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); } }@media only screen and (max-width: 763px) { #DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { width:320px;height:442px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { width:320px;height:835px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mOOxTyQZoHHU4wE6Iu6s6APxR827OkdF { width:53px;height:53px;top:100px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qyIM8Tu12HGeu9oiTqmvlrkEUpyW9JNR { width:263px;height:40px;top:161px;left:28.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ssFe27viEqUyyIMpPaEhfl5xNIHs2sKO { width:53px;height:53px;top:287px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #y9QoIFqfLBmGdxAb4vTUQPDwqrfwkB2f { width:263px;height:20px;top:544px;left:28.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dK5fVVGcyPHVnhJWULH0qJgHw0mpbtOi { width:53px;height:53px;top:482px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #q2AtJ7ht6AW7bFlsLyLK600KFIv5Rh64 { width:263px;height:20px;top:775px;left:28.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qlKeHi6dTReadXCLbuPDHndGUo6oVRpQ { width:53px;height:53px;top:708px;left:133.5px;display:block; }
 }@media only screen and (max-width: 763px) { #mhsfvifkQpiTEiGAitAI1hffMTp0dJZJ { width:263px;height:40px;top:357px;left:28.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g9y7o4eQ23Q5wPzAW7CJG6Xu5ESxNG2r { width:207px;height:35px;top:30px;left:56.5px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QP5qKdmDCdX0M7MZ0UBHc3vKAFfoLAlP { width:320px;height:832px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { background-color:#e9033e;background-image:url("https://images.assets-landingi.com/3feUO3ZZ/bg_bottom.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:contain;display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { background-color: transparent; background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .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); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { width:320px;height:1041px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FmD7rC29uLL4EnlvyqcQMZ6xeh7ZAv7V { width:320px;height:35px;top:670px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ONvOGasF8vqQZgGPezLV8TQuaVQKVfKZ { width:220px;height:226px;top:195px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Tyd5zSI8QCZuXPez9OQnfM68VAcCtLyr { width:304px;height:83px;top:556px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #fqZ1g3PNk59ZhgDU5qAXsgzuJ3ZwDNqp { display:block; }
 }@media only screen and (max-width: 763px) { #z641mZWTddKStmGkwcfvVopIzf2ZML7G { width:320px;height:70px;top:67px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #IgqRU9V5WWyOtIQErSSDOTf5nD8DCCsW { width:320px;height:0;top:941px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UifDkluPhUb7O2ext9xlOOnBImqsUF5D { width:320px;height:0;top:961px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #yHpKH6h5tzIzf7hlNWg7s7gQ4kIzxTQe { width:320px;height:82px;top:436px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #cfNAPCHQoi8eS7NWhmrkxhyLy9HkP1gV { width:320px;height:40px;top:981px;left:0px;font-size:16px;display:block; }
 }