/*
 Theme Name:     Primo Grill
 Author:         PB Web
 Author URI:     https://pbweb.dk
 Version:        1.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
html {
  font-size: 62.5%;
}

/** CRITICAL **/
body::-webkit-scrollbar {
  width: 6px;
  background-color: #111111;
}

body::-webkit-scrollbar-thumb {
  background-color: #ee4850;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #ee4850;
}

/*
  100 - Thin
  200 - Extra Light
  300 - Light
  400 - Regular
  500 - Medium
  600 - Semi bold
  700 - Bold
  800 - Extra Bold
  900 - Black
  1000 - Extra black
 */
@font-face {
  font-family: "Bebas Neue";
  src: url("/wp-content/themes/primo/fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("/wp-content/themes/primo/fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("/wp-content/themes/primo/fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-LightItalic.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("/wp-content/themes/primo/fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url("/wp-content/themes/primo/fonts/Plus_Jakarta_Sans/static/PlusJakartaSans-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}
html {
  margin: 0;
  font-size: 62.5%;
}

#wrapper {
  position: relative;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  margin: 0 auto;
  font-size: 1.6rem;
  background: #f2ede7;
  position: relative;
}

#main-content {
  background: #f2ede7;
  width: 100%;
  position: relative;
}

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

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

ul:first-child, ol:first-child {
  margin-top: 0;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style-type: none;
}
ul.inline li {
  display: block;
}

* {
  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: 61.9375rem) {
  #main-content .wp-block-image {
    position: relative;
    padding-bottom: 75%;
  }
  #main-content .wp-block-image 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 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
  transition: all 0.2s ease-out;
  padding-block: 1.5rem;
}
#header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
#header > .container, #header > .container-extra-wide, #header > .container-wide, #header > .container-very-narrow, #header > .container-narrow, #header > .container-medium, #header > .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
#header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header-logo a {
  display: block;
  color: #fff;
}
#header .header-logo svg, #header .header-logo img {
  display: block;
  width: auto;
  height: 6rem;
  transition: all 0.1s ease-in-out;
}
#header .header-logo svg *, #header .header-logo img * {
  transition: fill 0.1s ease-out, stroke 0.3s ease-out;
}
@media (max-width: 81.25rem) {
  #header .header-logo svg, #header .header-logo img {
    height: 4rem;
  }
}
#header .header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 2rem;
}
#header .header-actions > div {
  border-right: 1px solid #ccc;
}
#header .header-actions .header-action {
  padding: 0.5rem 1rem;
  height: 3rem;
}
#header .header-actions .header-action:last-child {
  border-right: none;
}
#header .header-actions .header-action .icon {
  height: 100%;
  width: auto;
}
#header .header-actions .header-action .icon svg {
  display: block;
  height: 2rem;
  width: auto;
}
#header .header-actions a, #header .header-actions button {
  display: block;
  color: #ee4850;
  background: transparent;
  transition: color 0.3s ease-out;
  border: 0;
  padding: 0;
  cursor: pointer;
}
#header .header-actions a:hover, #header .header-actions button:hover {
  color: #fff;
}
@media (max-width: 81.25rem) {
  #header {
    padding-block: 1rem;
  }
}

@media (max-width: 81.25rem) {
  .mobile-menu-toggle {
    display: flex !important;
  }
  #primary-nav {
    display: none;
  }
}
.mobile-menu-toggle {
  width: 5rem;
  height: 5rem;
  border-radius: 0px 0.4px 4px 0;
  display: none;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  z-index: 150;
  color: #fff;
  margin-left: 2rem;
  border: 0;
  background: transparent;
  position: relative;
}
.mobile-menu-toggle > div {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.mobile-menu-toggle > div img {
  display: block;
}
.mobile-menu-toggle .close {
  opacity: 0;
}
@media (max-width: 35.9375rem) {
  .mobile-menu-toggle {
    width: 4rem;
    height: 4rem;
  }
}

body.no-hero {
  padding-top: 157px;
}

body.has-hero #primary-nav ul.menu > li > a, body.has-animation-hero #primary-nav ul.menu > li > a {
  color: #fff;
}

