/*
 Theme Name:     Rix Tandteknik
 Author:         PB Web
 Author URI:     https://pbweb.dk
 Version:        0.2
*/
/* =Theme customization starts here
------------------------------------------------------- */
/** CRITICAL **/
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Thin.otf") format("opentype");
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Light.otf") format("opentype");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Regular.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-Medium.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/rix/fonts/Montserrat_OTF/Montserrat-SemiBold.otf") format("opentype");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: "Sea Angel";
  src: url("/wp-content/themes/rix/fonts/Sea-Angel_OTF/Reguler.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
html, body {
  margin: 0;
  font-display: optional;
}

.preload *:not([data-aos]) {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

#page-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.grecaptcha-badge {
  display: none !important;
}

img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

* {
  box-sizing: border-box;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

blockquote {
  margin: 0;
}

#main-content {
  overflow: hidden;
}
#main-content section {
  position: relative;
}

.lightbox .lb-image {
  border: 0;
}

@media (max-width: 991px) {
  /*
  #main-content .wp-block-image{
    position: relative;
    padding-bottom:75%;

    img{
      position: absolute;
      top:0;
      left:0;
      width:100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
}
.grecaptcha-badge {
  display: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

@media screen and (max-width: 500px) {
  #wpadminbar #wp-admin-bar-duplicate-post, #wpadminbar #wp-admin-bar-query-monitor, #wpadminbar #wp-admin-bar-wpseo-menu {
    display: none;
  }
}
#header {
  display: flex !important;
  background: #F4F0EC;
  padding: 25px 0px 25px 50px;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  max-width: 400px;
  width: 100%;
  z-index: 100;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F4F0EC;
  z-index: -1;
}
#header .header-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
}
#header .header-navigation {
  width: 100%;
}
#header #logo {
  margin-bottom: 60px;
  padding-right: 50px;
}
#header #logo a {
  display: block;
}
#header #logo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
}
@media (max-width: 1500px) {
  #header {
    max-width: 350px;
    padding: 30px 0 30px 30px;
  }
}
#header .action-list {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: 0;
  transform: translateX(50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
#header .action-list a {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3C6D8F;
  color: #fff;
}
#header .action-list .facebook {
  background: #F89574;
}

#main-content {
  width: calc(100% - 400px);
  margin: 0 !important;
}
@media (max-width: 1500px) {
  #main-content {
    width: calc(100% - 350px);
  }
}

@media (min-width: 1200px) {
  .admin-bar #header {
    top: 32px;
    height: calc(100% - 32px);
  }
}
@media (max-width: 1199px) {
  #header-spacer {
    display: block !important;
  }
  #main-content {
    width: 100%;
    margin-top: 50px;
  }
  #header {
    max-width: none;
    height: 50px;
    padding: 0 22px 0 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #header #logo {
    margin: 0;
  }
  #header #logo img {
    height: 16px;
    width: auto;
  }
  #header .header-navigation {
    display: none !important;
  }
  #header .header-bottom {
    display: none !important;
  }
  #header .header-top {
    display: block;
    flex-grow: 0;
    justify-content: flex-start;
  }
  #header .action-list {
    position: static;
    transform: none;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    flex-direction: row;
    color: #3C6D8F;
  }
  #header .action-list a {
    width: auto;
    height: 20px;
    padding: 0 12px;
    background: transparent !important;
    color: #3C6D8F;
  }
  #header .action-list svg {
    height: 20px;
    width: auto;
  }
  #header .mobile-menu-toggle {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 12px;
    cursor: pointer;
  }
  .admin-bar #header {
    top: 32px;
  }
  .scrolled #header {
    top: 0 !important;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 0 10px 0 20px;
  }
  #header #logo {
    padding-right: 10px;
  }
}
@media (max-width: 350px) {
  #header .action-list .email, #header .action-list .facebook {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .primary-nav ul.menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .primary-nav ul.menu li {
    display: block;
    padding: 10px 0;
  }
  .primary-nav ul.menu li.current-menu-item > a {
    font-weight: 600;
  }
  .primary-nav ul.menu > li {
    padding: 15px 5px;
    transition: background-color 0.3s ease-out;
  }
  .primary-nav ul.menu > li:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .primary-nav ul.menu > li > ul {
    position: fixed;
    top: 0;
    left: 400px;
    width: 400px;
    background: #F7F4F2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100%);
    pointer-events: none;
    -webkit-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -moz-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -ms-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -o-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    z-index: -2;
    padding-left: 80px;
  }
  .primary-nav ul.menu > li > ul ul {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .primary-nav ul.menu > li > ul {
    width: 350px;
    left: 350px;
  }
}
@media screen and (min-width: 1200px) {
  .primary-nav ul.menu > li > ul.sub-menu-shown {
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
  }
  .primary-nav a {
    display: block;
    color: #3C6D8F;
    text-decoration: none;
  }
  .primary-nav a .dropdown-trigger {
    display: none;
  }
  .cta-nav {
    margin-top: auto;
  }
  .cta-nav ul.menu {
    isplay: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .cta-nav ul.menu li {
    display: block;
  }
  .cta-nav ul.menu > li a {
    padding: 15px 0 15px 50px;
    position: relative;
  }
  .cta-nav ul.menu > li a:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .cta-nav ul.menu > li ul {
    display: none;
  }
  .cta-nav ul.menu a {
    display: block;
    color: #F89574;
    text-decoration: none;
    font-weight: 500;
  }
}
@media screen and (min-width: 1200px) {
  #mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  #mobile-menu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 400px;
    -webkit-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -moz-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -ms-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    -o-transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    transition: 0.4s all cubic-bezier(0.73, 0, 0.42, 1);
    background: #F4F0EC;
    opacity: 0;
    display: block !important;
    z-index: 10000000;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    pointer-events: none;
  }
  .admin-bar #mobile-menu {
    top: 32px;
  }
  #mobile-menu .inner {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
  }
  #mobile-menu ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  #mobile-menu ul.menu li {
    display: block;
    position: relative;
  }
  #mobile-menu ul.menu li a {
    color: #466A8E;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #mobile-menu ul.menu li a .dropdown-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 44px;
    height: 44px;
    transition: transform 0.3s ease-out;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    background: url("/wp-content/themes/rix/img/icons/chevron-right.svg") no-repeat center center/12px auto;
  }
  #mobile-menu ul.menu li ul {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    min-height: 100%;
    overflow-y: scroll;
    width: 100%;
    background: #FAF7F5;
    transform: translateX(100%);
    -webkit-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
    -moz-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
    -ms-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
    -o-transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
    transition: 0.4s transform cubic-bezier(0.73, 0, 0.42, 1);
    padding: 80px 0px 35px 25px;
    overflow: hidden;
    z-index: 10;
  }
  #mobile-menu ul.menu li ul li {
    border: 0 !important;
    background: none !important;
    display: block;
  }
  #mobile-menu ul.menu li ul li:last-child {
    border-bottom: 0;
  }
  #mobile-menu ul.menu li.current-menu-item > ul, #mobile-menu ul.menu li.current-menu-ancestor > ul {
    display: block;
  }
  #mobile-menu ul.menu li.wpml-ls-item > a {
    display: none;
  }
  #mobile-menu ul.menu li.wpml-ls-item > ul {
    padding: 0;
    display: block;
    padding-left: 5px;
  }
  #mobile-menu ul.menu li.wpml-ls-item > ul li {
    display: inline-block;
  }
  #mobile-menu ul.menu li.wpml-ls-item > ul li > a {
    display: block !important;
    padding: 10px 10px 10px 10px;
  }
  #mobile-menu .menu-2 ul.menu > li:first-child {
    border-top: 0;
  }
  #mobile-menu .menu-cta-menu-container ul.menu {
    margin-top: 40px;
  }
  #mobile-menu .menu-cta-menu-container ul.menu > li a {
    padding: 15px 0 15px 42px;
    position: relative;
  }
  #mobile-menu .menu-cta-menu-container ul.menu > li a:before {
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.208' height='36.208' viewBox='0 0 36.208 36.208'%3E%3Cg transform='translate(33.371 34.789) rotate(-135)'%3E%3Cpath d='M34.689-11.092,10.5,13.1' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M23.038,23.038H10.5V10.5' transform='translate(0 -9.941)' fill='none' stroke='%23F89574' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  #mobile-menu .menu-cta-menu-container ul.menu > li ul {
    display: none;
  }
  #mobile-menu .menu-cta-menu-container ul.menu a {
    display: block;
    color: #F89574;
    text-decoration: none;
    font-weight: 500;
  }
  .menu-shown #mobile-menu {
    transform: translateX(-100%);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
    opacity: 1;
    pointer-events: all;
  }
  .menu-content {
    padding: 80px 0px 35px 25px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contact {
    padding: 35px 33px;
  }
  .contact .booking-menu-toggle {
    margin-top: 0;
  }
}
.close-menu, .back-menu {
  position: absolute;
  top: 10px;
  padding: 10px;
  cursor: pointer;
  z-index: 15;
}
.close-menu .icon, .back-menu .icon {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-menu .icon img, .back-menu .icon img {
  width: 100%;
  display: block;
  height: auto;
  max-width: none;
  max-height: none;
}

.close-menu {
  right: 10px;
}
.close-menu .icon img {
  width: 25px;
}

.back-menu {
  left: 10px;
}

@media (max-width: 1199px) {
  .menu-shown {
    overflow: hidden;
  }
  .scrolled #mobile-menu {
    top: 0 !important;
  }
}
.container, .container-extra-wide, .container-wide, .container-very-narrow, .container-narrow {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.container-narrow {
  max-width: 1000px;
}

.container-very-narrow {
  max-width: 770px;
}

.container-wide {
  max-width: 1800px;
}

.container-extra-wide {
  max-width: 2000px;
}

.container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.container-left {
  width: 100%;
  padding-left: 60px;
}
@media (min-width: 1801px) {
  .container-left {
    margin-left: calc((100% - 1800px) / 2 + 20px);
    width: auto;
    padding-left: 0;
  }
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-left: -20px;
  margin-right: -20px;
  gap: normal !important;
}
.row.wp-block-columns {
  margin-bottom: 0;
}
.row > .wp-block-column {
  margin-left: 0 !important;
}
.row > * {
  flex: 0 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
}
.row .order-0 {
  order: 0;
}
.row .order-1 {
  order: 1;
}
.row .order-2 {
  order: 2;
}
.row .order-3 {
  order: 3;
}
.row .order-4 {
  order: 4;
}
.row .order-5 {
  order: 5;
}
.row .order-6 {
  order: 6;
}
.row .order-7 {
  order: 7;
}
.row .order-8 {
  order: 8;
}
.row .order-9 {
  order: 9;
}
.row .order-10 {
  order: 10;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}
.row.gutter-40 > * {
  padding-left: 40px;
  padding-right: 40px;
}
.row.gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.row.gutter-30 > * {
  padding-left: 30px;
  padding-right: 30px;
}
.row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-10 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-5 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col-1 {
  flex: 0 0 auto;
  max-width: 8.3333333333%;
  flex-basis: 8.3333333333% !important;
}

.col-2 {
  flex: 0 0 auto;
  max-width: 16.6666666667%;
  flex-basis: 16.6666666667% !important;
}

.col-3 {
  flex: 0 0 auto;
  max-width: 25%;
  flex-basis: 25% !important;
}

.col-4 {
  flex: 0 0 auto;
  max-width: 33.3333333333%;
  flex-basis: 33.3333333333% !important;
}

.col-5 {
  flex: 0 0 auto;
  max-width: 41.6666666667%;
  flex-basis: 41.6666666667% !important;
}

.col-6 {
  flex: 0 0 auto;
  max-width: 50%;
  flex-basis: 50% !important;
}

.col-7 {
  flex: 0 0 auto;
  max-width: 58.3333333333%;
  flex-basis: 58.3333333333% !important;
}

.col-8 {
  flex: 0 0 auto;
  max-width: 66.6666666667%;
  flex-basis: 66.6666666667% !important;
}

.col-9 {
  flex: 0 0 auto;
  max-width: 75%;
  flex-basis: 75% !important;
}

.col-10 {
  flex: 0 0 auto;
  max-width: 83.3333333333%;
  flex-basis: 83.3333333333% !important;
}

.col-11 {
  flex: 0 0 auto;
  max-width: 91.6666666667%;
  flex-basis: 91.6666666667% !important;
}

.col-12 {
  flex: 0 0 auto;
  max-width: 100%;
  flex-basis: 100% !important;
}

.col-fifth {
  flex: 0 0 auto;
  max-width: 20%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-sm-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .container, .container-narrow, .container-very-narrow, .container-wide, .container-extra-wide, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-md-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-md-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-md-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-md-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-md-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-md-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-md-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-md-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-md-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-md-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-md-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-md-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-lg-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xl-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xxl-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1700px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xxxl-fifth {
    flex: 0 0 auto;
    max-width: 20%;
    flex-basis: 20% !important;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
/** CRITICAL END **/

/*# sourceMappingURL=style.css.map */
