* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

/* Archivo --- */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/subset-Archivo-Regular.eot");
  src: url("../fonts/subset-Archivo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-Archivo-Regular.woff2") format("woff2"),
    url("../fonts/subset-Archivo-Regular.woff") format("woff"),
    url("../fonts/subset-Archivo-Regular.ttf") format("truetype"),
    url("../fonts/subset-Archivo-Regular.svg#Archivo-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/subset-Archivo-Bold.eot");
  src: url("../fonts/subset-Archivo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-Archivo-Bold.woff2") format("woff2"),
    url("../fonts/subset-Archivo-Bold.woff") format("woff"),
    url("../fonts/subset-Archivo-Bold.ttf") format("truetype"),
    url("../fonts/subset-Archivo-Bold.svg#Archivo-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/subset-Archivo-Medium.eot");
  src: url("../fonts/subset-Archivo-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-Archivo-Medium.woff2") format("woff2"),
    url("../fonts/subset-Archivo-Medium.woff") format("woff"),
    url("../fonts/subset-Archivo-Medium.ttf") format("truetype"),
    url("../fonts/subset-Archivo-Medium.svg#Archivo-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* SF Pro Text --- */

@font-face {
  font-family: "SFProText";
  src: url("../fonts/subset-SFProText-RegularItalic.eot");
  src: url("../fonts/subset-SFProText-RegularItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-SFProText-RegularItalic.woff2") format("woff2"),
    url("../fonts/subset-SFProText-RegularItalic.woff") format("woff"),
    url("../fonts/subset-SFProText-RegularItalic.ttf") format("truetype"),
    url("../fonts/subset-SFProText-RegularItalic.svg#SFProText-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/subset-SFProText-Regular.eot");
  src: url("../fonts/subset-SFProText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-SFProText-Regular.woff2") format("woff2"),
    url("../fonts/subset-SFProText-Regular.woff") format("woff"),
    url("../fonts/subset-SFProText-Regular.ttf") format("truetype"),
    url("../fonts/subset-SFProText-Regular.svg#SFProText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/subset-SFProText-Medium.eot");
  src: url("../fonts/subset-SFProText-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-SFProText-Medium.woff2") format("woff2"),
    url("../fonts/subset-SFProText-Medium.woff") format("woff"),
    url("../fonts/subset-SFProText-Medium.ttf") format("truetype"),
    url("../fonts/subset-SFProText-Medium.svg#SFProText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/subset-SFProText-Bold.eot");
  src: url("../fonts/subset-SFProText-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-SFProText-Bold.woff2") format("woff2"),
    url("../fonts/subset-SFProText-Bold.woff") format("woff"),
    url("../fonts/subset-SFProText-Bold.ttf") format("truetype"),
    url("../fonts/subset-SFProText-Bold.svg#SFProText-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProText";
  src: url("../fonts/subset-SFProText-Semibold.eot");
  src: url("../fonts/subset-SFProText-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/subset-SFProText-Semibold.woff2") format("woff2"),
    url("../fonts/subset-SFProText-Semibold.woff") format("woff"),
    url("../fonts/subset-SFProText-Semibold.ttf") format("truetype"),
    url("../fonts/subset-SFProText-Semibold.svg#SFProText-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*! Roboto Condensed end*/

.page {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 310px;
  background-color: #F1F3F4;
  overflow: hidden;
}

.main_center {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1056px;
  padding: 0 16px;
  margin: 0 auto;
}

body {
  background-color: #F1F3F4;
}

body.mm_noscroll {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.fixed_header {
  position: fixed;
  top: 0px;
  width: 100%;
}

.open_bg,
.open_menu_bg,
.open_prof_bg {
  display: block;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(14 16 19 / 50%);
  transition: all 0.3s ease;
}

.open_bg.opn,
.open_menu_bg.opn,
.open_prof_bg.opn {
  opacity: 1;
  visibility: visible;
}

/*! ====  HEADER START  ===== */

header {
  display: block;
  position: relative;
  width: 100%;
  min-width: 310px;
  /* padding: 20px 0; */
  background-color: #fff;
  z-index: 11;
}

/* header.visible_mob .header_top {
  border-radius: 0 0 5px 5px;
} */

header.visible_mob {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  top: 0px;
  left: 0;
  z-index: 999;
  animation: fix 0.6s ease;
  -webkit-animation: fix 0.6s ease;
  /* transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; */
}

main.p_top {
  padding-top: 80px;
}

@keyframes fix {
  0% {
    top: -120px;
  }

  100% {
    top: 0px;
  }
}

.header_top {
  width: 100%;
  padding: 20px 0px;
}

.menu_btn.clicked {
  background-position: 0 100%;
}

.menu_btn {
  display: none;
  float: right;
  width: 24px;
  height: 24px;
  margin: 0px 0px 0 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/menu.svg");
  cursor: pointer;
}

.logo_sect {
  display: block;
  float: left;
  width: auto;
  max-width: 300px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  width: auto;
}

.logo_img {
  display: block;
  width: 160px;
  height: 20px;
}

.logo_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_right {
  display: block;
  width: auto;
  float: right;
}


nav.nav_desk {
  display: block;
  float: left;
  width: auto;
  padding: 0px 0px 0px 25px;
  margin: 0px auto 0 auto;
  height: auto;
  z-index: 999;
}

ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.hdr_menu>li {
  display: flex;
  align-items: center;
  float: left;
  /* position: relative; */
  padding: 0px 10px;
  margin: 0 0 0 0px;
  list-style: none;
}


ul.hdr_menu>li>a {
  display: block;
  position: relative;
  padding: 2px 5px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #3C4043;
  opacity: 1;
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.hdr_menu>li:hover>a {
  color: #EF5F08;
}

ul.hdr_menu>li.menu_active>a {
  color: #EF5F08;
}

.mob_body {
  width: 100%;
  height: calc(100% - 140px);
  overflow: auto;
}

.mob_ftr {
  width: 100%;
  padding: 20px 0 0 0;
}

.mob_ftr .cnt_link {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

nav.nav_mobile.transformed {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

nav.nav_mobile {
  display: block;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 86px);
  padding: 15px 16px 20px 16px;
  margin: 0px auto 0 auto;
  background-color: #fff;
  border-top: 1px solid #E8EAED;
  z-index: 9999999;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

nav.nav_mobile ul.hdr_menu {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

nav.nav_mobile ul.hdr_menu>li {
  display: flex;
  align-items: center;
  float: none;
  width: 100%;
  /* position: relative; */
  padding: 0px 0px;
  margin: 0 0 0 0px;
  list-style: none;
}


nav.nav_mobile ul.hdr_menu>li>a {
  display: block;
  position: relative;
  padding: 15px 0px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #3C4043;
  opacity: 1;
  word-break: break-word;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul.hdr_menu>li:hover>a {
  color: #EF5F08;
}

ul.hdr_menu>li.menu_active>a {
  color: #EF5F08;
}

.cnt_link {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  float: left;
  text-align: left;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #3C4043;
  opacity: 1;
}

.cnt_link.phone::before {
  background-image: url("../img/phone.svg");
}

.cnt_link.mail::before {
  background-image: url("../img/mail.svg");
}

.cnt_link.location::before {
  background-image: url("../img/loc.svg");
}

.cnt_link::before {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sign_link {
  display: flex;
  align-items: center;
  float: left;
  width: auto;
  margin: 0 0 0 30px;
  text-align: left;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #EF5F08;
  opacity: 1;
}

.sign_link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  /* margin: -1px 0 0 0; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/arrow_r.svg");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*! ====  HEADER FINISH  ===== */

/*! ====  FOOTER START  ===== */

footer {
  display: block;
  position: relative;
  width: 100%;
  /* padding: 60px 0 30px 0; */
  background-color: #fff;
  border-bottom: 1px solid #E8EAED;
}

.ftr_top .cnt_link {
  margin-left: 30px;
}

.ftr_top .cnt_link_itm {
  display: block;
  float: left;
}

.ftr_top {
  display: block;
  width: 100%;
  padding: 20px 0;
  /* background-color: #1b346a; */
}

.footer_full {
  width: 100%;
  /* padding: 40px 40px; */
}

.ftr_logo_sect {
  display: block;
  float: left;
}

.ftr_logo {
  display: block;
  /* float: left; */
  width: 160px;
  height: 20px;
}

.ftr_logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.ftr_menu_sect {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #E8EAED;
  border-bottom: 1px solid #E8EAED;
}

.ftr_left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: calc(100% - 420px);
}

.ftr_right {
  display: block;
  float: right;
}

.ftr_social {
  float: right;
}

.socials {
  width: 100%;
}

.socials li:last-child {
  margin: 0;
}

.socials li {
  display: block;
  float: left;
  margin: 0 13px 0 0;
}

.social_icon:hover {
  border-color: #ef5f08;
}

.social_icon {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #bdc1c6;
  border-radius: 50%;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

.icon_fb {
  background-image: url("../img/fb.svg");
}

.icon_insta {
  background-image: url("../img/insta.svg");
}

.icon_tlg {
  background-image: url("../img/tlg.svg");
}

.icon_ytb {
  background-image: url("../img/ytb.svg");
}

.icon_wp {
  background-image: url("../img/wp.svg");
}

/* footer menu */
.ftr_menu {
  float: left;
  margin: 10px 0 0 0;
}

.ftr_menu li:first-child {
  padding-left: 0;
}

.ftr_menu li:first-child a {
  padding-left: 0px;
}

/* footer menu */
.copyrite {
  display: flex;
  width: 100%;
  padding: 30px 0px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
}

/*! ====  FOOTER FINISH  ===== */

/*! ====  MAIN START  ===== */

main {
  display: block;
  position: relative;
  width: 100%;
  padding: 0px 0;
}

.section_wrap {
  display: block;
  position: relative;
  width: 100%;
}

.wrap_left {
  float: left;
  max-width: 300px;
}

.wrap_right {
  float: left;
  max-width: 300px;
}

.wrap_center {
  float: left;
  max-width: 660px;
  padding: 0 20px;
}


.sect_header {
  width: 100%;
}

.sect_title {
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
  text-align: left;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


.wrap_manshet {
  width: 100%;
  padding: 40px 0;
  background: transparent linear-gradient(90deg, #EF5F08 0%, #FF863D 100%) 0% 0% no-repeat padding-box;
}

.top_slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}


.swiper-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mnsh_img {
  display: block;
  float: right;
  width: 326px;
  position: relative;
  overflow: hidden;
}

.mnsh_img::before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  padding-top: 104%;
}

.mnsh_img img,
.mnsh_img video,
.mnsh_img iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mnsh_content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  position: relative;
  padding: 10px 20px 20px 0px;
  width: calc(100% - 326px);
}

.mnsh_title {
  display: block;
  width: 100%;
  margin: 10px 0 30px 0;
  text-align: left;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  /* margin-bottom: 15px; */
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3; */
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.start_link {
  display: block;
  width: 100%;
}

.st_link {
  display: block;
  float: left;
  min-width: 160px;
  padding: 12px;
  text-align: center;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #EF5F08;
  opacity: 1;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top_sld_catg {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1.08px;
  color: #FFFFFF;
  opacity: 1;
}


.top_slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  bottom: 0;
  right: 0;
  outline: none;
  padding: 0 0;
}

.top_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 32px;
  height: 4px;
  opacity: 0.3;
  margin: 0 2.5px;
  background: #FFFFFF;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.top_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.top_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.top_slider .swiper-button-next:hover,
.top_slider .swiper-button-prev:hover {
  opacity: 1;
}

.wrap_stat {
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
}

.row {
  display: block;
  margin: 0 -15px;
}

.col {
  display: block;
  float: left;
}

.col_in {
  display: block;
  width: 100%;
}

.stat_col {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 15px;
}

.stat_icon {
  display: block;
  float: left;
  width: 44px;
  height: 44px;
}

.stat_icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.stat_info {
  float: left;
  width: calc(100% - 44px);
  padding: 0 0 0 10px;
}

.stat_val, .stat_name {
  text-align: left;
  font-family: "SFProText";
  letter-spacing: 0px;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.stat_val {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #0E1013;
}

.stat_name {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #80868B;
}

.wrap_odds {
  width: 100%;
  padding: 40px 0;
  background-color: #F1F3F4;
}

.wrap_odds .row {
  margin: 0 -10px;
}

.odds_col {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0px 10px;
  overflow: hidden;
}

.odds_col .col_in {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 20px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_odds .sect_header {
  padding: 0 0 20px 0;
}

.odds_row {
  width: 100%;
}

.odds_img {
  display: block;
  width: 64px;
  height: 64px;
}

.odds_img img {
  display: block;
  width: 100%;
  height: 100%;
}

.lt_title {
  margin-top: 10px;
  text-align: left;
  font-family: "SFProText";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
}

.lt_info {
  margin-top: 10px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868B;
  opacity: 1;
}

/* Popular section */
.wrap_popular {
  width: 100%;
  padding: 0 0;
}

.popular_full .sect_header {
  padding-bottom: 30px;
  border-bottom: 1px solid #E8EAED;
}

.popular_full {
  width: 100%;
  padding: 30px 40px 40px 40px;
  margin: 0 0 40px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_popular .odds_img {
  display: block;
  max-width: 100%;
  width: 140px;
  height: 90px;
}

.wrap_popular .lt_info {
  margin-top: 6px;
}

.wrap_popular .lt_title {
  font-size: 18px;
  line-height: 21px;
}

.popular_slider {
  position: relative;
  padding: 30px 0 45px 0;
}

.popular_slider .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  bottom: 0;
  right: 0;
  outline: none;
  padding: 0 0;
}

.popular_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 32px;
  height: 4px;
  opacity: 0.3;
  margin: 0 2.5px;
  background: #80868B;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.popular_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.popular_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.popular_slider .swiper-button-next:hover,
.popular_slider .swiper-button-prev:hover {
  opacity: 1;
}

/* Example site section */
.wrap_site {
  width: 100%;
  padding: 0 0;
}

.exampl_full {
  width: 100%;
  position: relative;
  padding: 30px 40px 0px 40px;
  margin: 0 0 60px 0;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}


.exampl_full .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  bottom: 40px;
  right: 0;
  left: 40px;
  outline: none;
  padding: 0 0;
}

.exampl_full .swiper-pagination-bullet {
  display: inline-block;
  width: 32px;
  height: 4px;
  opacity: 0.3;
  margin: 0 2.5px;
  background: #80868B;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.exampl_full .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.exampl_full .swiper-pagination-bullet-active {
  opacity: 1;
}

.exampl_full .swiper-button-next:hover,
.exampl_full .swiper-button-prev:hover {
  opacity: 1;
}


.exampl_full .mnsh_title {
  margin: 0px 0 10px 0;
  font-size: 32px;
  line-height: 38px;
  color: #0E1013;
}

.exampl_full .top_sld_catg {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #80868B;
}

.exampl_full .st_link {
  min-width: 160px;
  padding: 12px;
  color: #fff;
  background-color: #EF5F08;
}

.exampl_full .st_link:hover {
  border-color: #EF5F08;
  color: #EF5F08;
  background-color: #fff;
}

.exampl_full .mnsh_content {
  padding: 10px 20px 20px 0px;
  width: calc(100% - 432px);
}

.exampl_full .mnsh_img {
  width: 432px;
}

.exampl_full .mnsh_img::before {
  padding-top: 81%;
}



/* Popular section */
.wrap_partners {
  width: 100%;
  padding: 0 0;
}

.partner_full .sect_header {
  padding-bottom: 30px;
  /* border-bottom: 1px solid #E8EAED; */
}

.partner_full {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0 0 60px 0;
  /* background-color: #fff; */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.partner_slider {
  /* position: relative; */
  padding: 0px 0 0 0;
}

.partner_slider .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  top: 14px;
  right: 0;
  outline: none;
  padding: 0 0;
}

.partner_slider .swiper-pagination-bullet {
  display: inline-block;
  width: 32px;
  height: 4px;
  opacity: 0.3;
  margin: 0 2.5px;
  background: #80868B;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.partner_slider .swiper-pagination-bullet:focus {
  border: 0;
  outline: none;
}

.partner_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.partner_slider .swiper-button-next:hover,
.partner_slider .swiper-button-prev:hover {
  opacity: 1;
}

.partn_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.partner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 50px 45px; */
}

.partner_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.partner_slider .row {
  margin: 0 -10px;
}

.partner_col {
  width: 25%;
  padding: 0 10px;
}

/* Popular section */
.wrap_faq {
  width: 100%;
  padding: 0 0;
  margin: 0 0 60px 0;
}

.wrap_faq .sect_header {
  padding-bottom: 20px;
}

.faq_body {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.faq_title {
  width: 100%;
  padding: 10px 0px;
  text-align: left;
  font-family: "SFProText";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3C4043;
  word-break: break-word;
}

.collapse_row:first-child {
  border-top: 1px solid #E8EAED;
}

.collapse_row {
  width: 100%;
  border-bottom: 1px solid #E8EAED;
}

.collapse_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 0;
  text-align: left;
  font-family: "SFProText";
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3C4043;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.collapse_btn::before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 20px;
  width: 24px;
  height: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/faq_btn.svg");
  /* transition: all 0.3s linear; */
}

.collapse_btn.clp_clicked::before {
  background-position: 0 100%;
}

.collapse_content {
  display: none;
  width: 100%;
  padding: 0px 20px 20px 20px;
  text-align: left;
  font-family: "SFProText";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #80868B;
  word-break: break-word;
}

/*! ====  MAIN FINISH  ===== */
/*! ====  FORMATS PAGE START  ===== */
.wrap_format {
  width: 100%;
  padding: 20px 0 40px 0;
}

.wrap_format .sect_header {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_format .sect_title {
  font-size: 20px;
  line-height: 24px;
}

.format_info {
  width: 100%;
  padding: 20px 0px;
  text-align: left;
  font-family: "SFProText";
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1013;
  word-break: break-word;
}

.format_info a {
  color: #EF5F08;
  text-decoration: underline;
}

.format_body {
  width: 100%;
}

.wrap_format .row {
  margin: 0 -10px;
}

.wrap_format .odds_col .col_in {
  padding: 30px 20px;
}

.wrap_format .odds_col {
  width: 25%;
  padding: 0px 10px 20px 10px;
}

.wrap_format .odds_col .col_in {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_format .odds_img {
  max-width: 100%;
  width: 140px;
  height: 90px;
}

.wrap_format .lt_title {
  font-size: 18px;
  line-height: 21px;
}

/*! ====  FORMATS PAGE FINISH  ===== */

/*! ====  STATIC PAGE START  ===== */
.static_body {
  width: 100%;
}

.static_body .lt_info {
  text-align: left !important;
  font-size: 14px;
  line-height: 16px;
  color: #3C4043;
  margin: 0 0 2px 0;
}

.static_body .lt_title {
  text-align: left !important;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  margin: 0;
}

.static_body .odds_col .col_in {
  padding: 16px;
}

.wrap_faq_page {
  padding: 20px 0 60px 0;
}

.wrap_faq_page .sect_header {
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_faq_page .sect_title {
  font-size: 20px;
  line-height: 24px;
}

.wrap_faq_page .row {
  margin: 0 -10px;
}

.wrap_faq_page .odds_col {
  width: 25%;
  padding: 0px 10px 40px 10px;
}


.wrap_contact {
  padding: 20px 0 40px 0;
}

.wrap_contact .sect_header {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.wrap_contact .sect_title {
  font-size: 20px;
  line-height: 24px;
}

.wrap_contact .odds_col {
  width: 25%;
  padding: 0px 10px 20px 10px;
}

.contact_body {
  width: 100%;
}

.contact_left {
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}

.contact_right {
  float: left;
  width: 50%;
  padding: 0 0px 0 10px;
}

.cnt_itm:last-child {
  margin: 0 0 0 0;
}

.cnt_itm {
  width: 100%;
  padding: 15px 20px;
  margin: 0 0 14px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cnt_title {
  padding: 0 0 10px 0;
  text-align: left;
  font-family: "SFProText";
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #3C4043;
}


.map {
  display: block;
  width: 100%;
  /* height: 100%; */
  height: 288px;
  border: 4px solid #FFFFFF;
  border-radius: 5px;
}

.map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.cnt_form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  padding: 40px 40px;
  margin: 20px auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact_content {
  display: block;
  width: 100%;
}

.cnt_hd, .cnt_info {
  text-align: left;
  font-family: "SFProText";
  letter-spacing: 0px;
}

.cnt_hd {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #0E1013;
}

.cnt_info {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #80868B;
}


.lg_input:last-child {
  margin: 0;
}

.lg_input {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto 14px auto;
}


.login_submit {
  display: block;
  width: 100%;
  margin: 14px 0 0 0;
}

.login-btn {
  display: block;
  width: 100%;
  /* height: 40px; */
  padding: 17px 16px 17px 16px;
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-family: "SFProText";
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0px;
  color: #80868b;
  opacity: 1;
  -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;
}

.login-btn.sign_in {
  background: #ef5f08;
  color: #fff;
}

.login-btn.sign_up {
  background: #ef5f08;
  color: #fff;
}

.lg_inputs {
  display: block;
  width: 100%;
  padding: 16px 20px 16px 20px;
  text-align: left;
  font-family: "SFProText";
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0e1013;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #E8EAED;
  opacity: 1;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.prof_inf_inpt {
  display: block;
  width: 100%;
  min-height: 115px;
  padding: 16px 20px 16px 20px;
  text-align: left;
  font-family: "SFProText";
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  border: 1px solid #DADCE0;
  border-radius: 5px;
  opacity: 1;
  outline: none;
}

.lg_inputs:focus {
  border: 1px solid #ef5f08;
}

.lg_inputs::placeholder {
  font-weight: normal !important;
  color: #9aa0a6 !important;
}

.prof_inf_inpt:focus {
  border: 1px solid #ef5f08;
}

.prof_inf_inpt::placeholder {
  font-weight: normal !important;
  color: #9aa0a6 !important;
}

/* About page */
.wrap_about {
  padding: 0px 0 0px 0;
}

.wrap_abt_head {
  width: 100%;
  padding: 70px 0;
  background: transparent linear-gradient(90deg, #EF5F08 0%, #FF863D 100%) 0% 0% no-repeat padding-box;
}

.about_body {
  width: 100%;
}

.abt_content {
  width: 100%;
}

.abt_text {
  display: block;
  width: 100%;
  margin: 10px 0 0px 0;
  text-align: left;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 66px;
  line-height: 79px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  /* margin-bottom: 15px; */
  word-break: break-word;
  /* overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3; */
}

.wrap_abt_info {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

.abt_info::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../img/tooltip.svg");
}

.abt_info {
  display: block;
  width: 100%;
  position: relative;
  padding: 0 0 0 67px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
}

.wrap_abt_site {
  width: 100%;
  padding: 20px 0;
}

.wrap_abt_site .format_info {
  padding: 0px 0;
}

.wrap_abt_site .mnsh_title {
  margin: 0px 0 10px 0;
  font-size: 32px;
  line-height: 38px;
  color: #0E1013;
}

.wrap_abt_site .top_sld_catg {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0;
  color: #80868B;
}


.abt_site_itm:last-child {
  margin: 0;
}

.abt_site_itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 40px 0 40px;
  margin: 20px 0 40px 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.abt_site_itm .mnsh_img {
  width: 432px;
}

.abt_site_itm .mnsh_img::before {
  padding-top: 81%;
}

.abt_site_itm .mnsh_content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  position: relative;
  padding: 0px 40px 0px 0px;
  width: calc(100% - 432px);
}

.abt_site_itm:nth-child(2n) {
  flex-direction: row-reverse;
}

.abt_site_itm:nth-child(2n) .mnsh_content {
  padding: 0px 0px 0px 40px;
}


.wrap_abt_last_site {
  width: 100%;
  padding: 20px 0 20px 0;
}

.wrap_abt_last_site .mnsh_title {
  margin: 0px 0 10px 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  color: #0E1013;
}

.wrap_abt_last_site .top_sld_catg {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #80868B;
}


.abt_last_itm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 40px 40px 40px;
  /* margin: 0 0 40px 0; */
  background-color: #FFFFFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.abt_last_itm .mnsh_img {
  width: 432px;
}

.abt_last_itm .mnsh_img::before {
  padding-top: 71%;
}

.abt_last_itm .mnsh_content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  position: relative;
  padding: 0px 40px 0px 0px;
  width: calc(100% - 432px);
}

.last_buttons {
  display: block;
  width: 100%;
}

.last_btn_itm:first-child {
  margin: 0 0 10px 0;
}

.last_btn_itm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.last_btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../img/arrow_tab.svg");
}

.last_btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-width: 280px;
  padding: 13px 50px 13px 20px;
  text-align: left;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
  border: 1px solid #E8EAED;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.last_btn img {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

.wrap_agency {
  width: 100%;
  padding: 20px 0 40px 0;
}

.wrap_agency .sect_header {
  padding: 0 0 20px 0;
}

.wrap_agency .row {
  margin: 0 -10px;
}

.wrap_agency .lt_title {
  margin-top: 0px;
}

.wrap_agency .lt_info {
  font-size: 14px;
  line-height: 22px;
}

.wrap_agency .odds_col {
  width: 33.33%;
  padding: 0px 10px;
}

.wrap_video {
  width: 100%;
  padding: 100px 0;
  background-color: #FDE7DA;
}

.vid_title {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "SFProText";
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
}

.vid_info {
  display: block;
  width: 100%;
  padding: 20px 0 30px 0;
  text-align: center;
  font-family: "SFProText";
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0px;
  color: #0E1013;
  opacity: 1;
}

.vid_button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.vid_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-width: 160px;
  background-color: #EF5F08;
  border-radius: 5px;
  text-align: center;
  font-family: "SFProText";
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

/* About page */
/*! ====  STATIC PAGE FINISH  ===== */