/* Variables
------------------------------------------------------*/
/* Grid
------------------------------------------------------*/
.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  max-width: 1300px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/* Base
------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100vh;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.876em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #363636;
  overflow-x: hidden;
  font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
  line-height: 0;
  vertical-align: middle;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  clear: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
}

.clearfix {
  clear: both;
}

.admin-bar {
  height: calc(100vh - 32px);
}

.overflow {
  overflow: hidden;
}

.wp-caption {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Teko", sans-serif;
}

h1 {
  font-size: 3em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  font-size: 2em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}

h3,
.h3 {
  font-family: "Teko", sans-serif;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 600;
}

h4,
.h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

h5,
.h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: 600;
}

h6,
.h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: 600;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

small,
.wp-caption-text {
  font-size: 14px;
  color: #a9a9a9;
}

a,
a:link {
  text-decoration: none;
  outline: 0;
  color: #00AFF0;
}
a:hover, a:focus, a:active,
a:link:hover,
a:link:focus,
a:link:active {
  text-decoration: none;
  color: #008abd;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}

blockquote {
  font-size: 3em;
  line-height: 1.2;
  font-style: italic;
  margin: 30px 0;
  padding: 0;
}
blockquote p {
  font-size: 3em;
}

hr {
  border-top: 1px solid #EBEBEB;
  border-width: 2px 0 0;
  background-color: transparent;
  margin: 15px 0;
  padding: 0;
}

/* Layout
------------------------------------------------------*/
/* Button layout
------------------------------------------------------*/
.btn, a.button,
button.button,
input.button,
#respond input#submit,
.btn:link,
.wp-block-button__link,
.wp-block-button .wp-block-button__link:link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  background-color: #00AFF0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  padding: 15px 32px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .btn, a.button,
  button.button,
  input.button,
  #respond input#submit,
  .btn:link,
  .wp-block-button__link,
  .wp-block-button .wp-block-button__link:link {
    font-size: 16px;
  }
}
.btn:hover, a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover,
.btn:link:hover,
.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:link:hover {
  background-color: #24c4ff;
  color: #fff;
}
.btn[disabled=disabled], a[disabled=disabled].button,
button[disabled=disabled].button,
input[disabled=disabled].button,
#respond input[disabled=disabled]#submit, .btn[disabled], a[disabled].button,
button[disabled].button,
input[disabled].button,
#respond input[disabled]#submit,
.btn:link[disabled=disabled],
.btn:link[disabled],
.wp-block-button__link[disabled=disabled],
.wp-block-button__link[disabled],
.wp-block-button .wp-block-button__link:link[disabled=disabled],
.wp-block-button .wp-block-button__link:link[disabled] {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
  cursor: initial;
}
.btn[disabled=disabled]:hover, a[disabled=disabled].button:hover,
button[disabled=disabled].button:hover,
input[disabled=disabled].button:hover,
#respond input[disabled=disabled]#submit:hover, .btn[disabled]:hover, a[disabled].button:hover,
button[disabled].button:hover,
input[disabled].button:hover,
#respond input[disabled]#submit:hover,
.btn:link[disabled=disabled]:hover,
.btn:link[disabled]:hover,
.wp-block-button__link[disabled=disabled]:hover,
.wp-block-button__link[disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled=disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled]:hover {
  background-color: #00AFF0;
}
.btn.round, a.round.button,
button.round.button,
input.round.button,
#respond input.round#submit,
.btn:link.round,
.wp-block-button__link.round,
.wp-block-button .wp-block-button__link:link.round {
  border-radius: 50px;
}
.btn.wide, a.wide.button,
button.wide.button,
input.wide.button,
#respond input.wide#submit,
.btn:link.wide,
.wp-block-button__link.wide,
.wp-block-button .wp-block-button__link:link.wide {
  width: 100%;
}
.btn.secondary, a.secondary.button,
button.secondary.button,
input.secondary.button,
#respond input.secondary#submit,
.btn:link.secondary,
.wp-block-button__link.secondary,
.wp-block-button .wp-block-button__link:link.secondary {
  background-color: #08233C;
}
.btn.secondary:hover, a.secondary.button:hover,
button.secondary.button:hover,
input.secondary.button:hover,
#respond input.secondary#submit:hover,
.btn:link.secondary:hover,
.wp-block-button__link.secondary:hover,
.wp-block-button .wp-block-button__link:link.secondary:hover {
  background-color: #0e3d69;
}

/* Labels
------------------------------------------------------*/
label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}

/* Base
------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.876em;
  outline: 0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #00AFF0;
}
@media only screen and (max-width: 1024px) {
  input[type=text],
  input[type=password],
  input[type=color],
  input[type=email],
  input[type=range],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=url],
  textarea,
  select {
    font-size: 1em;
  }
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea {
  width: 100%;
  margin: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
select {
  padding: 0 15px;
  height: 50px;
}

/* Textarea
------------------------------------------------------*/
textarea {
  padding: 15px;
  resize: none;
}

/* Radio & checkbox
------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  position: relative;
  top: 7px;
  outline: 0;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  border-color: #00AFF0;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #000;
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:before {
  content: " ";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  border-radius: 50%;
}

input[type=checkbox] {
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: center;
}
input[type=checkbox]:checked {
  background-image: url(../images/input-check-checked.svg);
}

/* Remove native number arrows
------------------------------------------------------*/
/* Select
------------------------------------------------------*/
select {
  background: #fff url(../images/select-arrow.svg) no-repeat;
  background-position: center right 15px;
  background-size: 10px auto;
  width: 100%;
  padding-right: 40px;
}

/* Formidable forms
------------------------------------------------------*/
.frm_forms {
  /* Base
  ------------------------------------------------------*/
  /* Hidden
  ------------------------------------------------------*/
  /* Description
  ------------------------------------------------------*/
  /* Label
  ------------------------------------------------------*/
  /* Javascript / HTML5 required fields
  ------------------------------------------------------*/
  /* Fields
  ------------------------------------------------------*/
  /* File upload
  ------------------------------------------------------*/
  /* Submission
  ------------------------------------------------------*/
}
.frm_forms .frm_form_field {
  margin-bottom: 15px;
}
.frm_forms fieldset {
  border: 0;
  padding: 0;
}
.frm_forms .frm_screen_reader,
.frm_forms .frm_hidden {
  display: none;
}
.frm_forms .frm_description {
  font-size: 0.876em;
  font-style: italic;
  display: none;
}
.frm_forms label.frm_primary_label {
  display: block;
  font-size: 0.876em;
  font-weight: 400;
}
.frm_forms .frm_required {
  color: red;
}
.frm_forms .frm_error {
  background-color: #F9F9F9;
  color: #000;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #a9a9a9;
  border-width: 0 1px 1px 1px;
  font-size: 0.876em;
  display: none;
}
.frm_forms .frm_blank_field input[type=text],
.frm_forms .frm_blank_field input[type=email],
.frm_forms .frm_blank_field input[type=tel],
.frm_forms .frm_blank_field input[type=number],
.frm_forms .frm_blank_field input[type=password],
.frm_forms .frm_blank_field input[type=url],
.frm_forms .frm_blank_field textarea,
.frm_forms .frm_blank_field select {
  border-color: red;
}
.frm_forms .frm_time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm_forms .frm_time_wrap span[dir=ltr] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-right: 5px;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_sep {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  display: block;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_select {
  margin-left: 0;
}
.frm_forms .frm_time_wrap .frm_time_select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-left: 5px;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  font-size: 0.876em;
  cursor: pointer;
  display: block;
  line-height: 24px;
}
.frm_forms .frm_dropzone {
  width: 100%;
  max-width: initial;
}
.frm_forms .frm_dropzone .dz-message {
  width: 100%;
}
.frm_forms .frm_submit .frm_ajax_loading {
  display: none;
}