body.scrolled #header:before, body.mega-menu-open #header:before {
  opacity: 1;
}
body.scrolled #header .header-logo a, body.mega-menu-open #header .header-logo a {
  color: #000;
}
body.scrolled #header #logo img, body.mega-menu-open #header #logo img {
  height: 50px;
}
body.scrolled #header .header-actions a:hover, body.scrolled #header .header-actions button:hover, body.mega-menu-open #header .header-actions a:hover, body.mega-menu-open #header .header-actions button:hover {
  color: #000;
}

body.has-product-category-hero #header .header-logo a, body.no-hero #header .header-logo a {
  color: #000;
}

body.menu-shown .mobile-menu-toggle .burger-menu-icon .line-1 {
  transform: rotate(45deg);
  top: 50%;
}
body.menu-shown .mobile-menu-toggle .burger-menu-icon .line-2 {
  opacity: 0;
  transform: translate(20px, -50%);
}
body.menu-shown .mobile-menu-toggle .burger-menu-icon .line-3 {
  transform: rotate(-45deg);
  top: 50%;
}

.admin-bar #header {
  top: 32px;
}

.burger-menu-icon {
  position: relative;
  width: 4rem;
  height: 2.5rem;
}
.burger-menu-icon > div {
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background: #000;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.burger-menu-icon .line-1 {
  top: 0;
}
.burger-menu-icon .line-2 {
  top: 50%;
  transform: translateY(-50%);
}
.burger-menu-icon .line-3 {
  top: 100%;
  transform: translateY(-100%);
}
.has-hero:not(.scrolled) .burger-menu-icon > div, .has-animation-hero:not(.scrolled) .burger-menu-icon > div {
  background: #fff;
}
.has-product-category-hero:not(.scrolled) .burger-menu-icon > div {
  background: #000;
}
.menu-open .burger-menu-icon > div {
  background: #000 !important;
}
@media (max-width: 35.9375rem) {
  .burger-menu-icon {
    width: 3.5rem;
    height: 2rem;
  }
}

@media screen and (min-width: 81.26rem) {
  #primary-nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
  }
  #primary-nav ul.menu ul {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
  }
  #primary-nav ul.menu li {
    display: block;
    position: relative;
  }
  #primary-nav ul.menu a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease-out;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: none;
    font-size: 2rem;
  }
  .scrolled #primary-nav ul.menu a, .mega-menu-open #primary-nav ul.menu a, .has-product-category-hero #primary-nav ul.menu a {
    color: #000 !important;
  }
  #primary-nav ul.menu a:hover {
    color: #ee4850;
  }
  #primary-nav ul.menu a .dropdown-trigger {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #ee4850;
  }
  .has-hero #primary-nav ul.menu > li > a {
    color: #fff;
  }
  #primary-nav ul.menu > li:hover > ul, #primary-nav ul.menu > li:focus-within > ul {
    opacity: 1;
    pointer-events: all;
  }
  #primary-nav ul.menu > li.current-menu-item > a {
    color: #ee4850 !important;
  }
  #primary-nav ul.menu > li > ul {
    top: 100%;
    left: 0;
  }
  #primary-nav ul.menu > li > ul > li > a {
    padding: 10px 20px;
  }
  #primary-nav ul.menu > li > ul > li > a .dropdown-trigger svg {
    margin-top: -3px;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
    transform-origin: center;
  }
  #primary-nav ul.menu > li > ul > li:hover > ul, #primary-nav ul.menu > li > ul > li:focus-within > ul {
    opacity: 1;
    pointer-events: all;
  }
  #primary-nav ul.menu > li:last-child ul {
    left: auto;
    right: 0;
  }
  #primary-nav ul.menu > li > ul > li > ul {
    left: 100%;
    top: 0;
  }
}
@media screen and (min-width: 81.26rem) {
  #mobile-menu {
    display: none !important;
  }
}
@media screen and (max-width: 81.25rem) {
  #mobile-menu {
    position: fixed;
    left: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 40rem;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #f2ede7;
    opacity: 0;
    display: block !important;
    z-index: 10000000;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  #mobile-menu .inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
  }
  #mobile-menu .burger-menu-container {
    display: flex;
    justify-content: flex-end;
  }
  #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: #000000;
    padding: 1.6rem 3.2rem 1.6rem 4.8rem;
    display: block;
    text-decoration: none;
    position: relative;
    font-size: 2rem;
    transition: box-shadow 0.3s ease-out, color 0.3s ease-out;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
  }
  #mobile-menu ul.menu li a:before {
    content: "";
    position: absolute;
    left: 3.2rem;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(232, 232, 232);
  }
  #mobile-menu ul.menu li a .dropdown-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem;
    width: 5rem;
    height: 5rem;
    color: #ee4850;
    transition: transform 0.3s ease-out;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
  }
  #mobile-menu ul.menu li a .dropdown-trigger svg {
    width: 13px;
    height: auto;
  }
  #mobile-menu ul.menu li.active > a .dropdown-trigger {
    transform: translateY(-50%) rotate(180deg);
  }
  #mobile-menu ul.menu li:not(.menu-item-has-children) > a .dropdown-trigger {
    display: none;
  }
  #mobile-menu ul.menu li ul {
    display: none;
    padding: 0;
  }
  #mobile-menu ul.menu li ul li {
    padding-left: 25px;
    border: 0 !important;
    background: none !important;
  }
  #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.current-menu-item > a, #mobile-menu ul.menu > li:hover > a {
    box-shadow: #ee4850 4px 0px 0px inset;
  }
  #mobile-menu ul.menu ul li.current-menu-item > a, #mobile-menu ul.menu ul li:hover > a {
    color: #ee4850;
  }
  .admin-bar #mobile-menu {
    top: 32px;
  }
  #mobile-menu .mobile-menu-toggle {
    display: block;
  }
  #mobile-menu .mobile-menu-toggle .burger-menu-icon > div {
    background: #ee4850;
  }
  .menu-shown #mobile-menu {
    transform: translateX(-100%);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.4);
    opacity: 1;
  }
  .menu-content {
    padding: 2.4rem 0 14rem 0;
    overflow: hidden;
  }
  .contact {
    padding: 3.5rem 3.3rem;
  }
  .contact .booking-menu-toggle {
    margin-top: 0;
  }
  .menu-overlay {
    position: fixed !important;
    pointer-events: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 20;
    background-color: rgba(57, 57, 58, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: all 400ms ease 0s;
  }
  .menu-shown .menu-overlay {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 400px) {
  #mobile-menu ul.menu li a {
    padding: 1.6rem 2.4rem 1.6rem 3.2rem;
    font-size: 1.8rem;
  }
}
.close-menu {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 5.7rem;
  height: 5.7rem;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: flex;
  color: #404040;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  text-transform: uppercase;
}

.container, .container-extra-wide, .container-wide, .container-very-narrow, .container-narrow, .container-medium {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 146rem;
  width: 100%;
  margin: 0 auto;
}

.container-left {
  width: 100%;
  padding-left: 2rem;
}
@media (min-width: 90rem) {
  .container-left {
    margin-right: calc((100% - 146rem) / 2 + 2rem);
    width: auto;
    padding-left: 0;
  }
}

.container-right {
  width: 100%;
  padding-right: 2rem;
}
@media (min-width: 90rem) {
  .container-right {
    margin-left: calc((100% - 146rem) / 2 + 2rem);
    width: auto;
    padding-right: 0;
  }
}

.container-medium {
  max-width: 120rem;
}

.container-narrow {
  max-width: 100rem;
}

.container-very-narrow {
  max-width: 77rem;
}

.container-wide {
  max-width: 180rem;
}

.container-extra-wide {
  max-width: 200rem;
}

.container-full {
  width: 100%;
}

.container-fluid {
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

.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;
}

.h-10 {
  min-height: 10vh;
}

.h-20 {
  min-height: 20vh;
}

.h-30 {
  min-height: 30vh;
}

.h-40 {
  min-height: 40vh;
}

.h-50 {
  min-height: 50vh;
}

.h-60 {
  min-height: 60vh;
}

.h-70 {
  min-height: 70vh;
}

.h-80 {
  min-height: 80vh;
}

.h-90 {
  min-height: 90vh;
}

