a {
  outline: 0;
  border: 0;
  cursor: pointer;
}
a:hover,
a:active,
a:visited,
a:focus {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
input::-moz-focus-inner {
  border: 0;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.dots-container {
  text-align: center;
}
.owl-dot {
  display: inline-block;
}
.owl-dot.active span {
  opacity: 1;
}
.owl-dot span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  display: block;
  height: 9px;
  margin: 0 7px;
  width: 9px;
}
.owl-dot.active span {
  background: none repeat scroll 0 0 #ffffff;
  opacity: 1;
}
.fancybox-nav span {
  visibility: visible !important;
}
.fancybox-next span {
  background-position: 0px -72px;
}
.fancybox-prev span {
  background-position: 2px -36px;
}
.fancybox-close {
  background-position: -1px 152px;
}
.op0 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
#CookieDisclaimer {
  /*font-size: 20px;*/
  padding: 10px 0;
  width: 100%;
  text-align: left;
  position: fixed;
  bottom: 0;
  height: 5%;
  height: auto;
  background: rgba(31, 62, 80, 0.9);
  color: #fff;
  z-index: 5000;
}
#CookieDisclaimer p {
  font-size: 12px;
}
@media (max-width: 600px) {
  #CookieDisclaimer p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 360px) {
  #CookieDisclaimer p {
    font-size: 10px;
  }
}
#CookieDisclaimer a {
  color: #fff;
  font-weight: bold;
}
#CookieDisclaimer #closebutton {
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
  float: right;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}
.nocaptcha {
  display: block;
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}
@media (max-width: 385px) {
  .nocaptcha {
    transform: scale(0.75);
    transform-origin: left;
  }
}
.modaal-container .modaal-wrapper .modaal-close:before,
.modaal-container .modaal-wrapper .modaal-close:after {
  background: #FD0000 !important;
}
.modaal-container .modaal-content-container {
  padding: 0;
}
.modaal-container .modaal-content-container .content-wrapper h3 {
  font-size: 30px;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .modaal-container .modaal-content-container .content-wrapper h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.modaal-container .modaal-content-container .content-wrapper h3 span {
  color: #CCD2F1;
}
.modaal-container .modaal-content-container .content-wrapper img {
  width: 100%;
}
.LoginPage {
  background-color: #ededed;
}
.LoginPage .shape {
  position: absolute;
  top: 20px;
  left: 36%;
}
.LoginPage .login-form {
  max-width: 800px;
  margin: 120px auto;
  color: #000;
  padding: 60px 30px 10px;
}
.LoginPage .login-form:before {
  content: "";
  background-image: url(../images/assets/f-gold.svg);
  background-size: 45px;
  height: 45px;
  width: 45px;
  position: absolute;
  display: block;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.LoginPage input {
  border-radius: 0;
  color: #303030 !important;
}
.LoginPage .btn-toolbar input[type="button"],
.LoginPage .btn-toolbar input[type="submit"] {
  margin-bottom: 25px !important;
  display: block !important;
  margin: 0 auto;
}
.LoginPage .login-msg {
  text-align: center;
  padding: 30px 0;
  max-width: 450px;
  margin: 0 auto;
}
.LoginPage .ssl {
  display: block;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  width: 240px;
  text-align: right;
  margin: 30px auto 30px;
}
.LoginPage .ssl img {
  width: 13px;
  display: block;
  position: absolute;
  left: 17px;
  top: 6px;
}
.LoginPage .ssl p {
  font-size: 14px;
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 15px 3px 10px;
}
.LoginPage .login-form__content {
  text-align: center;
}
.LoginPage #LogoutForm_Form #LogoutForm_Form_action_doLogout {
  border: 0;
  width: 180px;
  height: 60px;
  margin: 0 auto;
  font-size: 16px;
}
.LoginPage #LogoutForm_Form ~ .lostpassword {
  display: none !important;
}
.LoginPage #LostPasswordForm_lostPasswordForm {
  display: block;
  margin-top: 30px;
}
.LoginPage #LostPasswordForm_lostPasswordForm label {
  display: block;
  float: none !important;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}