/* Default tables
------------------------------------------------------*/
table {
  width: 100%;
  border-spacing: 0;
}
table thead tr th,
table tbody tr th,
table tfoot tr th {
  font-weight: 600;
  text-align: left;
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td,
table tfoot tr th,
table tfoot tr td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

/* Default lists
------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}
ul li,
ol li {
  list-style: initial;
}

/* Components
------------------------------------------------------*/
/* Header
------------------------------------------------------*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* Header site logo
  ------------------------------------------------------*/
  /* Navigation
  ------------------------------------------------------*/
  /* Hide burger and mobile menu by default */
  /* Show burger and mobile menu on small screens */
}
.site-header .site-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-header .site-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.site-header .site-logo .site-logo-img1 {
  width: 120px;
}
.site-header .site-logo svg,
.site-header .site-logo img {
  display: block;
  margin: 0;
  max-width: 150px;
  width: auto;
  height: auto;
  padding: 0;
  margin-top: 0;
}
@media (max-width: 640px) {
  .site-header .site-logo svg,
  .site-header .site-logo img {
    max-width: 80px;
  }
}
.site-header .site-logo-sep {
  display: inline-block;
  margin: 0 4px;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.3);
  height: 50px;
  width: 1px;
}
.site-header .site-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .site-navigation .header-shop, .site-header .site-navigation .header-cart {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.site-header .site-navigation .header-shop a, .site-header .site-navigation .header-cart a {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-header .site-navigation .header-cart {
  padding: 30px 30px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.site-header .site-navigation .header-cart a {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
}
.site-header .site-navigation .header-cart a .cart-icon {
  font-size: 1.2rem;
}
.site-header .site-navigation .header-cart a .cart-count {
  background-color: white;
  color: #08233C;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
  position: absolute;
  top: -10px;
  right: -15px;
  font-weight: 700;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-navigation ul li {
  list-style: none;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  /* 2. level sub menu
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li.current-menu-item > a {
  font-weight: 700;
}
.site-header .site-navigation ul li.language_picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-right: 20px;
}
.site-header .site-navigation ul li.language_picker figure {
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
}
.site-header .site-navigation ul li.language_picker figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-header .site-navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 15px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-header .site-navigation ul li:hover .sub-menu {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.site-header .site-navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-10px);
          transform: translateX(-50%) translateY(-10px);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  background-color: #08233C;
  min-width: 200px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  padding: 10px 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  border-radius: 5px;
}
.site-header .site-navigation ul li .sub-menu:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  background: transparent;
}
.site-header .site-navigation ul li .sub-menu li {
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  /* 3. level sub menu (hidden by default)
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li .sub-menu li:hover, .site-header .site-navigation ul li .sub-menu li.current-menu-item {
  background-color: #051626;
}
.site-header .site-navigation ul li .sub-menu li a {
  white-space: nowrap;
  padding: 10px 20px;
  color: #fff;
  font-size: 0.85rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.site-header .site-navigation ul li .sub-menu li a:hover {
  padding-left: 24px;
}
.site-header .site-navigation ul li .sub-menu li .sub-menu {
  display: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.site-header .ham,
.site-header .mobile-menu,
.site-header .header-cart {
  display: none;
}
@media (max-width: 1385px) {
  .site-header .site-navigation {
    display: none;
  }
  .site-header .ham {
    display: block;
  }
  .site-header .header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1385px) and (max-width: 400px) {
  .site-header .header-icons {
    gap: 0;
  }
}
@media (max-width: 1385px) {
  .site-header .header-cart {
    display: block;
    padding: 10px;
  }
  .site-header .header-cart-link {
    position: relative;
    color: #fff;
    font-size: 1.3rem;
  }
  .site-header .header-cart .cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: white;
    color: #0A2E4A;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: bold;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  .site-header .icon-1, .site-header .icon-2, .site-header .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: black;
    -webkit-transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  .site-header .burger {
    display: block;
    width: 30px;
    height: auto;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    z-index: 10001;
    position: relative;
  }
  .site-header .burger span {
    display: block;
    height: 3px;
    width: 20px;
    background: white;
    border-radius: 2px;
    margin: 4px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .site-header .burger.active span:nth-child(1) {
    -webkit-transform: rotate(55deg) translate(-2px, 1px);
            transform: rotate(55deg) translate(-2px, 1px);
    position: fixed;
  }
  .site-header .burger.active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .site-header .burger.active span:nth-child(3) {
    -webkit-transform: rotate(-55deg) translate(9px, -9px);
            transform: rotate(-55deg) translate(9px, -9px);
    position: fixed;
  }
  .site-header .mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100dvh;
    width: 80%;
    max-width: 300px;
    background-color: #0A2E4A;
    padding: 2rem 1.5rem;
    -webkit-box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
  }
}
@media (max-width: 1385px) and (max-width: 450px) {
  .site-header .mobile-menu {
    width: 100%;
    max-width: none;
    right: -100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .site-header .mobile-menu.active {
    right: 0;
  }
  .site-header .mobile-menu .mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .site-header .mobile-menu .mobile-nav-menu {
    text-align: center;
  }
  .site-header .mobile-menu .mobile-nav-menu li a {
    font-size: 1.6rem;
    padding: 10px 0;
  }
  .site-header .mobile-menu .mobile-nav-menu li .sub-menu {
    padding-left: 0;
  }
  .site-header .mobile-menu .mobile-nav-menu li .sub-menu li a {
    font-size: 1.2rem;
  }
  .site-header .mobile-menu .mobile-header-shop {
    margin: 30px auto;
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 1385px) {
  .site-header .mobile-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
  }
  .site-header .language_picker {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .site-header .language_picker figure {
    width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer;
  }
  .site-header .language_picker figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .site-header .mobile-header-shop {
    margin-top: auto;
    background-color: #00AFF0;
    padding: 15px 32px;
    border: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    text-align: center;
    margin-top: 20px;
  }
  .site-header .mobile-header-shop a {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
  }
  .site-header .mobile-menu.active {
    right: 0;
  }
  .site-header .mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 10px 0;
  }
  .site-header .mobile-nav-menu li {
    margin-bottom: 15px;
    list-style-type: none;
  }
  .site-header .mobile-nav-menu li .sub-menu {
    display: none;
    padding-left: 15px;
    margin-top: 10px;
  }
  .site-header .mobile-nav-menu li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-header .mobile-nav-menu li.menu-item-has-children .fa-chevron-up {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header .mobile-nav-menu li.menu-item-has-children.open .fa-chevron-up {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-header .mobile-nav-menu li a {
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 5px 0;
    font-family: "Teko", sans-serif;
    letter-spacing: 0.05em;
  }
  .site-header .mobile-nav-menu li .sub-menu li {
    margin-bottom: 3px;
  }
  .site-header .mobile-nav-menu li .sub-menu li a {
    font-size: 1.2rem;
    padding: 2px 0;
  }
}

.ham {
  z-index: 10001;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamRotate180.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #ffffff;
  stroke-width: 5.5;
  stroke-linecap: round;
}

.ham1 .top {
  stroke-dasharray: 40 139;
}

.ham1 .bottom {
  stroke-dasharray: 40 180;
}

.ham1.active .top {
  stroke-dashoffset: -98px;
}

.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.site-footer {
  background-color: #08233C;
  padding: 50px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.site-footer .footer__contents {
  position: relative;
  z-index: 100;
}
.site-footer .copyright {
  text-align: center;
  margin-top: 15px;
  font-size: 0.7rem;
  position: relative;
  z-index: 100;
}
.site-footer .cvr {
  text-align: center;
  font-size: 0.7rem;
  position: relative;
  z-index: 100;
}
.site-footer .footer-background-image {
  position: absolute;
  bottom: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  height: 1000px;
  z-index: 0;
  opacity: 0.03;
}
@media (max-width: 1024px) {
  .site-footer .footer-background-image {
    bottom: -150px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .site-footer .footer-background-image {
    bottom: -100px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) {
  .site-footer .footer-background-image {
    bottom: 150px;
    width: 800px;
    height: 800px;
  }
}
.site-footer .footer-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-footer .sponsers {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-footer .sponsers h1 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .site-footer .sponsers h1 {
    font-size: 1.5rem;
  }
}
.site-footer .sponsers .sponsers-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .site-footer .sponsers .sponsers-logos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 400px;
  }
}
@media (max-width: 420px) {
  .site-footer .sponsers .sponsers-logos {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 250px;
  }
}
.site-footer .sponsers .sponsers-logos img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.site-footer .footer-links {
  max-width: 1500px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 15px;
}
@media (max-width: 1024px) {
  .site-footer .footer-links {
    padding: 2rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .site-footer .footer-links {
    padding: 1rem;
  }
}
@media (max-width: 547px) {
  .site-footer .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
  }
}
.site-footer .footer-links .site-logo svg,
.site-footer .footer-links .site-logo img {
  display: block;
  margin: 0 auto;
  max-width: 180px;
  width: 100%;
  padding: 0;
}
.site-footer .footer-links .footer-links-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.site-footer .footer-links .footer-links-images img:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
.site-footer .footer-links .footer-links-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 450px) {
  .site-footer .footer-links .footer-links-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
.site-footer .footer-links .footer-links-socials a {
  font-size: 1.5rem;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-links .footer-links-socials a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  cursor: pointer;
}
.site-footer .footer-links .footer-links-socials a svg {
  color: #fff;
}
@media (max-width: 420px) {
  .site-footer .footer-links .footer-links-socials a svg {
    width: 40px;
    height: 40px;
  }
}

/* Blocks
------------------------------------------------------*/
/* General block styling
------------------------------------------------------*/
.wp-block-group {
  margin: auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1300px;
}
.wp-block-group.alignfull {
  max-width: 100%;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1300px;
}
.wp-block-group.alignwide {
  max-width: 1600px;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  margin: auto;
}

.wp-block-cover.alignwide {
  max-width: 1140px;
  margin: auto;
}

.lb-block {
  margin: 0 auto;
  max-width: 1300px;
}
.lb-block.alignwide, .lb-block.align-wide {
  max-width: 1600px;
}
.lb-block.alignfull, .lb-block.align-full {
  max-width: 100vw;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1300px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wp-block-media-text.alignwide {
  max-width: 1600px;
}
.wp-block-media-text.alignfull {
  max-width: 100%;
}
.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-media-text figure.wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text figure.wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 15px;
}

/* Pages
------------------------------------------------------*/
.container .news-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem 0;
}
@media (max-width: 746px) {
  .container .news-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.container .news-search .news-search-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  padding: 0 1rem;
  width: 100%;
  position: relative;
}
.container .news-search .news-search-input input {
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  background-color: transparent;
  width: 100%;
  padding-right: 2rem;
}
.container .news-search .news-search-input .clear-search {
  cursor: pointer;
  padding: 0.5rem;
  display: none;
  position: absolute;
  right: 0.5rem;
}
.container .news-search .news-search-input .clear-search svg {
  width: 16px;
  height: 16px;
  color: #b4b4b4;
}
.container .news-search .news-search-input .clear-search.visible {
  display: block;
}
.container .news-search .news-search-input svg {
  width: 24px;
  color: #b4b4b4;
}
.container .news-search .news-search-input svg:first-child {
  margin-right: 0.5rem;
}
.container .news-search button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  outline: none;
  font-size: 1.2rem;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 746px) {
  .container .news-search button {
    width: 100%;
  }
}
.container .news-search button:hover {
  cursor: pointer;
}
.container .news-search button#news-clear-button {
  display: none;
}
.container .news-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
  grid-auto-rows: 1fr;
}
@media (max-width: 1024px) {
  .container .news-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 746px) {
  .container .news-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.container .news-list .news-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 500px;
}
@media (max-width: 1024px) {
  .container .news-list .news-item {
    min-height: 300px;
  }
}
.container .news-list .news-item .news-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .news-list .news-item .news-item-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 35, 60, 0)), to(rgba(8, 35, 60, 0.8509803922)));
  background: linear-gradient(180deg, rgba(8, 35, 60, 0) 0%, rgba(8, 35, 60, 0.8509803922) 100%);
  z-index: 1;
}
.container .news-list .news-item .news-item-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #00A7E1;
  z-index: 1;
}
.container .news-list .news-item .news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.container .news-list .news-item .news-item-content {
  position: relative;
  z-index: 2;
  padding: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .news-list .news-item .news-item-content .news-item-content-tag {
  font-size: 0.7rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #00A7E1;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: auto;
  font-family: "Teko", sans-serif;
}
.container .news-list .news-item .news-item-content .news-item-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}
.container .news-list .news-item .news-item-content .news-item-content-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Teko", sans-serif;
}
@media (max-width: 746px) {
  .container .news-list .news-item .news-item-content .news-item-content-text h2 {
    font-size: 1.2rem;
  }
}
.container .news-list .news-item .news-item-content .news-item-content-text .news-item-content-text-date {
  font-size: 0.7rem;
  font-weight: 400;
  color: #ffffff;
}
.container .news-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
  width: 100%;
}
.container .news-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.container .news-pagination .page-numbers li {
  margin: 0;
  list-style: none;
}
.container .news-pagination .page-numbers li a, .container .news-pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #333;
}
@media (max-width: 746px) {
  .container .news-pagination .page-numbers li a, .container .news-pagination .page-numbers li span {
    min-width: 40px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .container .news-pagination .page-numbers li a, .container .news-pagination .page-numbers li span {
    min-width: 30px;
    height: 30px;
  }
}
.container .news-pagination .page-numbers li a:hover, .container .news-pagination .page-numbers li span:hover {
  background-color: #EBEBEB;
}
.container .news-pagination .page-numbers li span.current {
  color: #00AFF0;
  background-color: rgba(235, 235, 235, 0.5);
}
.container .news-pagination .page-numbers li a.prev, .container .news-pagination .page-numbers li a.next {
  font-weight: 600;
  background-color: #08233C;
}
.container .news-pagination .page-numbers li a.prev svg, .container .news-pagination .page-numbers li a.next svg {
  color: white;
}
.container .news-pagination .page-numbers li:nth-child(n+7):not(:nth-last-child(-n+2)) {
  display: none;
}
.container .news-pagination .page-numbers li:nth-child(6):not(:nth-last-child(-n+3))::after {
  content: none;
}
.container .news-pagination .page-numbers li.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}
.container .news-pagination .page-numbers li.dots span {
  background: none;
}
.container .news-pagination .page-numbers li.dots span:hover {
  background: none;
}

.newsletter-container-archive {
  max-width: 100%;
  border-top: 1px solid #EBEBEB;
}
.newsletter-container-archive .newsletter-container-archive {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-width: 1518px) {
  .newsletter-container-archive .newsletter-container-archive {
    padding: 2rem;
  }
}
.newsletter-container-archive .newsletter-container-archive h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
.newsletter-container-archive .newsletter-container-archive .newsletter-form-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 3rem 0;
}
@media (max-width: 746px) {
  .newsletter-container-archive .newsletter-container-archive .newsletter-form-archive {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-container-archive .newsletter-container-archive .newsletter-form-archive input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.newsletter-container-archive .newsletter-container-archive .newsletter-form-archive button {
  background-color: #08233C;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  gap: 1rem;
}
@media (max-width: 746px) {
  .newsletter-container-archive .newsletter-container-archive .newsletter-form-archive button {
    width: 100%;
  }
}

.post-type-archive-match .next-match-section {
  background-color: #08233C;
  padding: 4rem 1rem;
  color: #fff;
  font-family: "Teko", sans-serif;
}
.post-type-archive-match .next-match-container {
  max-width: 1100px;
  margin: 0 auto;
}
.post-type-archive-match .next-match-box {
  position: relative;
  background-color: #0a2b4a;
  border-radius: 12px;
  padding: 2rem;
  max-width: 1100px;
  margin: 0 auto 3rem auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .post-type-archive-match .next-match-box {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
  }
}
@media (max-width: 768px) {
  .post-type-archive-match .next-match-box {
    padding: 1.5rem;
  }
}
.post-type-archive-match .next-match-title {
  position: relative;
  z-index: 0;
  font-size: 4rem;
  font-weight: 800;
  color: #344b5f;
  text-transform: uppercase;
  margin-bottom: -2.4rem;
  padding-left: 0;
  margin-left: -40px;
}
@media (max-width: 1024px) {
  .post-type-archive-match .next-match-title {
    font-size: 3rem;
    margin-left: -14px;
    margin-bottom: -1.8rem;
  }
}
@media (max-width: 768px) {
  .post-type-archive-match .next-match-title {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: -1.2rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .next-match-title {
    font-size: 1.5rem;
    margin-bottom: -0.9rem;
  }
}
.post-type-archive-match .next-match-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .post-type-archive-match .next-match-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .next-match-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
}
.post-type-archive-match .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.post-type-archive-match .team img {
  width: 80px;
  height: auto;
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .post-type-archive-match .team img {
    width: 65px;
  }
}
@media (max-width: 768px) {
  .post-type-archive-match .team img {
    width: 50px;
  }
}
.post-type-archive-match .team span {
  font-size: 1rem;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .post-type-archive-match .team span {
    font-size: 0.75rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .team span {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .team {
    margin-bottom: 1rem;
  }
}
.post-type-archive-match .match-info {
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  gap: 20px;
  width: 260px;
  color: white;
  padding: 1rem 0;
  padding-top: 1.5rem;
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  z-index: 2;
  font-size: 1rem;
}
@media (max-width: 1024px) {
  .post-type-archive-match .match-info {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .post-type-archive-match .match-info {
    width: 130px;
  }
}
@media (max-width: 600px) {
  .post-type-archive-match .match-info {
    width: 130px;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .match-info {
    width: 100%;
    clip-path: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 1rem;
  }
}
.post-type-archive-match .match-date {
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
}
@media (max-width: 500px) {
  .post-type-archive-match .match-date {
    font-size: 0.7rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .match-date {
    font-size: 1.2rem;
  }
}
.post-type-archive-match .match-time {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "Teko", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .post-type-archive-match .match-time {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .post-type-archive-match .match-time {
    font-size: 1.3rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .match-time {
    font-size: 1.2rem;
  }
}
.post-type-archive-match .match-location {
  text-transform: uppercase;
  font-family: "Teko", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 500px) {
  .post-type-archive-match .match-location {
    font-size: 0.7rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .match-location {
    font-size: 1.2rem;
  }
}
.post-type-archive-match .arena {
  font-size: 1rem;
  font-family: "Teko", sans-serif;
}
.post-type-archive-match .arena a {
  color: #fff;
  text-decoration: underline;
}
.post-type-archive-match .arena a:hover {
  color: #00AFF0;
}
@media (max-width: 768px) {
  .post-type-archive-match .arena {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.post-type-archive-match .location-icon {
  margin-right: 5px;
}
.post-type-archive-match .match-banner-title {
  font-size: 3rem;
  font-weight: bold;
  color: #e1e5e8;
  text-transform: uppercase;
  margin: 2rem auto 1rem;
  max-width: 1200px;
  padding-left: 0.5rem;
  text-align: center;
}
.post-type-archive-match .match-banner {
  color: white;
  margin-bottom: 3rem;
  padding: 0;
}
@media (max-width: 850px) {
  .post-type-archive-match .match-banner {
    padding: 0 40px;
  }
}
@media (max-width: 600px) {
  .post-type-archive-match .match-banner {
    padding: 0 10px;
  }
}
.post-type-archive-match .match-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  height: 140px;
  background-color: #08233C;
  overflow: hidden;
}
@media (max-width: 768px) {
  .post-type-archive-match .match-banner-inner {
    height: auto;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .match-banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.post-type-archive-match .team-section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #08233C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  text-align: center;
}
.post-type-archive-match .team-section.team-left {
  background-color: #0a2b4a;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.post-type-archive-match .team-section.team-right {
  background-color: #0a2b4a;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}
.post-type-archive-match .team-section img {
  width: 60px;
  height: auto;
  margin-bottom: 0.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .post-type-archive-match .team-section img {
    width: 50px;
  }
}
.post-type-archive-match .team-section span {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Teko", sans-serif;
  letter-spacing: 0.5px;
  font-weight: 600;
}
@media (max-width: 500px) {
  .post-type-archive-match .team-section span {
    font-size: 0.65rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .team-section span {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .post-type-archive-match .team-section {
    width: 100%;
    clip-path: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .post-type-archive-match .team-section.team-left {
    background-color: #0a2b4a;
    clip-path: none;
  }
  .post-type-archive-match .team-section.team-right {
    background-color: #0a2b4a;
    clip-path: none;
  }
}
.post-type-archive-match .ticket-cta {
  background-color: #00AFF0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Teko", sans-serif;
}
.post-type-archive-match .cta-button {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .post-type-archive-match .cta-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
}
.post-type-archive-match .cta-button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.post-type-archive-match .cta-icon {
  margin-right: 0.5rem;
}
.post-type-archive-match .match-result {
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
}

main.fanzone__page .fanzone__shop {
  background-color: #00AFF0;
  padding: 100px 0;
  margin-bottom: 0px !important;
  position: relative;
  overflow: hidden;
}
main.fanzone__page .fanzone__shop .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
  position: relative;
  z-index: 10;
  place-items: center;
  text-align: center;
}
main.fanzone__page .fanzone__shop h2, main.fanzone__page .fanzone__shop p {
  color: #08233C;
}
main.fanzone__page .fanzone__shop h2 {
  font-size: 3rem;
  margin: 0;
}
main.fanzone__page .fanzone__shop p {
  font-size: 1.2rem;
  margin: 0;
}
main.fanzone__page .fanzone__shop .button {
  margin-top: 30px;
  margin-inline: auto;
}
main.fanzone__page .fanzone__links {
  position: relative;
  margin: 0 !important;
  padding: 150px 0;
  padding-top: 100px;
}
@media (max-width: 768px) {
  main.fanzone__page .fanzone__links {
    padding-top: 50px;
  }
}
main.fanzone__page .fanzone__links .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(80%, white), to(#00AFF0));
  background: linear-gradient(to bottom, white 0%, white 80%, #00AFF0 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}
main.fanzone__page .fanzone__links .container {
  position: relative;
  z-index: 10;
  padding: 100px 15px;
}
main.fanzone__page .fanzone__links .fanzone-links-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.1;
}
main.fanzone__page .fanzone__links .fanzone-links-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%) brightness(2);
          filter: grayscale(100%) brightness(2);
}
main.fanzone__page .fanzone__links .upper {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  main.fanzone__page .fanzone__links .upper {
    margin-bottom: 50px;
  }
}
main.fanzone__page .fanzone__links .upper h2 {
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 768px) {
  main.fanzone__page .fanzone__links .upper h2 {
    font-size: 2.4rem;
  }
}
main.fanzone__page .fanzone__links .upper p {
  margin: 0;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  main.fanzone__page .fanzone__links .upper p {
    font-size: 1.1rem;
  }
}
main.fanzone__page .fanzone__links ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  main.fanzone__page .fanzone__links ul {
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
  }
}
main.fanzone__page .fanzone__links ul li {
  position: relative;
  aspect-ratio: 4/3;
  list-style-type: none;
  background-color: #00AFF0;
  -webkit-box-shadow: 0 20px 80px rgba(0, 175, 240, 0.5);
          box-shadow: 0 20px 80px rgba(0, 175, 240, 0.5);
  outline: 1px solid rgba(255, 255, 255, 0.2);
  outline-offset: -20px;
}
@media (max-width: 1024px) {
  main.fanzone__page .fanzone__links ul li {
    aspect-ratio: 4/2;
  }
}
main.fanzone__page .fanzone__links ul li a {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  font-family: "Teko", sans-serif;
  font-size: 2.5rem;
  color: white;
}
@media (max-width: 1024px) {
  main.fanzone__page .fanzone__links ul li a {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  main.fanzone__page .fanzone__links ul li a {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) {
  main.fanzone__page .fanzone__links ul li a {
    font-size: 2.2rem;
  }
}
main.fanzone__page .fanzone__wp__content {
  padding: 100px 0px;
}
main.fanzone__page .fanzone__page__contents {
  position: relative;
  z-index: 200;
}
main.fanzone__page .fanzone__page__contents .container p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  main.fanzone__page .fanzone__page__contents .container p {
    font-size: 1rem;
  }
}
main.fanzone__page .fanzone__page__contents .stormchasers {
  padding: 100px 0px;
  background-color: #08233C;
  position: relative;
  overflow-x: clip;
}
main.fanzone__page .fanzone__page__contents .stormchasers.fanclub {
  background-color: #0b3053;
}
main.fanzone__page .fanzone__page__contents .stormchasers.fanclub .shop-background-image {
  -webkit-transform: translate(-50%, 50%) scaleX(-1);
          transform: translate(-50%, 50%) scaleX(-1);
}
main.fanzone__page .fanzone__page__contents .stormchasers.fanclub .stormchasers__logo {
  max-width: 300px;
  margin-top: -160px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  main.fanzone__page .fanzone__page__contents .stormchasers.fanclub .stormchasers__logo {
    max-width: 240px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  main.fanzone__page .fanzone__page__contents .stormchasers.fanclub .stormchasers__logo {
    max-width: 200px;
    margin-bottom: 20px;
  }
}
main.fanzone__page .fanzone__page__contents .stormchasers.fanclub .stormchasers_body {
  padding-bottom: 0px;
}
main.fanzone__page .fanzone__page__contents .stormchasers .shop-background-image {
  max-height: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 1500px;
  height: 100%;
  z-index: 0;
  opacity: 0.03;
}
main.fanzone__page .fanzone__page__contents .stormchasers .shop-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-user-drag: none;
}
main.fanzone__page .fanzone__page__contents .stormchasers .stormchasers_body {
  position: relative;
  z-index: 10;
  padding-bottom: 80px;
}
main.fanzone__page .fanzone__page__contents .stormchasers .stormchasers_body p {
  color: white;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
  line-height: 1.7;
}
main.fanzone__page .fanzone__page__contents .stormchasers .stormchasers_body a {
  margin-inline: auto;
  margin-top: 30px;
}
main.fanzone__page .fanzone__page__contents .stormchasers .stormchasers__logo {
  max-width: 700px;
  width: 100%;
  margin-inline: auto;
  margin-top: -120px;
  position: relative;
  z-index: 11;
}
main.fanzone__page .fanzone__page__contents .stormchasers .stormchasers__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-user-drag: none;
}

.post-content {
  padding: 40px 0;
}

/* Vendors
------------------------------------------------------*/
.slick-slider .slick-list .slick-track .slick-slide {
  outline: 0;
  cursor: pointer;
}

.slick-arrow {
  cursor: pointer;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 5px;
  position: relative;
  width: 10px;
  height: 10px;
  list-style: none;
}
.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  background-color: #F9F9F9;
  overflow: hidden;
  display: block;
  text-indent: 25px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li button:hover {
  width: 14px;
  height: 14px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #00AFF0;
  width: 14px;
  height: 14px;
}

/* Responsive (mobile, tablets and other small devices)
------------------------------------------------------*/
.woocommerce-notices-wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 30px auto 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-top: 4px solid #EBEBEB;
}
.woocommerce-info a,
.woocommerce-info .button,
.woocommerce-message a,
.woocommerce-message .button,
.woocommerce-error a,
.woocommerce-error .button {
  margin-left: auto;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.woocommerce-error {
  padding-left: 33px;
}

.wcnc__hero {
  width: 100%;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding-top: 200px;
  padding-bottom: 100px;
}
.wcnc__hero .container {
  position: relative;
  z-index: 10;
}
.wcnc__hero .container h1 {
  font-size: 5rem;
  color: white;
  margin: 0;
}
@media (max-width: 1024px) {
  .wcnc__hero .container h1 {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .wcnc__hero .container h1 {
    text-align: center;
    font-size: 3rem;
  }
}
.wcnc__hero .container .post-title {
  font-size: 5rem;
  color: white;
  max-width: 800px;
  margin: 0;
}
@media (max-width: 1024px) {
  .wcnc__hero .container .post-title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .wcnc__hero .container .post-title {
    text-align: center;
    font-size: 3rem;
  }
}
.wcnc__hero .container .post-date {
  font-size: 1.5rem;
  color: #00AFF0;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1024px) and (max-width: 768px) {
  .wcnc__hero .container .post-date {
    text-align: center;
  }
}
.wcnc__hero .container .back-to-shop {
  font-size: 2rem;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  color: #00AFF0;
}
@media (max-width: 1024px) {
  .wcnc__hero .container .back-to-shop {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .wcnc__hero .container .back-to-shop {
    text-align: center;
    margin-inline: auto;
    display: block;
  }
}
.wcnc__hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 35, 60, 0.1)), to(#08233C)), -webkit-gradient(linear, left top, right top, from(rgba(8, 35, 60, 0.1)), to(rgba(8, 35, 60, 0.1)));
  background: linear-gradient(-90deg, rgba(8, 35, 60, 0.1) 0%, #08233C 100%), linear-gradient(to right, rgba(8, 35, 60, 0.1) 0%, rgba(8, 35, 60, 0.1) 100%);
  z-index: 1;
}
.wcnc__hero .background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wcnc__hero .background__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.woocommerce .woocommerce-pagination {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.woocommerce .woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.woocommerce .woocommerce-pagination ul li {
  list-style-type: none;
}
.woocommerce .woocommerce-pagination ul li .page-numbers {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 50px;
  aspect-ratio: 1;
  background-color: #F9F9F9;
  font-size: 1.6rem;
  line-height: 0.6rem;
  font-family: "Teko", sans-serif;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-pagination ul li .page-numbers {
    width: 40px;
    font-size: 1.4rem;
  }
}
.woocommerce .woocommerce-pagination ul li .page-numbers.current {
  background-color: #00AFF0;
  color: white;
}
.woocommerce .woocommerce-notices-wrapper:first-of-type {
  display: none;
}
.woocommerce .woocommerce-error {
  display: block !important;
  background-color: #f9f9f9;
  border-top: 3px solid #dc3232;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  margin: 2rem 0;
  border-radius: 4px;
  list-style: none;
  position: relative;
  font-size: 0.95rem;
}
.woocommerce .woocommerce-error::before {
  content: "!";
  position: absolute;
  top: 1.5rem;
  left: 1.2rem;
  font-size: 1rem;
  color: #dc3232;
  font-weight: bold;
  border: 2px solid #dc3232;
  border-radius: 50%;
  width: 1.5rem;
  text-align: center;
  background-color: #fff;
}
.woocommerce .woocommerce-error li {
  display: block !important;
  margin-bottom: 0.6rem;
}
.woocommerce .woocommerce-error li strong {
  font-weight: 600;
  color: #000;
}
.woocommerce .woocommerce-error li:last-child {
  margin-bottom: 0;
}
.woocommerce.wp-block-group {
  padding: 0px;
  max-width: unset;
}
.woocommerce .wcnc__shop__body .featured__products {
  background-color: #08233C;
  padding: 100px 0px;
}
@media (max-width: 768px) {
  .woocommerce .wcnc__shop__body .featured__products {
    padding: 60px 0px;
  }
}
.woocommerce .wcnc__shop__body .featured__products .section_title {
  margin: 0;
  color: white;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .woocommerce .wcnc__shop__body .featured__products .section_title {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .wcnc__shop__body .featured__products .section_title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) {
  .woocommerce .wcnc__shop__body .featured__products .section_title {
    font-size: 2rem;
    text-align: center;
  }
}
.woocommerce .wcnc__shop__body .featured__products .featured__products__grid {
  margin-top: -27px;
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .woocommerce .wcnc__shop__body .featured__products .featured__products__grid {
    margin-top: -20px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .wcnc__shop__body .featured__products .featured__products__grid {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.woocommerce .wcnc__shop__body .featured__products .featured__products__grid .product {
  background-color: #0a2b4a;
}
.woocommerce .wcnc__shop__body .featured__products .featured__products__grid .product h2.woocommerce-loop-product__title {
  color: white !important;
}
.woocommerce .wcnc__shop__body .category__wrapper {
  padding: 70px 0px;
  border-bottom: 1px solid #EBEBEB;
}
.woocommerce .wcnc__shop__body .category__wrapper .category__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.woocommerce .wcnc__shop__body .category__wrapper .category__grid .category__item {
  background-color: #F9F9F9;
  padding: 1.5rem 2.5rem;
  font-family: "Teko", sans-serif;
  line-height: 1;
}
@media (max-width: 1024px) {
  .woocommerce .wcnc__shop__body .category__wrapper .category__grid .category__item {
    padding: 1.5rem 1rem;
  }
}
.woocommerce .wcnc__shop__body .category__wrapper .category__grid .category__item .category__name {
  color: #08233C;
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
}
.woocommerce .wcnc__shop__body .category__wrapper .category__grid .category__item .category__count {
  font-size: 1.5rem;
}
.woocommerce .wcnc__shop__body .shop__wrapper {
  padding: 50px 0px;
  padding-bottom: 200px;
}
.woocommerce .wcnc__shop__body .shop__wrapper .wcnc__shop__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .woocommerce .wcnc__shop__body .shop__wrapper .wcnc__shop__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 50px;
  }
}
.woocommerce .wcnc__shop__body .shop__wrapper .wcnc__shop__header .woocommerce-products-header {
  margin: 0;
}
.woocommerce .wcnc__shop__body .shop__wrapper .wcnc__shop__header .woocommerce-products-header h2 {
  margin: 0;
  font-size: 1.5rem;
}
@media (max-width: 576px) {
  .woocommerce .wcnc__shop__body .shop__wrapper .wcnc__shop__header .woocommerce-products-header h2 {
    margin-bottom: 10px;
  }
}
.woocommerce .wc__nordicstorm__loop .products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .woocommerce .wc__nordicstorm__loop .products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .wc__nordicstorm__loop .products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.woocommerce .wc__nordicstorm__loop .products .product {
  background-color: #F9F9F9;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem;
  width: 100%;
}
.woocommerce .wc__nordicstorm__loop .products .product .product__thumbnail {
  aspect-ratio: 9/10;
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.woocommerce .wc__nordicstorm__loop .products .product .product__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.woocommerce .wc__nordicstorm__loop .products .product .product__info {
  text-align: center;
  line-height: 1;
  padding: 10px 0px;
}
.woocommerce .wc__nordicstorm__loop .products .product .product__info h2.woocommerce-loop-product__title {
  color: #08233C;
  margin-bottom: 5px;
}
.woocommerce .wc__nordicstorm__loop .products .product .product__info .price {
  font-family: "Teko", sans-serif;
  font-size: 1.4rem;
}
.woocommerce .product__body {
  background-color: #08233C;
  color: white;
  padding: 40px 0px;
  padding-bottom: 120px;
}
.woocommerce .product__body .product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
      grid-template-areas: "image info";
  gap: 80px;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 40px auto;
        grid-template-areas: "image" "info";
    gap: 40px;
  }
}
.woocommerce .product__body .product .product__images {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product .product__images {
    position: relative;
    top: 0;
    height: auto;
  }
}
.woocommerce .product__body .product .product__images .woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.woocommerce .product__body .product .product__images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  width: 100%;
  aspect-ratio: 1;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.woocommerce .product__body .product .product__images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.woocommerce .product__body .product .product__info {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: info;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product .product__images {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .woocommerce .product__body .product .product__info {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.woocommerce .product__body .product .product__info .product__info__inner {
  position: sticky;
  top: 50px;
}
.woocommerce .product__body .product .product__info .summary {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product .product__info .summary {
    padding-top: 0px;
  }
}
.woocommerce .product__body .product .product__info .summary h1 {
  font-size: 3rem;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product .product__info .summary h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .product__body .product .product__info .summary h1 {
    font-size: 2rem;
  }
}
.woocommerce .product__body .product .product__info .summary .price {
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  margin: 0;
  color: #00AFF0;
}
.woocommerce .product__body .product .product__info .summary form {
  margin-top: 30px;
  padding: 2rem;
  background-color: #092845;
}
@media (max-width: 1024px) {
  .woocommerce .product__body .product .product__info .summary form {
    padding: 1rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .product__body .product .product__info .summary form {
    padding: 0px;
    background: transparent;
  }
}
.woocommerce .product__body .product .product__info .summary form th.label {
  display: none;
}
.woocommerce .product__body .product .product__info .summary form td {
  padding: 0;
  border-bottom: none;
}
.woocommerce .product__body .product .product__info .summary form .reset_variations {
  margin-bottom: 10px;
  display: block;
}
.woocommerce .product__body .product .product__info .summary .product_meta {
  margin-top: 10px;
}
.woocommerce .product__body .product .product__info .summary .single_add_to_cart_button {
  width: 100%;
  padding: 15px 0px;
  font-size: 1.5rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
.woocommerce .product__body .product .product__info .woocommerce-tabs .tabs {
  border-bottom: 1px solid #0b3053;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce .product__body .product .product__info .woocommerce-tabs .tabs li {
  list-style-type: none;
}
.woocommerce .product__body .product .product__info .woocommerce-tabs .tabs li a {
  padding: 10px 0px;
  font-size: 1.2rem;
}
.woocommerce .recommendations {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  .woocommerce .recommendations {
    padding: 60px 0px;
  }
}
.woocommerce .recommendations .section__title {
  font-size: 5rem;
  color: #08233C;
  opacity: 0.2;
}
@media (max-width: 1024px) {
  .woocommerce .recommendations .section__title {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .recommendations .section__title {
    text-align: center;
    margin-bottom: 30px;
    opacity: 1;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) {
  .woocommerce .recommendations .section__title {
    font-size: 3rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) and (max-width: 576px) and (max-width: 480px) {
  .woocommerce .recommendations .section__title {
    font-size: 2rem;
  }
}
.woocommerce .recommendations .recommendations__products {
  position: relative;
  z-index: 10;
  margin-top: -52px;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .woocommerce .recommendations .recommendations__products {
    margin-top: -45px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .recommendations .recommendations__products {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.woocommerce .cart__page__contents {
  padding: 100px 0px;
}
@media (max-width: 768px) {
  .woocommerce .cart__page__contents {
    padding: 60px 0px;
  }
}
.woocommerce .cart__page__contents .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 400px;
  grid-template-columns: 1fr 400px;
      grid-template-areas: "cart cart-summary";
  gap: 100px;
}
@media (max-width: 1024px) {
  .woocommerce .cart__page__contents .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
        grid-template-areas: "cart" "cart-summary";
    gap: 50px;
  }
}
.woocommerce .cart__page__contents .container .wc-proceed-to-checkout {
  width: 100%;
  margin-top: 30px;
}
.woocommerce .cart__page__contents .container .wc-proceed-to-checkout a {
  width: 100%;
  display: block;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table th.product-quantity input, .woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table td.product-quantity input {
  width: 75px;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item td.product-thumbnail img {
  width: 50px;
  height: 50px;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table .actions {
  border-bottom: none;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table .coupon {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table .coupon button {
  height: 50px;
  white-space: nowrap;
}
.woocommerce .cart__page__contents .container form.woocommerce-cart-form .shop_table button[name=update_cart] {
  margin-top: 50px;
}
.woocommerce .cart__page__contents .container .woocommerce-shipping-totals th, .woocommerce .cart__page__contents .container .woocommerce-shipping-totals td {
  vertical-align: top;
}
.woocommerce .cart__page__contents .container .woocommerce-shipping-totals th ul, .woocommerce .cart__page__contents .container .woocommerce-shipping-totals td ul {
  padding: 0;
}
.woocommerce .cart__page__contents .container .woocommerce-shipping-totals th ul li, .woocommerce .cart__page__contents .container .woocommerce-shipping-totals td ul li {
  list-style-type: none;
}
.woocommerce .cart__empty__wrapper {
  display: -ms-grid;
  display: grid;
  place-items: center;
  padding: 150px 0px;
}
.woocommerce .cart__empty__wrapper .container {
  max-width: 800px;
}
.woocommerce .coupon__form__wrapper {
  background-color: #08233C;
  padding: 50px 0px;
}
.woocommerce .coupon__form__wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
  margin: 0;
  background-color: #0b3053;
  border: 0;
  font-family: "Teko", sans-serif;
  color: white;
  font-size: 2rem;
  line-height: 1;
  gap: 10px;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .woocommerce .coupon__form__wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.woocommerce .coupon__form__wrapper .woocommerce-form-coupon-toggle .woocommerce-info a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .woocommerce .coupon__form__wrapper .woocommerce-form-coupon-toggle .woocommerce-info a {
    margin: 0;
    font-size: 1.2rem;
  }
}
.woocommerce .coupon__form__wrapper form.checkout_coupon .coupon-error-notice {
  color: #e74c3c;
}
.woocommerce .checkout__inner {
  padding: 100px 0px;
  max-width: 850px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .woocommerce .checkout__inner {
    padding: 60px 0px;
  }
}
.woocommerce .checkout__inner .shop_table th, .woocommerce .checkout__inner .shop_table td {
  vertical-align: top;
}
.woocommerce .checkout__inner .shop_table th ul, .woocommerce .checkout__inner .shop_table td ul {
  padding: 0;
}
.woocommerce .checkout__inner .shop_table th ul li, .woocommerce .checkout__inner .shop_table td ul li {
  list-style-type: none;
}
.woocommerce .checkout__inner #ship-to-different-address {
  margin-top: 30px;
  margin-bottom: 30px;
}
.woocommerce .checkout__inner #order_review_heading {
  margin-top: 30px;
}
.woocommerce .checkout__inner .woocommerce-checkout-payment {
  margin-top: 30px;
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul {
  padding: 0;
  margin: 0;
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul li {
  list-style-type: none;
  border: 1px solid rgba(0, 175, 240, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 175, 240, 0.05)), to(white));
  background: linear-gradient(to right, rgba(0, 175, 240, 0.05), white);
  padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
  .woocommerce .checkout__inner .woocommerce-checkout-payment ul li {
    padding: 1rem;
  }
  .woocommerce .checkout__inner .woocommerce-checkout-payment ul li:hover {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 175, 240, 0.15)), to(white));
    background: linear-gradient(to right, rgba(0, 175, 240, 0.15), white);
  }
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul li:not(:last-child) {
  margin-bottom: 20px;
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul li:last-child {
  margin-bottom: 0;
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul li label {
  font-family: "Teko", sans-serif;
  font-size: 1.5rem;
  color: #00AFF0;
}
@media (max-width: 768px) {
  .woocommerce .checkout__inner .woocommerce-checkout-payment ul li label {
    font-size: 1.2rem;
  }
}
.woocommerce .checkout__inner .woocommerce-checkout-payment ul li p {
  color: #08233C;
  font-size: 0.875rem;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce .checkout__inner .woocommerce-checkout-payment ul li p {
    font-size: 0.8rem;
  }
}
.woocommerce .woocommerce-order .order__received__info {
  padding: 100px 0px;
  background-color: #08233C;
  color: white;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-order .order__received__info {
    padding: 60px 0px;
  }
}
.woocommerce .woocommerce-order .order__received__info .container {
  display: -ms-grid;
  display: grid;
  place-items: center;
  text-align: center;
}
.woocommerce .woocommerce-order .order__received__info .thank_you_box {
  max-width: 600px;
}
.woocommerce .woocommerce-order .order__received__info .thank_you_box.error .icon {
  border: 4px solid #e74c3c;
  color: #e74c3c;
}
.woocommerce .woocommerce-order .order__received__info .thank_you_box .icon {
  border: 4px solid #2ecc71;
  color: #2ecc71;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 40px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .woocommerce .woocommerce-order .order__received__info .thank_you_box .icon {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .woocommerce-order .order__received__info .thank_you_box .icon {
    width: 60px;
    height: 60px;
  }
}
.woocommerce .woocommerce-order .order__received__info .thank_you_box .icon i {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-order .order__received__info .thank_you_box .icon i {
    font-size: 1.8rem;
  }
}
.woocommerce .woocommerce-order .order__received__info .thank_you_box .woocommerce-thankyou-order-failed-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.woocommerce .woocommerce-order .thank_you_order_info {
  padding: 100px 0px;
  background-color: #F9F9F9;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-order .thank_you_order_info {
    padding: 60px 0px;
  }
}
.woocommerce .woocommerce-order .thank_you_order_info .container {
  max-width: 800px;
  margin-inline: auto;
}
.woocommerce .woocommerce-order .thank_you_order_info .container section:not(:last-child) {
  margin-bottom: 50px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-order .thank_you_order_info .container section:not(:last-child) {
    margin-bottom: 30px;
  }
}
.woocommerce .woocommerce-order .thank_you_order_info .container h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .woocommerce .woocommerce-order .thank_you_order_info .container h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) and (max-width: 768px) {
  .woocommerce .woocommerce-order .thank_you_order_info .container h2 {
    font-size: 1.5rem;
  }
}