@charset "UTF-8";
/*!
Theme Name:  skanesol-v2
Theme URI: https://www.skanesol.se/
Author: Klevland Reklambyrå AB
Author URI: https://www.klevland.se/
Description: Hemsida av Klevland
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:  skanesol-v2
Tags:
*/
.has-bla-color {
  color: #122f3b !important;
}
.has-bla-background-color {
  background-color: #122f3b;
}
.has-gul-color {
  color: #efc462 !important;
}
.has-gul-background-color {
  background-color: #efc462;
}
.has-ljusgul-color {
  color: #efe1bf !important;
}
.has-ljusgul-background-color {
  background-color: #efe1bf;
}
.has-beige-color {
  color: #efe7d1 !important;
}
.has-beige-background-color {
  background-color: #efe7d1;
}
.has-vit-color {
  color: #fff !important;
}
.has-vit-background-color {
  background-color: #fff;
}
.color_white,
.color_white * {
  color: #fff;
}
.color_a {
  color: #122f3b;
}
.color_b {
  color: #efc462;
}
.color_c {
  color: #efe1bf;
}
.color_d {
  color: #efe7d1;
}
.color_light_grey {
  color: #efefef;
}
.bg_a {
  background-color: #122f3b;
}
.bg_b {
  background-color: #efc462;
}
.bg_c {
  background-color: #efe1bf;
}
.bg_d {
  background-color: #efe7d1;
}
.bg_white {
  background-color: #fff;
}
.bg_grey {
  background-color: #1e1e1c;
}
.bg_light_grey {
  background-color: #efefef;
}
@font-face {
  font-family: Parginer;
  src: url(fonts/Parginer-Rounded.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Parginer;
  src: url(fonts/Parginer-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  overflow-wrap: break-word;
}
.letterspacing {
  letter-spacing: 1px;
}
.uppercase {
  text-transform: uppercase;
}
.center-text {
  text-align: center;
}
.no_text_decoration,
.no_text_decoration > * {
  text-decoration: none;
}
.parginer {
  font-family: Parginer;
}
.medium {
  font-weight: 500;
  font-style: normal;
}
.demi-bold {
  font-weight: 600;
  font-style: normal;
}
.center-h {
  margin-left: auto;
  margin-right: auto;
}
.center-v {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.center-both {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.paddingside {
  padding: 0 16px;
}
.paddingsidex2 {
  padding: 0 32px;
}
.paddingall {
  padding: 16px;
}
.paddingallx2 {
  padding: 32px;
}
.max-width {
  width: 100%;
  max-width: 1200px;
}
.max-width9 {
  width: 100%;
  max-width: 900px;
}
.max-width8 {
  width: 100%;
  max-width: 800px;
}
.max-width7 {
  width: 100%;
  max-width: 700px;
}
.max-width6 {
  width: 100%;
  max-width: 600px;
}
.max-width5 {
  width: 100%;
  max-width: 500px;
}
.max-width4 {
  width: 100%;
  max-width: 400px;
}
.max-width-wide {
  width: 100%;
  max-width: 1600px;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body,
html {
  max-width: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.player > * {
  text-align: center;
  margin: 0 auto;
}
.player .player-photo {
  width: 100%;
  display: block;
}
.player .player-name {
  font-size: 1.5em;
  margin: 15px 0;
}
.player .player-number {
  font-size: 4em;
  font-weight: 700;
  margin: 15px 0;
  line-height: normal;
}
/*! Gutenberg editor styles, base file for SASS compiling. */
body,
button,
input,
select,
textarea {
  color: #122f3b;
  font-family: Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  font-weight: 400;
  font-family: Parginer;
  margin-top: 0.83rem;
  margin-bottom: 0.83rem;
}
.entry-content {
  font-size: 4vw;
}
@media (max-width: 400px) {
  .entry-content {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  .entry-content {
    font-size: 20px;
  }
}
.font-size-100 {
  font-size: 5vw;
}
@media (max-width: 640px) {
  .font-size-100 {
    font-size: 32px;
  }
}
@media (min-width: 2000px) {
  .font-size-100 {
    font-size: 100px;
  }
}
.font-size-1,
h1 {
  font-size: 5vw;
}
@media (max-width: 640px) {
  .font-size-1,
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .font-size-1,
  h1 {
    font-size: 72px;
  }
}
.font-size-2,
h2 {
  font-size: 4vw;
}
@media (max-width: 700px) {
  .font-size-2,
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  .font-size-2,
  h2 {
    font-size: 64px;
  }
}
.font-size-3,
h3 {
  font-size: 4vw;
}
@media (max-width: 600px) {
  .font-size-3,
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font-size-3,
  h3 {
    font-size: 48px;
  }
}
.font-size-4,
h4 {
  font-size: 4vw;
}
@media (max-width: 500px) {
  .font-size-4,
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 800px) {
  .font-size-4,
  h4 {
    font-size: 32px;
  }
}
.font-size-5,
h5 {
  font-size: 4vw;
}
@media (max-width: 500px) {
  .font-size-5,
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 600px) {
  .font-size-5,
  h5 {
    font-size: 24px;
  }
}
p {
  margin-bottom: 1.5em;
}
cite,
dfn,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family:
    Courier\10 Pitch,
    Courier,
    monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}
code,
kbd,
tt,
var {
  font-family:
    Monaco,
    Consolas,
    Andale Mono,
    DejaVu Sans Mono,
    monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
body {
  overflow-x: hidden;
}
.animation-element {
  opacity: 0;
  position: relative;
}
.animation-element.slide-left,
.animation-element.slide-right {
  opacity: 0;
  transition: all 0.7s linear;
}
.animation-element.slide-left {
  transform: translate3d(-400px, 0, 0);
}
.animation-element.slide-right {
  transform: translate3d(400px, 0, 0);
}
.animation-element.slide-bottom {
  opacity: 0;
  transition: all 0.8s ease-out;
  transform: translate3d(0, 300px, 0);
  backface-visibility: hidden;
}
.animation-element.slide-bottom.in-view,
.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
  opacity: 1;
  transform: translateZ(0);
}
html {
  box-sizing: border-box;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  background: #efe7d1;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ol,
ul {
  margin: 0;
  padding: 0 0 0 16px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
#cookie-notice {
  padding: 16px;
  background-color: transparent !important;
  z-index: 5 !important;
}
#cookie-notice .cookie-notice-container {
  background: #74ad4a;
  padding: 2em 3em;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
  margin: 0 auto;
  max-width: 700px;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
  color: #fff;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie {
  box-shadow: none;
  background-color: #264893;
  color: #fff;
  text-shadow: none;
  border-radius: 0;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 24px !important;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 10px;
  right: 10px;
  margin-top: 0;
  color: #264893;
}
#cookie-notice .cookie-notice-container #cn-accept-cookie:hover,
#cookie-notice .cookie-notice-container #cn-close-notice:after,
#cookie-notice .cookie-notice-container #cn-close-notice:before {
  background-color: #fff;
}
.cookies-accepted .cn-position-bottom {
  bottom: -16px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  color: #122f3b;
  padding: 3px;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
  height: auto;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
  outline: none;
}
select {
  border: 1px solid #122f3b;
}
form p {
  margin-bottom: 0;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  width: 100%;
  padding: 18px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #122f3b;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="submit"],
input[type="submit"]:hover {
  text-decoration: none;
  line-height: 1;
  background-color: #122f3b;
  color: #fff;
  z-index: 2;
  letter-spacing: 1px;
  margin-right: 16px;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  position: relative;
  transition: background-color 0.3s ease;
  font-size: 1.125rem;
  text-align: left;
  display: inline-flex;
  align-items: center;
  padding: calc(0.667rem + 2px) calc(2rem + 2px);
  border-radius: 100px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control [type="checkbox"],
.wpcf7-form-control [type="radio"] {
  position: absolute;
  left: -9999px;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  margin-right: 32px;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  border-radius: 50%;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #122f3b;
}
.wpcf7-form-control [type="checkbox"] + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"] + .wpcf7-list-item-label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #122f3b;
  transition: all 0.2s;
}
.wpcf7-form-control
  [type="checkbox"]:not(:checked)
  + .wpcf7-list-item-label:after,
.wpcf7-form-control
  [type="radio"]:not(:checked)
  + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0.01);
}
.wpcf7-form-control [type="checkbox"]:checked + .wpcf7-list-item-label:after,
.wpcf7-form-control [type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.wpcf7-form-control [type="checkbox"]:focus + .wpcf7-list-item-label:before,
.wpcf7-form-control [type="radio"]:focus + .wpcf7-list-item-label:before {
  box-shadow: 0 0 4px 3px red;
}
::-webkit-input-placeholder {
  color: #111 !important;
  opacity: 1;
  filter: brightness(50%);
}
:-moz-placeholder,
::-moz-placeholder {
  color: #111 !important;
  opacity: 1;
  filter: brightness(50%);
}
:-ms-input-placeholder {
  color: #111 !important;
  opacity: 1;
  filter: brightness(50%);
}
a,
a:active,
a:focus,
a:hover,
a:visited {
  color: #122f3b;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
.site-header {
  z-index: 3;
}
#masthead,
.site-header {
  top: 0;
  left: 0;
  width: 100%;
}
#masthead {
  background: #efc462;
  z-index: 7;
  transition: all 0.5s ease;
}
#masthead.nav-up {
  top: -106px;
}
#masthead.bg_on {
  background: rgba(1, 14, 32, 0.9);
}
.site-header .container {
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px 72px 16px 16px;
  min-height: 50px;
  min-height: 82px;
}
.site-header .container ul {
  padding: 0;
}
.site-header .container ul li a {
  color: #122f3b;
  font-size: 16px;
  margin: 8px;
  text-decoration: none;
  position: relative;
}
.site-header .container ul li a:hover {
  color: #122f3b;
}
.site-header .container ul > div > .current-menu-item > a:after,
.site-header .container ul > div > .current_page_item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-bottom: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #4ebfd8;
  background: linear-gradient(90deg, #4ebfd8 0, #92c88d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4EBFD8",endColorstr="##92C88D",GradientType=1);
}
.site-header .container div ul li a {
  margin: 8px 16px;
  font-weight: 600;
  font-style: normal;
}
.home .site-header .container {
  top: 0;
  left: 0;
}
.site-header .container .custom-logo-link {
  content: "";
  display: block;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
.site-header .container .custom-logo-link img {
  width: 140px;
  display: block;
}
.site-header .container div {
  display: none;
}
.site-header .header-cart {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
@media screen and (min-width: 48em) and (max-width: 74.99em) {
  .site-header .header-cart {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .site-header .header-cart {
    margin-right: 0;
  }
}
.site-header .header-cart--desktop {
  display: none;
}
.site-header .container > div {
  margin-right: 16px;
  padding-right: 16px;
}
body.overflow {
  overflow: hidden;
}
.burger_btn {
  background-color: #122f3b;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 6;
}
.burger_btn span {
  width: 26px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -13px;
  margin-top: -1.5px;
}
.burger_btn span,
.burger_btn span:after,
.burger_btn span:before {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #efc462;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger_btn span:after,
.burger_btn span:before {
  position: absolute;
  content: "";
  background-color: #efc462;
}
.burger_btn span:before {
  top: -7px;
}
.burger_btn span:after {
  top: 7px;
}
.burger_btn:hover {
  cursor: pointer;
}
.burger_btn.clicked span {
  background-color: transparent;
}
.burger_btn.clicked span:before {
  transform: translateY(7px) rotate(45deg);
}
.burger_btn.clicked span:after {
  transform: translateY(-7px) rotate(-45deg);
}
.burger_btn.clicked span:after,
.burger_btn.clicked span:before {
  background-color: #efe1bf;
}
.burger_nav {
  background-color: #122f3b;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.burger_nav.show {
  transform: translateX(0);
}
.burger_nav.show ul.menu li {
  transform: translateX(0);
  opacity: 1;
}
.burger_nav.show ul.menu li:first-child {
  transition-delay: 0.15s;
}
.burger_nav.show ul.menu li:nth-child(2) {
  transition-delay: 0.3s;
}
.burger_nav.show ul.menu li:nth-child(3) {
  transition-delay: 0.45s;
}
.burger_nav.show ul.menu li:nth-child(4) {
  transition-delay: 0.6s;
}
.burger_nav.show ul.menu li:nth-child(5) {
  transition-delay: 0.75s;
}
.burger_nav.show ul.menu li:nth-child(6) {
  transition-delay: 0.9s;
}
.burger_nav.show ul.menu li:nth-child(7) {
  transition-delay: 1.05s;
}
.burger_nav.show ul.menu li:nth-child(8) {
  transition-delay: 1.2s;
}
.burger_nav.show ul.menu li:nth-child(9) {
  transition-delay: 1.35s;
}
.burger_nav.show ul.menu li a {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.burger_nav.show ul.menu li a:hover {
  color: #efc462;
}
.burger_nav.show ul.menu .current-menu-item > a,
.burger_nav.show ul.menu .current_page_item > a {
  color: #efc462;
  font-weight: 700;
  font-style: normal;
}
.burger_nav.show ul.menu .sub-menu {
  margin-left: 0;
  margin-bottom: 2em;
}
.burger_nav.show ul.menu .sub-menu li a {
  font-size: 1.25rem;
  padding-bottom: 0;
}
.burger_nav.show ul.menu .sub-menu li ul li a {
  font-size: 1rem;
}
.burger_nav.show .about,
.burger_nav.show .social,
.burger_nav.show ul.sub {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.85s;
}
@media (min-width: 667px) {
  .burger_nav {
    padding: 120px 90px 70px;
  }
}
.burger_nav ul.menu {
  list-style-type: none;
  padding: 0;
}
.burger_nav ul.menu li {
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.3s ease;
}
.burger_nav ul.menu li:last-of-type {
  margin-bottom: 0;
}
.burger_nav ul.menu li a {
  color: #efe7d1;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  transition: all 0.3s ease;
}
.burger_nav ul.menu li a:hover,
.burger_nav ul.menu li a span {
  color: #efc462;
}
.burger_nav div:first-child {
  margin-bottom: 32px;
}
.burger_nav div:first-child ul.menu li a {
  font-size: 1.4rem;
}
.burger_nav .about {
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
.burger_nav .about p {
  color: #efefef;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  line-height: 170%;
}
.burger_nav .social {
  margin-top: 40px;
  position: relative;
  padding-bottom: 30px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}
.burger_nav .social:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.burger_nav .social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 22px;
}
.burger_nav .social a:last-of-type {
  margin-right: 0;
}
.burger_nav .social a:hover svg circle,
.burger_nav .social a:hover svg path {
  fill: #efc462;
}
.burger_nav .social a svg {
  width: 100%;
  height: 100%;
}
.burger_nav .social a svg circle,
.burger_nav .social a svg path {
  fill: #fff;
  transition: all 0.3s ease;
}
.burger_nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
  padding: 0;
}
.burger_nav ul.sub li {
  margin-bottom: 10px;
}
.burger_nav ul.sub li:last-of-type {
  margin-bottom: 0;
}
.burger_nav ul.sub li a {
  color: #fff;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 400;
  font-style: normal;
}
.burger_nav ul.sub li a:hover {
  color: #efc462;
}
.overlay_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #122f3b;
  opacity: 0;
  visibility: hidden;
}
.overlay_nav.show {
  opacity: 0.9;
  visibility: visible;
}
@media screen and (min-width: 46.8em) {
  .site-header .container {
    padding-left: 32px;
    padding-right: 82px;
  }
  .site-header .container .custom-logo-link img {
    width: 150px;
  }
}
@media screen and (min-width: 48em) {
  .site-header .container .custom-logo-link img {
    width: 200px;
  }
}
@media screen and (min-width: 75em) {
  .burger_btn {
    top: 32px;
    right: 32px;
    display: none;
  }
  .site-header .container .custom-logo-link img {
    width: 220px;
  }
  .site-header .header-cart--mobile {
    display: none;
  }
  .site-header .header-cart--desktop {
    display: inline-flex;
  }
  body:not(.home) .site-header {
    top: 0;
    left: 0;
  }
  .site-header .container {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
    justify-content: flex-end;
  }
  .site-header .container > div {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;
    padding-right: 0;
    margin-right: 0;
  }
  .site-header .container div ul {
    list-style: none;
    display: flex;
  }
  .site-header .container li {
    position: relative;
  }
  .site-header .container div li > ul {
    display: block;
    position: absolute;
    gap: 32px;
    top: 100%;
    left: 0;
    transition: all 0.25s ease;
    opacity: 0;
    visibility: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 16px 0 16px 32px;
    background-color: #01122e;
    margin-top: 10px;
    z-index: 1;
  }
  .site-header .container div li > ul a {
    font-size: 1rem;
    margin: 8px 0;
    display: block;
    white-space: nowrap;
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .site-header .container div li > ul .current-menu-item a,
  .site-header .container div li > ul .current_page_item a,
  .site-header .container div li > ul a:hover {
    color: #efc462;
  }
  .site-header .container div li > ul li {
    padding-right: 32px;
  }
  .site-header .container div li > ul .sub-menu {
    margin-top: 0;
    top: 0;
    gap: 0;
    z-index: 0;
    margin-left: 0;
    left: 100%;
    margin-top: -24px !important;
  }
  .site-header .container .menu-item-has-children:hover > ul,
  .site-header .container .menu-item-has-children > ul:hover {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  .site-header
    .container
    .menu-item-has-children
    .menu-item-has-children:hover
    > ul,
  .site-header
    .container
    .menu-item-has-children
    .menu-item-has-children
    > ul:hover {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1400px) {
  .site-header .container > div > ul > li > a {
    margin: 8px 16px;
    position: relative;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    transition: 0.3s ease-out;
    background-image: linear-gradient(90deg, #122f3b 45%, #b78513 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
  }
  .site-header .container > div > ul > li > a:hover {
    background-position: 0 50%;
    color: transparent;
    filter: brightness(100%);
  }
  .site-header .container > div > ul > li.current-menu-item > a {
    color: #122f3b;
  }
  .site-header .container > div > ul > li.current-menu-item > a:hover {
    background-position: 0 50%;
    color: transparent;
    filter: brightness(100%);
  }
  .site-header .container > div > ul > li.current-menu-item > a:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    bottom: 0;
    transform: translateY(24px);
    left: 0;
    background-color: #122f3b;
  }
  .site-header .spacer {
    display: block;
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 1600px) {
  .site-header .container > div > ul > li > a {
    margin: 8px 32px;
  }
}
.site-footer {
  min-height: 100vh;
  background:
    linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 25% 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 50% 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 75% 0,
    linear-gradient(180deg, #122f3b, #122f3b);
  background-size:
    1px 100%,
    1px 100%,
    1px 100%,
    1px 100%,
    100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  color: #efe7d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
}
.site-footer .site-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-footer .wrapper {
  padding: 32px;
}
.site-footer .wrapper .logo_container img {
  height: auto;
  width: 100px;
}
.site-footer .wrapper .contact_container {
  padding: 32px 0;
  flex: 1;
}
.site-footer .wrapper .contact_container .contact_item p {
  margin: 0;
}
.site-footer .wrapper .contact_container .contact_item .rating_ {
  display: inline-block;
  background-color: #efe7d1;
  margin-top: 32px;
  padding: 8px 0;
}
.site-footer .wrapper .contact_container .contact_item a {
  color: #efe7d1;
  text-decoration: none;
}
.site-footer .wrapper .contact_container .contact_item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .wrapper .contact_container .contact_item.info_ {
  padding-top: 32px;
  padding-bottom: 8px;
}
.site-footer .wrapper .contact_container .contact_item.contact_ {
  padding-bottom: 16px;
  line-height: 2;
}
.site-footer .wrapper .contact_container .contact_item.contact_ a {
  display: block;
}
.form_section .wrapper {
  padding: 32px;
}
.some_icons a {
  display: inline-block;
  margin-right: 16px;
}
.some_icons a img {
  width: auto;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
.footer_nav ul {
  list-style: none;
}
.footer_nav ul,
.footer_nav ul li {
  margin: 0;
  padding: 0;
}
.footer_nav a {
  color: #efe7d1;
  text-decoration: none;
  font-size: 5vw;
}
@media (max-width: 640px) {
  .footer_nav a {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .footer_nav a {
    font-size: 72px;
  }
}
.footer_nav ul ul {
  margin: 1vh 0 2vh;
}
.footer_nav ul ul a {
  font-size: 5vw;
}
@media (max-width: 400px) {
  .footer_nav ul ul a {
    font-size: 20px;
  }
}
@media (min-width: 640px) {
  .footer_nav ul ul a {
    font-size: 32px;
  }
}
#made_by a,
#made_by p,
#made_by span {
  color: #efe7d1;
  text-decoration: none;
}
#made_by .details_ {
  margin-bottom: 16px;
}
#made_by .details_ .copy_privacy {
  margin-bottom: 48px;
}
#made_by .details_ .copy_privacy span {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 46.8em) {
  .site-footer {
    background:
      linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0)
        16.6666666667% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0)
        33.3333333333% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 50% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0)
        66.6666666667% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0)
        83.3333333333% 0,
      linear-gradient(180deg, #122f3b, #122f3b);
    background-size:
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      100% 100%;
    background-repeat: no-repeat;
  }
  .site-footer .wrapper {
    padding: 4em 1em 2em;
  }
  .site-footer .wrapper .logo_container img {
    width: 150px;
  }
  #made_by .details_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #made_by .details_ .copy_privacy {
    margin-bottom: 0;
  }
  #made_by .details_ .copy_privacy span {
    display: inline-block;
    margin-right: 32px;
  }
}
@media screen and (min-width: 60em) {
  .site-footer {
    background:
      linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 12.5%
        0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 25% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 37.5%
        0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 50% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 62.5%
        0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 75% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 87.5%
        0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.15) 1px, transparent 0) 100% 0,
      linear-gradient(180deg, #122f3b, #122f3b);
    background-size:
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      100% 100%;
    background-repeat: no-repeat;
  }
  .site-footer .wrapper {
    display: flex;
  }
  .form_section .wrapper {
    display: flex;
    justify-content: flex-start;
    column-gap: 64px;
    padding: 64px 32px;
  }
  .form_section .wrapper > div {
    flex: 1;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 8;
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
body {
  background:
    linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 25% 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 50% 0,
    linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 75% 0,
    linear-gradient(180deg, #efe7d1, #efe7d1);
  background-size:
    1px 100%,
    1px 100%,
    1px 100%,
    1px 100%,
    100% 100%;
  background-repeat: no-repeat;
}
#page {
  overflow-x: hidden;
}
.sticky {
  display: block;
}
.byline,
.updated:not(.published) {
  display: none;
}
.group-blog .byline,
.single .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.relative {
  position: relative;
}
figure {
  margin: 0;
}
a {
  transition: all 0.2s ease-in-out;
}
a:hover {
  filter: brightness(70%);
}
img {
  display: block;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #efe1bf;
}
::-webkit-scrollbar-thumb {
  background: #efc462;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #122f3b;
}
.fixed-sidebar,
.fixed_form_wrapper {
  display: none;
}
.title_section .wrapper {
  padding: 32px 32px 64px;
}
.container-img-w-v-text {
  position: relative;
  overflow: hidden;
  padding-left: 32px;
}
.container-img-w-v-text .vertical-text {
  display: inline-block;
  transform: rotate(-90deg) translateX(-50%);
  font-size: 1rem;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: left top;
  white-space: nowrap;
  font-size: 0.8rem;
  line-height: 1;
  height: 64px;
}
.container-img-w-v-text .vertical-text p {
  margin: 0;
  padding: 0;
}
.container-img-w-v-text img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 350px;
  height: 450px;
  border-radius: 350px;
}
.slider_container .heading_wrapper {
  padding: 48px 0 16px;
}
.slider_ {
  padding: 16px 0 32px;
  color: #efefef;
}
.slider_ .icon_ {
  width: 64px;
  display: inline-block;
  margin: 0 auto;
}
.slider_ :focus {
  outline: none;
}
.slider_.slider_cards .slick-track {
  display: flex;
}
.slider_.slider_cards .slick-slide {
  flex: 1;
  overflow: hidden;
  height: auto;
  margin: 8px;
}
.slider_.slider_cards .card_ {
  background-color: #122f3b;
  padding: 96px 32px 64px;
}
.slider_.slider_cards .step_ {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 64px 0;
  -moz-border-radius: 0 0 64px 0;
  -webkit-border-radius: 0 0 64px 0;
  padding-right: 16px;
}
.slider_ .slick-dots {
  bottom: 10px;
}
.slider_.slider_steps {
  text-align: center;
}
.slider_.slider_steps .slick-slide:not(.slick-current) {
  opacity: 0.4;
  transition: opacity 0.3s ease-in-out;
}
.slider_.slider_steps .step_ {
  display: block;
}
.slider_.slider_steps .slick-dots li.slick-active button:before {
  color: #efc462;
}
.slider_.slider_steps .slick-dots li button:before {
  color: #efe1bf;
}
.wp-block-media-text .wp-block-media-text__content {
  margin: 0 auto;
  max-width: 800px;
  padding: 64px 32px;
}
@media screen and (min-width: 46.8em) {
  body {
    background:
      linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0)
        16.6666666667% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0)
        33.3333333333% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 50% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0)
        66.6666666667% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0)
        83.3333333333% 0,
      linear-gradient(180deg, #efe7d1, #efe7d1);
    background-size:
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      100% 100%;
    background-repeat: no-repeat;
  }
  .title_section .wrapper {
    padding: 48px 32px 96px;
  }
  .container-img-w-v-text img {
    height: 650px;
  }
  .slider_ .icon_ {
    width: 96px;
  }
  .slider_.slider_cards .card_ {
    padding: 96px 48px 64px;
  }
}
@media screen and (min-width: 60em) {
  body {
    background:
      linear-gradient(90deg, transparent 1px, transparent 0) 0 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 12.5% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 25% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 37.5% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 50% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 62.5% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 75% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 87.5% 0,
      linear-gradient(90deg, rgba(239, 196, 98, 0.3) 1px, transparent 0) 100% 0,
      linear-gradient(180deg, #efe7d1, #efe7d1);
    background-size:
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      1px 100%,
      100% 100%;
    background-repeat: no-repeat;
    padding-right: 90px;
  }
  .fixed-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 90px;
    height: 100vh;
    background-color: #122f3b;
    z-index: 6;
  }
  .fixed-sidebar .some_icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-top: 82px;
  }
  .fixed-sidebar .some_icons a {
    margin-right: 0;
  }
  .fixed-sidebar .contact_quote {
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
  }
  .fixed-sidebar .contact_quote a {
    text-decoration: none;
  }
  .fixed-sidebar .contact_quote a:hover {
    color: #efc462;
  }
  .fixed-sidebar .contact_quote img {
    width: 40px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
  .fixed-sidebar .some_icons,
  .fixed-sidebar .spacer_ {
    flex: 0 1 130px;
  }
  .fixed_form_wrapper {
    display: block;
    width: calc(100vw - 90px);
    height: 100vh;
    position: fixed;
    right: -100vw;
    top: 0;
    transition: 0.7s;
    z-index: 5;
    overflow-y: auto;
  }
  .fixed_form_wrapper .container {
    overflow: auto;
    width: 100%;
  }
  .fixed_form_wrapper .close_btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .fixed_form_wrapper .close_btn:after,
  .fixed_form_wrapper .close_btn:before {
    content: "";
    position: absolute;
    transform: rotate(45deg) translateY(50%);
    right: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #122f3b;
    transform-origin: center;
    transition: transform 0.3s;
  }
  .fixed_form_wrapper .close_btn:after {
    transform: rotate(135deg) translateY(0);
  }
  .fixed_form_wrapper.open {
    right: 90px;
  }
  .flex_desk {
    display: flex;
    justify-content: flex-start;
    column-gap: 64px;
    padding: 64px 32px;
  }
  .flex_desk > div {
    flex: 1;
  }
  .flex_desk.align_center {
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .slider_.slider_cards {
    display: flex;
  }
  .slider_.slider_cards .card_ {
    background-color: #122f3b;
    flex: 1;
    margin: 8px;
  }
}
@media screen and (min-width: 75em) {
  .slider_.slider_cards {
    column-gap: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .slider_.slider_cards .card_ {
    margin: 0;
  }
  .fixed-sidebar .some_icons {
    margin-top: 16px;
  }
}
@media screen and (min-width: 80em) {
  .slider_.slider_cards {
    column-gap: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}
.archive .format-aside .entry-title,
.blog .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.welcome_section {
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 400px;
  background: linear-gradient(180deg, #efc462 50%, transparent 0);
  display: table-cell;
  display: flex;
}
.welcome_details {
  display: table-cell;
  display: flex;
  flex-direction: column;
  min-width: 260px;
  gap: 64px;
}
.welcome_details .welcome_title.py-12 {
  padding-top: 10svh;
  padding-bottom: 10svh;
}
.welcome_details .welcome_title .sub_heading {
  margin-bottom: 0;
}
.welcome_details .welcome_title h1 {
  font-size: 10vw;
  line-height: 1;
}
@media (max-width: 720px) {
  .welcome_details .welcome_title h1 {
    font-size: 72px;
  }
}
@media (min-width: 1500px) {
  .welcome_details .welcome_title h1 {
    font-size: 150px;
  }
}
.welcome_details .welcome_title h1 span {
  white-space: nowrap;
  padding-left: 5vw;
}
.welcome_details .welcome_title .text_wrapper {
  max-width: 560px;
}
.welcome_details .welcome_title .text_wrapper p {
  margin-top: 0;
}
.welcome_details
  .welcome_title.color_white
  .wp-block-button__link:not(.is-style-outline) {
  color: #1e1e1c;
  background-color: #fff;
}
.welcome_details
  .welcome_title.color_white
  .wp-block-button__link.is-style-outline {
  color: #fff;
  background-color: transparent;
}
.welcome_details .half_icon_text {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-right: -25px;
  margin-bottom: -25px;
}
.welcome_details .half_icon_text img {
  width: 50px;
}
.welcome_section .video_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.welcome_section .video_wrapper .video_ {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.welcome_section .video_wrapper .overlay_ {
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.reco_section {
  position: relative;
  padding-top: 64px;
}
.widget--body-w-f--hquote {
  background-color: #efe7d1 !important;
}
.offers_section {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 60em) {
  .welcome_details {
    flex-direction: row;
    align-items: center;
  }
  .welcome_details .half_icon_text {
    margin-right: -25px;
    margin-bottom: -25px;
  }
  .welcome_details .half_icon_text img {
    width: 70px;
  }
}
@media screen and (min-width: 1800px) {
  .welcome_details .half_icon_text {
    margin-right: -70px;
    margin-bottom: -70px;
  }
  .welcome_details .half_icon_text img {
    width: 160px;
  }
}
.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
p.is-small-text {
  font-size: 14px;
}
p.is-regular-text {
  font-size: 16px;
}
p.is-large-text {
  font-size: 36px;
}
p.is-larger-text {
  font-size: 48px;
}
p.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4.1em;
  line-height: 0.7;
  font-weight: 600;
  margin: 0.07em 0.23em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p.has-background {
  padding: 20px 30px;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  margin: 0 0 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-cover-image.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image h2 {
  color: #fff;
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 636px;
  padding: 14px;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image.has-parallax {
  background-attachment: fixed;
}
.wp-block-cover-image.has-background-dim:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:before {
  background-color: #000;
}
.wp-block-cover-image.components-placeholder {
  height: inherit;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
[data-align="left"] .wp-block-cover-image,
[data-align="right"] .wp-block-cover-image {
  max-width: 318px;
  width: 100%;
}
.wp-block-image {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-image.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-image.is-resized {
  width: -moz-min-content;
  width: min-content;
  display: -ms-inline-grid;
  -ms-grid-columns: min-content;
}
.wp-block-image.is-resized figcaption {
  -ms-grid-row: 2;
}
.wp-block-image.is-resized img {
  max-width: none;
}
.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  margin: 0;
}
.wp-block-heading h1 {
  font-size: 2.44em;
}
.wp-block-heading h2 {
  font-size: 1.95em;
}
.wp-block-heading h3 {
  font-size: 1.56em;
}
.wp-block-heading h4 {
  font-size: 1.25em;
}
.wp-block-heading h5 {
  font-size: 1em;
}
.wp-block-heading h6 {
  font-size: 0.8em;
}
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0 -8px;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 8px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 40px 10px 5px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.3) 60%,
    transparent
  );
  position: absolute;
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  flex: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-image _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-image figure,
.wp-block-gallery.is-cropped .blocks-gallery-item _:-ms-lang(x),
.wp-block-gallery.is-cropped .blocks-gallery-item figure {
  height: auto;
  width: auto;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 16px);
}
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: calc(100% - 16px);
}
@media (min-width: 600px) {
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(100% / 3 - 16px);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(100% / 4 - 16px);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(100% / 5 - 16px);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(100% / 6 - 16px);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(100% / 7 - 16px);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(100% / 8 - 16px);
  }
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
[data-align="left"] .wp-block-gallery,
[data-align="right"] .wp-block-gallery {
  max-width: 318px;
  width: 100%;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: #6c7781;
  margin-top: 1em;
  position: relative;
  font-size: 13px;
  font-style: normal;
}
.wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em;
}
.wp-block-quote.is-large p {
  font-size: 24px;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
  font-size: 19px;
  text-align: right;
}
p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75;
}
.wp-block-video {
  margin: 0;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-video.aligncenter {
  text-align: center;
}
pre.wp-block-code,
pre.wp-block-preformatted {
  background: #eee;
  font-family:
    Courier 10 Pitch,
    Courier,
    monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote > p {
  font-size: 24px;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  color: #40464d;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
}
.wp-block-pullquote:after,
.wp-block-pullquoteblockquote:before {
  content: "";
}
.wp-block-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table tbody {
  width: 100%;
  display: table;
  min-width: 240px;
}
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
  border: 1px solid currentColor;
}
.wp-block-verse pre,
pre.wp-block-verse {
  color: #191e23;
  white-space: nowrap;
  font-family: inherit;
  font-size: inherit;
  padding: 1em;
  overflow: auto;
}
.wp-block-button__link {
  border-radius: 100px;
  font-weight: 500;
  font-style: normal;
  min-width: 160px;
  font-size: 1.125rem;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color),
.wp-block-button__link:not(.has-text-color):hover {
  color: #fff;
}
.wp-block-button__link:not(.has-background) {
  background-color: #122f3b;
}
.wp-block-button__link:not(.has-background):focus,
.wp-block-button__link:not(.has-background):hover {
  background-color: #000;
}
.wp-block-button__link.has-bla-color:focus,
.wp-block-button__link.has-bla-color:hover {
  color: #122f3b;
}
.wp-block-button__link.has-bla-background-color:focus,
.wp-block-button__link.has-bla-background-color:hover {
  background-color: #000;
}
.wp-block-button__link.has-gul-color:focus,
.wp-block-button__link.has-gul-color:hover {
  color: #efc462;
}
.wp-block-button__link.has-gul-background-color:focus,
.wp-block-button__link.has-gul-background-color:hover {
  background-color: #d59b16;
}
.wp-block-button__link.has-ljusgul-color:focus,
.wp-block-button__link.has-ljusgul-color:hover {
  color: #efe1bf;
}
.wp-block-button__link.has-ljusgul-background-color:focus,
.wp-block-button__link.has-ljusgul-background-color:hover {
  background-color: #dbbb6d;
}
.wp-block-button__link.has-beige-color:focus,
.wp-block-button__link.has-beige-color:hover {
  color: #efe7d1;
}
.wp-block-button__link.has-beige-background-color:focus,
.wp-block-button__link.has-beige-background-color:hover {
  background-color: #d5c085;
}
.wp-block-button__link.has-vit-color:focus,
.wp-block-button__link.has-vit-color:hover {
  color: #fff;
}
.wp-block-button__link.has-vit-background-color:focus,
.wp-block-button__link.has-vit-background-color:hover {
  background-color: #ccc;
}
:where(.is-layout-flex) {
  gap: 1em;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(100% / 2 - 16px);
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(100% / 3 - 16px);
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(100% / 4 - 16px);
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(100% / 5 - 16px);
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(100% / 6 - 16px);
  }
}
.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  color: #6c7781;
  text-align: center;
  font-size: 13px;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 318px;
  width: 100%;
}
.entry-content > :not(.alignfull):not(.max-width7),
.entry-header * {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}
.entry-content .alignwide {
  max-width: 1600px;
  margin: 0 auto;
}
.entry-content .alignfull {
  width: 100%;
  max-width: 100vw;
}
@media screen and (min-width: 60em) {
  .entry-content .alignfull {
    max-width: calc(100vw - 90px);
  }
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
} /* Tailwind isolation: ensure Gutenberg button color classes override base styles */
.wp-block-button__link.has-bla-background-color,
.wp-block-button__link.has-bla-background-color:hover,
.wp-block-button__link.has-bla-background-color:focus {
  background-color: #122f3b;
}

.wp-block-button__link.has-gul-background-color,
.wp-block-button__link.has-gul-background-color:hover,
.wp-block-button__link.has-gul-background-color:focus {
  background-color: #efc462;
}

.wp-block-button__link.has-ljusgul-background-color,
.wp-block-button__link.has-ljusgul-background-color:hover,
.wp-block-button__link.has-ljusgul-background-color:focus {
  background-color: #efe1bf;
}

.wp-block-button__link.has-beige-background-color,
.wp-block-button__link.has-beige-background-color:hover,
.wp-block-button__link.has-beige-background-color:focus {
  background-color: #efe7d1;
}

.wp-block-button__link.has-vit-background-color,
.wp-block-button__link.has-vit-background-color:hover,
.wp-block-button__link.has-vit-background-color:focus {
  background-color: #fff;
}

/* Maintain legacy padding for classic media-text blocks */
.entry-content .wp-block-media-text .wp-block-media-text__content {
  margin: 0 auto;
  max-width: 800px;
  padding: 64px 32px;
}

/* Tailwind-zoner kan fortfarande använda sina egna paddingar */
.tailwind-block .wp-block-media-text .wp-block-media-text__content {
  margin: 0;
  max-width: none;
  padding: 0 8%;
}

/* Contact Form 7 list items should follow legacy spacing */
.wpcf7-form .wpcf7-list-item {
  margin: 0 !important;
}

/* Base styling for Gutenberg buttons (low specificity, matches classic defaults) */
:where(.wp-block-button__link) {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

/* Checkout customer form placeholder overrides */
body.page-template-page-cart .cart-customer-form input::placeholder,
body.page-template-page-cart
  .cart-customer-form
  input::-webkit-input-placeholder,
body.page-template-page-cart .cart-customer-form input::-moz-placeholder,
body.page-template-page-cart .cart-customer-form input:-ms-input-placeholder,
body.page-template-page-cart .cart-customer-form input::-ms-input-placeholder {
  color: #a0acb1 !important;
  opacity: 1;
}