.LoginPage #LostPasswordForm_lostPasswordForm input[type="email"] {
  width: 350px;
  margin: 0 auto;
  display: block;
}
.LoginPage #LostPasswordForm_lostPasswordForm_action_forgotPassword {
  outline: 0;
  border: 0;
  margin: 60px auto 0;
  height: 60px;
  width: 180px;
  font-size: 16px;
  font-weight: 500;
  line-height: 60px;
}
.LoginPage .lostpassword {
  text-align: center;
  margin: 0 auto 15px;
  display: block;
  color: #000;
  text-decoration: underline;
}
.LoginPage .lostpassword:hover {
  color: #000;
}
#MemberLoginForm_LostPasswordForm input[type="submit"] {
  width: 350px !important;
}
#MemberLoginForm_LoginForm_error {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}
#MemberLoginForm_LoginForm,
#MemberLoginForm_LostPasswordForm {
  margin-top: 15px;
}
#MemberLoginForm_LoginForm label,
#MemberLoginForm_LostPasswordForm label {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}
#MemberLoginForm_LoginForm input[type="text"],
#MemberLoginForm_LostPasswordForm input[type="text"],
#MemberLoginForm_LoginForm input[type="password"],
#MemberLoginForm_LostPasswordForm input[type="password"],
#MemberLoginForm_LoginForm input[type="email"],
#MemberLoginForm_LostPasswordForm input[type="email"] {
  background: #fff;
  width: 350px;
  height: 60px;
  margin: 0 auto;
  display: block;
  border: 0;
  outline: 0;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  line-height: 60px;
}
#MemberLoginForm_LoginForm input[type="submit"],
#MemberLoginForm_LostPasswordForm input[type="submit"] {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  font-size: 18px;
  display: block;
  width: 270px;
  height: 54px;
  line-height: 50px;
  padding-top: 0;
  text-align: center;
  outline: 0;
  border-radius: 60px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 2px solid transparent;
  background: #143CDB;
  border: 2px solid #143CDB;
  color: #fff !important;
}
@media (max-width: 1200px) {
  #MemberLoginForm_LoginForm input[type="submit"],
  #MemberLoginForm_LostPasswordForm input[type="submit"] {
    width: 240px;
    height: 50px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  #MemberLoginForm_LoginForm input[type="submit"],
  #MemberLoginForm_LostPasswordForm input[type="submit"] {
    width: 200px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
}
#MemberLoginForm_LoginForm input[type="submit"]:hover,
#MemberLoginForm_LostPasswordForm input[type="submit"]:hover {
  background-color: #fff;
  border: 2px solid #143CDB;
  color: #143CDB !important;
}
#MemberLoginForm_LoginForm #ForgotPassword a,
#MemberLoginForm_LostPasswordForm #ForgotPassword a {
  display: none;
}
#MemberLoginForm_LoginForm .field.checkbox,
#MemberLoginForm_LostPasswordForm .field.checkbox {
  display: none;
}
#MemberLoginForm_LoginForm #MemberLoginForm_LoginForm_Remember_Holder,
#MemberLoginForm_LostPasswordForm #MemberLoginForm_LoginForm_Remember_Holder {
  display: none;
}
#MemberLoginForm_LoginForm #Actions,
#MemberLoginForm_LostPasswordForm #Actions {
  margin-top: 30px;
}
#MemberLoginForm_LoginForm #ForgotPassword,
#MemberLoginForm_LostPasswordForm #ForgotPassword {
  text-align: center;
  font-size: 14px;
}
#MemberLoginForm_LoginForm .pass,
#MemberLoginForm_LostPasswordForm .pass {
  color: #666666;
}
.transitions {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.padding-top-0 {
  padding-top: 0px;
}
.padding-top-120 {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .padding-top-120 {
    padding-top: 90px;
  }
}
.padding-top-90 {
  padding-top: 90px;
}
@media (max-width: 768px) {
  .padding-top-90 {
    padding-top: 45px;
  }
}
.padding-top-60 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .padding-top-60 {
    padding-top: 30px;
  }
}
.padding-top-30 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .padding-top-30 {
    padding-top: 15px;
  }
}
.padding-bottom-0 {
  padding-top: 0px;
}
.padding-bottom-120 {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .padding-bottom-120 {
    padding-bottom: 90px;
  }
}
.padding-bottom-90 {
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .padding-bottom-90 {
    padding-bottom: 45px;
  }
}
.padding-bottom-60 {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .padding-bottom-60 {
    padding-bottom: 30px;
  }
}
.padding-bottom-30 {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .padding-bottom-30 {
    padding-bottom: 15px;
  }
}
.container-big {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-big {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-big {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-big {
    width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container-big {
    width: 1370px;
  }
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.display-flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.scrollable-div {
  overflow-y: scroll;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.scrollable-div .content {
  overflow-y: scroll;
  height: 100%;
  padding-right: 100px;
  margin-right: -100px;
}
.btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
  font-size: 18px;
  display: block;
  width: 240px;
  height: 50px;
  line-height: 46px;
  padding-top: 0;
  text-align: center;
  outline: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  border-radius: 12px;
}
.owl-arrow {
  width: 50px;
  height: 50px;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
textarea,
select {
  font-size: 15px;
  width: 100%;
  height: 66px;
  background: #fff;
  color: #303030;
  border: 0;
  padding-left: 15px;
  outline: none;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  color: #303030;
}
input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 3px;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 4px solid #fff;
  outline: 1px solid rgba(75, 75, 75, 0.5);
}
input:checked ~ .checkmark {
  background-color: #FD0000;
}
textarea {
  height: 250px;
  resize: none;
  padding-top: 15px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"] {
  padding-top: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}
input::placeholder,
textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}
.preloader {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.preloader .table,
.preloader .table-cell {
  height: 100vh;
  vertical-align: middle;
}
.preloader .preloader-logo {
  left: 0;
  right: 0;
  position: fixed;
  top: 45%;
}
.preloader .preloader-logo img {
  width: 140px;
}
.owl-dots {
  cursor: pointer;
  text-align: center;
}
.owl-dots span {
  margin-left: 5px !important;
  height: 12px;
  width: 12px;
}
.owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
}
.owl-nav .owl-prev {
  left: -120px;
  position: absolute;
}
.owl-nav .owl-next {
  right: -120px;
  position: absolute;
}
.owl-nav .arrow-big {
  display: block;
  width: 50px;
  height: 50px;
}
@media (max-width: 768px) {
  .owl-nav .arrow-big {
    display: none;
    width: 50px;
    height: 50px;
  }
}
.owl-nav .arrow-big.arrow-left {
  background-image: url(../images/icons/arrow-w-right.svg);
  transform: scale(-1, -1);
}
.owl-nav .arrow-big.arrow-right {
  background-image: url(../images/icons/arrow-w-right.svg);
}
.owl-prev .arrow-big span:nth-child(1) {
  display: block;
  background: #FD0000;
  transform: rotate(-45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 20px;
  left: 17px;
}
@media (max-width: 768px) {
  .owl-prev .arrow-big span:nth-child(1) {
    width: 20px;
    height: 3px;
    top: 17px;
    left: 13px;
  }
}
.owl-prev .arrow-big span:nth-child(2) {
  display: block;
  background: #FD0000;
  transform: rotate(45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 28px;
  left: 17px;
}
@media (max-width: 768px) {
  .owl-prev .arrow-big span:nth-child(2) {
    width: 20px;
    height: 3px;
    top: 29px;
    left: 13px;
  }
}
.owl-next .arrow-big span:nth-child(1) {
  display: block;
  background: #FD0000;
  transform: rotate(45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 20px;
  left: 20px;
}
@media (max-width: 768px) {
  .owl-next .arrow-big span:nth-child(1) {
    width: 20px;
    height: 3px;
    top: 17px;
    left: 20px;
  }
}
.owl-next .arrow-big span:nth-child(2) {
  display: block;
  background: #FD0000;
  transform: rotate(-45deg);
  position: absolute;
  width: 13px;
  height: 3px;
  top: 28px;
  left: 20px;
}
@media (max-width: 768px) {
  .owl-next .arrow-big span:nth-child(2) {
    width: 20px;
    height: 3px;
    top: 29px;
    left: 20px;
  }
}
.dropdown-section {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .dropdown-section {
    padding: 90px 0;
  }
}
@media (max-width: 768px) {
  .dropdown-section {
    padding: 30px 0;
  }
}
.dropdown-section h2 {
  margin-bottom: 30px;
}
.dropdown-section span.label {
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .dropdown-container {
    margin: 0 auto;
    max-width: 500px;
  }
}
.dropdown-container .panel {
  position: relative;
  background: #143CDB;
  margin-bottom: 15px;
}
.dropdown-container .table {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.dropdown-container .panel-title .arrow-go-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 35px;
  right: 0;
  transform: rotate(45deg);
}
.dropdown-container .panel-title .arrow-go-wrapper span {
  display: block;
  width: 14px;
  height: 3px;
  background: #A5A5A5;
}
.dropdown-container .panel-title .arrow-go-wrapper span:nth-of-type(2) {
  display: block;
  height: 11px;
  width: 3px;
  background: #A5A5A5;
}
.dropdown-container .panel-heading h4 a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  width: 100%;
  padding: 37px 85px 37px 40px;
  display: block;
  background: #143CDB;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-heading h4 a {
    padding: 20px 65px 20px 20px;
  }
}
.dropdown-container .panel-heading h4 a:after {
  display: block;
  content: "";
  background-image: url(../images/assets/dropdown-minus.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 35px;
  top: 40px;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-heading h4 a:after {
    top: 18px;
    right: 20px;
    scale: 0.8;
  }
}
.dropdown-container .panel-heading h4 a.collapsed {
  background: #efefef;
  color: #1E1E28;
}
.dropdown-container .panel-heading h4 a.collapsed .arrow-go-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: rotate(-135deg);
  top: 30px;
}
.dropdown-container .panel-heading h4 a.collapsed:after {
  display: block;
  content: "";
  background-image: url(../images/assets/dropdown-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  position: absolute;
  right: 35px;
  top: 40px;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-heading h4 a.collapsed:after {
    top: 18px;
    right: 20px;
    scale: 0.8;
  }
}
.dropdown-container .panel-heading h4 a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dropdown-container .panel-collapse {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.dropdown-container .panel-collapse .panel-body {
  padding: 0 40px 25px;
  color: #fff;
}
@media (max-width: 1199px) {
  .dropdown-container .panel-collapse .panel-body {
    padding: 0 20px 25px;
  }
}
.dropdown-container .panel-collapse .panel-body p {
  color: #fff;
  margin-bottom: 10px;
}
.dropdown-container .panel-collapse .panel-body > p,
.dropdown-container .panel-collapse .panel-body ul {
  margin-bottom: 12px;
}
.dropdown-container .panel-collapse .panel-body ol li {
  color: #fff;
}
.dropdown-container .panel-collapse .panel-body ul li {
  position: relative;
  color: #fff;
}
.dropdown-container .panel-collapse .panel-body ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: -20px;
  top: 10px;
}
.dropdown-container .panel-collapse .panel-body img {
  width: 100%;
}
.dropdown-container .panel-collapse .panel-body a {
  color: #fff;
}
.tabbable-line > .nav-tabs {
  text-align: center;
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  float: left;
  display: block;
  width: 50%;
}
@media (max-width: 600px) {
  .tabbable-line > .nav-tabs > li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.tabbable-line > .nav-tabs > li:nth-of-type(1) hr {
  border-top: 1px solid #FD0000;
  margin: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
  right: 0;
}
.tabbable-line > .nav-tabs > li:nth-of-type(2) hr {
  border-top: 1px solid #FD0000;
  margin: 0;
  position: absolute;
  bottom: -7px;
  width: 100%;
  left: 0;
}
.tabbable-line > .nav-tabs > li > a {
  font-size: 30px;
  line-height: 39px;
  background: transparent !important;
  border: 0;
  margin-right: 0;
  color: #FD0000;
}
@media (max-width: 1200px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .tabbable-line > .nav-tabs > li > a {
    font-size: 21px;
    padding: 0;
  }
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 6px solid #FD0000;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #FD0000;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 6px solid #FD0000;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #FD0000;
}
.tabbable-line > .tab-content {
  color: #FD0000;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .tabbable-line > .tab-content {
    padding: 30px 0;
  }
}
.tabbable-line > .tab-content h1,
.tabbable-line > .tab-content h2,
.tabbable-line > .tab-content h3,
.tabbable-line > .tab-content h4,
.tabbable-line > .tab-content h5,
.tabbable-line > .tab-content h6,
.tabbable-line > .tab-content p,
.tabbable-line > .tab-content li {
  color: #FD0000;
  margin-bottom: 15px;
}
.tabbable-line > .tab-content a {
  color: #143CDB;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.specs-table {
  color: #004B4B;
}
.specs-table .table-container {
  margin-top: 45px;
  margin-bottom: 45px;
}
.specs-table .table-container li {
  padding: 15px 0;
  color: #004B4B;
  border-bottom: 1px solid #004B4B;
}
.specs-table .table-container li:first-child {
  border-top: 1px solid #004B4B;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1E1E28;
}
@font-face {
  font-family: 'Rubik';
  font-weight: 400;
  src: url('fonts/Rubik-Regular.ttf');
}
@font-face {
  font-family: 'Rubik';
  font-weight: 500;
  src: url('fonts/Rubik-Medium.ttf');
}
.uppercase {
  text-transform: uppercase;
}
.fz-90 {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1200px) {
  .fz-90 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 600px) {
  .fz-90 {
    font-size: 48px;
    line-height: 48px;
  }
}
.fz-72 {
  font-size: 72px;
  line-height: 72px;
}
@media (max-width: 1200px) {
  .fz-72 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  .fz-72 {
    font-size: 42px;
    line-height: 42px;
  }
}
.fz-54 {
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .fz-54 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .fz-54 {
    font-size: 36px;
    line-height: 42px;
  }
}
.fz-42 {
  font-size: 42px;
  line-height: 42px;
}
@media (max-width: 1200px) {
  .fz-42 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .fz-42 {
    font-size: 32px;
    line-height: 32px;
  }
}
.fz-36 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .fz-36 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .fz-36 {
    font-size: 27px;
    line-height: 27px;
  }
}
.fz-30 {
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 1200px) {
  .fz-30 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .fz-30 {
    font-size: 24px;
    line-height: 32px;
  }
}
.fz-27 {
  font-size: 27px;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .fz-27 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .fz-27 {
    font-size: 21px;
    line-height: 21px;
  }
}
.fz-24 {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .fz-24 {
    font-size: 21px;
    line-height: 27px;
  }
}
@media (max-width: 768px) {
  .fz-24 {
    font-size: 18px;
    line-height: 24px;
  }
}
.fz-21 {
  font-size: 21px;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .fz-21 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .fz-21 {
    font-size: 15px;
    line-height: 21px;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.duration-2000 {
  -webkit-animation-duration: 2000ms !important;
  animation-duration: 2000ms !important;
}
.duration-1500 {
  -webkit-animation-duration: 1500ms !important;
  animation-duration: 1500ms !important;
}
.duration-1000 {
  -webkit-animation-duration: 1000ms !important;
  animation-duration: 1000ms !important;
}
.duration-500 {
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
}
.duration-300 {
  -webkit-animation-duration: 300ms !important;
  animation-duration: 300ms !important;
}
.wait-2000 {
  animation-delay: 2000ms;
  -webkit-animation-delay: 2000ms;
}
.wait-1500 {
  animation-delay: 1500ms;
  -webkit-animation-delay: 1500ms;
}
.wait-1000 {
  animation-delay: 1000ms;
  -webkit-animation-delay: 1000ms;
}
.wait-500 {
  animation-delay: 500ms;
  -webkit-animation-delay: 500ms;
}
.wait-1 {
  animation-delay: 0ms;
  -webkit-animation-delay: 0ms;
}
.wait-2 {
  animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}
.wait-3 {
  animation-delay: 400ms;
  -webkit-animation-delay: 400ms;
}
.wait-4 {
  animation-delay: 600ms;
  -webkit-animation-delay: 600ms;
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
  }
}
@keyframes pulse {
  0% {
    /*           transform:rotateY(180deg); */
    -moz-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
    box-shadow: 0 0 0 0 rgba(80, 100, 250, 0.95);
  }
  70% {
    /*                    transform:rotateY(0deg); */
    -moz-box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
    box-shadow: 0 0 0 15px rgba(80, 100, 250, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
    box-shadow: 0 0 0 0 rgba(80, 100, 250, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.top-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 120px;
  position: fixed;
  z-index: 60;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.075);
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .top-menu {
    height: 75px;
  }
}
@media (max-width: 1199px) {
  .top-menu > .container {
    width: 100%;
  }
}
.top-menu .mobile-menu-btn {
  position: relative;
  z-index: 5;
}
@media (min-width: 991px) {
  .top-menu .mobile-menu-btn {
    display: none;
  }
}
.top-menu .mobile-menu-btn #mobileMenuBtn {
  cursor: pointer;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 18px;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.open:before {
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  content: "";
  color: #1e1e28;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-image: url("../images/assets/burger.svg");
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-menu .mobile-menu-btn #mobileMenuBtn.close:before {
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
  content: "";
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  background-image: url("../images/assets/close.svg");
  width: 35px;
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-menu .mobile-menu {
  position: absolute;
  background: #143CDB;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  overflow-y: scroll;
  padding-top: 75px;
}
.top-menu .mobile-menu .white-bar {
  height: 75px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.top-menu .mobile-menu .container {
  position: relative;
  z-index: 1;
}
.top-menu .mobile-menu .mobile-logo {
  width: 175px;
  height: 55px;
  top: -65px;
  position: absolute;
  display: block;
  left: 15px;
}
.top-menu .mobile-menu .mobile-logo img {
  width: 240px;
  margin-top: 5px;
}
.top-menu .mobile-menu ul {
  float: left;
  display: block;
  width: 100%;
  margin-top: 90px;
}
.top-menu .mobile-menu ul li {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .top-menu .mobile-menu ul li {
    margin-bottom: 20px;
  }
}
.top-menu .mobile-menu ul li a {
  color: #fff;
  font-weight: 800;
}
.top-menu .mobile-menu ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  .top-menu .mobile-menu ul li a {
    font-size: 36px;
  }
}
@media (max-width: 350px) {
  .top-menu .mobile-menu ul li a {
    font-size: 30px;
  }
}
.top-menu .mobile-menu ul li.current > a {
  color: #fff;
}
.top-menu .mobile-menu ul.locales {
  text-align: center;
  margin-top: 30px;
}
.top-menu .mobile-menu ul.locales li {
  display: inline-block !important;
  width: auto !important;
  margin: 0 15px 0 15px;
}
.top-menu .mobile-menu ul.locales li a {
  font-size: 21px;
}
.top-menu .mobile-menu .btn-wrapper a.btn {
  display: block;
  margin: 60px auto 0;
  width: 300px;
}
@media (max-width: 768px) {
  .top-menu .mobile-menu .btn-wrapper a.btn {
    width: 240px;
  }
}
.top-menu .mobile-menu .circle.top-right {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: -1;
}
@media (max-width: 600px) {
  .top-menu .mobile-menu .circle.top-right {
    right: -100px;
  }
}
.top-menu .mobile-menu .social-block {
  margin-top: 60px;
  text-align: center;
}
.top-menu .mobile-menu .social-block h5 {
  text-align: center;
  margin-bottom: 30px;
}
.top-menu .mobile-menu .social-block .social {
  display: inline-block;
  color: #fff;
}
.top-menu .mobile-menu .social-block .social img {
  margin: 0 8px;
  width: 30px;
}
.top-menu .mobile-menu .social-block .social span {
  font-weight: 600;
}
.top-menu .desktop-menu {
  text-align: right;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .top-menu .desktop-menu {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .top-menu .desktop-menu {
    margin-top: 0;
  }
}
.top-menu .desktop-menu nav {
  position: relative;
}
@media (max-width: 991px) {
  .top-menu .desktop-menu nav {
    display: none;
  }
}
.top-menu .desktop-menu nav ul {
  display: inline-block;
}
.top-menu .desktop-menu nav ul li {
  margin-left: 30px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .top-menu .desktop-menu nav ul li {
    margin-left: 20px;
  }
}
.top-menu .desktop-menu nav ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #1E1E28;
}
.top-menu .desktop-menu nav ul li a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #143CDB;
}
.top-menu .desktop-menu nav ul li.current a {
  color: #143CDB;
}
.top-menu .desktop-menu nav .lang-item {
  margin-left: 60px;
}
.top-menu .desktop-menu nav .lang-item a {
  text-transform: uppercase;
}
.top-menu .desktop-menu nav .lang-item a:hover {
  color: #143CDB !important;
}
.top-menu .desktop-menu nav .lang-item.current a {
  color: #1E1E28;
}
.top-menu .desktop-menu nav .lang-item.link a {
  color: rgba(0, 0, 0, 0.5);
}
.top-menu .desktop-menu nav .lang-item:last-child {
  margin-left: 15px;
}
.top-menu .logo-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .top-menu .logo-wrapper .container {
    width: 100%;
  }
}
.top-menu .logo-wrapper a {
  position: absolute;
  display: block;
  left: 15px;
  width: 320px;
  top: 20px;
  height: 80px;
}
@media (max-width: 991px) {
  .top-menu .logo-wrapper a {
    width: 240px;
    top: 10px;
    height: 55px;
  }
}
.top-menu .logo-wrapper img {
  position: absolute;
  display: block;
  width: 320px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .top-menu .logo-wrapper img {
    width: 240px;
  }
}
.top-menu .logo-wrapper img.desktop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  top: 0;
}
@media (max-width: 991px) {
  .top-menu .logo-wrapper img.desktop {
    display: none;
  }
}
.top-menu .logo-wrapper img.mobile {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  top: -100px;
}
@media (max-width: 991px) {
  .top-menu .logo-wrapper img.mobile {
    display: block;
    top: 0;
    opacity: 1;
  }
}
.top-menu.fixed {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 90px;
}
@media (max-width: 991px) {
  .top-menu.fixed {
    height: 75px;
  }
}
.top-menu.fixed .desktop-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 35px;
}
.top-menu.fixed .logo-wrapper .desktop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -100px;
}
.top-menu.fixed .logo-wrapper .mobile {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  opacity: 1;
  display: block;
  top: -7px;
}
@media (max-width: 991px) {
  .top-menu.fixed .logo-wrapper .mobile {
    top: 0;
  }
}
.pusher {
  height: 120px;
}
@media (max-width: 991px) {
  .pusher {
    height: 75px;
  }
}
.sticky-btn-wrapper {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 15;
}
.sticky-btn-wrapper a.btn {
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .sticky-btn-wrapper {
    display: none;
  }
}
@media (max-width: 991px) {
  .container {
    width: auto;
  }
}
.page-content h1,
.content h1 {
  font-size: 90px;
  line-height: 90px;
}
@media (max-width: 1200px) {
  .page-content h1,
  .content h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 600px) {
  .page-content h1,
  .content h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .page-content h1,
  .content h1 {
    font-size: 72px;
    line-height: 72px;
  }
}
@media (max-width: 600px) {
  .page-content h1,
  .content h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
.page-content h2,
.content h2 {
  font-size: 72px;
  line-height: 72px;
}
@media (max-width: 1200px) {
  .page-content h2,
  .content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  .page-content h2,
  .content h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .page-content h2,
  .content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 600px) {
  .page-content h2,
  .content h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
.page-content h3,
.content h3 {
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 1200px) {
  .page-content h3,
  .content h3 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .page-content h3,
  .content h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 1200px) {
  .page-content h3,
  .content h3 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .page-content h3,
  .content h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
.page-content h4,
.content h4 {
  font-size: 42px;
  line-height: 42px;
}
@media (max-width: 1200px) {
  .page-content h4,
  .content h4 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .page-content h4,
  .content h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1200px) {
  .page-content h4,
  .content h4 {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 768px) {
  .page-content h4,
  .content h4 {
    font-size: 32px;
    line-height: 32px;
  }
}
.page-content h5,
.content h5 {
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 1200px) {
  .page-content h5,
  .content h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .page-content h5,
  .content h5 {
    font-size: 27px;
    line-height: 27px;
  }
}
@media (max-width: 1200px) {
  .page-content h5,
  .content h5 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .page-content h5,
  .content h5 {
    font-size: 27px;
    line-height: 27px;
  }
}
.page-content h6,
.content h6 {
  font-size: 27px;
  line-height: 27px;
}
@media (max-width: 1200px) {
  .page-content h6,
  .content h6 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .page-content h6,
  .content h6 {
    font-size: 21px;
    line-height: 21px;
  }
}
@media (max-width: 1200px) {
  .page-content h6,
  .content h6 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .page-content h6,
  .content h6 {
    font-size: 21px;
    line-height: 21px;
  }
}
.page-content.small-content,
.content.small-content {
  font-size: 18px;
  line-height: 24px;
}
.page-content .text-center,
.content .text-center {
  text-align: center;
}
.page-content .text-right,
.content .text-right {
  text-align: right !important;
}
.page-content .text-left,
.content .text-left {
  text-align: left !important;
}
.page-content .text-justify,
.content .text-justify {
  text-align: justify !important;
}
.page-content h1,
.content h1,
.page-content h2,
.content h2,
.page-content h3,
.content h3,
.page-content h4,
.content h4,
.page-content h5,
.content h5,
.page-content h6,
.content h6 {
  font-weight: 500;
  margin-bottom: 30px;
}
.page-content p,
.content p,
.page-content li,
.content li {
  margin-bottom: 10px;
  font-size: 21px;
}
.page-content .caption,
.content .caption {
  font-size: 14px;
}
.page-content a,
.content a {
  color: #6400C8;
  font-weight: 500;
}
.page-content ul,
.content ul {
  padding-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-content ul,
  .content ul {
    padding-left: 0;
  }
}
.page-content ul li,
.content ul li {
  margin-left: 30px;
  display: block;
  position: relative;
}
.page-content ul li:before,
.content ul li:before {
  content: "";
  background: #1E1E28;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: -20px;
  top: 12px;
}
.page-content ul li span,
.content ul li span {
  display: none;
  color: #666666;
  margin-right: 15px;
}
.page-content ul li a,
.content ul li a {
  color: #303030;
}
.page-content ul li a:hover,
.content ul li a:hover {
  color: #666666;
}
.page-content ol,
.content ol {
  padding-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .page-content ol,
  .content ol {
    padding-left: 0;
  }
}
.page-content ol li,
.content ol li {
  margin-left: 30px;
  position: relative;
}
.page-content ol li span,
.content ol li span {
  display: none;
  color: #666666;
  margin-right: 15px;
}
.page-content ol li a,
.content ol li a {
  color: #303030;
}
.page-content ol li a:hover,
.content ol li a:hover {
  color: #666666;
}
.page-content iframe,
.content iframe {
  width: 100%;
  height: 480px;
}
.page-content .ss-htmleditorfield-file,
.content .ss-htmleditorfield-file {
  border-radius: 1.5rem;
  margin-left: 15px;
  margin-right: 15px;
}
.page-content .ss-htmleditorfield-file.center,
.content .ss-htmleditorfield-file.center {
  margin-left: auto;
  margin-right: auto;
}
.page-content img,
.content img {
  height: auto;
}
.page-content table,
.content table {
  width: 100% !important;
  margin: 0 !important;
}
.page-content table tr,
.content table tr {
  padding: 10px;
}
.page-content table tr:nth-child(even),
.content table tr:nth-child(even) {
  background: #666666;
}
.page-content table td,
.content table td {
  padding: 10px;
  width: 25% !important;
}
.center {
  margin: 0 auto;
  display: block;
  float: none;
  max-width: 100%;
}
.rightAlone {
  margin-left: auto;
  display: block;
  float: none;
  max-width: 100%;
}
.leftAlone {
  margin-right: auto;
  display: block;
  float: none;
  max-width: 100%;
}
.right {
  display: block;
  float: right;
  max-width: 100%;
}
.left {
  display: block;
  float: left;
  max-width: 100%;
}
section {
  position: relative;
}
main {
  position: relative;
  z-index: 15;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  main {
    padding-top: 95px;
  }
}
@media (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
.news-slider .owl-stage-outer {
  overflow: inherit;
}
.dd-box {
  display: inline-block;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 180px;
  height: 40px;
  border: 2px solid #AAAAAE;
  border-radius: 5px;
  padding-left: 12px;
  background-image: url(../images/arrow_more.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #fff;
  background-position: calc(100% - 10px) 16px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #1E1E28;
}
@media (max-width: 400px) {
  .dd-box {
    display: block;
    margin: 0 auto 15px auto;
  }
}
@media (max-width: 400px) {
  .dd-box {
    width: 100%;
  }
}
.full-screen-gallery .owl-prev,
.full-screen-gallery .owl-next {
  height: 500px;
  width: 100%;
}
.full-screen-gallery .owl-prev {
  top: -100px;
  right: auto;
  left: -70%;
  cursor: url(../images/assets/arrow-left.png) 45 45, url(../images/assets/arrow-left.png) 45 45, col-resize !important;
}
.full-screen-gallery .owl-prev .arrow-big {
  display: none;
}
.full-screen-gallery .owl-next {
  top: -100px;
  left: auto;
  right: -70%;
  cursor: url(../images/assets/arrow-right.png) 45 45, url(../images/assets/arrow-right.png) 45 45, col-resize !important;
}
.full-screen-gallery .owl-next .arrow-big {
  display: none;
}
.full-screen-gallery .owl-stage-outer {
  overflow: visible !important;
}
.full-screen-gallery .owl-carousel .owl-wrapper {
  display: table !important;
}
.full-screen-gallery .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
}
.news-section .owl-arrow {
  background-position: center center;
  background-size: 45px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-left: 15px;
}
.news-section .owl-prev,
.news-section .owl-next {
  display: inline-block;
}
.news-section .arrow-left {
  background-image: url(../images/assets/arrow-l.png);
}
.news-section .arrow-right {
  background-image: url(../images/assets/arrow-r.png);
}
.timeline-section .owl-stage-outer {
  overflow: visible;
}
.timeline-section .owl-item {
  pointer-events: none;
}
.timeline-section .owl-item .top-text {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.timeline-section .owl-item .text-bottom {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.25;
}
.timeline-section .owl-item.active .top-text {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.timeline-section .owl-item.active .text-bottom {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
}
.timeline-section .owl-arrow {
  background-position: center center;
  background-size: 45px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 15px;
}
.timeline-section .owl-prev,
.timeline-section .owl-next {
  display: inline-block;
}
.timeline-section .arrow-left {
  background-image: url(../images/assets/arrow-l.svg);
}
.timeline-section .arrow-right {
  background-image: url(../images/assets/arrow-r.svg);
}
.bg-white {
  background-color: #fff;
}
.shape,
.shape img {
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */