@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3p-ks51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHpv4kjgoGqM7E_DMs8.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3t-4s51op.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXK3I6Li01BKofIMPyPbj8d7IEAGXNirXAHjabf.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDshdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDFwmdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDDsmdTQ3ig.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXI3I6Li01BKofiOc5wtlZ2di8HDBImdTQ3ig.ttf) format('truetype');
}
.transition-fade {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.transition-fade-btn {
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
}
/* Our style rules - namespace so as not to collide with the core app styles */
body {
  /* Main content container but not home page */
  /* LEFT SIDEBAR */
}
body * {
  font-family: 'Nunito', sans-serif !important;
}
body .d-none {
  display: none;
}
@media (min-width: 992px) {
  body .d-lg-block {
    display: block;
  }
}
body .messageRegister {
  color: #F00;
}
body .pk-sub-menu {
  letter-spacing: normal;
}
body .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  body .container {
    max-width: unset;
  }
}
@media (min-width: 980px) {
  body .container {
    max-width: unset;
  }
}
@media (min-width: 576px) {
  body .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  body .container {
    max-width: 1320px;
  }
}
body h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0;
  font-weight: 600;
}
@media (min-width: 576px) {
  body h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  body h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  body h1 {
    font-size: 57px;
    line-height: 57px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  body h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 25px 0;
  }
}
body h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 10px 0;
  font-weight: 100;
}
@media (min-width: 576px) {
  body h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  body h2 {
    font-size: 32px;
    line-height: 42px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  body h2 {
    font-size: 42px;
    line-height: 52px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  body h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1600px) {
  body h2 {
    font-size: 60px;
    line-height: 70px;
    margin: 25px 0;
  }
}
body h3 {
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  body h3 {
    font-size: 25px;
    line-height: 30px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  body h3 {
    font-size: 27px;
    line-height: 32px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  body h3 {
    font-size: 30px;
    line-height: 35px;
    margin: 25px 0;
  }
}
body h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  body h4 {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  body h4 {
    font-size: 19px;
    line-height: 25px;
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  body h4 {
    font-size: 21px;
    line-height: 27px;
    margin: 25px 0;
  }
}
@media (min-width: 1600px) {
  body h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
body a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body a:hover {
  text-decoration: underline;
}
body p {
  margin: 15px 0;
  font-size: 16px;
  line-height: 28px;
}
body ul,
body ol {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 19px;
}
@media (min-width: 768px) {
  body ul,
  body ol {
    margin: 8.4375px 0;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  body ul,
  body ol {
    margin: 11.25px 0;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  body ul,
  body ol {
    margin: 15px 0;
    line-height: 22px;
  }
}
body ul li,
body ol li {
  margin-bottom: 5px;
}
body#cms.category-id-parent-2 .sub-hero-wrapper {
  background: linear-gradient(120deg, #9fcf67 65%, #ffffff 60%) !important;
}
@media (min-width: 1200px) {
  body#cms.category-id-parent-2 .sub-hero-wrapper {
    background: linear-gradient(120deg, #9fcf67 70%, #ffffff 30%) !important;
  }
}
body#cms.category-id-parent-2 div.section-breadcrumb-wrapper:before {
  background-color: #9fcf67 !important;
}
body#category.category-id-91 .sub-hero-wrapper,
body#category.category-id-parent-91 .sub-hero-wrapper,
body#category.category-id-106 .sub-hero-wrapper,
body#category.category-id-parent-106 .sub-hero-wrapper {
  background: linear-gradient(120deg, #00aeef 65%, #ffffff 60%) !important;
}
@media (min-width: 1200px) {
  body#category.category-id-91 .sub-hero-wrapper,
  body#category.category-id-parent-91 .sub-hero-wrapper,
  body#category.category-id-106 .sub-hero-wrapper,
  body#category.category-id-parent-106 .sub-hero-wrapper {
    background: linear-gradient(120deg, #00aeef 70%, #ffffff 30%) !important;
  }
}
body#category.category-id-91 div.section-breadcrumb-wrapper:before,
body#category.category-id-parent-91 div.section-breadcrumb-wrapper:before,
body#category.category-id-106 div.section-breadcrumb-wrapper:before,
body#category.category-id-parent-106 div.section-breadcrumb-wrapper:before {
  background-color: #00aeef !important;
}
body#category.category-id-97 .sub-hero-wrapper,
body#category.category-id-parent-97 .sub-hero-wrapper {
  background: linear-gradient(120deg, #9fcf67 65%, #ffffff 60%) !important;
}
@media (min-width: 1200px) {
  body#category.category-id-97 .sub-hero-wrapper,
  body#category.category-id-parent-97 .sub-hero-wrapper {
    background: linear-gradient(120deg, #9fcf67 70%, #ffffff 30%) !important;
  }
}
body#category.category-id-97 div.section-breadcrumb-wrapper:before,
body#category.category-id-parent-97 div.section-breadcrumb-wrapper:before {
  background-color: #9fcf67 !important;
}
body#category.category-id-102 .sub-hero-wrapper,
body#category.category-id-parent-102 .sub-hero-wrapper {
  background: linear-gradient(120deg, #ff4fb6 65%, #ffffff 60%) !important;
}
@media (min-width: 1200px) {
  body#category.category-id-102 .sub-hero-wrapper,
  body#category.category-id-parent-102 .sub-hero-wrapper {
    background: linear-gradient(120deg, #ff4fb6 70%, #ffffff 30%) !important;
  }
}
body#category.category-id-102 div.section-breadcrumb-wrapper:before,
body#category.category-id-parent-102 div.section-breadcrumb-wrapper:before {
  background-color: #ff4fb6 !important;
}
body#search .sub-hero-wrapper {
  background: linear-gradient(120deg, #ff4fb6 65%, #ffffff 60%) !important;
}
@media (min-width: 1200px) {
  body#search .sub-hero-wrapper {
    background: linear-gradient(120deg, #ff4fb6 70%, #ffffff 30%) !important;
  }
}
body#search div.section-breadcrumb-wrapper:before {
  background-color: #ff4fb6 !important;
}
body .btn {
  font-size: 16px;
}
body #customfieldsblock_payment {
  margin-bottom: 15px;
}
body #customfieldsblock_payment div.input_wrapper .type_multiboxes {
  display: flex;
}
body #customfieldsblock_payment div.input_wrapper .type_multiboxes > input {
  width: auto;
  margin-right: 10px;
  margin-top: 5px;
}
body #customfieldsblock_payment div.input_wrapper textarea {
  max-width: 100%;
  max-height: 200px;
}
body#index header#header div.headerbuilder > div.pts-container-wrap:first-child {
  background-color: transparent!important;
}
body#index header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg {
  background-color: #222222 !important;
}
body header#header {
  position: relative;
  z-index: 99;
}
body header#header div.headerbuilder {
  z-index: 49;
  width: 100%;
  padding-top: 0;
  position: fixed;
}
body header#header div.headerbuilder > div.pts-container-wrap {
  padding: 0;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap {
    background-color: black;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child {
  position: relative;
  text-align: right;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg {
  background-color: #222222;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg ul.list-unstyled li {
  transition: 0.4s;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg ul.list-unstyled li:after {
  transition: 0.4s;
  color: #ffffff !important;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg ul.list-unstyled li a {
  transition: 0.4s;
  color: #ffffff !important;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg ul.list-unstyled li.facebook-link img.black-icon {
  filter: invert(1);
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg #responsive-menu-trigger {
  color: #ffffff !important;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child.nav-scrollbg #responsive-menu-trigger:hover {
  text-decoration: underline;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 .header_logo {
  text-align: left;
  min-width: 102px;
  max-width: 170px;
  line-height: 0px;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 .header_logo h1 {
  line-height: 0px;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 .header_logo a {
  width: 100%;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 .header_logo a img {
  width: 100%;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 .pk-widget.widget-banner {
  display: none;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child {
    display: none;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner {
  display: flex;
  justify-content: flex-end;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0 10px;
  margin: 0;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li:after {
  content: '-';
  position: absolute;
  right: 0;
  transform: translateX(50%);
  color: #000000;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_myaccount > a > span {
  line-height: 20px;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_myaccount > a > span > span {
  text-transform: capitalize;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_cart {
  /*&::after {
                                            content: '';
                                        }*/
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_cart a {
  padding-right: 0;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_cart a svg {
  display: block!important;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.pk_cart a span {
  display: none!important;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link {
  padding-right: 0;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a {
  padding-right: 0;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a span {
  display: flex;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a span img {
  width: 30px;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a span img.color-icon {
  display: none;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a:hover span img.black-icon {
  display: none;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link a:hover span img.color-icon {
  display: block;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li.facebook-link::after {
  content: '';
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li a {
  color: #000000;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  padding: 0 10px;
}
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li a:hover,
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li a:focus,
body header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner ul.list-unstyled li a:active {
  text-decoration: underline;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child {
  /* NAVIGATION PRINCIPAL (BOTTOM NAV) */
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child div {
    height: 100%;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu {
  border: 0px;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
  filter: brightness(0);
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu div.hamburger {
  display: flex;
  align-items: center;
  height: auto;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu div.hamburger:hover {
  cursor: pointer;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu .mobile-header-cart {
  align-items: center;
  display: flex;
  margin-right: 30px;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu .mobile-header-cart span {
  display: none!important;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child div.icon_menu .mobile-header-cart svg {
  display: block!important;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child.nav-scrollbg div.icon_menu {
  filter: brightness(100);
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  white-space: normal;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu {
    display: flex!important;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu {
    overflow: auto;
    width: 250px!important;
    background-color: #f8f8f8;
    top: 68.95px;
    height: calc(100vh - 68.95px);
    position: absolute;
    left: calc(50vw - 250px);
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu.toggleDisplay {
    display: flex;
    flex-direction: column;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 15.66%;
  margin: 0;
  border: 0px;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_register {
  order: -1;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_myaccount {
  order: -1;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_myaccount > a > span {
  line-height: 20px;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_myaccount > a > span > span {
  text-transform: capitalize;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart {
  display: none;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_linklist.link-cms-page-15 {
  order: 10;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_linklist.link-cms-page-19 {
  order: 11;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_languages {
  order: 12;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link {
  order: 12;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link a span {
  display: flex;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link a span img {
  width: 30px;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link a span img.color-icon {
  display: none;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link a:hover span img.black-icon {
  display: none;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.facebook-link a:hover span img.color-icon {
  display: block;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.topnav-mobile {
    display: none;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.topnav-mobile span {
  display: block!important;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.topnav-mobile svg {
  display: none!important;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li {
    max-width: 100%;
    padding: 0;
    margin-bottom: 5px;
    background-color: transparent!important;
  }
}
@media (min-width: 1200px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li {
    max-width: 13.66%;
  }
}
@media (min-width: 1600px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li {
    max-width: 20%;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1 > a::after {
  content: '|';
  position: absolute;
  right: 0px;
  transform: translateX(50%);
  color: #fff;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1 > a::after {
    content: '';
  }
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1.last-child {
    margin-left: 35px;
  }
}
@media (min-width: 1600px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1.last-child {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1.last-child > a {
    margin: 5px 0;
    width: auto;
    padding: 5px;
    border: 1px solid #ffffff;
  }
}
@media (min-width: 1600px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1.last-child > a {
    margin: 0px;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.level-1.last-child > a:after {
  content: '';
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover {
    background-color: #ebebeb !important;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover > a {
    filter: none;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover > div {
    background-color: #ebebeb !important;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover:nth-child(3n+1) a {
    border-color: #00aeef;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover:nth-child(3n+2) a {
    border-color: #9fcf67;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.dd_el_hover:nth-child(3n+3) a {
    border-color: #ff4fb6;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover > a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus > a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active > a {
  color: #00aeef;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover > a,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus > a,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active > a {
    color: #000000 !important;
    background-color: #ebebeb;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+1) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+1) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+1) a {
  color: #00aeef;
  border-color: #00aeef;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+1) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+1) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+1) > div {
    background-color: #5eccf5;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+2) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+2) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+2) a {
  color: #9fcf67;
  border-color: #9fcf67;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+2) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+2) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+2) > div {
    background-color: #e3eed6;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+3) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+3) a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+3) a {
  color: #ff4fb6;
  border-color: #ff4fb6;
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:hover:nth-child(3n+3) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:focus:nth-child(3n+3) > div,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li:active:nth-child(3n+3) > div {
    background-color: #fde5f3;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > div {
  box-shadow: none;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > div > div > div {
    width: 100%!important;
  }
}
@media (min-width: 992px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > div {
    transform: translateY(calc(50% + 32px));
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 1600px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > div {
    transform: translateY(calc(50% + 27px));
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li div {
  padding: 0;
  border: 0;
  margin: 0;
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a,
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  padding: 0 10px;
  font-weight: 600;
  width: fit-content;
  align-self: center;
  font-family: 'Nunito';
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  height: auto;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a span,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a span {
    text-align: left;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a span:last-child,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a span:last-child {
    max-height: none;
  }
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a span:first-child,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a span:first-child {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a {
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    color: black;
    align-self: flex-start;
    padding: 12px 5px 12px 15px!important;
    border-left: 3px solid transparent;
  }
}
@media (min-width: 1600px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li > a,
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li.pk_cart a {
    padding: 0 20px;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul {
  width: 100%;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 15px 20px;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul {
    padding: 0;
    padding-left: 10px;
    width: 100%!important;
  }
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul li {
    margin-bottom: 5px;
    width: 100%;
    max-width: 100%;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul li a {
  color: #000000 !important;
  text-decoration: none;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 991px) {
  body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul li a {
    padding: 12px 10px 8px 10px;
    width: 100%;
    max-width: 100%;
  }
}
body header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu > li ul li a:hover {
  filter: none;
  text-decoration: underline;
}
body .page-width {
  width: 100%!important;
}
body header + #notifications {
  padding-top: 95px!important;
}
@media (min-width: 992px) {
  body header + #notifications {
    padding-top: 160px!important;
  }
}
body .payment-options span {
  display: inline-block !important;
}
body .main-contant-wrapper {
  padding: 0;
  /* Course card */
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner {
  position: relative;
  background: linear-gradient(60deg, #fff 65%, #61cdf5 60%);
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner {
    background: linear-gradient(60deg, #fff 70%, #61cdf5 30%);
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner {
    background: linear-gradient(60deg, #fff 70%, #61cdf5 30%);
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper {
  z-index: 0;
  position: relative;
  margin-top: 90.95px;
  display: block;
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper {
    margin-top: 122.95px;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider {
  display: block;
  z-index: -1;
  width: 100%;
  padding: 20px 0;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider {
    width: 65%;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider {
    width: 65%;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider {
    width: 50%;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider div {
  overflow: visible!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider div.rev_slider_wrapper {
  height: auto!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider div.rev_slider_wrapper > div.rev_slider {
  height: auto!important;
  display: block!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider ul {
  position: relative!important;
  padding-top: 100%!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider ul li {
  overflow: visible!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper > div.widget-revslider ul li > div > div {
  background-size: contain!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image {
  display: block;
  z-index: -1;
  width: 100%;
  padding: 20px 0;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image {
    width: 70%;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image {
    width: 70%;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image {
    width: 55%;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-image img {
  width: 100%;
  height: auto;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0!important;
  /*@media(~'min-width:'(400px)) {
                    margin-top: -30px;
                }
                @media(@sm) {
                    margin-top: -60px;
                    margin-bottom: 60px;
                }
                @media(@md) {
                    margin-top: -80px;
                    margin-bottom: 80px;
                }
                @media(@lg) {
                    margin-top: -150px;
                }
                @media(@xl) {
                    margin-top: -250px;
                }
                @media(@xxl) {
                    margin-top: -300px;
                }*/
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-html {
  position: absolute;
  bottom: 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-html {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-html {
    bottom: 80px;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years {
  margin: 0!important;
  height: 100%;
  position: initial!important;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years {
  position: relative;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
  width: 100vw;
  margin-left: -15px;
  margin-bottom: -10px;
  max-height: calc((100vh - 130px));
  overflow: hidden;
  position: relative;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
    margin-left: calc((-50vw + (540px / 2) - 15px));
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
    margin-left: calc((-50vw + (720px / 2) - 15px));
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
    margin-left: calc((-50vw + (960px / 2) - 15px));
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
    margin-left: calc((-50vw + (1140px / 2) - 15px));
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div {
    margin-left: calc((-50vw + (1320px / 2) - 15px));
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html.unigym10years #unigym10years > div > video {
  width: 100%;
  height: auto;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner {
  color: #fff;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner h1 {
  margin: 0;
  font-weight: 100;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner h1:first-child {
  font-weight: 600;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p {
  margin: 0;
  padding-top: 20px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p {
    padding-top: 60px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p {
    padding-top: 80px;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
  position: relative;
  z-index: 9;
  font-size: 25px;
  line-height: 60px;
  text-decoration: none;
  padding-right: 15px;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
    padding-right: 45px;
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
    font-size: 40px;
    padding-right: 55px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
    font-size: 47px;
    padding-right: 65px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
    font-size: 50px;
    padding-right: 75px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a {
    padding-right: 85px;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:hover {
  text-decoration: underline;
  color: #000000;
}
body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 15px);
  background-color: #00aeef;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
    width: calc(100% + (50vw - (540px / 2) + 15px));
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
    width: calc(100% + (50vw - (720px / 2) + 15px));
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
    width: calc(100% + (50vw - (960px / 2) + 15px));
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
    width: calc(100% + (50vw - (1140px / 2) + 15px));
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-hero-banner .hero-wrapper div.widget-html div.widget-inner p a:before {
    width: calc(100% + (50vw - (1320px / 2) + 15px));
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner {
  position: relative;
  background-color: #000000;
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .row-level-1 {
  max-width: 100%!important;
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul {
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul {
    display: flex;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li {
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li {
    width: 33.33%;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0;
  height: 58px;
  padding-left: 64px;
  width: 100%;
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a {
    font-size: 20px;
    padding: auto 0;
    padding-left: 128px;
    padding-left: calc(50% - 255px + 48px);
    padding-right: calc(50% - 255px);
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a {
    padding-left: 35%;
    height: 86px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a {
    padding-right: 0;
    padding-left: 25%;
    height: 110px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a {
    font-size: 24px;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a:before {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0.6);
  z-index: 1;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a:before {
    left: calc(50% - 255px + 16px);
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a:before {
    left: 17.5%;
    transform: translateY(-50%) translateX(-50%) scale(0.8);
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a:before {
    left: 12.5%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li a:before {
    transform: translateY(-50%) translateX(-50%);
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(1) a:hover {
  background-color: #00aeef;
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(1) a:before {
  content: url(/modules/pspagebuilder/views/img/header-icon-1.png);
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(2) a:hover {
  background-color: #aad579;
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(2) a:before {
  content: url(/modules/pspagebuilder/views/img/header-icon-2.png);
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a {
    padding-left: 25%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a {
    padding-left: 25%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a {
    padding-left: 20%;
  }
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a:hover {
  background-color: #ff4fb6;
}
body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a:before {
  content: url(/modules/pspagebuilder/views/img/header-icon-3.png);
}
@media (min-width: 768px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a:before {
    left: 12.5%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a:before {
    left: 12.5%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .pts-container-wrap.home-button-banner .widget-links ul li:nth-child(3) a:before {
    left: 10%;
  }
}
body .main-contant-wrapper .page-width.top-content {
  max-width: none!important;
}
body .main-contant-wrapper .sub-hero-wrapper {
  height: 220px;
  position: relative;
  background: linear-gradient(120deg, #00aeef 65%, #ffffff 60%);
}
@media (min-width: 576px) {
  body .main-contant-wrapper .sub-hero-wrapper {
    height: 350px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .sub-hero-wrapper {
    height: 390px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .sub-hero-wrapper {
    height: 425px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper {
    background: linear-gradient(120deg, #00aeef 70%, #ffffff 30%);
  }
}
body .main-contant-wrapper .sub-hero-wrapper.header-Blue {
  background: linear-gradient(120deg, #00aeef 65%, #ffffff 60%);
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper.header-Blue {
    background: linear-gradient(120deg, #00aeef 70%, #ffffff 30%);
  }
}
body .main-contant-wrapper .sub-hero-wrapper.header-Pink {
  background: linear-gradient(120deg, #ff4fb6 65%, #ffffff 60%);
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper.header-Pink {
    background: linear-gradient(120deg, #ff4fb6 70%, #ffffff 30%);
  }
}
body .main-contant-wrapper .sub-hero-wrapper.header-Green {
  background: linear-gradient(120deg, #9fcf67 65%, #ffffff 60%);
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper.header-Green {
    background: linear-gradient(120deg, #9fcf67 70%, #ffffff 30%);
  }
}
body .main-contant-wrapper .sub-hero-wrapper.header-Purple {
  background: linear-gradient(120deg, #333192 65%, #ffffff 60%);
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper.header-Purple {
    background: linear-gradient(120deg, #333192 70%, #ffffff 30%);
  }
}
body .main-contant-wrapper .sub-hero-wrapper:before {
  display: none;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  height: 120px;
}
@media (min-width: 992px) {
  body .main-contant-wrapper .sub-hero-wrapper:before {
    display: block;
  }
}
body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
  position: relative;
  height: 100%;
  background-position: right -10px bottom;
  background-repeat: no-repeat;
  background-size: 0px;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-size: 950px;
    background-position: right -15px bottom;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-size: 1150px;
    background-position: right -15px bottom;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-size: 1350px;
    background-position: right -15px bottom;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-size: 1600px;
    background-position: right -15px bottom;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-size: cover;
    background-position: right -100px bottom;
  }
}
@media (min-width:1750px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container {
    background-position: right bottom;
  }
}
body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container {
  position: relative;
  height: 100%;
  padding-top: 68.95px;
}
@media (min-width: 992px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container {
    padding-top: 122.95px;
  }
}
body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container > div {
  display: flex;
}
body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 10px 0;
  font-weight: 600;
  color: #000000;
  text-transform: none;
}
@media (min-width: 576px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 15px 0;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
    font-size: 57px;
    line-height: 57px;
    margin: 20px 0;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 25px 0;
    width: 55%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container h1 {
    width: 80%;
  }
}
body .main-contant-wrapper #main header.page-header {
  display: none;
}
body .main-contant-wrapper .section-breadcrumb-wrapper {
  position: relative;
}
body .main-contant-wrapper .section-breadcrumb-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00aeef;
  opacity: 0.15;
}
body .main-contant-wrapper .section-breadcrumb-wrapper.header-Blue::before {
  background-color: #00aeef;
}
body .main-contant-wrapper .section-breadcrumb-wrapper.header-Pink::before {
  background-color: #ff4fb6;
}
body .main-contant-wrapper .section-breadcrumb-wrapper.header-Green::before {
  background-color: #9fcf67;
}
body .main-contant-wrapper .section-breadcrumb-wrapper.header-Purple::before {
  background-color: #333192;
}
body .main-contant-wrapper .section-breadcrumb-wrapper ol {
  margin: 0;
  padding: 10px 0 6px 0!important;
  background: unset;
}
body .main-contant-wrapper .section-breadcrumb-wrapper ol li {
  position: relative;
}
body .main-contant-wrapper .section-breadcrumb-wrapper ol li a {
  font-weight: 600;
  color: #000000;
}
body .main-contant-wrapper .section-breadcrumb-wrapper ol li:last-child {
  text-decoration: underline;
}
body .main-contant-wrapper .section-breadcrumb-wrapper ol li:last-child a {
  font-weight: normal;
}
body .main-contant-wrapper div.home-section {
  padding: 18.984375px 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section {
    padding: 25.3125px 0;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section {
    padding: 33.75px 0;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section {
    padding: 45px 0;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section {
    padding: 60px 0;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 {
  position: relative;
  background-image: url(/modules/pspagebuilder/views/img/home-unigym-gatineau-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-1 {
    background-size: 50%;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 {
    background-size: 50%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-1 {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 {
    background-size: 25%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-1 {
    background-size: 20%;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 {
  padding: 10px 15px 40px 15px;
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .pk-widget {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title {
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title {
    padding-bottom: 60px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
  font-weight: 400;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 15px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p:before {
  content: "";
  background: #9fcf67;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-little-title p:before {
    width: 100px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .row-level-2 > div.row {
  display: flex;
  flex-wrap: wrap;
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .row-level-2 > div.row > div {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .row-level-2 > div.row > div:nth-child(1) {
    flex-basis: 66.66%;
  }
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .row-level-2 > div.row > div:nth-child(2) {
    flex-basis: 33.33%;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .row-level-2 > div.row > div:nth-child(2) div {
  height: 100%;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content {
    margin-right: -15px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content h2 {
  margin: 0;
  letter-spacing: -0.2px;
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content h2:first-child {
  font-weight: 600;
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content p {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  background-color: #f1f8e8;
  padding: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content p {
    padding: 20px 12.5% 20px 15px;
    text-align: right;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content p {
    margin-top: 30px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content p {
    margin-top: 40px;
    font-size: 25px;
    line-height: 32px;
    padding: 30px 12.5% 45px 30px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-content p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div {
  position: relative;
  height: 100%;
  background: linear-gradient(45deg, #9fcf67, #cee7b2);
  padding-top: 100%;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div {
    margin-left: -15px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div {
    padding: 25px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div > div {
  background-color: #ffffff;
  height: calc(100% - 30px) !important;
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
  position: absolute;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div > div {
    position: relative;
    height: 100%!important;
    width: 100%;
    top: 0;
    left: 0;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div > div img {
  position: absolute;
  width: 95%;
  right: 0;
  bottom: 0;
  max-width: none;
  transition: none;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div > div img {
    width: 130%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-media > div > div img {
    width: unset;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn {
  padding-top: 15px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn {
    padding-top: 50px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p {
  text-align: center;
  margin: 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p {
    text-align: left;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a {
  display: inline-block;
  font-size: 16px;
  border: 5px solid #9fcf67;
  text-decoration: none;
  padding: 10px 15px 5px 15px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-1 div.row-inner.row-level-1 .section-btn p a:hover {
  color: #000000;
  background-color: #9fcf67;
}
body .main-contant-wrapper div.home-section.home-section-2 {
  background-color: #fde5f3;
  position: relative;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 {
  padding: 10px 15px 40px 15px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div > div .col-inner {
    padding-right: 12.5%;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .pk-widget {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row {
  display: flex;
  flex-wrap: wrap;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row > div {
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row > div:nth-child(1) {
    flex-basis: 66.66%;
  }
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row > div:nth-child(2) {
    flex-basis: 33.33%;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row > div:nth-child(2) {
  position: initial;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 > div.row > div:nth-child(2) div {
  height: 100%;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title {
    padding-bottom: 60px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
  font-weight: 400;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 15px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p:before {
  content: "";
  background: #ff4fb6;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-little-title p:before {
    width: 100px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content {
    padding: 0;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.2px;
  color: #000000;
  text-transform: none;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content h4 {
    font-size: 60px;
    line-height: 70px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper {
  padding-top: 30px;
  /*a {
                                    width: 100%;
                                    text-decoration: none;

                                    @media(@sm) {
                                        display: flex;
                                    }*/
  /*@media(@sm) {
                                            width: calc(~"100% - 100px");
                                            padding-left:10px;
                                        }*/
  /*  }*/
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div {
  padding: 0;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper:first-child {
  padding-top: 15px;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper {
    padding-top: 50px;
  }
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper:first-child {
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper:nth-child(3) {
    display: none;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .post-date {
  width: 100%;
  background-color: #ff4fb6;
  margin-top: 3px;
  margin-bottom: 10px;
  letter-spacing: unset;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 31px;
  line-height: 41px;
  font-weight: 600;
  padding-top: 5px;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .post-date {
    width: 100px;
    height: 100px;
    margin-bottom: 0px;
    padding-top: 10px;
    float: left;
  }
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .blog-headline {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .blog-headline a {
  margin: 0;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .blog-headline a {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .blog-headline a {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper .blog-headline a {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper p {
    width: calc(100% - 100px);
    padding-left: 10px;
    margin-left: auto;
    margin-right: 0;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn {
  padding-top: 25px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn {
    padding-right: 0;
    padding-top: 50px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p {
  margin: 0;
  text-align: right;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a {
  display: inline-block;
  font-size: 16px;
  border: 5px solid #ff4fb6;
  text-decoration: none;
  padding: 7.5px 15px 5px 15px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .section-btn p a:hover {
  color: #000000;
  background-color: #ff4fb6;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image {
  position: initial;
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media {
  margin-top: 30px;
  height: 150px!important;
  overflow: hidden;
  position: initial;
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media {
    width: calc(((100% - 960px) / 2) + (960px * 0.33));
    height: 100%!important;
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media {
    width: calc(((100% - 1140px) / 2) + (1140px * 0.33));
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media {
    width: calc(((100% - 1320px) / 2) + (1320px * 0.33));
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media .image-item {
  width: 100%;
  height: 100%!important;
  top: 0;
  right: 0;
  position: relative;
}
@media (max-width: 991px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media .image-item {
    height: 200px!important;
    position: absolute;
    top: calc(100% - 200px);
  }
}
body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media .image-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 20%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media .image-item img {
    object-position: 0px 30%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-2 div.row-inner.row-level-1 .widget-image .section-media .image-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
body .main-contant-wrapper div.home-section.home-section-3 {
  position: relative;
  background-image: url(/modules/pspagebuilder/views/img/home-trouver-cours-bg.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 60%;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-3 {
    background-size: 50%;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-3 {
    background-size: 50%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-3 {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-3 {
    background-size: 25%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-3 {
    background-size: 20%;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 {
  padding: 10px 15px 40px 15px;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .pk-widget {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title {
    padding-bottom: 60px;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
  font-weight: 400;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 15px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p:before {
  content: "";
  background: #00aeef;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-little-title p:before {
    width: 100px;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content h2 {
  margin: 0;
  letter-spacing: -0.2px;
  text-align: center;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content h2:first-child {
  font-weight: 600;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content p {
  margin: 0;
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .section-content p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs {
  display: none;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs {
    display: block;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs ul {
  display: flex;
  justify-content: space-between;
  margin: 45px 0;
  border-bottom: 3px solid #5eccf5;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs ul li {
  width: 100%;
  margin-bottom: -3px;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs ul li a {
  display: block;
  padding: 15px 0;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 100%;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs ul li a.active {
  background-color: #00aeef;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-tabs ul li a:hover {
  background-color: #5eccf5;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-select {
  margin: 45px 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-select {
    display: none;
  }
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .search-select select {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0 0.5rem;
  height: calc(2.5rem - 2px);
  -webkit-appearance: none;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 0.5rem center / 1.25rem 1.25rem;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container .cat-link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding-top: 66.66%;
  position: relative;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container .cat-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container .cat-title h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
  letter-spacing: -0.2px;
  font-weight: 600;
  color: #ffffff;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container .cat-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}
body .main-contant-wrapper div.home-section.home-section-3 div.row-inner.row-level-1 .search-cat .cat-container .cat-image img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
body .main-contant-wrapper div.home-section.home-section-4 {
  position: relative;
  background-image: url(/modules/pspagebuilder/views/img/home-nouvelle-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 {
  padding: 10px 15px 40px 15px;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .pk-widget {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title {
    padding-bottom: 60px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 15px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p:before {
  content: "";
  background: #9fcf67;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-little-title p:before {
    width: 100px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
  margin: 0;
  letter-spacing: -0.2px;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4:first-child {
  font-weight: 600;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 {
    font-size: 60px;
    line-height: 70px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content h4 span {
  text-transform: none;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner {
  padding-top: 45px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper:first-child {
  padding-left: 0px;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper:last-child {
  padding-right: 0px;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div {
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div {
    display: flex;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div {
    display: block;
    margin: 0 10px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div {
    margin: 0 20px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div {
  margin: 0;
  width: 100%;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a {
  display: block;
  height: 175px;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: none;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a {
    height: 100%;
    width: 35%;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a {
    float: none;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    height: 175px;
    width: 100%;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  transition: none;
  object-fit: cover;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a img {
    min-height: auto;
    height: 100%;
    width: auto!important;
    max-width: none;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > a img {
    height: initial;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%!important;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div {
  padding: 20px 25px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div {
    float: right;
    width: 65%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div {
    float: none;
    width: 100%;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #9fcf67;
  margin: 0;
  text-transform: none;
  letter-spacing: 0px;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div .blog-headline {
  padding-top: 7.5px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div .blog-headline {
    padding-top: 15px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div .blog-headline a {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0;
  transition: none;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div .blog-headline a {
    font-size: 24px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div p {
    padding-top: 15px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child {
  margin: 0;
  text-align: right;
  padding-top: 15px;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child {
    padding-top: 30px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child a.btn {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #9fcf67;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  font-weight: 600;
  transition: none;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child a.btn {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child a.btn {
    font-size: 21px;
    line-height: 28px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-content .widget-inner .pk-posts .pk-carousel-wrapper > div > div > div div:last-child a.btn:hover {
  color: #000000;
  background-color: #9fcf67;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn {
  padding-top: 15px;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn {
    padding-right: 0;
    padding-top: 50px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p {
  margin: 0;
  text-align: center;
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #9fcf67;
  text-decoration: none;
  padding: 7.5px 35px 5px 35px;
  color: #ffffff;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a {
    padding: 7.5px 45px 5px 45px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a {
    padding: 7.5px 55px 5px 55px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-4 div.row-inner.row-level-1 .section-btn p a:hover {
  color: #ffffff;
  background-color: #9fcf67;
}
body .main-contant-wrapper div.home-section.home-section-5 {
  position: relative;
  background-image: url(/modules/pspagebuilder/views/img/home-resaux-sociaux-bg.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 60%;
}
@media (min-width: 576px) {
  body .main-contant-wrapper div.home-section.home-section-5 {
    background-size: 50%;
  }
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-5 {
    background-size: 50%;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-5 {
    background-size: 30%;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-5 {
    background-size: 25%;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-5 {
    background-size: 20%;
  }
}
body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 {
  padding: 10px 15px 40px 15px;
}
body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .pk-widget {
  margin: 0;
}
body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title {
    padding-bottom: 90px;
  }
}
body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0px;
  font-weight: 400;
  position: relative;
  margin: 0;
}
@media (min-width: 768px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 7px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p {
    padding-top: 15px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p:before {
  content: "";
  background: #ff4fb6;
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 50px;
}
@media (min-width: 1200px) {
  body .main-contant-wrapper div.home-section.home-section-5 div.row-inner.row-level-1 .section-little-title p:before {
    width: 100px;
  }
}
body .main-contant-wrapper .cours-card {
  background-color: transparent;
  perspective: 1000px;
  height: auto;
}
body .main-contant-wrapper .cours-card:hover .cours-card-inner {
  transform: rotateY(180deg);
}
body .main-contant-wrapper .cours-card .cours-card-inner {
  background-color: transparent;
  border: 2px solid #00aeef;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
body .main-contant-wrapper .cours-card .cours-card-inner.blue-card {
  border-color: #00aeef;
}
body .main-contant-wrapper .cours-card .cours-card-inner.blue-card h3,
body .main-contant-wrapper .cours-card .cours-card-inner.blue-card a.btn {
  color: #00aeef !important;
}
body .main-contant-wrapper .cours-card .cours-card-inner.blue-card a.btn {
  border-color: #00aeef;
}
body .main-contant-wrapper .cours-card .cours-card-inner.blue-card a.btn:hover {
  background-color: #00aeef;
}
body .main-contant-wrapper .cours-card .cours-card-inner.green-card {
  border-color: #9fcf67;
}
body .main-contant-wrapper .cours-card .cours-card-inner.green-card h3,
body .main-contant-wrapper .cours-card .cours-card-inner.green-card a.btn {
  color: #9fcf67 !important;
}
body .main-contant-wrapper .cours-card .cours-card-inner.green-card a.btn {
  border-color: #9fcf67;
}
body .main-contant-wrapper .cours-card .cours-card-inner.green-card a.btn:hover {
  background-color: #9fcf67;
}
body .main-contant-wrapper .cours-card .cours-card-inner.pink-card {
  border-color: #ff4fb6;
}
body .main-contant-wrapper .cours-card .cours-card-inner.pink-card h3,
body .main-contant-wrapper .cours-card .cours-card-inner.pink-card a.btn {
  color: #ff4fb6 !important;
}
body .main-contant-wrapper .cours-card .cours-card-inner.pink-card a.btn {
  border-color: #ff4fb6;
}
body .main-contant-wrapper .cours-card .cours-card-inner.pink-card a.btn:hover {
  background-color: #ff4fb6;
}
body .main-contant-wrapper .cours-card .cours-card-inner.purple-card {
  border-color: #333192;
}
body .main-contant-wrapper .cours-card .cours-card-inner.purple-card h3,
body .main-contant-wrapper .cours-card .cours-card-inner.purple-card a.btn {
  color: #333192 !important;
}
body .main-contant-wrapper .cours-card .cours-card-inner.purple-card a.btn {
  border-color: #333192;
}
body .main-contant-wrapper .cours-card .cours-card-inner.purple-card a.btn:hover {
  background-color: #333192;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front,
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back {
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  background-color: #ffffff;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front {
  z-index: 1;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .cours-card-img {
  position: relative;
  height: 170px;
  width: 100%;
  overflow: hidden;
  margin: 0;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .cours-card-img img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description {
  padding: 0 15px;
  padding-bottom: 10px;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description h3 {
  text-align: center;
  color: #00aeef;
  text-transform: uppercase;
  width: 100%!important;
  float: none!important;
  font-style: normal!important;
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0 0 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description h3 + p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  line-height: 21px;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info {
  color: #000000;
  margin-top: 7.5px;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info > span {
  width: 50%;
  padding: 2.5px 0;
  text-transform: uppercase;
  font-weight: 400;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info .cours-card-gender {
  float: left;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info .cours-card-age {
  float: right;
  text-align: right;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info .cours-card-type {
  float: left;
  color: #555555;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info .cours-card-time {
  float: right;
  text-align: right;
  color: #555555;
  position: relative;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-front .product-description .cours-card-info .cours-card-time.show-icon:before {
  content: url(../img/course/course_time_icon.png);
  position: absolute;
  transform: translateX(calc(-100% - 5px)) translateY(2px);
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back {
  z-index: 9;
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 15px;
  padding-bottom: 10px;
  text-align: center;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back h3 {
  text-align: center;
  color: #00aeef;
  text-transform: uppercase;
  width: 100%!important;
  float: none!important;
  font-style: normal!important;
  font-size: 24px;
  line-height: 29px;
  margin: 10px 0 0 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back h3 {
    font-size: 27px;
    line-height: 32px;
  }
}
@media (min-width: 1200px) {
  body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back div.short-desc {
  margin: 15px 0 7.5px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 21px;
  height: 66%;
  overflow: hidden;
  position: relative;
  /*
                    &::before {
                        content:'';
                        position:absolute;
                        width: 100%;
                        height: 100%;
                        box-shadow: 1px -119px 44px -75px rgba(255,255,255,1) inset;
                        -webkit-box-shadow: 1px -119px 44px -75px rgba(255,255,255,1) inset;
                        -moz-box-shadow: 1px -119px 44px -75px rgba(255,255,255,1) inset;
                    }*/
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back div.short-desc p {
  line-height: 21px;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back div.text-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 1px -170px 35px -75px #ffffff inset;
  -webkit-box-shadow: 1px -170px 35px -75px #ffffff inset;
  -moz-box-shadow: 1px -170px 35px -75px #ffffff inset;
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back a.btn {
  font-size: 17px;
  font-weight: 600;
  margin: 5px 0;
  width: auto;
  padding: 6.5px 15px 5px 15px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  text-align: center;
  color: #000000 !important;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
body .main-contant-wrapper .cours-card .cours-card-inner .cours-card-back a.btn:hover {
  color: #ffffff !important;
}
body div.page-width.main-content {
  padding: 30px 0;
}
@media (min-width: 1200px) {
  body div.page-width.main-content {
    padding: 65px 0;
  }
}
body body#index div.page-width.main-content {
  padding: 0;
}
@media (min-width: 1200px) {
  body body#index div.page-width.main-content {
    padding: 0;
  }
}
body .section-sidenav {
  background-color: #e1e0ef;
}
body .section-sidenav .sidenav-title {
  background-color: #333192;
  padding: 10px 0 7.5px 0;
}
body .section-sidenav .sidenav-title h4 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
}
body .section-sidenav .sidenav-link {
  padding: 5px 10px;
}
@media (min-width: 768px) {
  body .section-sidenav .sidenav-link {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  body .section-sidenav .sidenav-link {
    padding: 10px 30px;
  }
}
@media (min-width: 1600px) {
  body .section-sidenav .sidenav-link {
    padding: 10px 40px;
  }
}
body .section-sidenav .sidenav-link ul {
  margin: 0;
}
body .section-sidenav .sidenav-link ul li {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
@media (min-width: 768px) {
  body .section-sidenav .sidenav-link ul li {
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  body .section-sidenav .sidenav-link ul li {
    padding: 10px 0;
  }
}
body .section-sidenav .sidenav-link ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
@media (min-width: 768px) {
  body .section-sidenav .sidenav-link ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  body .section-sidenav .sidenav-link ul li a {
    font-size: 20px;
  }
}
body .section-sidenav .sidenav-link ul li.nav-selected a {
  color: #333192;
  text-decoration: underline!important;
}
body .cta-wrapper {
  margin: 0;
}
body .cta-wrapper .cta {
  margin-top: 30px;
  background-color: #00aeef;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
body .cta-wrapper .cta:last-child {
  margin-bottom: 30px;
}
body .cta-wrapper .cta:before {
  z-index: 0;
  content: url('../img/pages/sidebar/sidebar-icon-news.png');
  position: absolute;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
body .cta-wrapper .cta:hover:before {
  filter: brightness(65%);
}
body .cta-wrapper .cta:nth-child(3n + 1) {
  background-color: #c6167d;
}
body .cta-wrapper .cta:nth-child(3n + 1):hover {
  background-color: #ff4fb6;
}
body .cta-wrapper .cta:nth-child(3n + 1):hover:before {
  filter: brightness(75%);
}
body .cta-wrapper .cta:nth-child(3n + 1):before {
  content: url('../img/pages/sidebar/sidebar-icon-news.png');
  transform: translateY(calc(-50% - 5px)) scale(1.1);
}
body .cta-wrapper .cta:nth-child(3n + 2) {
  background-color: #386701;
}
body .cta-wrapper .cta:nth-child(3n + 2):hover {
  background-color: #9fcf67;
}
body .cta-wrapper .cta:nth-child(3n + 2):hover:before {
  filter: brightness(45%);
}
body .cta-wrapper .cta:nth-child(3n + 2):before {
  content: url('../img/pages/sidebar/sidebar-icon-soleil.png');
  transform: translateY(calc(-50% + 5px)) scale(1.05);
  opacity: 0.6;
}
body .cta-wrapper .cta:nth-child(3n + 3) {
  background-color: #016f98;
}
body .cta-wrapper .cta:nth-child(3n + 3):hover {
  background-color: #00aeef;
}
body .cta-wrapper .cta:nth-child(3n + 3):hover:before {
  filter: brightness(80%);
}
body .cta-wrapper .cta:nth-child(3n + 3):before {
  content: url('../img/pages/sidebar/sidebar-icon-loupe.png');
  transform: translateY(calc(-50% - 7.5px)) scale(1.05);
}
body .cta-wrapper .cta a {
  display: block;
  padding: 20px 20px;
  position: relative;
  z-index: 9;
}
@media (min-width: 1600px) {
  body .cta-wrapper .cta a {
    padding: 20px 40px;
  }
}
body .cta-wrapper .cta a:hover {
  text-decoration: none;
}
body .cta-wrapper .cta a:hover h4 {
  color: #000000;
}
body .cta-wrapper .cta a h4 {
  position: relative;
  margin: 0;
  color: #ffffff;
  font-weight: 400;
  transition: all 0.4s ease;
}
body .cta-wrapper .cta a h4:last-child {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}
body div.simpleblog__listing {
  margin: 0;
}
body div.simpleblog__listing > div.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post {
    padding-left: 15px;
    padding-right: 15px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div {
  background-color: #eeeeee;
  height: 100%;
  margin-bottom: 30px;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > a {
  display: block;
  border-top-left-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: none;
  transition: color 0.3s ease;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 5px;
  height: 175px;
  width: 100%;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > a img {
  position: absolute;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  transition: none;
  object-fit: cover;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%!important;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div {
  padding: 20px 25px;
  float: none;
  width: 100%;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #9fcf67;
  margin: 0!important;
  text-transform: none;
  letter-spacing: 0px;
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div .blog-headline {
  padding-top: 7.5px;
}
@media (min-width: 1200px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div .blog-headline {
    padding-top: 15px;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div .blog-headline a {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin: 0;
  transition: none;
}
@media (min-width: 1200px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div .blog-headline a {
    font-size: 24px;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}
@media (min-width: 1200px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div p {
    padding-top: 15px;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child {
  margin: 0;
  text-align: right;
  padding-top: 10px;
}
@media (min-width: 576px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child {
    padding-top: 15px;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child a.btn {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #9fcf67;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  font-weight: 600;
  transition: none;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child a.btn {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child a.btn {
    font-size: 21px;
    line-height: 28px;
  }
}
body div.simpleblog__listing > div.row .simpleblog__listing__post > div > div div:last-child a.btn:hover {
  color: #000000;
  background-color: #9fcf67;
}
body .product-variants > .product-variants-item {
  margin-bottom: 10px;
}
body .product-variants > .product-variants-item > span.control-label {
  margin-bottom: 5px;
}
body .product-variants > .product-variants-item > ul.type-radio {
  margin: 0;
}
body .pk-cookie-bar {
  padding: 15px 0;
  background-color: #222222;
}
body .pk-cookie-bar button.btn,
body .pk-cookie-bar a {
  background-color: unset;
  width: auto;
  padding: 5px;
  border: 1px solid #ffffff;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  font-weight: 400;
}
body .pk-cookie-bar button.btn:hover,
body .pk-cookie-bar a:hover {
  background-color: unset;
  color: #ff4fb6;
  border-color: #ff4fb6;
  opacity: 1;
}
body .pk-cookie-bar .pk-bar-link {
  margin: 0 15px;
}
body .pk-cookie-bar .pk-bar-link a {
  border: 0px;
}
body .product-miniature {
  margin-bottom: 30px!important;
}
body .pts-container-wrap.home-section-5.home-section {
  display: none!important;
  opacity: 0!important;
}
body#checkout.op-requestpayment header#header div.headerbuilder > div.pts-container-wrap:first-child .row-level-1 > div > div:last-child .col-inner {
  display: none!important;
}
body#checkout.op-requestpayment header#header div.headerbuilder > div.pts-container-wrap:last-child ul#top-menu,
body#checkout.op-requestpayment header#header div.headerbuilder > div.pts-container-wrap:last-child div {
  display: none!important;
}
body#checkout.op-requestpayment .main-contant-wrapper {
  min-height: calc(100vh - 55px);
}
body#checkout.op-requestpayment .main-contant-wrapper .sub-hero-wrapper .sub-hero-container .container {
  padding-top: 68.95px !important;
}
body#checkout.op-requestpayment footer .footer-main .partner-logo {
  display: none!important;
}
body#checkout.op-requestpayment footer .footer-main div.footer-content {
  display: none!important;
}
body#checkout.op-requestpayment .main-contant-wrapper .section-breadcrumb-wrapper {
  display: none!important;
}
body#checkout.op-requestpayment section#main {
  margin: 0!important;
}
body#checkout.op-requestpayment .custom-checkbox input[type=checkbox] + span {
  margin-top: -2px;
}
body#checkout.op-requestpayment #wrapper {
  padding: 0!important;
}
body#checkout.op-requestpayment .main-contant-wrapper .sub-hero-wrapper:before {
  display: none!important;
}
body#checkout.op-requestpayment #conditions-to-approve li {
  display: flex;
}
body#checkout.op-requestpayment .alert-danger {
  margin-top: 30px;
  margin-bottom: 0;
}
body .hasNonResidencyFees.alert p {
  margin: 0;
  padding: 0;
}
body .product-non-residency-fees {
  display: inline-block;
}
body .product-non-residency-fees .hasNonResidencyFees {
  padding: 2px 5px!important;
}
body .product-non-residency-fees .hasNonResidencyFees.alert p {
  line-height: 21px;
  margin: 0;
  padding: 0;
}
body footer .footer-main {
  padding: 0!important;
  background-color: #000000;
  color: #ffffff;
}
body footer .footer-main .partner-logo {
  background-color: #00aeef;
  padding: 50px 0;
  display: none;
}
@media (min-width: 768px) {
  body footer .footer-main .partner-logo {
    display: block;
  }
}
body footer .footer-main .partner-logo .row.clearfix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
body footer .footer-main .partner-logo .row.clearfix > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 calc(100% / 5);
  width: auto;
  max-width: 100%;
  padding: 0!important;
  float: unset !important;
}
body footer .footer-main .partner-logo .image-item {
  margin: 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  body footer .footer-main .partner-logo .image-item {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  body footer .footer-main .partner-logo .image-item {
    padding: 0 45px;
  }
}
body footer .footer-main .partner-logo .image-item a {
  display: block;
  position: relative;
  padding-top: 120px;
}
body footer .footer-main .partner-logo .image-item a:hover img {
  opacity: 0.6;
}
body footer .footer-main .partner-logo .image-item a img {
  transition: all 0.2s ease;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
body footer .footer-main div.footer-content {
  background-color: #000000;
  padding: 30px 0 30px;
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(1) {
    width: 41.666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(1) div.row > div:nth-child(1) {
    width: 50%!important;
  }
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(1) div.row > div:nth-child(1) {
    width: 41.666667%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(1) div.row > div:nth-child(2) {
    width: 50%!important;
  }
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(1) div.row > div:nth-child(2) {
    width: 58.333333%;
  }
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(2) {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.row.clearfix > div:nth-child(3) {
    width: 8.333333%;
  }
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content {
    padding-top: 45px;
    padding-bottom: 0px;
  }
}
body footer .footer-main div.footer-content .logo-content-wrapper .widget-image {
  display: flex;
  justify-content: center;
  align-content: center;
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content .logo-content-wrapper .widget-image {
    display: block;
  }
}
body footer .footer-main div.footer-content .logo-content-wrapper .widget-image div.image-item {
  text-align: center;
}
@media (min-width: 1200px) {
  body footer .footer-main div.footer-content .logo-content-wrapper .widget-image div.image-item {
    text-align: left;
  }
}
body footer .footer-main div.footer-content .logo-content-wrapper .widget-image div.image-item a:hover img {
  transform: inherit;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact {
  text-align: center;
  padding-top: 25px;
  margin: 0;
}
@media (min-width: 576px) {
  body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact {
    text-align: left;
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact {
    padding-top: 0px;
  }
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  font-weight: bold;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p:last-child {
  margin: 0;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p a {
  color: #ffffff;
  font-weight: bold;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p a:first-child {
  text-decoration: none;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p a:first-child:hover {
  text-decoration: underline;
}
body footer .footer-main div.footer-content .logo-content-wrapper div.footer-contact p {
  margin: 0 0 30px;
}
body footer .footer-main div.footer-content div.footer-nav {
  padding-top: 5px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content div.footer-nav {
    display: block;
  }
}
body footer .footer-main div.footer-content div.footer-nav a {
  color: #ffffff;
  text-decoration: none;
  color: #ffffff !important;
  font-size: 16px;
  white-space: nowrap;
  padding: 0;
}
body footer .footer-main div.footer-content div.footer-nav a:hover {
  text-decoration: underline;
}
body footer .footer-main div.footer-content div.footer-nav .icon_menu {
  display: none!important;
}
body footer .footer-main div.footer-content div.footer-nav ul#top-menu {
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content div.footer-nav ul#top-menu {
    max-height: 600px;
  }
}
@media (min-width: 1600px) {
  body footer .footer-main div.footer-content div.footer-nav ul#top-menu {
    max-height: 600px;
  }
}
body footer .footer-main div.footer-content div.footer-nav ul#top-menu > li > div {
  display: block!important;
  opacity: 1!important;
  visibility: visible;
  background-color: unset;
  border: none;
  box-shadow: none;
  position: inherit;
  padding: 0;
  width: 100%!important;
}
body footer .footer-main div.footer-content div.footer-nav ul#top-menu > li > div > div {
  margin: 0;
}
body footer .footer-main div.footer-content div.footer-nav ul {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
}
body footer .footer-main div.footer-content div.footer-nav ul li {
  float: left;
  text-align: left;
}
body footer .footer-main div.footer-content div.footer-nav ul li ul {
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #ffffff;
}
body footer .footer-main div.footer-content div.footer-nav ul li ul li {
  float: none;
  margin: 12px 0;
}
body footer .footer-main div.footer-content div.footer-nav ul li ul li a {
  color: #ffffff;
}
body footer .footer-main div.footer-content div.footer-nav ul li.nav-parent {
  margin-right: 15px;
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu {
  display: flex!important;
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu ul {
  margin-left: 10px;
}
@media (min-width: 1200px) {
  body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu ul {
    margin-left: 20px;
  }
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu ul li:last-child {
  margin-bottom: 0px;
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu ul li a {
  font-weight: 300;
  white-space: unset;
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu > li {
  margin-bottom: 25px;
}
body footer .footer-main div.footer-content div.footer-nav.footer-nav ul.top-menu > li > a > span {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
}
body footer .footer-main div.footer-content div.footer-nav.footer-secondary-nav ul > li {
  margin: 24px 0;
  float: none;
}
body footer .footer-main div.footer-content div.footer-nav.footer-secondary-nav ul > li:first-child {
  margin-top: 0;
}
body footer .footer-main div.footer-content div.footer-social div.social-links {
  padding-top: 15px;
}
@media (min-width: 992px) {
  body footer .footer-main div.footer-content div.footer-social div.social-links {
    padding-top: 0;
  }
}
body footer .footer-main div.footer-content div.footer-social div.social-links a {
  margin-bottom: 15px;
}
body footer .footer-main div.footer-content div.footer-social div.social-links a i.fa {
  color: #ffffff;
  font-size: 28px;
  transition: all 0.3s;
}
body footer .footer-main div.footer-content div.footer-social div.social-links a i.fa:hover {
  color: #00aeef;
}
body footer .footer-main div.footer-content div.footer-social div.social-links a i.fa-facebook {
  background: #ffffff;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #000000;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  padding-top: 5px;
  font-size: 22px;
  margin-right: 10px;
  margin-top: 2px;
}
body footer .footer-main div.footer-content div.footer-social div.social-links a i.fa-facebook:hover {
  text-decoration: none;
  background: #00aeef;
  color: #000000;
}
body footer .footer-main .copyrightContent {
  position: relative;
  background-color: #222222;
  padding: 10px 0;
}
body footer .footer-main .copyrightContent div {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
@media (min-width: 576px) {
  body footer .footer-main .copyrightContent .row.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body footer .footer-main .copyrightContent .row.clearfix p {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  body footer .footer-main .copyrightContent .row.clearfix p {
    text-align: left;
    margin: 0;
  }
}
body footer .footer-main .copyrightContent .row.clearfix a:hover img {
  transform: scale(1) !important;
}
body footer .footer-main .copyrightContent .row.clearfix a img {
  float: none;
  display: block;
  padding: 0 5px;
  margin: 0 auto;
  max-width: 100px;
}
@media (min-width: 768px) {
  body footer .footer-main .copyrightContent .row.clearfix a img {
    float: right;
    margin: 0;
  }
}
@media (max-width: 480px) {
  body .footerbuilder .row > div {
    margin-bottom: 0!important;
  }
}
@media (max-width: 500px) {
  body #pattern .footer-main .page-width > div {
    margin-bottom: 0!important;
  }
}