.h-100 {
  min-height: 100vh;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-left: -2rem;
  margin-right: -2rem;
  gap: normal !important;
}
.row.wp-block-columns.is-not-stacked-on-mobile {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.row.wp-block-columns {
  margin-bottom: 0;
}
.row > .wp-block-column {
  margin-left: 0 !important;
}
.row > * {
  flex: 0 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
  position: relative;
  min-height: 1px;
  box-sizing: border-box;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > * {
  padding-left: 0;
  padding-right: 0;
}
.row.gutter-60 {
  margin-left: -6rem;
  margin-right: -6rem;
}
.row.gutter-60 > * {
  padding-left: 6rem;
  padding-right: 6rem;
}
.row.gutter-50 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.row.gutter-50 > * {
  padding-left: 5rem;
  padding-right: 5rem;
}
.row.gutter-40 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.row.gutter-40 > * {
  padding-left: 4rem;
  padding-right: 4rem;
}
.row.gutter-30 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.row.gutter-30 > * {
  padding-left: 3rem;
  padding-right: 3rem;
}
.row.gutter-10 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.row.gutter-10 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.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-1-half {
  flex: 0 0 auto;
  max-width: 12.5%;
  flex-basis: 12.5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 35.93751rem) {
  .col-sm-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-sm-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-sm-1 {
    order: 1;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-sm-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-sm-2 {
    order: 2;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-sm-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-sm-3 {
    order: 3;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-sm-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-sm-4 {
    order: 4;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-sm-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-sm-5 {
    order: 5;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-sm-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-sm-6 {
    order: 6;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-sm-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-sm-7 {
    order: 7;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-sm-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-sm-8 {
    order: 8;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-sm-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-sm-9 {
    order: 9;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-sm-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-sm-10 {
    order: 10;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-sm-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-sm-11 {
    order: 11;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-sm-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-sm-12 {
    order: 12;
  }
  .col-sm-6-half {
    flex: 0 0 auto;
    max-width: 54.167%;
    flex-basis: 54.167% !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: 47.9375rem) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 61.9375rem) {
  .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-medium, .container-narrow, .container-very-narrow, .container-wide, .container-extra-wide, .container-fluid, .container-left, .container-right {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 47.93751rem) and (max-width: 87.4375rem) {
  .hide-on-tablet {
    display: none !important;
  }
}
@media (min-width: 47.93751rem) {
  .col-md-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-md-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-md-1 {
    order: 1;
  }
  .col-md-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-md-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-md-2 {
    order: 2;
  }
  .col-md-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-md-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-md-3 {
    order: 3;
  }
  .col-md-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-md-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-md-4 {
    order: 4;
  }
  .col-md-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-md-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-md-5 {
    order: 5;
  }
  .col-md-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-md-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-md-6 {
    order: 6;
  }
  .col-md-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-md-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-md-7 {
    order: 7;
  }
  .col-md-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-md-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-md-8 {
    order: 8;
  }
  .col-md-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-md-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-md-9 {
    order: 9;
  }
  .col-md-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-md-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-md-10 {
    order: 10;
  }
  .col-md-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-md-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-md-11 {
    order: 11;
  }
  .col-md-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-md-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-md-12 {
    order: 12;
  }
  .col-md-6-half {
    flex: 0 0 auto;
    max-width: 54.167%;
    flex-basis: 54.167% !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: 61.9376rem) {
  .col-lg-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-lg-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-lg-1 {
    order: 1;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-lg-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-lg-2 {
    order: 2;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-lg-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-lg-3 {
    order: 3;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-lg-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-lg-4 {
    order: 4;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-lg-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-lg-5 {
    order: 5;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-lg-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-lg-6 {
    order: 6;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-lg-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-lg-7 {
    order: 7;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-lg-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-lg-8 {
    order: 8;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-lg-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-lg-9 {
    order: 9;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-lg-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-lg-10 {
    order: 10;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-lg-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-lg-11 {
    order: 11;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-lg-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-lg-12 {
    order: 12;
  }
  .col-lg-6-half {
    flex: 0 0 auto;
    max-width: 54.167%;
    flex-basis: 54.167% !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: 74.93751rem) {
  .hide-on-desktop {
    display: none !important;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xl-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-xl-1 {
    order: 1;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xl-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-xl-2 {
    order: 2;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xl-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-xl-3 {
    order: 3;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xl-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-xl-4 {
    order: 4;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xl-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-xl-5 {
    order: 5;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xl-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-xl-6 {
    order: 6;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xl-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-xl-7 {
    order: 7;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xl-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-xl-8 {
    order: 8;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xl-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-xl-9 {
    order: 9;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xl-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-xl-10 {
    order: 10;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xl-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-xl-11 {
    order: 11;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xl-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-xl-12 {
    order: 12;
  }
  .col-xl-6-half {
    flex: 0 0 auto;
    max-width: 54.167%;
    flex-basis: 54.167% !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: 87.4376rem) {
  .col-xxl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xxl-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-xxl-1 {
    order: 1;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xxl-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-xxl-2 {
    order: 2;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xxl-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-xxl-3 {
    order: 3;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xxl-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-xxl-4 {
    order: 4;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xxl-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-xxl-5 {
    order: 5;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xxl-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-xxl-6 {
    order: 6;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xxl-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-xxl-7 {
    order: 7;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xxl-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-xxl-8 {
    order: 8;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xxl-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-xxl-9 {
    order: 9;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xxl-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-xxl-10 {
    order: 10;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xxl-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-xxl-11 {
    order: 11;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xxl-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-xxl-12 {
    order: 12;
  }
  .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: 106.25rem) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    max-width: 8.3333333333%;
    flex-basis: 8.3333333333% !important;
  }
  .col-xxxl-1-half {
    flex: 0 0 auto;
    max-width: 12.5%;
    flex-basis: 12.5% !important;
  }
  .order-xxxl-1 {
    order: 1;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    max-width: 16.6666666667%;
    flex-basis: 16.6666666667% !important;
  }
  .col-xxxl-2-half {
    flex: 0 0 auto;
    max-width: 20.8333333333%;
    flex-basis: 20.8333333333% !important;
  }
  .order-xxxl-2 {
    order: 2;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    max-width: 25%;
    flex-basis: 25% !important;
  }
  .col-xxxl-3-half {
    flex: 0 0 auto;
    max-width: 29.1666666667%;
    flex-basis: 29.1666666667% !important;
  }
  .order-xxxl-3 {
    order: 3;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    max-width: 33.3333333333%;
    flex-basis: 33.3333333333% !important;
  }
  .col-xxxl-4-half {
    flex: 0 0 auto;
    max-width: 37.5%;
    flex-basis: 37.5% !important;
  }
  .order-xxxl-4 {
    order: 4;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    max-width: 41.6666666667%;
    flex-basis: 41.6666666667% !important;
  }
  .col-xxxl-5-half {
    flex: 0 0 auto;
    max-width: 45.8333333333%;
    flex-basis: 45.8333333333% !important;
  }
  .order-xxxl-5 {
    order: 5;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    max-width: 50%;
    flex-basis: 50% !important;
  }
  .col-xxxl-6-half {
    flex: 0 0 auto;
    max-width: 54.1666666667%;
    flex-basis: 54.1666666667% !important;
  }
  .order-xxxl-6 {
    order: 6;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    max-width: 58.3333333333%;
    flex-basis: 58.3333333333% !important;
  }
  .col-xxxl-7-half {
    flex: 0 0 auto;
    max-width: 62.5%;
    flex-basis: 62.5% !important;
  }
  .order-xxxl-7 {
    order: 7;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    max-width: 66.6666666667%;
    flex-basis: 66.6666666667% !important;
  }
  .col-xxxl-8-half {
    flex: 0 0 auto;
    max-width: 70.8333333333%;
    flex-basis: 70.8333333333% !important;
  }
  .order-xxxl-8 {
    order: 8;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    max-width: 75%;
    flex-basis: 75% !important;
  }
  .col-xxxl-9-half {
    flex: 0 0 auto;
    max-width: 79.1666666667%;
    flex-basis: 79.1666666667% !important;
  }
  .order-xxxl-9 {
    order: 9;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    max-width: 83.3333333333%;
    flex-basis: 83.3333333333% !important;
  }
  .col-xxxl-10-half {
    flex: 0 0 auto;
    max-width: 87.5%;
    flex-basis: 87.5% !important;
  }
  .order-xxxl-10 {
    order: 10;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    max-width: 91.6666666667%;
    flex-basis: 91.6666666667% !important;
  }
  .col-xxxl-11-half {
    flex: 0 0 auto;
    max-width: 95.8333333333%;
    flex-basis: 95.8333333333% !important;
  }
  .order-xxxl-11 {
    order: 11;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    max-width: 100%;
    flex-basis: 100% !important;
  }
  .col-xxxl-12-half {
    flex: 0 0 auto;
    max-width: 104.1666666667%;
    flex-basis: 104.1666666667% !important;
  }
  .order-xxxl-12 {
    order: 12;
  }
  .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 */
